- A2DP - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is A2DP source profile.
- A2DP_SINK - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is A2DP sink profile.
- A2dpSink - Class in ohos.bluetooth
-
Manages A2DP sink profiles.
- A2dpSource - Class in ohos.bluetooth
-
Manages A2DP source profiles.
- AA_COMPROMISE - java.security.cert.CRLReason
-
This reason indicates that it is known or suspected that the
certificate subject's private key has been compromised.
- AAC - Static variable in class ohos.media.recorder.Recorder.AudioEncoder
-
Indicates the AAC-LC audio encoding format.
- AAC_ADTS - Static variable in class ohos.media.recorder.Recorder.OutputFormat
-
Indicates the advanced audio coding (AAC) audio data transport stream (ADTS) media format.
- AAC_ELD - Static variable in class ohos.media.recorder.Recorder.AudioEncoder
-
Indicates the AAC-ELD audio encoding format.
- AAC_PROFILE - Static variable in class ohos.media.common.Format
-
Indicates the Advanced Audio Coding (AAC) profile.
- Aafwk() - Constructor for class ohos.utils.system.SystemCapability.Aafwk
-
- abandon() - Method in class ohos.agp.graphics.TextureHolder
-
Releases all buffers managed by this TextureHolder.
- ABBR_GENERIC_TZ - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for generic non-location format, abbreviated if possible, such as PT;
used in combinations date + time + zone, or time + zone.
- ABBR_MONTH - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month.
- ABBR_MONTH_DAY - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month and day.
- ABBR_MONTH_WEEKDAY_DAY - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month, weekday, and day.
- ABBR_QUARTER - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated quarter.
- ABBR_SPECIFIC_TZ - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for specific non-location format, abbreviated if possible, such as PDT;
used in combinations date + time + zone, or time + zone.
- ABBR_UTC_TZ - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for localized GMT/UTC format, such as GMT+8:00 or HPG-8:00;
used in combinations date + time + zone, or time + zone.
- ABBR_WEEKDAY - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated weekday.
- ABBREVIATED - ohos.global.icu.text.DateTimePatternGenerator.DisplayWidth
-
An abbreviated field name
(may be the same as the wide version, if short enough)
- ABBREVIATED - Static variable in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Constant for width.
- Ability - Class in ohos.aafwk.ability
-
An ability is an abstraction of functionalities that a HarmonyOS application can provide.
- Ability() - Constructor for class ohos.aafwk.ability.Ability
-
- ABILITY - Static variable in class ohos.utils.system.SystemCapability.Aafwk
-
Indicates the essential component of applications, ability, which is an abstraction of a functionality that
an application can provide.
- ABILITY - Static variable in class ohos.utils.system.SystemCapability.Accessibility
-
Indicates the basic accessibility system capabilities.
- ABILITY_NOT_EXIST - ohos.aafwk.ability.FormException.FormError
-
The ability can not be find in system.
- ABILITY_TYPE_COMMON_EVENT - Static variable in class ohos.miscservices.timeutility.Timer
-
Indicates that the system sends a
CommonEventData message after the timer
is triggered.
- ABILITY_TYPE_PAGE - Static variable in class ohos.miscservices.timeutility.Timer
-
Indicates that UI component
Ability is started after the timer is triggered.
- ABILITY_TYPE_SERVICE - Static variable in class ohos.miscservices.timeutility.Timer
-
Indicates that background service component
Ability is started after the timer
is triggered.
- Ability.LayoutParamsHelper - Class in ohos.aafwk.ability
-
Helps you use an
Intent to set the layout parameters of the application startup window.
- Ability.WindowAttributeHelper - Class in ohos.aafwk.ability
-
Helps you use an
Intent to set window attributes for the current application.
- AbilityContext - Class in ohos.app
-
An abstract class that provides the application context for the current object and obtains the application
environment information.
- AbilityContext() - Constructor for class ohos.app.AbilityContext
-
Default constructor of AbilityContext.
- AbilityContext(Context) - Constructor for class ohos.app.AbilityContext
-
A constructor used to create and initialize an ability.
- AbilityDelegatorRegistry - Class in ohos.aafwk.ability.delegation
-
- AbilityForm - Class in ohos.aafwk.ability
-
Displays brief information about another Ability.
- AbilityForm(int, Context) - Constructor for class ohos.aafwk.ability.AbilityForm
-
A constructor used to create an AbilityForm instance on the AbilityForm supplier.
- AbilityForm.OnAcquiredCallback - Interface in ohos.aafwk.ability
-
Provides callback methods that are invoked when an AbilityForm instance created by the supplier is
obtained or destroyed on the client.
- AbilityInfo - Class in ohos.bundle
-
Obtains configuration information about an ability.
- AbilityInfo() - Constructor for class ohos.bundle.AbilityInfo
-
Default constructor used to create an
AbilityInfo instance.
- AbilityInfo(AbilityInfo) - Constructor for class ohos.bundle.AbilityInfo
-
A constructor used to create an
AbilityInfo instance by copying parameters from an
existing one.
- AbilityInfo.AbilitySubType - Enum in ohos.bundle
-
Enumerates subtypes of templates that can be used by an ability.
- AbilityInfo.AbilityType - Enum in ohos.bundle
-
Enumerates types of templates that can be used by an ability.
- AbilityInfo.DisplayOrientation - Enum in ohos.bundle
-
Enumerates ability display orientations.
- AbilityInfo.LaunchMode - Enum in ohos.bundle
-
Enumerates ability launch modes.
- abilityInfos - Variable in class ohos.bundle.BundleInfo
-
Indicates the list of all abilities contained in this bundle.
- ABILITYJET - Static variable in class ohos.utils.system.SystemCapability.Aafwk
-
Provides the data binding capability, allowing you to bind data to UI components using a declarative format
instead of in a programmatic manner.
- AbilityLifecycleCallbacks - Interface in ohos.aafwk.ability
-
Provides callbacks used to listen for all lifecycle changes of abilities in an application.
- AbilityLifecycleExecutor - Class in ohos.aafwk.ability
-
A utility class used to process lifecycle states of an
Ability.
- AbilityLifecycleExecutor() - Constructor for class ohos.aafwk.ability.AbilityLifecycleExecutor
-
- AbilityLifecycleExecutor.LifecycleState - Enum in ohos.aafwk.ability
-
Enumerates all lifecycle states of an ability.
- AbilityMissionInfo - Class in ohos.aafwk.ability
-
This class is contains ability mission info for user to manage ability.
- AbilityPackage - Class in ohos.aafwk.ability
-
A base class used for user to initialize each hap.
- AbilityPackage() - Constructor for class ohos.aafwk.ability.AbilityPackage
-
- AbilitySlice - Class in ohos.aafwk.ability
-
As the fundamental unit of the
Ability using the Page template,
AbilitySlice provides an ability with
a carrier for service logic and UI display.
- AbilitySlice() - Constructor for class ohos.aafwk.ability.AbilitySlice
-
- AbilitySlice.FormCallback - Interface in ohos.aafwk.ability
-
Provides callbacks that will be invoked when a
Form instance is obtained or when the
Form
provider is uninstalled.
- AbilitySliceAnimator - Class in ohos.aafwk.ability
-
Customizes the transition animation between
AbilitySlice instances.
- AbilitySliceAnimator() - Constructor for class ohos.aafwk.ability.AbilitySliceAnimator
-
A no-argument constructor used to enable right-to-left translation of ability slices.
- AbilitySliceAnimator(float, float, float, float) - Constructor for class ohos.aafwk.ability.AbilitySliceAnimator
-
A parameterized constructor used to set the coordinates of the start and end positions for the translation.
- AbilitySliceLifecycleExecutor - Class in ohos.aafwk.ability
-
A utility class used to process lifecycle states of an
AbilitySlice.
- AbilitySliceLifecycleExecutor() - Constructor for class ohos.aafwk.ability.AbilitySliceLifecycleExecutor
-
- AbilitySliceLifecycleExecutor.LifecycleState - Enum in ohos.aafwk.ability
-
Enumerates all lifecycle states of an ability slice.
- AbilitySliceRuntimeException - Exception in ohos.aafwk.ability
-
Describes an exception thrown when a runtime exception occurs in an AbilitySlice.
- AbilitySliceRuntimeException(String) - Constructor for exception ohos.aafwk.ability.AbilitySliceRuntimeException
-
A parameterized constructor used to create an AbilitySliceRuntimeException instance.
- AbilityStartSetting - Class in ohos.aafwk.ability.startsetting
-
Defines special properties for an ability, which can be passed as an input parameter in the call when you start the
ability.
- AbilityStartSetting() - Constructor for class ohos.aafwk.ability.startsetting.AbilityStartSetting
-
Default constructor.
- AbilityWindowConfiguration - Class in ohos.aafwk.ability
-
Defines the window display modes of a Page ability, for example, the multi-window modes.
- AbilityWindowConfiguration() - Constructor for class ohos.aafwk.ability.AbilityWindowConfiguration
-
- aBitRate - Variable in class ohos.media.recorder.RecorderProfile
-
Indicates the audio bit rate.
- abort() - Method in class java.net.CacheRequest
-
Aborts the attempt to cache the response.
- abort() - Method in class ohos.usb.USBRequest
-
Aborts a pending queue operation.
- abortAnimation() - Method in class ohos.agp.components.ScrollHelper
-
Stops an animation by stopping the calculation of the animation position.
- abortCommonEvent() - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Cancels the current ordered common event.
- abortCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Aborts the current ordered common event.
- AbortPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
-
Creates an AbortPolicy.
- ABOVE - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component is placed above another child component.
- abs() - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is the absolute value
of this BigDecimal, and whose scale is
this.scale().
- abs() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the absolute value of this
BigInteger.
- abs() - Method in class java.time.Duration
-
Returns a copy of this duration with a positive length.
- abs() - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is the absolute value of this BigDecimal.
- abs(double) - Static method in class java.lang.Math
-
Returns the absolute value of a double value.
- abs(double) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a double value.
- abs(float) - Static method in class java.lang.Math
-
Returns the absolute value of a float value.
- abs(float) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a float value.
- abs(int) - Static method in class java.lang.Math
-
Returns the absolute value of an int value.
- abs(int) - Static method in class java.lang.StrictMath
-
Returns the absolute value of an int value.
- abs(long) - Static method in class java.lang.Math
-
Returns the absolute value of a long value.
- abs(long) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a long value.
- abs(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is the absolute value
of this BigDecimal, with rounding according to the
context settings.
- abs(MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is the absolute value of this BigDecimal.
- AbsButton - Class in ohos.agp.components
-
Provides an AbsButton that can be either checked or unchecked.
- AbsButton(Context) - Constructor for class ohos.agp.components.AbsButton
-
A constructor used to create an AbsButton instance.
- AbsButton(Context, AttrSet) - Constructor for class ohos.agp.components.AbsButton
-
A constructor used to create an AbsButton instance with a specified attribute set after an XML file is
parsed.
- AbsButton(Context, AttrSet, String) - Constructor for class ohos.agp.components.AbsButton
-
A constructor used to create an AbsButton instance by using specified attribute set and specified style
after the XML file is parsed.
- AbsButton.CheckedStateChangedListener - Interface in ohos.agp.components
-
Provides the state change listener for a
AbsButton instance.
- absolute(int) - Method in interface java.sql.ResultSet
-
Moves the cursor to the given row number in
this ResultSet object.
- absolutePath() - Method in class java.util.prefs.AbstractPreferences
-
- absolutePath() - Method in class java.util.prefs.Preferences
-
Returns this preference node's absolute path name.
- AbsRdbPredicates - Class in ohos.data.rdb
-
The abstract super class used to set database operation condition for the relational database (RDB).
- AbsRdbPredicates(String) - Constructor for class ohos.data.rdb.AbsRdbPredicates
-
The constructor method of AbsPredicates with the defined table name.
- AbsResultSet - Class in ohos.data.resultset
-
The abstract class for basic ResultSet.
- AbsResultSet() - Constructor for class ohos.data.resultset.AbsResultSet
-
- AbsSharedResultSet - Class in ohos.data.resultset
-
- AbsSharedResultSet(String) - Constructor for class ohos.data.resultset.AbsSharedResultSet
-
AbsSharedResultSet construction method.
- AbsSlider - Class in ohos.agp.components
-
- AbsSlider(Context) - Constructor for class ohos.agp.components.AbsSlider
-
- AbsSlider(Context, AttrSet) - Constructor for class ohos.agp.components.AbsSlider
-
A constructor used to create an AbsSlider instance by using specified attribute set and default
style after the XML file is parsed.
- AbsSlider(Context, AttrSet, String) - Constructor for class ohos.agp.components.AbsSlider
-
A constructor used to create an AbsSlider instance by using specified attribute set and specified
style after the XML file is parsed.
- AbsSlider.Formatter - Interface in ohos.agp.components
-
Formats the value of progress and converts it into a string.
- ABSTRACT - Static variable in class java.lang.reflect.Modifier
-
The int value representing the abstract
modifier.
- AbstractChronology - Class in java.time.chrono
-
An abstract implementation of a calendar system, used to organize and identify dates.
- AbstractChronology() - Constructor for class java.time.chrono.AbstractChronology
-
Creates an instance.
- AbstractCollection<E> - Class in java.util
-
This class provides a skeletal implementation of the Collection
interface, to minimize the effort required to implement this interface.
- AbstractCollection() - Constructor for class java.util.AbstractCollection
-
Sole constructor.
- AbstractDoubleSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractDoubleSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractExecutorService - Class in java.util.concurrent
-
- AbstractExecutorService() - Constructor for class java.util.concurrent.AbstractExecutorService
-
- AbstractInterruptibleChannel - Class in java.nio.channels.spi
-
Base implementation class for interruptible channels.
- AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
-
Initializes a new instance of this class.
- AbstractIntSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractIntSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractList<E> - Class in java.util
-
This class provides a skeletal implementation of the
List
interface to minimize the effort required to implement this interface
backed by a "random access" data store (such as an array).
- AbstractList() - Constructor for class java.util.AbstractList
-
Sole constructor.
- AbstractLongSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractLongSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractMap<K,V> - Class in java.util
-
This class provides a skeletal implementation of the Map
interface, to minimize the effort required to implement this interface.
- AbstractMap() - Constructor for class java.util.AbstractMap
-
Sole constructor.
- AbstractMap.SimpleEntry<K,V> - Class in java.util
-
An Entry maintaining a key and a value.
- AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
-
An Entry maintaining an immutable key and value.
- AbstractMethodError - Error in java.lang
-
Thrown when an application tries to call an abstract method.
- AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError with no detail message.
- AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError with the specified
detail message.
- AbstractOwnableSynchronizer - Class in java.util.concurrent.locks
-
A synchronizer that may be exclusively owned by a thread.
- AbstractOwnableSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractOwnableSynchronizer
-
Empty constructor for use by subclasses.
- AbstractPreferences - Class in java.util.prefs
-
This class provides a skeletal implementation of the
Preferences
class, greatly easing the task of implementing it.
- AbstractPreferences(AbstractPreferences, String) - Constructor for class java.util.prefs.AbstractPreferences
-
Creates a preference node with the specified parent and the specified
name relative to its parent.
- AbstractQueue<E> - Class in java.util
-
This class provides skeletal implementations of some
Queue
operations.
- AbstractQueue() - Constructor for class java.util.AbstractQueue
-
Constructor for use by subclasses.
- AbstractQueuedLongSynchronizer - Class in java.util.concurrent.locks
-
- AbstractQueuedLongSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Creates a new AbstractQueuedLongSynchronizer instance
with initial synchronization state of zero.
- AbstractQueuedLongSynchronizer.ConditionObject - Class in java.util.concurrent.locks
-
- AbstractQueuedSynchronizer - Class in java.util.concurrent.locks
-
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues.
- AbstractQueuedSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Creates a new AbstractQueuedSynchronizer instance
with initial synchronization state of zero.
- AbstractQueuedSynchronizer.ConditionObject - Class in java.util.concurrent.locks
-
- AbstractSelectableChannel - Class in java.nio.channels.spi
-
Base implementation class for selectable channels.
- AbstractSelectableChannel(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelectableChannel
-
Initializes a new instance of this class.
- AbstractSelectionKey - Class in java.nio.channels.spi
-
Base implementation class for selection keys.
- AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
-
Initializes a new instance of this class.
- AbstractSelector - Class in java.nio.channels.spi
-
Base implementation class for selectors.
- AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
-
Initializes a new instance of this class.
- AbstractSequentialList<E> - Class in java.util
-
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "sequential access" data store (such as a linked list).
- AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
-
Sole constructor.
- AbstractSet<E> - Class in java.util
-
This class provides a skeletal implementation of the Set
interface to minimize the effort required to implement this
interface.
- AbstractSet() - Constructor for class java.util.AbstractSet
-
Sole constructor.
- AbstractSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractSpliterator
-
Creates a spliterator reporting the given estimated size and
additionalCharacteristics.
- AC - ohos.batterymanager.BatteryInfo.BatteryPluggedType
-
AC charger
- ACC_COLOR - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the calendar color.
- ACC_COLOR_INDEX - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the calendar color index.
- ACC_DISPLAY_NAME - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the display name of the calendar account.
- ACC_ID - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the account ID.
- ACC_NAME - Static variable in interface ohos.sysappcomponents.calendar.column.SyncColumns
-
Indicates the account name.
- ACC_SYNC1 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 1.
- ACC_SYNC10 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 10.
- ACC_SYNC2 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 2.
- ACC_SYNC3 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 3.
- ACC_SYNC4 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 4.
- ACC_SYNC5 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 5.
- ACC_SYNC6 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 6.
- ACC_SYNC7 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 7.
- ACC_SYNC8 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 8.
- ACC_SYNC9 - Static variable in interface ohos.sysappcomponents.calendar.column.AccountSyncColumns
-
Indicates synchronization type 9.
- ACC_TIME_ZONE - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the time zone.
- ACC_TYPE - Static variable in interface ohos.sysappcomponents.calendar.column.SyncColumns
-
Indicates the account type.
- ACC_TYPE_LOCAL - Static variable in class ohos.sysappcomponents.calendar.entity.CalendarEntity
-
A default account type that indicates calendar does not associated with any account.
- ACCELERATE - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation starts slowly and accelerates gradually.
- ACCELERATE_DECELERATE - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation starts slowly,
then accelerates through the middle, and finally decelerates.
- ACCELEROMETER - Static variable in class ohos.security.SystemPermission
-
Allows an application to read data from an acceleration sensor, uncalibrated acceleration sensor,
or linear acceleration sensor.
- ACCELEROMETER_ROTATION_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether the accelerometer is used to change screen orientation, that is, whether auto-rotation is
enabled.
- accept() - Method in class java.net.ServerSocket
-
Listens for a connection to be made to this socket and accepts
it.
- accept() - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Accepts a connection.
- accept() - Method in class java.nio.channels.ServerSocketChannel
-
Accepts a connection made to this channel's socket.
- accept(double) - Method in class java.util.DoubleSummaryStatistics
-
Records another value into the summary information.
- accept(double) - Method in interface java.util.function.DoubleConsumer
-
Performs this operation on the given argument.
- accept(double) - Method in interface java.util.stream.DoubleStream.Builder
-
Adds an element to the stream being built.
- accept(int) - Method in interface java.util.function.IntConsumer
-
Performs this operation on the given argument.
- accept(int) - Method in class java.util.IntSummaryStatistics
-
Records a new value into the summary information
- accept(int) - Method in class java.util.LongSummaryStatistics
-
Records a new int value into the summary information.
- accept(int) - Method in interface java.util.stream.IntStream.Builder
-
Adds an element to the stream being built.
- accept(long) - Method in interface java.util.function.LongConsumer
-
Performs this operation on the given argument.
- accept(long) - Method in class java.util.LongSummaryStatistics
-
Records a new long value into the summary information.
- accept(long) - Method in interface java.util.stream.LongStream.Builder
-
Adds an element to the stream being built.
- accept(A, CompletionHandler<AsynchronousSocketChannel, ? super A>) - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Accepts a connection.
- accept(File) - Method in interface java.io.FileFilter
-
Tests whether or not the specified abstract pathname should be
included in a pathname list.
- accept(File, String) - Method in interface java.io.FilenameFilter
-
Tests if a specified file should be included in a file list.
- accept(SocketImpl) - Method in class java.net.SocketImpl
-
Accepts a connection.
- accept(XMLEvent) - Method in interface ohos.javax.xml.stream.EventFilter
-
Tests whether this event is part of this stream.
- accept(XMLStreamReader) - Method in interface ohos.javax.xml.stream.StreamFilter
-
Tests whether the current state is part of this stream.
- accept(T) - Method in interface java.nio.file.DirectoryStream.Filter
-
Decides if the given directory entry should be accepted or filtered.
- accept(T) - Method in interface java.util.function.Consumer
-
Performs this operation on the given argument.
- accept(T) - Method in interface java.util.stream.Stream.Builder
-
Adds an element to the stream being built.
- accept(T, double) - Method in interface java.util.function.ObjDoubleConsumer
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface java.util.function.ObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface java.util.function.ObjLongConsumer
-
Performs this operation on the given arguments.
- accept(T, U) - Method in interface java.util.function.BiConsumer
-
Performs this operation on the given arguments.
- ACCEPT_ALL - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which accepts all cookies.
- ACCEPT_NONE - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which accepts no cookies.
- ACCEPT_ORIGINAL_SERVER - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which only accepts cookies from original server.
- acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed with the
corresponding result as argument to the supplied action.
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using this
stage's default asynchronous execution facility, with the
corresponding result as argument to the supplied action.
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using the
supplied executor, with the corresponding result as argument to
the supplied function.
- acceptLanguage(String, boolean[]) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Based on a HTTP formatted list of acceptable locales, determine an available
locale for the user.
- acceptLanguage(String, ULocale[], boolean[]) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Based on a HTTP formatted list of acceptable locales, determine an available
locale for the user.
- acceptLanguage(ULocale[], boolean[]) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Based on an ordered array of acceptable locales, determine an available
locale for the user.
- acceptLanguage(ULocale[], ULocale[], boolean[]) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Based on a list of acceptable locales, determine an available locale for the
user.
- AcceptPendingException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to initiate an accept
operation on a channel and a previous accept operation has not completed.
- AcceptPendingException() - Constructor for exception java.nio.channels.AcceptPendingException
-
Constructs an instance of this class.
- acceptSocket() - Method in class ohos.net.LocalSocket
-
Accepts a connection request from the client.
- acceptsURL(String) - Method in interface java.sql.Driver
-
Retrieves whether the driver thinks that it can open a connection
to the given URL.
- ACCESS_BIOMETRIC - Static variable in class ohos.security.SystemPermission
-
Allows an application to use biometric recognition for identity authentication.
- ACCESS_BIOMETRIC_INTERNAL - Static variable in class ohos.security.SystemPermission
-
Allows a system application to apply for or release biometric recognition resources.
- ACCESS_DISTRIBUTED_ABILITY - Static variable in class ohos.security.SystemPermission
-
Deprecated.
- ACCESS_EXTERNAL_DTD - Static variable in class ohos.javax.xml.XMLConstants
-
Property: accessExternalDTD
- ACCESS_EXTERNAL_SCHEMA - Static variable in class ohos.javax.xml.XMLConstants
-
Property: accessExternalSchema
- ACCESS_EXTERNAL_STYLESHEET - Static variable in class ohos.javax.xml.XMLConstants
-
Property: accessExternalStylesheet
- ACCESS_FM_AM - Static variable in class ohos.security.SystemPermission
-
Allows an application to access radio services.
- ACCESS_HW_ASSETSTORE_SERVICE - Static variable in class ohos.security.SystemPermission
-
Allows a system application to call some privileged APIs of Asset.
- ACCESS_HW_KEYSTORE - Static variable in class ohos.security.SystemPermission
-
Allows an application to manage the lifecycle of keys and use keys for encryption and decryption.
- ACCESS_MISSIONS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to obtain information about running processes and tasks in a task stack.
- ACCESS_UDID - Static variable in class ohos.security.SystemPermission
-
Allows a system application to obtain the Unified Device ID (UDID).
- AccessControlContext - Class in java.security
-
An AccessControlContext is used to make system resource access decisions
based on the context it encapsulates.
- AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
-
Create a new AccessControlContext with the given
AccessControlContext and DomainCombiner.
- AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
-
Create an AccessControlContext with the given array of ProtectionDomains.
- AccessControlException - Exception in java.security
-
This exception is thrown by the AccessController to indicate
that a requested access (to a critical system resource such as the
file system or the network) is denied.
- AccessControlException(String) - Constructor for exception java.security.AccessControlException
-
Constructs an AccessControlException with the
specified, detailed message.
- AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
-
Constructs an AccessControlException with the
specified, detailed message, and the requested permission that caused
the exception.
- AccessController - Class in java.security
-
The AccessController class is used for access control operations
and decisions.
- AccessDeniedException - Exception in java.nio.file
-
Checked exception thrown when a file system operation is denied, typically
due to a file permission or other access check.
- AccessDeniedException - Exception in ohos.global.resource
-
Describes the exception thrown if any access is denied.
- AccessDeniedException() - Constructor for exception ohos.global.resource.AccessDeniedException
-
A constructor used to create an AccessDeniedException instance with null as its
detailed message.
- AccessDeniedException(String) - Constructor for exception java.nio.file.AccessDeniedException
-
Constructs an instance of this class.
- AccessDeniedException(String) - Constructor for exception ohos.global.resource.AccessDeniedException
-
A constructor used to create an AccessDeniedException instance with a detailed message.
- AccessDeniedException(String, String, String) - Constructor for exception java.nio.file.AccessDeniedException
-
Constructs an instance of this class.
- Accessibility() - Constructor for class ohos.utils.system.SystemCapability.Accessibility
-
- ACCESSIBILITY_ABILITY_TYPE_AUDIBLE - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for audible feedback.
- ACCESSIBILITY_ABILITY_TYPE_BRAILLE - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for braille feedback.
- ACCESSIBILITY_ABILITY_TYPE_GENERIC - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for generic feedback.
- ACCESSIBILITY_ABILITY_TYPE_HAPTIC - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for haptic feedback.
- ACCESSIBILITY_ABILITY_TYPE_SPOKEN - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for the screen reader.
- ACCESSIBILITY_ABILITY_TYPE_VISUAL - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the accessibility ability for visual feedback.
- ACCESSIBILITY_ADAPTABLE - Static variable in class ohos.agp.components.Component
-
Indicates that this component can be accessed.
- ACCESSIBILITY_DISABLE - Static variable in class ohos.agp.components.Component
-
Indicates that this component cannot be accessed.
- ACCESSIBILITY_ENABLE - Static variable in class ohos.agp.components.Component
-
Indicates that this component is enabled.
- ACCESSIBILITY_OPERATION_ACCESSIBILITY_FOCUS - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of gaining accessibility focus.
- ACCESSIBILITY_OPERATION_CLEAR_ACCESSIBILITY_FOCUS - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of clearing accessibility focus.
- ACCESSIBILITY_OPERATION_CLEAR_FOCUS - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of clearing focus.
- ACCESSIBILITY_OPERATION_CLEAR_SELECTION - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of deselecting an accessibility node.
- ACCESSIBILITY_OPERATION_CLICK - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the click operation.
- ACCESSIBILITY_OPERATION_COPY - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the copy operation.
- ACCESSIBILITY_OPERATION_CUT - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the cut operation.
- ACCESSIBILITY_OPERATION_FOCUS - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of gaining focus.
- ACCESSIBILITY_OPERATION_LONG_CLICK - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the long click operation.
- ACCESSIBILITY_OPERATION_PASTE - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the paste operation.
- ACCESSIBILITY_OPERATION_SCROLL_BACKWARD - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of scrolling backwards.
- ACCESSIBILITY_OPERATION_SCROLL_FORWARD - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of scrolling forwards.
- ACCESSIBILITY_OPERATION_SELECT - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of selecting an accessibility node.
- ACCESSIBILITY_OPERATION_SET_SELECTION - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of selecting text.
- ACCESSIBILITY_OPERATION_SET_TEXT - Static variable in class ohos.accessibility.ability.AccessibilityInfo
-
Indicates the operation of setting text.
- ACCESSIBILITY_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether any accessibility feature is enabled.
- AccessibilityAbilityInfo - Class in ohos.accessibility
-
Queries information about an accessibility ability.
- AccessibilityAbilityInfo() - Constructor for class ohos.accessibility.AccessibilityAbilityInfo
-
- AccessibilityEventInfo - Class in ohos.accessibility
-
Describes the accessibility event information and provides the information for the accessibility service.
- AccessibilityEventInfo() - Constructor for class ohos.accessibility.AccessibilityEventInfo
-
A constructor used to create an AccessibilityEventInfo instance.
- AccessibilityEventInfo(int) - Constructor for class ohos.accessibility.AccessibilityEventInfo
-
- AccessibilityEventInfo(AccessibilityEventInfo) - Constructor for class ohos.accessibility.AccessibilityEventInfo
-
A constructor used to create an AccessibilityEventInfo instance by copying the specified accessibility
event information.
- AccessibilityInfo - Class in ohos.accessibility.ability
-
Provides methods for obtaining information about an accessibility node.
- AccessibilityInfo() - Constructor for class ohos.accessibility.ability.AccessibilityInfo
-
Constructor
- AccessibilityStateEvent - Class in ohos.accessibility
-
Provides accessibility status events.
- AccessibilityStateEvent() - Constructor for class ohos.accessibility.AccessibilityStateEvent
-
- AccessibilityStateObserver - Interface in ohos.accessibility
-
Observes the accessibility status.
- AccessibilitySystemAbilityClient - Class in ohos.accessibility
-
Provides a client for interacting with the accessibility ability.
- AccessibilityWindow - Class in ohos.accessibility.ability
-
Provides information about one or multiple accessibility windows for you to obtain the content displayed on your
device screen.
- AccessibleAbility - Class in ohos.accessibility.ability
-
Provides capabilities for you to develop your own accessibility application.
- AccessibleAbility() - Constructor for class ohos.accessibility.ability.AccessibleAbility
-
- AccessibleObject - Class in java.lang.reflect
-
The AccessibleObject class is the base class for Field, Method and
Constructor objects.
- AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
-
Constructor: only used by the Java Virtual Machine.
- AccessibleOperation - Class in ohos.accessibility.ability
-
Defines an accessibility operation.
- AccessibleOperation(int, CharSequence) - Constructor for class ohos.accessibility.ability.AccessibleOperation
-
A constructor used to create an AccessibileOperation instance based on the specified operation type and
description.
- AccessMode - Enum in java.nio.file
-
Defines access modes used to test the accessibility of a file.
- Account() - Constructor for class ohos.utils.system.SystemCapability.Account
-
- AccountAbility - Class in ohos.account
-
Provides abilities for you to manage and perform operations on your OS accounts.
- AccountColumns - Interface in ohos.sysappcomponents.calendar.column
-
Provides constants for calendar accounts.
- ACCOUNTINGCURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify currency style of format which uses currency symbol
to represent currency for accounting, for example: "($3.00), instead of
"-$3.00" (
NumberFormat.CURRENCYSTYLE).
- Accounts - Class in ohos.sysappcomponents.calendar.entity
-
Calendar contract Accounts entity, include database table columns' name.
- Accounts() - Constructor for class ohos.sysappcomponents.calendar.entity.Accounts
-
- AccountSyncColumns - Interface in ohos.sysappcomponents.calendar.column
-
Provides constants for synchronization types.
- accumulate(double) - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Updates with the given value.
- accumulate(long) - Method in class java.util.concurrent.atomic.LongAccumulator
-
Updates with the given value.
- accumulateAndGet(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
- accumulateAndGet(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
- accumulateAndGet(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
- accumulateAndGet(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
- accumulateAndGet(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
- accumulateAndGet(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
- accumulateAndGet(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
- accumulateAndGet(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
- accumulateAndGet(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
- accumulator() - Method in interface java.util.stream.Collector
-
A function that folds a value into a mutable result container.
- accuracy - Variable in class ohos.sensor.data.SensorData
-
Indicates the accuracy of a sensor.
- ACE_PREFIX_ERROR - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- AceAbility - Class in ohos.ace.ability
-
- AceAbility() - Constructor for class ohos.ace.ability.AceAbility
-
- AceInternalAbility - Class in ohos.ace.ability
-
Represents internal abilities that are integrated into the JS UI framework.
- AceInternalAbility(String) - Constructor for class ohos.ace.ability.AceInternalAbility
-
A constructor used to create an AceInternalAbility object based on the input bundle and internal ability
names.
- AceInternalAbility(String, String) - Constructor for class ohos.ace.ability.AceInternalAbility
-
A constructor used to create an AceInternalAbility object based on the input bundle and internal
ability names.
- AceInternalAbility.AceInternalAbilityHandler - Interface in ohos.ace.ability
-
Handles the requests from the local ability to call an internal ability.
- ACES - ohos.media.image.common.ColorSpace
-
Indicates the color space based on SMPTE ST 2065-1:2012.
- ACES_CG - ohos.media.image.common.ColorSpace
-
Indicates the color space based on Academy S-2014-004.
- aChannels - Variable in class ohos.media.recorder.RecorderProfile
-
Indicates the number of audio channels.
- Acl - Interface in java.security.acl
-
Interface representing an Access Control List (ACL).
- AclEntry - Class in java.nio.file.attribute
-
An entry in an access control list (ACL).
- AclEntry - Interface in java.security.acl
-
This is the interface used for representing one entry in an Access
Control List (ACL).
- AclEntry.Builder - Class in java.nio.file.attribute
-
- AclEntryFlag - Enum in java.nio.file.attribute
-
Defines the flags for used by the flags component of an ACL
AclEntry.
- AclEntryPermission - Enum in java.nio.file.attribute
-
Defines the permissions for use with the permissions component of an ACL
AclEntry.
- AclEntryType - Enum in java.nio.file.attribute
-
A typesafe enumeration of the access control entry types.
- AclFileAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that supports reading or updating a file's Access
Control Lists (ACL) or file owner attributes.
- AclNotFoundException - Exception in java.security.acl
-
This is an exception that is thrown whenever a reference is made to a
non-existent ACL (Access Control List).
- AclNotFoundException() - Constructor for exception java.security.acl.AclNotFoundException
-
Constructs an AclNotFoundException.
- aCodec - Variable in class ohos.media.recorder.RecorderProfile
-
Indicates the audio encoding format.
- acos(double) - Static method in class java.lang.Math
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- acos(double) - Static method in class java.lang.StrictMath
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- acquire() - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, blocking until one is
available, or the thread is
Thread#interrupt.
- acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in exclusive mode, ignoring interrupts.
- acquire(int) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore,
blocking until all are available,
or the thread is
Thread#interrupt.
- acquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in exclusive mode, ignoring interrupts.
- acquireAbilityFormAsync(Intent, AbilityForm.OnAcquiredCallback) - Method in class ohos.aafwk.ability.AbilitySlice
-
Requests the
AbilityForm instance provided by the target ability.
- acquireCanvas() - Method in class ohos.agp.graphics.Surface
-
Obtains a
Canvas instance for drawing.
- acquiredBy() - Method in class java.nio.channels.FileLock
-
Returns the channel upon whose file this lock was acquired.
- acquireEffects() - Static method in class ohos.media.audio.SoundEffect
-
Obtains sound effects available on a device.
- acquireForm(Intent, AbilitySlice.FormCallback) - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains a specified form that matches the application bundle name, module name, form name, form grid style, and
other related information specified in the passed Intent.
- acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in exclusive mode, aborting if interrupted.
- acquireInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in exclusive mode, aborting if interrupted.
- acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in shared mode, ignoring interrupts.
- acquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in shared mode, ignoring interrupts.
- acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in shared mode, aborting if interrupted.
- acquireSharedInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in shared mode, aborting if interrupted.
- acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, blocking until one is
available.
- acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore,
blocking until all are available.
- ACRE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: acre
- ACRE_FOOT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: acre-foot
- Action() - Constructor for class ohos.agp.components.ComponentProvider.Action
-
- ACTION - ohos.data.search.schema.IndexSchemaType
-
Indicates an action index schema.
- ACTION_APPLICATION_DETAILS_SETTINGS - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability that displays details of a specified application.
- ACTION_BOOK_FLIGHT - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of booking a flight.
- ACTION_BOOK_HOTEL - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of booking a hotel.
- ACTION_BOOK_TRAIN_TICKET - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of booking a train ticket.
- ACTION_BUNDLE_ADD - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of installing a bundle.
- ACTION_BUNDLE_REMOVE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of uninstalling a bundle.
- ACTION_BUNDLE_UPDATE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of updating a bundle.
- ACTION_BUY - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of shopping.
- ACTION_BUY_TAKEOUT - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of ordering take-out food.
- ACTION_CHOOSE - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for opening contacts or pictures.
- ACTION_DIAL - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability that displays a keypad.
- ACTION_DISMISS_ALARM - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for deleting an alarm clock.
- ACTION_DISMISS_TIMER - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for dismissing a timer.
- ACTION_HIDISK_CHOOSE - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for opening hidisk.
- ACTION_HIDISK_CHOOSE_PATH - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for opening hidisk by path.
- ACTION_HIT_HOTWORD - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the action of hitting a hot word.
- ACTION_HOME - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of backing home.
- ACTION_HOME - Static variable in class ohos.utils.IntentConstants
-
the definition of home action
- ACTION_LOCALE_CHANGED - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the locale has changed.
- ACTION_MANAGE_APPLICATIONS_SETTINGS - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability that manages installed applications.
- ACTION_MEDIA_BUTTON - Static variable in class ohos.media.sessioncore.AVSession
-
- ACTION_NAME - Static variable in class ohos.data.search.schema.ActionItem
-
Indicates the index field name of actionName.
- ACTION_ORDER_TAXI - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of booking a taxi.
- ACTION_PLAN_ROUTE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying routes.
- ACTION_PLAY - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of playing a media item.
- ACTION_QUERY_ALMANC - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying the Chinese Almanac calendar.
- ACTION_QUERY_CONSTELLATION_FORTUNE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying horoscope.
- ACTION_QUERY_ENCYCLOPEDIA - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying the encyclopedia.
- ACTION_QUERY_JOKE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of reading jokes.
- ACTION_QUERY_LOGISTICS_INFO - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of tracking shipment status.
- ACTION_QUERY_NEWS - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of browsing news.
- ACTION_QUERY_POI_INFO - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying nearby places.
- ACTION_QUERY_RECIPE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of searching for a recipe.
- ACTION_QUERY_SPORTS_INFO - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying sports teams and game schedule.
- ACTION_QUERY_STOCK_INFO - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying stock market quotes.
- ACTION_QUERY_TRAFFIC_RESTRICTION - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying driving bans.
- ACTION_QUERY_TRAVELLING_GUIDELINE - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying a travel guide.
- ACTION_QUERY_WEATHER - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of querying weather.
- ACTION_SEARCH - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for search.
- ACTION_SEND_LOGISTICS - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of shipping a package.
- ACTION_SEND_SMS - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for sending a sms.
- ACTION_SET_ALARM - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for setting an alarm clock.
- ACTION_SHOW_ALARMS - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability that displays all alarm
clocks.
- ACTION_SNOOZE_ALARM - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability for snoozing an alarm clock.
- ACTION_SWITCH_OFF - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the action of setting the switch to the OFF state.
- ACTION_SWITCH_ON - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the action of setting the switch to the ON state.
- ACTION_TRANSLATE_TEXT - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of translating text.
- ACTION_USB_DEVICE_ATTACHED - Static variable in class ohos.usb.USBCore
-
Indicates a common event for attaching a USB device.
- ACTION_USB_DEVICE_DETACHED - Static variable in class ohos.usb.USBCore
-
Indicates a common event for detaching a USB device.
- ACTION_WATCH_VIDEO_CLIPS - Static variable in class ohos.aafwk.content.Intent
-
Indicates the action of watching video clips.
- ACTION_WIRELESS_SETTINGS - Static variable in class ohos.utils.IntentConstants
-
Indicates the action of starting a Page ability that provides wireless network settings, for example,
Wi-Fi options.
- ActionItem - Class in ohos.data.search.schema
-
Represents the index schema for actions that can be performed within an application.
- ActionItem() - Constructor for class ohos.data.search.schema.ActionItem
-
A constructor used to create an ActionItem instance.
- activateAudioInterrupt(AudioInterrupt) - Method in class ohos.media.audio.AudioManager
-
Activates audio interruption.
- activateContext() - Method in interface ohos.agp.render.render3d.Engine
-
Activates the rendering context.
- ACTIVATED_ACCESSIBILITY_SERVICES - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Indicates the list of accessibility features that have been activated.
- ACTIVATED_INPUT_METHOD_SUBMODE - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Indicates the default input method keyboard type and its ID.
- ACTIVATED_INPUT_METHODS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Indicates the list of input methods that have been activated.
- activateSubmitButton(boolean) - Method in class ohos.agp.components.SearchBar
-
Specifies whether the submit button must be available if the query is not empty.
- ACTIVE - ohos.aafwk.ability.AbilityLifecycleExecutor.LifecycleState
-
ACTIVE: The ability is visible and interactive.
- ACTIVE - ohos.aafwk.ability.AbilitySliceLifecycleExecutor.LifecycleState
-
ACTIVE: The ability slice is visible and interactive.
- ACTIVE - Static variable in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Indicates that the ability is in the active state.
- activeCount() - Static method in class java.lang.Thread
-
Returns an estimate of the number of active threads in the current
thread's
thread group and its
subgroups.
- activeCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active threads in this thread
group and its subgroups.
- ActiveData<T> - Class in ohos.aafwk.abilityjet.activedata
-
Saves data and observes data changes.
- ActiveData() - Constructor for class ohos.aafwk.abilityjet.activedata.ActiveData
-
- activeGroupCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active groups in this
thread group and its subgroups.
- ACTIVITY_MOTION - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the current workout status of the user,
such as detecting whether the user is working out and recording the number of steps the user has taken.
- ACTOR - Static variable in class ohos.data.search.schema.VideoItem
-
Indicates the index field name of actor.
- AD - Static variable in class java.util.GregorianCalendar
-
Value of the ERA field indicating
the common era (Anno Domini), also known as CE.
- AD - Static variable in class ohos.global.icu.util.GregorianCalendar
-
Value of the ERA field indicating
the common era (Anno Domini), also known as CE.
- adapt(Runnable) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask that performs the
run
method of the given
Runnable as its action, and returns
a null result upon
ForkJoinTask.join().
- adapt(Runnable, T) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask that performs the
run
method of the given
Runnable as its action, and returns
the given result upon
ForkJoinTask.join().
- adapt(Callable<? extends T>) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask that performs the
call
method of the given
Callable as its action, and returns
its result upon
ForkJoinTask.join(), translating any checked exceptions
encountered into
RuntimeException.
- AdaptiveBoxLayout - Class in ohos.agp.components
-
Provides methods for creating adaptive box layouts.
- AdaptiveBoxLayout(Context) - Constructor for class ohos.agp.components.AdaptiveBoxLayout
-
Default constructor used to create a AdaptiveBoxLayout instance by using the default attribute set and
style.
- AdaptiveBoxLayout(Context, AttrSet) - Constructor for class ohos.agp.components.AdaptiveBoxLayout
-
A constructor used to create a AdaptiveBoxLayout instance by using specified attribute set and
default style after the XML file is parsed.
- AdaptiveBoxLayout(Context, AttrSet, String) - Constructor for class ohos.agp.components.AdaptiveBoxLayout
-
A constructor used to create a AdaptiveBoxLayout instance by using specified attribute set and
specified style after the XML file is parsed.
- AdaptiveBoxLayout.LayoutConfig - Class in ohos.agp.components
-
Defines layout parameters for child components in an
AdaptiveBoxLayout instance, including their width,
height, margins, and gravity.
- ADAR - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for the Adar, the 7th month of the Hebrew year.
- ADAR_1 - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Adar I, the 6th month of the Hebrew year
(present in leap years only).
- ADAS - Static variable in class ohos.utils.system.SystemCapability.IVI
-
Indicates system capabilities for the advanced driver-assistance system (ADAS),
including query and setting of the ADAS switch.
- add(double) - Method in class java.util.concurrent.atomic.DoubleAdder
-
Adds the given value.
- add(double) - Method in interface java.util.stream.DoubleStream.Builder
-
Adds an element to the stream being built.
- add(int) - Method in interface java.util.stream.IntStream.Builder
-
Adds an element to the stream being built.
- add(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds the specified character to this set if it is not already
present.
- add(int, int) - Method in class java.util.Calendar
-
Adds or subtracts the specified amount of time to the given calendar field,
based on the calendar's rules.
- add(int, int) - Method in class java.util.GregorianCalendar
-
Adds the specified (signed) amount of time to the given calendar field,
based on the calendar's rules.
- add(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds the specified range to this set if it is not already
present.
- add(int, int) - Method in class ohos.global.icu.util.Calendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(int, int) - Method in class ohos.global.icu.util.ChineseCalendar
-
Override Calendar to handle leap months properly.
- add(int, int) - Method in class ohos.global.icu.util.HebrewCalendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(int, E) - Method in class java.util.AbstractList
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(int, E) - Method in class java.util.AbstractSequentialList
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(int, E) - Method in class java.util.ArrayList
-
Inserts the specified element at the specified position in this
list.
- add(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Inserts the specified element at the specified position in this
list.
- add(int, E) - Method in class java.util.LinkedList
-
Inserts the specified element at the specified position in this list.
- add(int, E) - Method in interface java.util.List
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(int, E) - Method in class java.util.Vector
-
Inserts the specified element at the specified position in this Vector.
- add(int, Object) - Method in class ohos.utils.zson.ZSONArray
-
Adds an Element object to the specified index in this ZSONArray.
- add(int, Fraction) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Adds a specified Fraction to the container identified by the given containerComponentId.
- add(int, Fraction, String) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Adds a specified Fraction to the container identified by the given containerComponentId
and sets the given tag as the unified external identifier of the Fraction instance.
- add(long) - Method in class java.util.concurrent.atomic.LongAdder
-
Adds the given value.
- add(long) - Method in interface java.util.stream.LongStream.Builder
-
Adds an element to the stream being built.
- add(E) - Method in class java.util.AbstractCollection
-
Ensures that this collection contains the specified element (optional
operation).
- add(E) - Method in class java.util.AbstractList
-
Appends the specified element to the end of this list (optional
operation).
- add(E) - Method in class java.util.AbstractQueue
-
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an IllegalStateException
if no space is currently available.
- add(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- add(E) - Method in class java.util.ArrayList
-
Appends the specified element to the end of this list.
- add(E) - Method in interface java.util.Collection
-
Ensures that this collection contains the specified element (optional
operation).
- add(E) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue if it is
possible to do so immediately without exceeding the queue's capacity,
returning true upon success and throwing an
IllegalStateException if this queue is full.
- add(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
- add(E) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue if it is possible to do
so immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
- add(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the tail of this deque.
- add(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Inserts the specified element at the tail of this queue.
- add(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends the specified element to the end of this list.
- add(E) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- add(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
Inserts the specified element at the end of this deque unless it would
violate capacity restrictions.
- add(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- add(E) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- add(E) - Method in interface java.util.Deque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
- add(E) - Method in class java.util.HashSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- add(E) - Method in interface java.util.List
-
Appends the specified element to the end of this list (optional
operation).
- add(E) - Method in interface java.util.ListIterator
-
Inserts the specified element into the list (optional operation).
- add(E) - Method in class java.util.PriorityQueue
-
Inserts the specified element into this priority queue.
- add(E) - Method in interface java.util.Queue
-
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an IllegalStateException
if no space is currently available.
- add(E) - Method in interface java.util.Set
-
Adds the specified element to this set if it is not already present
(optional operation).
- add(E) - Method in class java.util.TreeSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.Vector
-
Appends the specified element to the end of this Vector.
- add(E) - Method in class ohos.utils.LightweightSet
-
Adds a specified element object to an LightweightSet container.
- add(CharSequence) - Method in class java.util.StringJoiner
-
Adds a copy of the given CharSequence value as the next
element of the StringJoiner value.
- add(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds the specified multicharacter to this set if it is not already
present.
- add(Iterable<?>) - Method in class ohos.global.icu.text.UnicodeSet
-
Add the contents of the collection (as strings) into this UnicodeSet.
- add(Object) - Method in class ohos.utils.zson.ZSONArray
-
Adds a specified e object to this ZSONArray.
- add(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this +
augend), and whose scale is max(this.scale(),
augend.scale()).
- add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this + augend),
with rounding according to the context settings.
- add(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this + val).
- add(URI, HttpCookie) - Method in interface java.net.CookieStore
-
Adds one HTTP cookie to the store.
- add(Permission) - Method in class java.security.PermissionCollection
-
Adds a permission object to the current collection of permission objects.
- add(Permission) - Method in class java.security.Permissions
-
Adds a permission object to the PermissionCollection for the class the
permission belongs to.
- add(K) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Adds the specified key to this set view by mapping the key to
the default mapped value in the backing map, if defined.
- add(Quaternion, float) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Adds a float value to each component of a quaternion.
- add(Quaternion, Quaternion) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Adds two quaternions.
- add(Vector2, float) - Static method in class ohos.agp.render.render3d.math.Vector2
-
Adds a float number to each component of the vector.
- add(Vector2, Vector2) - Static method in class ohos.agp.render.render3d.math.Vector2
-
Adds two vectors.
- add(Vector3, float) - Static method in class ohos.agp.render.render3d.math.Vector3
-
Adds a float number to each component of the vector.
- add(Vector3, Vector3) - Static method in class ohos.agp.render.render3d.math.Vector3
-
Adds two vectors.
- add(Vector4, float) - Static method in class ohos.agp.render.render3d.math.Vector4
-
Adds a float number to each component of the vector.
- add(Vector4, Vector4) - Static method in class ohos.agp.render.render3d.math.Vector4
-
Adds two vectors.
- add(DataObserver) - Method in class ohos.data.rdb.DataObservable
-
Adds an observer to the observer set.
- add(BigDecimal) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is this+rhs, using fixed point arithmetic.
- add(BigDecimal, MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is this+rhs.
- add(XMLEvent) - Method in interface ohos.javax.xml.stream.util.XMLEventConsumer
-
This method adds an event to the consumer.
- add(XMLEvent) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Add an event to the output stream
Adding a START_ELEMENT will open a new namespace scope that
will be closed when the corresponding END_ELEMENT is written.
- add(XMLEventReader) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Adds an entire stream to an output stream,
calls next() on the inputStream argument until hasNext() returns false
This should be treated as a convenience method that will
perform the following loop over all the events in an
event reader and call add on each event.
- add(ContactAttributes.Attribute) - Method in class ohos.sysappcomponents.contact.ContactAttributes
-
Adds attributes of the contact to be queried.
- add(T) - Method in interface java.util.stream.Stream.Builder
-
Adds an element to the stream being built.
- ADD_CASE_MAPPINGS - Static variable in class ohos.global.icu.text.UnicodeSet
-
Bitmask for constructor, applyPattern(), and closeOver()
indicating letter case.
- ADD_FILE - Static variable in enum java.nio.file.attribute.AclEntryPermission
-
- ADD_SUBDIRECTORY - Static variable in enum java.nio.file.attribute.AclEntryPermission
-
- addAbilityMonitor(String) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Creates an
IAbilityMonitor object based on the specified ability name for monitoring the lifecycle state
changes of the ability.
- addAccount(String, String) - Method in class ohos.account.app.AppAccountAbility
-
Adds the account name and extra information of this application to the account management service.
- addActionButton(NotificationActionButton) - Method in class ohos.event.notification.NotificationRequest
-
- addActionRoute(String, String) - Method in class ohos.aafwk.ability.Ability
-
- addAdaptiveRule(int, int, int) - Method in class ohos.agp.components.AdaptiveBoxLayout
-
Adds an adaptive rule that dictates the number of boxes allowed in each row in a layout whose width falls
within the specified range.
- addAdditionalData(PacMap) - Method in class ohos.event.notification.NotificationActionButton.Builder
-
Adds additional data to this Builder.
- addAdditionalData(PacMap) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Adds additional data to this Builder.
- addAll(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds all characters in range (uses preferred naming convention).
- addAll(int, Collection<?>) - Method in class ohos.utils.zson.ZSONArray
-
Adds the entire c object to this ZSONArray at the specified index.
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(int, Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(int, Collection<? extends E>) - Method in interface java.util.List
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(int, Collection<? extends E>) - Method in class java.util.Vector
-
Inserts all of the elements in the specified Collection into this
Vector at the specified position.
- addAll(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds each of the characters in this string to the set.
- addAll(Iterable<?>) - Method in class ohos.global.icu.text.UnicodeSet
-
Add a collection (as strings) into this UnicodeSet.
- addAll(Collection<?>) - Method in class ohos.utils.zson.ZSONArray
-
Adds the entire c object to this ZSONArray.
- addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
-
Adds all of the elements in the specified collection to this collection
(optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
-
Adds all of the elements in the specified collection to this
queue.
- addAll(Collection<? extends E>) - Method in class java.util.ArrayList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the
specified collection's Iterator.
- addAll(Collection<? extends E>) - Method in interface java.util.Collection
-
Adds all of the elements in the specified collection to this collection
(optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Appends all of the elements in the specified collection to the end of
this deque, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Appends all of the elements in the specified collection to the end of
this queue, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends all of the elements in the specified collection to the end
of this list, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Adds all of the elements in the specified collection to this set if
they're not already present.
- addAll(Collection<? extends E>) - Method in class java.util.LinkedList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in interface java.util.List
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator (optional operation).
- addAll(Collection<? extends E>) - Method in interface java.util.Set
-
Adds all of the elements in the specified collection to this set if
they're not already present (optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.TreeSet
-
Adds all of the elements in the specified collection to this set.
- addAll(Collection<? extends E>) - Method in class java.util.Vector
-
Appends all of the elements in the specified Collection to the end of
this Vector, in the order that they are returned by the specified
Collection's Iterator.
- addAll(Collection<? extends E>) - Method in class ohos.utils.LightweightSet
-
Adds all objects in a specified
Collection to an
LightweightSet container.
- addAll(Collection<? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
-
Adds all of the specified elements to the specified collection.
- addAll(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Adds all of the elements in the specified set to this set if
they're not already present.
- addAll(LightweightSet<? extends E>) - Method in class ohos.utils.LightweightSet
-
Adds all the objects in a specified LightweightSet container to the current LightweightSet
container.
- addAll(T...) - Method in class ohos.global.icu.text.UnicodeSet
-
- addAllAbsent(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends all of the elements in the specified collection that
are not already contained in this list, to the end of
this list, in the order that they are returned by the
specified collection's iterator.
- addAllRules() - Static method in class ohos.hiviewdfx.HiChecker
-
Adds all rules to start detection.
- addAllTo(T) - Method in class ohos.global.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into a collection.
- addAndGet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically adds the given value to the current value.
- addAndGet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically adds the given value to the element at index i.
- addAndGet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically adds the given value to the element at index i.
- addAndGet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically adds the given value to the current value.
- addAndGet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- addAndGet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- addAnimators(Animator...) - Method in class ohos.agp.animation.AnimatorGroup.Builder
-
Add a group of animators to play in parallel.
- addAppClassLoader(ClassLoader) - Method in class ohos.utils.Parcel
-
Adds a third-party ClassLoader for instance initialization.
- addAppName(String) - Method in class ohos.event.notification.NotificationSubscribeInfo
-
Sets a single application name as the filter criterion, which means to subscribe to notifications
of this application.
- addAppNames(String[]) - Method in class ohos.event.notification.NotificationSubscribeInfo
-
Sets multiple application names as the filter criteria, which means to subscribe to notifications
of these applications.
- addArc(RectFloat, float, float) - Method in class ohos.agp.render.Path
-
Adds an arc to this Path with a specified start angle and sweep angle.
- addAttach(String, String, byte[]) - Method in interface ohos.data.rdb.RdbStore
-
Attaches a database.
- addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
-
Adds an attribute to the entire string.
- addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
-
Adds an attribute to a subrange of the string.
- addAttributes(Map<? extends AttributedCharacterIterator.Attribute, ?>, int, int) - Method in class java.text.AttributedString
-
Adds a set of attributes to a subrange of the string.
- addAVPlaybackCustomAction(String, String, int) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Adds a custom action.
- addAVPlaybackCustomAction(AVPlaybackState.AVPlaybackCustomAction) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Adds a custom action.
- addBadges(String, String) - Method in class ohos.agp.components.Component.VoiceEvent
-
Sets start and end event badges for a scene.
- addBarObserver(ProgressBar.BarObserver) - Method in class ohos.agp.components.ProgressBar
-
Adds a
BarObserver to monitor changes of this progress bar.
- addBatch() - Method in interface java.sql.PreparedStatement
-
Adds a set of parameters to this PreparedStatement
object's batch of commands.
- addBatch(String) - Method in interface java.sql.Statement
-
Adds the given SQL command to the current list of commands for this
Statement object.
- addBearer(int) - Method in class ohos.net.NetSpecifier.Builder
-
Adds a network transmission type.
- addCallback(SurfaceOps.Callback) - Method in interface ohos.agp.graphics.SurfaceOps
-
Adds the callback of a surface ops.
- addCapability(int) - Method in class ohos.net.NetSpecifier.Builder
-
- addCertificate(Certificate) - Method in class java.security.Identity
-
Deprecated.
Adds a certificate for this identity.
- addCertPathChecker(PKIXCertPathChecker) - Method in class java.security.cert.PKIXParameters
-
Adds a PKIXCertPathChecker to the list of certification
path checkers.
- addCertStore(CertStore) - Method in class java.security.cert.PKIXParameters
-
Adds a CertStore to the end of the list of
CertStores used in finding certificates and CRLs.
- addCharacteristic(GattCharacteristic) - Method in class ohos.bluetooth.ble.GattService
-
- addChildElement(Element) - Method in class ohos.agp.components.element.ElementContainer.ElementState
-
Adds an element object to the end of the list of element objects in an element container.
- addCircle(float, float, float, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds a circle to this Path.
- addCircle(Point, float, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds a circle with a specified radius to this Path object.
- addComponent(Class<ComponentType>) - Method in interface ohos.agp.render.render3d.Entity
-
Adds a component of a specified type to an entity.
- addComponent(Component) - Method in class ohos.agp.components.ComponentContainer
-
- addComponent(Component) - Method in class ohos.agp.components.ListContainer
-
- addComponent(Component) - Method in class ohos.agp.components.PageFlipper
-
- addComponent(Component) - Method in class ohos.agp.components.SearchBar
-
- addComponent(ComponentContainer, Context, int) - Method in class ohos.agp.window.service.WindowManager
-
Creates a window based on the component layout, context, and window type.
- addComponent(Component, int) - Method in class ohos.agp.components.ComponentContainer
-
Adds a component to the specified position.
- addComponent(Component, int) - Method in class ohos.agp.components.ListContainer
-
Adds a component to the specified position.
- addComponent(Component, int, int) - Method in class ohos.agp.components.ComponentContainer
-
Adds a component and sets its width and height.
- addComponent(Component, int, int) - Method in class ohos.agp.components.ListContainer
-
Adds a component and sets its width and height.
- addComponent(Component, int, ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.ComponentContainer
-
Adds a component and sets its layout parameters and location.
- addComponent(Component, int, ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.ListContainer
-
Adds a component and sets its layout parameters and location.
- addComponent(Component, ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.ComponentContainer
-
Adds a component and sets its layout parameters.
- addComponent(Component, ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.ListContainer
-
Adds a component and sets its layout parameters.
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
-
Registers the given event listener so that it will be notified
when an event occurs on this PooledConnection object.
- addContact(Contact) - Method in class ohos.sysappcomponents.contact.ContactsHelper
-
Creates a contact.
- addContent(CharSequence) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Adds an element to the content list.
- addConversationalMessage(String, long, MessageUser) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Adds a message to this conversation-like notification based on the specified message content, timestamp,
and MessageUser.
- addConversationalMessage(NotificationRequest.NotificationConversationalContent.ConversationalMessage) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Adds a specified message to this conversation-like notification.
- addDataSubscriber(DataSetSubscriber) - Method in class ohos.agp.components.BaseItemProvider
-
Adds a dataset subscriber.
- addDataSubscriber(DataSetSubscriber) - Method in class ohos.agp.components.PageSliderProvider
-
- addDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in interface ohos.rpc.IRemoteObject
-
Registers a callback used to receive notifications of the death of a remote object.
- addDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in class ohos.rpc.RemoteObject
-
Registers a callback used to receive death notifications of a remote proxy.
- addDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in class ohos.rpc.RemoteProxy
-
Registers a callback used to receive death notifications of a remote object.
- addDefaultNetStatusCallback(NetStatusCallback) - Method in class ohos.net.NetManager
-
Receives status change notifications of the default data network.
- addDefaultRules() - Static method in class ohos.hiviewdfx.HiChecker
-
Adds default rules to start detection.
- addDeferredSurface(Surface) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Adds the deferred surface.
- addDeferredSurfaceSize(Size, Class<T>) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Adds the size and class type of the deferred surface to the camera configuration.
- addDeleteJob(JobParams, RdbPredicates, DeleteCallback) - Method in class ohos.data.async.RdbStoreAsyncHandler
-
Deletes data from the database asynchronously and processes the deletion result.
- addDeleteJob(JobParams, Uri, DataAbilityPredicates, DeleteCallback) - Method in class ohos.data.async.DataAbilityAsyncHandler
-
Deletes data from the database asynchronously and processes the deletion result.
- addDescriptor(GattDescriptor) - Method in class ohos.bluetooth.ble.GattCharacteristic
-
- addDrawTask(Component.DrawTask) - Method in class ohos.agp.components.Component
-
Adds a drawing task between the foreground and the component content.
- addDrawTask(Component.DrawTask, int) - Method in class ohos.agp.components.Component
-
Adds a draw task.
- addElement(E) - Method in class java.util.Vector
-
Adds the specified component to the end of this vector,
increasing its size by one.
- addEmail(Email) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds an email address to this contact.
- addEntity(String) - Method in class ohos.aafwk.content.Intent
-
- addEntity(String) - Method in class ohos.event.commonevent.MatchingSkills
-
Adds an entity to this MatchingSkills object.
- addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
-
Adds an ACL entry to this ACL.
- addError(int) - Method in class ohos.net.http.SslError
-
Adds a specified SSL error to this SslError object.
- addEvent(String) - Method in class ohos.event.commonevent.MatchingSkills
-
Adds an event to this MatchingSkills object.
- addEvent(TouchEvent) - Method in class ohos.agp.components.VelocityDetector
-
Adds a user's movement to the Detector.
- addEvent(Event) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds an event (special date) to this contact.
- addExact(int, int) - Static method in class java.lang.Math
-
Returns the sum of its arguments,
throwing an exception if the result overflows an int.
- addExact(int, int) - Static method in class java.lang.StrictMath
-
Returns the sum of its arguments,
throwing an exception if the result overflows an int.
- addExact(long, long) - Static method in class java.lang.Math
-
Returns the sum of its arguments,
throwing an exception if the result overflows a long.
- addExact(long, long) - Static method in class java.lang.StrictMath
-
Returns the sum of its arguments,
throwing an exception if the result overflows a long.
- addFirst(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
- addFirst(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- addFirst(E) - Method in interface java.util.Deque
-
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
- addFirst(E) - Method in class java.util.LinkedList
-
Inserts the specified element at the beginning of this list.
- addFlags(int) - Method in class ohos.aafwk.content.Intent
-
Adds a flag to an Intent.
- addFlags(int) - Method in class ohos.agp.window.service.Window
-
Adds window flags.
- addFrame(Element, int) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Adds an element frame to an animation.
- addGlobalFocusUpdatedListener(ComponentTreeObserver.GlobalFocusUpdatedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Registers a listener for globalFocusChanged().
- addGroup(Group) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds this contact to a group.
- addHandler(Handler) - Method in class java.util.logging.Logger
-
Add a log Handler to receive logging messages.
- addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
-
Registers an event listener to receive notifications that an
SSL handshake has completed on this connection.
- addHomeShortcut(ShortcutInfo) - Method in interface ohos.bundle.IBundleManager
-
Adds a home-screen shortcut that will be fixed on the home screen.
- addHtmlRecord(String) - Method in class ohos.miscservices.pasteboard.PasteData
-
- addHttpheader(String, String) - Method in class ohos.miscservices.download.DownloadConfig.Builder
-
Adds an HTTP or HTTPS header to be included with the download request.
- addIdentity(Identity) - Method in class java.security.IdentityScope
-
Deprecated.
Adds an identity to this identity scope.
- addIfAbsent(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends the element, if not present.
- addImAddress(ImAddress) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds an IM address to this contact.
- addImage(ImageSource) - Method in class ohos.media.image.ImagePacker
-
- addImage(ImageSource, int) - Method in class ohos.media.image.ImagePacker
-
Adds a specified image in an
ImageSource to the image packer.
- addImage(PixelMap) - Method in class ohos.media.image.ImagePacker
-
- addImageData(String, byte[]) - Method in class ohos.aafwk.ability.FormBindingData
-
Adds an image to this FormBindingData instance.
- addInputsToIntent(List<NotificationUserInput>, Intent, PacMap) - Static method in class ohos.event.notification.NotificationUserInput
-
Adds a list of
NotificationUserInput objects to an
Intent.
- addInsertJob(JobParams, String, ValuesBucket, InsertCallback) - Method in class ohos.data.async.RdbStoreAsyncHandler
-
Inserts data into the database asynchronously and processes the insertion result.
- addInsertJob(JobParams, Uri, ValuesBucket, InsertCallback) - Method in class ohos.data.async.DataAbilityAsyncHandler
-
Inserts data into the database asynchronously and processes the insertion result.
- addIntentRecord(Intent) - Method in class ohos.miscservices.pasteboard.PasteData
-
- addIssuer(X500Principal) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addIssuerName(byte[]) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addIssuerName(String) - Method in class java.security.cert.X509CRLSelector
-
- addItem(String) - Method in class ohos.agp.window.dialog.ListDialog
-
Adds an item to a ListDialog instance.
- addItemVisibilityChangedListener(ListContainer.ItemVisibilityChangedListener) - Method in class ohos.agp.components.ListContainer
-
- addJsCallback(String, JsCallback) - Method in class ohos.agp.components.webengine.WebView
-
Adds the JavaScript object that can be called in the WebView.
- addLabels(Locale...) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(UnicodeSet) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(ULocale...) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLast(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
- addLast(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- addLast(E) - Method in interface java.util.Deque
-
Inserts the specified element at the end of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
- addLast(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- addLikelySubtags(ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Adds the likely subtags for a provided locale ID, per the algorithm
described in the following CLDR technical report:
http://www.unicode.org/reports/tr35/#Likely_Subtags
If the provided ULocale instance is already in the maximal form, or there is no
data available available for maximization, it will be returned.
- addListener(DisplayResizeListener) - Method in class ohos.accessibility.ability.DisplayResizeController
-
Adds a DisplayResizeListener instance to observe display resizing operations.
- addListener(SoftKeyBoardListener) - Method in class ohos.accessibility.ability.SoftKeyBoardController
-
Adds a SoftKeyBoardListener instance to observe changes of the soft keyboard's show/hide mode.
- addListener(IDownloadListener) - Method in class ohos.miscservices.download.DownloadSession
-
- addLogger(Logger) - Method in class java.util.logging.LogManager
-
Add a named logger.
- addManufacturerData(int, byte[]) - Method in class ohos.bluetooth.ble.BleAdvertiseData.Builder
-
Adds the specified manufacturer data to this advertisement.
- addMatchSetTo(UnicodeSet) - Method in interface ohos.global.icu.text.UnicodeMatcher
-
Union the set of all characters that may be matched by this object
into the given set.
- addMatchSetTo(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Implementation of UnicodeMatcher API.
- addMember(Principal) - Method in interface java.security.acl.Group
-
Adds the specified member to the group.
- addMessageUser(MessageUser) - Method in class ohos.event.notification.NotificationRequest
-
Adds a
MessageUser object and associates it with this notification.
- addMimeInputToIntent(NotificationUserInput, Intent, Map<String, Uri>) - Static method in class ohos.event.notification.NotificationUserInput
-
Adds the given
NotificationUserInput object of a specified MIME type to an
Intent.
- addNetStatusCallback(NetSpecifier, NetStatusCallback) - Method in class ohos.net.NetManager
-
Receives status change notifications of a specified network.
- addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
- addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
-
Registers the specified listener to receive node change events
for this node.
- addNotificationSlot(String, NotificationSlot) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- addNotificationSlot(NotificationSlot) - Static method in class ohos.event.notification.NotificationHelper
-
Creates a notification slot.
- addNotificationSlotGroup(String, NotificationSlotGroup) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- addNotificationSlotGroup(NotificationSlotGroup) - Static method in class ohos.event.notification.NotificationHelper
-
- addNotificationSlotGroups(String, List<NotificationSlotGroup>) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- addNotificationSlotGroups(List<NotificationSlotGroup>) - Static method in class ohos.event.notification.NotificationHelper
-
Creates multiple notification slot groups.
- addNotificationSlots(String, List<NotificationSlot>) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- addNotificationSlots(List<NotificationSlot>) - Static method in class ohos.event.notification.NotificationHelper
-
Creates multiple notification slots.
- addNotificationUserInput(NotificationUserInput) - Method in class ohos.event.notification.NotificationActionButton.Builder
-
- addObserver(Observer) - Method in class java.util.Observable
-
Adds an observer to the set of observers for this object, provided
that it is not the same as some observer already in the set.
- addObserver(ILifecycleObserver) - Method in class ohos.aafwk.ability.Lifecycle
-
Adds a lifecycle observer.
- addObserver(DataObserver<T>, boolean) - Method in class ohos.aafwk.abilityjet.activedata.ActiveData
-
Adds a data observer.
- addObserver(CallStateObserver, int) - Method in class ohos.dcall.DistributedCallManager
-
Adds an observer to monitor call service state changes.
- addObserver(CellularDataStateObserver, int) - Method in class ohos.telephony.CellularDataInfoManager
-
Adds an observer for monitoring cellular data service state changes.
- addObserver(RadioStateObserver, int) - Method in class ohos.telephony.RadioInfoManager
-
Registers an observer to receive notifications of changes in a specified radio state.
- addOnSelectionChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSliderIndicator
-
Adds a listener to listen for page change events.
- addOperation(int) - Static method in class ohos.net.DataFlowStatistics
-
Adds a specified number of networks for the DataFlowStatistics object of this thread.
- addOperation(int, int) - Static method in class ohos.net.DataFlowStatistics
-
Adds a specified number of networks for a given DataFlowStatistics tag.
- addOperation(AccessibleOperation) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Adds an operation.
- addOval(RectFloat, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds an oval to this Path object.
- addOval(RectFloat, Path.Direction, int) - Method in class ohos.agp.render.Path
-
Adds an oval to this Path.
- addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
-
Adds an owner.
- addPageChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSlider
-
Registers a listener that listens for page change events.
- addPageChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSliderIndicator
-
Adds a listener to listen for page change events.
- addParam(String, String) - Method in class ohos.bundle.ShortcutIntent
-
Add a parameter in key-value pair format.
- addParams(Pair<String, String>) - Method in class ohos.utils.net.UrlQueryFilter
-
Adds a filtered parameter key-value pair to the internal List and Map objects.
- addPasteDataChangedListener(IPasteDataChangedListener) - Method in class ohos.miscservices.pasteboard.SystemPasteboard
-
Listens for pasteboard content changes.
- addPath(String, int) - Method in class ohos.aafwk.ability.PathMatcher
-
Adds an existing database or file path to the cache.
- addPath(Path) - Method in class ohos.agp.render.Path
-
Adds a specified path to this Path object without any connection action.
- addPath(Path, float, float, Path.AddPathMode) - Method in class ohos.agp.render.Path
-
Adds a specified path to this Path with an offset.
- addPath(Path, Path.AddPathMode) - Method in class ohos.agp.render.Path
-
Adds a specified path to this Path.
- addPath(Path, Matrix, Path.AddPathMode) - Method in class ohos.agp.render.Path
-
Adds a specified path to this Path, transformed by matrix.
- addPathToName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addPathToName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addPattern(String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Adds a pattern to the generator.
- addPermission(Permission) - Method in interface java.security.acl.AclEntry
-
Adds the specified permission to this ACL entry.
- addPhoneNumber(PhoneNumber) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds a phone number to this contact.
- addPostalAddress(PostalAddress) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds a postal address to this contact.
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
-
Registers the specified listener to receive preference change
events for this preference node.
- addPrimitive(MeshBuilder.Primitive) - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Adds a primitive and related information to the current mesh.
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Add a PropertyChangeListener for a specific property.
- addProvider(Provider) - Static method in class java.security.Security
-
Adds a provider to the next position available.
- addQueryJob(JobParams, String[], RdbPredicates, QueryCallback) - Method in class ohos.data.async.RdbStoreAsyncHandler
-
Queries data in the database asynchronously and processes the query result.
- addQueryJob(JobParams, Uri, String[], DataAbilityPredicates, QueryCallback) - Method in class ohos.data.async.DataAbilityAsyncHandler
-
Queries data in the database asynchronously and processes the query result.
- ADDR_HOME - Static variable in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Indicates a home address.
- ADDR_OTHER - Static variable in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Indicates an address of the OTHER type.
- ADDR_WORK - Static variable in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Indicates a work address.
- addRecord(CharSequence, V) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Add a record (name and data) to the index.
- addRecord(AccessibilityEventInfo) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Adds an accessibility event to the event list.
- addRecord(PasteData.Record) - Method in class ohos.miscservices.pasteboard.PasteData
-
Adds a PasteRecord to a PasteData object and updates MIME types in DataProperty.
- addRect(float, float, float, float, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds a rectangle to this Path.
- addRect(RectFloat, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds a rounded rectangle with a specified corner radius to this Path object.
- addRect(RectFloat, Path.Direction, int) - Method in class ohos.agp.render.Path
-
Adds a rectangle to this Path starting with a specified corner.
- addRelation(Relation) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds a relation to this contact.
- addReplace(int, int) - Method in class ohos.global.icu.text.Edits
-
Adds a change edit: a record for a text replacement/insertion/deletion.
- addRequestProperty(String, String) - Method in class java.net.URLConnection
-
Adds a general request property specified by a
key-value pair.
- address - Variable in class java.net.SocketImpl
-
The IP address of the remote end of this socket.
- address() - Method in class java.net.Proxy
-
Returns the socket address of the proxy, or
null if its a direct connection.
- ADDRESS - Static variable in class ohos.data.search.schema.ContactItem
-
Indicates the index field name of address.
- addRoundRect(RectFloat, float[], Path.Direction) - Method in class ohos.agp.render.Path
-
Add a round rect with specified corner radius to the Path.
- addRoundRect(RectFloat, float, float, Path.Direction) - Method in class ohos.agp.render.Path
-
Adds a rounded rectangle to this Path.
- addRow(Iterable<?>) - Method in class ohos.data.resultset.TableResultSet
-
Adds a row that contains column values of the iterator type to the end of a result set.
- addRow(Object[]) - Method in class ohos.data.resultset.TableResultSet
-
Adds a row that contains an array of column values to the end of a result set.
- addRowByBuilder() - Method in class ohos.data.resultset.TableResultSet
-
Adds a row to the end of a result set and obtains a builder.
- addRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
-
Registers the given listener so that it will be notified of events
that occur on this RowSet object.
- addRule(int) - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Adds a layout rule that can be interpreted by the DependentLayout.
- addRule(int, int) - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Adds a layout rule that can be interpreted by the DependentLayout.
- addRule(EnumSet<HiChecker.Rule>) - Static method in class ohos.hiviewdfx.HiChecker
-
Adds one or more rules for HiChecker.
- addRule(HiChecker.Rule) - Static method in class ohos.hiviewdfx.HiChecker
-
Adds a rule for HiChecker.
- addScheme(String) - Method in class ohos.event.commonevent.MatchingSkills
-
Adds a scheme to the scheme list if the scheme is not included.
- addScrolledListener(Component.ScrolledListener) - Method in class ohos.agp.components.Component
-
Adds a listener to listen for scrolling events reported when the scrolling stage or position
of the component has changed.
- addScrolledListener(ComponentTreeObserver.ScrollChangedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Registers a listener for scrollChanged().
- addScrollPausePositionX(int) - Method in class ohos.agp.components.ScrollView
-
Adds scroll pause position on the X axis.
- addScrollPausePositionY(int) - Method in class ohos.agp.components.ScrollView
-
Adds scroll pause position on the Y axis.
- addSecKeyCryptoAttr(int, String...) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets the values for the cryptographic attributes of a key, including the block cipher mode,
padding mode, and digest algorithm.
- addService(GattService) - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Adds a specified service to be hosted.
- addService(GattService) - Method in class ohos.bluetooth.ble.GattService
-
Adds a GATT service to a service.
- addServiceData(SequenceUuid, byte[]) - Method in class ohos.bluetooth.ble.BleAdvertiseData.Builder
-
Adds the specified service data to this advertisement.
- addServiceUuid(SequenceUuid) - Method in class ohos.bluetooth.ble.BleAdvertiseData.Builder
-
Adds a specified service UUID to this advertisement.
- addShutdownHook(Thread) - Method in class java.lang.Runtime
-
Registers a new virtual-machine shutdown hook.
- addSingleLine(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Adds a single line of text to this notification.
- addSipAddress(SipAddress) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds a Session Initiation Protocol (SIP) address to this contact.
- addSlideDisable(SlideDrawer.SlideDisable) - Method in class ohos.agp.components.SlideDrawer
-
Adds a callback that allows for the disabling of a slide event in real time.
- addSlideListener(SlideDrawer.SlideListener) - Method in class ohos.agp.components.SlideDrawer
-
Adds a slide listener.
- addSoundEffect(UUID, String) - Method in class ohos.media.audio.AudioCapturer
-
Adds a sound effect for audio recording.
- addState(int[], Element) - Method in class ohos.agp.components.element.StateElement
-
Places a state set and an Element object in a container.
- addStatementEventListener(StatementEventListener) - Method in interface javax.sql.PooledConnection
-
Registers a StatementEventListener with this PooledConnection object.
- addStateTransition(int[], int[], Element) - Method in class ohos.agp.components.element.AnimatedStateElement
-
Adds a pair of state set and Element object to a container.
- addSubjectAlternativeName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- addSubjectAlternativeName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- addSuppressed(Throwable) - Method in class java.lang.Throwable
-
Appends the specified exception to the exceptions that were
suppressed in order to deliver this exception.
- addSurface(Surface) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Adds a surface as an output for a camera stream.
- addSurface(Surface) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Adds a surface as frame capture output.
- addSynonyms(String) - Method in class ohos.agp.components.Component.VoiceEvent
-
Adds synonyms to the voice event.
- addTab(TabList.Tab) - Method in class ohos.agp.components.TabList
-
Adds a tab to the end of the current layout.
- addTab(TabList.Tab, boolean) - Method in class ohos.agp.components.TabList
-
Adds a tab to the end of the current layout and specifies whether it is selected.
- addTab(TabList.Tab, int) - Method in class ohos.agp.components.TabList
-
Adds a tab to the specified position in the current layout.
- addTab(TabList.Tab, int, boolean) - Method in class ohos.agp.components.TabList
-
Adds a tab to a position in the current layout and specifies whether it is selected.
- addTabSelectedListener(TabList.TabSelectedListener) - Method in class ohos.agp.components.TabList
-
Adds the selected listener to a tab in a list.
- addText(String) - Method in class ohos.agp.text.RichTextBuilder
-
Adds a text segment with the effective style used by the rich text builder.
- addTextObserver(Text.TextObserver) - Method in class ohos.agp.components.Text
-
Adds the text observer
TextObserver to detect whether the text is changed.
- addTextRecord(CharSequence) - Method in class ohos.miscservices.pasteboard.PasteData
-
- addTextToPath(String, float, float, Path) - Method in class ohos.agp.render.Paint
-
- addTo(Temporal) - Method in interface java.time.chrono.ChronoPeriod
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Duration
-
Adds this duration to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Period
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in interface java.time.temporal.TemporalAmount
-
Adds to the specified temporal object.
- addTo(R, long) - Method in enum java.time.temporal.ChronoUnit
-
- addTo(R, long) - Method in interface java.time.temporal.TemporalUnit
-
Returns a copy of the specified temporal object with the specified period added.
- addToDeletedList(OrmObject) - Method in class ohos.data.orm.AllChangeToTarget
-
Adds an
OrmObject to the list of deleted objects.
- addToInsertList(OrmObject) - Method in class ohos.data.orm.AllChangeToTarget
-
Adds an
OrmObject to the list of inserted objects.
- addToPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
-
Adds (atomically) the given value to the pending count.
- addTouchEventListener(RichText.TouchEventListener, int, int) - Method in class ohos.agp.text.RichText
-
Adds a listener to listen for a touch event on a specific rich text paragraph.
- addToUpdatedList(OrmObject) - Method in class ohos.data.orm.AllChangeToTarget
-
Adds an
OrmObject to the list of updated objects.
- addTransitionType(int) - Method in class ohos.agp.components.ComponentTransition
-
Enables a transition type for a ComponentTransition object.
- addTreeLayoutChangedListener(ComponentTreeObserver.GlobalLayoutListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
- addTubeObserver(AVTubeManager.TubeObserver, int, int) - Method in class ohos.media.tubecore.AVTubeManager
-
Registers a tube observer with this AVTubeManager instance.
- addUnchanged(int) - Method in class ohos.global.icu.text.Edits
-
Adds a no-change edit: a record for an unchanged segment of text.
- addUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
-
Adds a unicode locale attribute, if not already present, otherwise
has no effect.
- addUnicodeLocaleAttribute(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Adds a unicode locale attribute, if not already present, otherwise
has no effect.
- addUntrustedConfig(WifiDeviceConfig) - Method in class ohos.wifi.WifiDevice
-
Adds a specified untrusted hotspot configuration.
- addUpdateJob(JobParams, ValuesBucket, RdbPredicates, UpdateCallback) - Method in class ohos.data.async.RdbStoreAsyncHandler
-
Updates data in the database asynchronously and processes the update result.
- addUpdateJob(JobParams, Uri, ValuesBucket, DataAbilityPredicates, UpdateCallback) - Method in class ohos.data.async.DataAbilityAsyncHandler
-
Updates data in the database asynchronously and processes the update result.
- addUriRecord(Uri) - Method in class ohos.miscservices.pasteboard.PasteData
-
- addURL(URL) - Method in class java.net.URLClassLoader
-
Appends the specified URL to the list of URLs to search for
classes and resources.
- addWatch(Path, FileWatcher.EventHandler, boolean, WatchEvent.Kind<?>...) - Method in class ohos.utils.FileWatcher
-
Adds a watcher to monitor a specified file directory.
- addWebsite(Website) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Adds a website to this contact.
- addWindowBoundListener(ComponentTreeObserver.WindowBoundListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Registers a listener for windowBound().
- addWindowFlags(int) - Method in class ohos.agp.window.service.Window
-
Sets the characteristic flags of a window in ohos.
- addWindowFocusUpdatedListener(ComponentTreeObserver.WindowFocusUpdatedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Registers a listener for windowFocusUpdated().
- adjustAVPlaybackVolume(int, int) - Method in class ohos.media.sessioncore.AVController
-
Adjusts relative volume for the playback.
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.Era
-
Adjusts the specified temporal object to have the same era as this object.
- adjustInto(Temporal) - Method in enum java.time.DayOfWeek
-
Adjusts the specified temporal object to have this day-of-week.
- adjustInto(Temporal) - Method in class java.time.Instant
-
Adjusts the specified temporal object to have this instant.
- adjustInto(Temporal) - Method in class java.time.LocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in class java.time.LocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in class java.time.LocalTime
-
Adjusts the specified temporal object to have the same time as this object.
- adjustInto(Temporal) - Method in enum java.time.Month
-
Adjusts the specified temporal object to have this month-of-year.
- adjustInto(Temporal) - Method in class java.time.MonthDay
-
Adjusts the specified temporal object to have this month-day.
- adjustInto(Temporal) - Method in class java.time.OffsetDateTime
-
Adjusts the specified temporal object to have the same offset, date
and time as this object.
- adjustInto(Temporal) - Method in class java.time.OffsetTime
-
Adjusts the specified temporal object to have the same offset and time
as this object.
- adjustInto(Temporal) - Method in interface java.time.temporal.TemporalAdjuster
-
Adjusts the specified temporal object.
- adjustInto(Temporal) - Method in class java.time.Year
-
Adjusts the specified temporal object to have this year.
- adjustInto(Temporal) - Method in class java.time.YearMonth
-
Adjusts the specified temporal object to have this year-month.
- adjustInto(Temporal) - Method in class java.time.ZoneOffset
-
Adjusts the specified temporal object to have the same offset as this object.
- adjustInto(R, long) - Method in enum java.time.temporal.ChronoField
-
- adjustInto(R, long) - Method in interface java.time.temporal.TemporalField
-
Returns a copy of the specified temporal object with the value of this field set.
- adjustToCased() - Method in class ohos.global.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but
adjusts each titlecasing BreakIterator index to the next cased character.
- ADLAM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ADLAM - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- ADLAM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Adler32 - Class in java.util.zip
-
A class that can be used to compute the Adler-32 checksum of a data
stream.
- Adler32() - Constructor for class java.util.zip.Adler32
-
Creates a new Adler32 object.
- ADMIN - ohos.account.OsAccountType
-
Indicates the administrator account, which has the permission to manage other OS accounts.
- ADOBE_RGB_1998 - ohos.media.image.common.ColorSpace
-
Indicates the color space based on Adobe RGB (1998).
- AE_MODE_OFF - Static variable in annotation type ohos.media.camera.params.Metadata.AeMode
-
Indicates that AE is off.
- AE_MODE_ON - Static variable in annotation type ohos.media.camera.params.Metadata.AeMode
-
Indicates that AE is enabled.
- AE_STATE_AUTO_SCAN - Static variable in annotation type ohos.media.camera.params.AeResult.State
-
Indicates the scanning state of an AE started by the camera.
- AE_STATE_CONVERGED - Static variable in annotation type ohos.media.camera.params.AeResult.State
-
Indicates that AE has entered a good lighting state and is locked.
- AE_STATE_FLASH_REQUIRED - Static variable in annotation type ohos.media.camera.params.AeResult.State
-
Indicates that AE has entered a good lighting state but requires a flash for each capture to achieve optimal
exposure.
- AE_STATE_INACTIVE - Static variable in annotation type ohos.media.camera.params.AeResult.State
-
Indicates the unactivated AE state.
- AE_STATE_TRIGGER_SCAN - Static variable in annotation type ohos.media.camera.params.AeResult.State
-
Indicates the scanning state of an AE triggered by an application for pre-capture.
- AE_TRIGGER_CANCEL - Static variable in annotation type ohos.media.camera.params.Metadata.AeTrigger
-
Indicates that the previous AE trigger is canceled, and the AE mode returns to the initial state.
- AE_TRIGGER_NONE - Static variable in annotation type ohos.media.camera.params.Metadata.AeTrigger
-
Indicates that no AE is triggered.
- AE_TRIGGER_START - Static variable in annotation type ohos.media.camera.params.Metadata.AeTrigger
-
Indicates that an AE trigger starts.
- AEADBadTagException - Exception in javax.crypto
-
This exception is thrown when a
Cipher operating in
an AEAD mode (such as GCM/CCM) is unable to verify the supplied
authentication tag.
- AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with no detail message.
- AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with the specified
detail message.
- AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Aegean Numbers" Unicode character block.
- AEGEAN_NUMBERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- AEGEAN_NUMBERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- AeResult - Interface in ohos.media.camera.params
-
Interface for the automatic exposure (AE) results.
- AeResult.State - Annotation Type in ohos.media.camera.params
-
Describes the AE state.
- AF_MODE_CONTINUOUS - Static variable in annotation type ohos.media.camera.params.Metadata.AfMode
-
Indicates continuous AF.
- AF_MODE_OFF - Static variable in annotation type ohos.media.camera.params.Metadata.AfMode
-
Indicates that AF is off.
- AF_MODE_TOUCH_LOCK - Static variable in annotation type ohos.media.camera.params.Metadata.AfMode
-
Indicates that a touch AF is triggered and then locked.
- AF_STATE_AUTO_FOCUSED - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates the focused state of an AF started by the camera.
- AF_STATE_AUTO_SCAN - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates the scanning state of an AF started by the camera.
- AF_STATE_AUTO_UNFOCUSED - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates the unfocused state of an AF started by the camera.
- AF_STATE_INACTIVE - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates the unactivated AF state.
- AF_STATE_TRIGGER_FOCUSED - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates that an AF triggered by an application has a successful result and is locked.
- AF_STATE_TRIGGER_SCAN - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates the scanning state of an AF triggered by an application.
- AF_STATE_TRIGGER_UNFOCUSED - Static variable in annotation type ohos.media.camera.params.AfResult.State
-
Indicates a failed AF triggered by an application.
- AF_TRIGGER_CANCEL - Static variable in annotation type ohos.media.camera.params.Metadata.AfTrigger
-
Indicates that the previous AF trigger is canceled, and the AF mode returns to the initial state.
- AF_TRIGGER_NONE - Static variable in annotation type ohos.media.camera.params.Metadata.AfTrigger
-
Indicates that no AF is triggered.
- AF_TRIGGER_START - Static variable in annotation type ohos.media.camera.params.Metadata.AfTrigger
-
Indicates that an AF trigger starts.
- AFAKA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- AFFECTED_MODE_RINGER_STREAMS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Sound
-
Specifies which audio streams are affected by changes on the ringing mode and Do Not Disturb (DND) mode.
- AFFECTED_MUTE_STREAMS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Sound
-
Specifies which audio streams are affected by the mute mode.
- AFFILIATION_CHANGED - java.security.cert.CRLReason
-
This reason indicates that the subject's name or other information
has changed.
- AfResult - Interface in ohos.media.camera.params
-
Interface for autofocus (AF) results.
- AfResult.State - Annotation Type in ohos.media.camera.params
-
Describes the AF state.
- AFRICAN_FEH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- AFRICAN_NOON - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- AFRICAN_QAF - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- after(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar represents a time
after the time represented by the specified
Object.
- after(Object) - Method in class ohos.global.icu.util.Calendar
-
Compares the time field records.
- after(Timestamp) - Method in class java.sql.Timestamp
-
Indicates whether this Timestamp object is
later than the given Timestamp object.
- after(Date) - Method in class java.util.Date
-
Tests if this date is after the specified date.
- afterExecute(Runnable, Throwable) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Method invoked upon completion of execution of the given Runnable.
- afterLast() - Method in interface java.sql.ResultSet
-
Moves the cursor to the end of
this ResultSet object, just after the
last row.
- afterRemoval(boolean, K, V, V) - Method in class ohos.utils.LruBuffer
-
Executes subsequent operations after a value is deleted.
- AGE - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Age.
- AgpEngineFactory - Class in ohos.agp.render.render3d.impl
-
Represents the factory class used to create an advanced graphic platform (AGP) engine instance.
- AGRAHAYANA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Agrahayana, the 9th month of the Indian year.
- AH - java.time.chrono.HijrahEra
-
The singleton instance for the current era, 'Anno Hegirae',
which has the numeric value 1.
- AHOM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- AHOM - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- AHOM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Aid - Class in ohos.nfc.oma
-
Provides interfaces to create Aid objects and obtain Aid information.
- Aid(byte[], int, int) - Constructor for class ohos.nfc.oma.Aid
-
A constructor used to create an Aid instance.
- AID_CRS - Static variable in class ohos.nfc.oma.Aid
-
Indicates the CRS value.
- AID_PPSE - Static variable in class ohos.nfc.oma.Aid
-
Indicates the PPSE value.
- AID_PSE - Static variable in class ohos.nfc.oma.Aid
-
Indicates the PSE value.
- AIN - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- AIRESULT_AIENGINE_CLOSED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that HUAWEI HiAI Engine is disabled.
- AIRESULT_ASYNC_MODE - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the asynchronous mode is used.
- AIRESULT_CALL_TIMES_LIMIT - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the number of interface calls exceeds the upper limit.
- AIRESULT_CV_NPU_ERROR - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that an interface fails to be called due to an NPU error.
- AIRESULT_ENGINE_HAS_USED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that a subengine of HUAWEI HiAI Engine has been started and used.
- AIRESULT_FAILED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that an interface fails to be called.
- AIRESULT_GET_CLOUD_RESULT_FAIL - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the result fails to be obtained from the cloud.
- AIRESULT_INPUT_ILLEGAL - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the input parameter is invalid.
- AIRESULT_INPUT_ILLEGAL_NULL - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the input parameter is null.
- AIRESULT_INPUT_RESIZE - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the input parameter is of the image type and the image needs to be resized.
- AIRESULT_INPUT_VALID - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the input parameter is valid.
- AIRESULT_INTERRUPT_BY_HIGH_PRIORITY - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates an operation of a higher priority interrupts the current operation.
- AIRESULT_LIBRARY_FAILED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the required library fails to be loaded.
- AIRESULT_MEMORY_ALLOC_ERROR - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates a memory allocation error.
- AIRESULT_MODEL_EXCEPTION - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the model file is abnormal.
- AIRESULT_MODEL_LOAD_FAILED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the model fails to be loaded.
- AIRESULT_MODEL_NON_EXISTED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the required model file does not exist.
- AIRESULT_NO_PERMMISION - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the permission to call the interface is not granted.
- AIRESULT_PLUGIN_PENDING_UPDATE - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the required plug-in needs to be installed or updated.
- AIRESULT_SERVICE_BIND_CONNECTED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the service is successfully bound.
- AIRESULT_SERVICE_BIND_EXCEPTION - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that an exception occurs during service binding.
- AIRESULT_SERVICE_BIND_EXCEPTION_DISCONNECT - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the service fails to be bound.
- AIRESULT_SUCCESS - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that an interface is successfully called.
- AIRESULT_TIMEOUT - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates a timeout.
- AIRESULT_UNKOWN - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that an unknown error occurs during an interface call.
- AIRESULT_UNSUPPORTED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that the value of an input parameter is not supported during an interface call.
- AIRESULT_USER_CANCELLED - Static variable in class ohos.ai.engine.resultcode.HwHiAIResultCode
-
Indicates that a user cancels the current operation.
- AIRPLANE_MODE_RADIOS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Wireless
-
Indicates the list of radio signals to be disabled when airplane mode is enabled.
- AIRPLANE_MODE_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether airplane mode is enabled.
- AKA - ohos.wifi.WifiSecurity.EapMethod
-
EAP Authentication and Key Agreement (AKA)
- AKA - ohos.wifi.WifiSecurity.Phase2Method
-
EAP AKA
- AKA_PRIME - ohos.wifi.WifiSecurity.EapMethod
-
EAP AKA prime
- AKA_PRIME - ohos.wifi.WifiSecurity.Phase2Method
-
EAP AKA prime
- ALAPH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- ALARM - java.nio.file.attribute.AclEntryType
-
Generate an alarm, in a system dependent way, the access specified in the
permissions component of the ACL entry.
- ALARM - ohos.media.audio.AudioManager.RingtoneType
-
Indicates the ringtone for alarms.
- ALBUM - Static variable in class ohos.data.search.schema.MusicItem
-
Indicates the index field name of album.
- ALBUM - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the album title.
- ALBUM_ARTIST - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the artist of the album where the media item belongs.
- AlbumList - Class in ohos.media.photokit.support
-
Represents an AlbumList object that stores album data, which can be accessed via methods provided in this
class.
- AlbumList(ResultSet) - Constructor for class ohos.media.photokit.support.AlbumList
-
A constructor used to create an AlbumList instance based on album information in a specified query
result set.
- AlbumListInfo - Class in ohos.media.photokit.support
-
Represents an AlbumListInfo object that stores information of each photo in an album, which can be
accessed via methods provided in this class.
- AlbumListInfo(ResultSet, boolean) - Constructor for class ohos.media.photokit.support.AlbumListInfo
-
A constructor used to create an AlbumListInfo instance, based on photo information specified by a query
result set, and the location information option.
- ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alchemical Symbols" Unicode character block.
- ALCHEMICAL_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ALCHEMICAL_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ALEF - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- ALETTER - Static variable in interface ohos.global.icu.lang.UCharacter.WordBreak
-
- ALGORITHM_CONSTRAINED - java.security.cert.CertPathValidatorException.BasicReason
-
The public key or the signature algorithm has been constrained.
- AlgorithmConstraints - Interface in java.security
-
This interface specifies constraints for cryptographic algorithms,
keys (key sizes), and other algorithm parameters.
- AlgorithmParameterGenerator - Class in java.security
-
The AlgorithmParameterGenerator class is used to generate a
set of
parameters to be used with a certain algorithm.
- AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
-
Creates an AlgorithmParameterGenerator object.
- AlgorithmParameterGeneratorSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the AlgorithmParameterGenerator class, which
is used to generate a set of parameters to be used with a certain algorithm.
- AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
-
- AlgorithmParameters - Class in java.security
-
This class is used as an opaque representation of cryptographic parameters.
- AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
-
Creates an AlgorithmParameters object.
- AlgorithmParameterSpec - Interface in java.security.spec
-
A (transparent) specification of cryptographic parameters.
- AlgorithmParametersSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the AlgorithmParameters class, which is used to manage
algorithm parameters.
- AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
-
- aliases() - Method in class java.nio.charset.Charset
-
Returns a set containing this charset's aliases.
- aliases() - Method in class java.security.KeyStore
-
Lists all the alias names of this keystore.
- ALIGN_BASELINE - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child component' baseline is depend on another child component's.
- ALIGN_BOTTOM - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are bottom-aligned.
- ALIGN_CONTENTS - Static variable in class ohos.agp.components.TableLayout
-
Indicates the margin alignment for child components.
- ALIGN_EDGES - Static variable in class ohos.agp.components.TableLayout
-
Indicates the boundary alignment for child components.
- ALIGN_END - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are end-aligned.
- ALIGN_LEFT - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are left-aligned.
- ALIGN_PARENT_BOTTOM - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are bottom-aligned.
- ALIGN_PARENT_END - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are end-aligned.
- ALIGN_PARENT_LEFT - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are left-aligned.
- ALIGN_PARENT_RIGHT - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are right-aligned.
- ALIGN_PARENT_START - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are start-aligned.
- ALIGN_PARENT_TOP - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component and its parent Component are top-aligned.
- ALIGN_RIGHT - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are right-aligned.
- ALIGN_START - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are start-aligned.
- ALIGN_TOP - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that two child components are top-aligned.
- ALIGNED_DAY_OF_WEEK_IN_MONTH - java.time.temporal.ChronoField
-
The aligned day-of-week within a month.
- ALIGNED_DAY_OF_WEEK_IN_YEAR - java.time.temporal.ChronoField
-
The aligned day-of-week within a year.
- ALIGNED_WEEK_OF_MONTH - java.time.temporal.ChronoField
-
The aligned week within a month.
- ALIGNED_WEEK_OF_YEAR - java.time.temporal.ChronoField
-
The aligned week within a year.
- alignment - Variable in class ohos.agp.components.AdaptiveBoxLayout.LayoutConfig
-
Indicates the alignment value of a component.
- alignment - Variable in class ohos.agp.components.DirectionalLayout.LayoutConfig
-
Indicates the alignment of the child component.
- alignment - Variable in class ohos.agp.components.StackLayout.LayoutConfig
-
Indicates the alignment value of a control.
- alignment - Variable in class ohos.agp.components.TableLayout.Specification
-
Defines vertical alignment for rows or horizontal alignment for columns.
- alignment - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates the direction of a window.
- ALIGNMENT_BACK - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns elements with the end position in the table layout, which means
right alignment along the horizontal axis, and bottom alignment along the vertical axis.
- ALIGNMENT_BASELINE - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns the baselines of table layout elements in the same cell group.
- ALIGNMENT_BOTTOM - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns the bottom edges of table layout elements in the same cell group.
- ALIGNMENT_END - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns the right edges of table layout elements in the same cell group.
- ALIGNMENT_FILL - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that expands table layout elements to fill the cell groups.
- ALIGNMENT_FRONT - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns elements with the start position in the table layout, which means
left alignment along the horizontal axis, and top alignment along the vertical axis.
- ALIGNMENT_START - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns the left edges of table layout elements in the same cell group.
- ALIGNMENT_TOP - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that aligns the top edges of table layout elements in the same cell group.
- ALIGNMENT_UNDEFINED - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
Indicates an alignment mode that is not defined.
- ALL - ohos.security.permission.PermissionAvailableScope
-
Indicates that the permission is valid for all applications.
- ALL - Static variable in class java.util.logging.Level
-
ALL indicates that all messages should be logged.
- ALL_CODE_POINTS - Static variable in class ohos.global.icu.text.UnicodeSet
-
Constant for the set of all code points.
- ALL_DEVICES_FLAG - ohos.media.audio.AudioDeviceDescriptor.DeviceFlag
-
Indicates all audio devices.
- ALL_RANGES - Static variable in class java.awt.font.NumericShaper
-
Identifies all ranges, for full contextual shaping.
- ALL_STYLES - ohos.global.icu.text.TimeZoneFormat.ParseOption
-
When a time zone display name is not found within a set of display names
used for the specified style, look for the name from display names used
by other styles.
- ALL_STYLES - Static variable in class java.util.Calendar
-
A style specifier for
getDisplayNames indicating names in all styles, such as
"January" and "Jan".
- AllChangeToTarget - Class in ohos.data.orm
-
An auxiliary class of data storage that stores all the added, deleted, and updated objects.
- AllChangeToTarget() - Constructor for class ohos.data.orm.AllChangeToTarget
-
- allMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns whether all elements of this stream match the provided predicate.
- allocate() - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Allocates memory for the current mesh.
- allocate(int) - Static method in class java.nio.ByteBuffer
-
Allocates a new byte buffer.
- allocate(int) - Static method in class java.nio.CharBuffer
-
Allocates a new char buffer.
- allocate(int) - Static method in class java.nio.DoubleBuffer
-
Allocates a new double buffer.
- allocate(int) - Static method in class java.nio.FloatBuffer
-
Allocates a new float buffer.
- allocate(int) - Static method in class java.nio.IntBuffer
-
Allocates a new int buffer.
- allocate(int) - Static method in class java.nio.LongBuffer
-
Allocates a new long buffer.
- allocate(int) - Static method in class java.nio.ShortBuffer
-
Allocates a new short buffer.
- allocate(XMLStreamReader) - Method in interface ohos.javax.xml.stream.util.XMLEventAllocator
-
This method allocates an event given the current
state of the XMLStreamReader.
- allocate(XMLStreamReader, XMLEventConsumer) - Method in interface ohos.javax.xml.stream.util.XMLEventAllocator
-
This method allocates an event or set of events
given the current
state of the XMLStreamReader and adds the event
or set of events to the
consumer that was passed in.
- allocateDirect(int) - Static method in class java.nio.ByteBuffer
-
Allocates a new direct byte buffer.
- allocateRow() - Method in class ohos.data.resultset.SharedBlock
-
Adds a new row at the end of a SharedBlock.
- allocator - Variable in class ohos.media.image.ImageSource.DecodingOptions
-
Indicates the memory allocation type for decoded image data.
- ALLOCATOR - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property used to set/get the implementation of the allocator
- AllocatorType - Enum in ohos.media.image.common
-
Enumerates the memory allocation type for decoded image data.
- allocSpaceForFile(FileDescriptor, long, long) - Static method in class ohos.system.OsHelper
-
Allocates disk space for a file.
- allOf(Class<E>) - Static method in class java.util.EnumSet
-
Creates an enum set containing all of the elements in the specified
element type.
- allOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is completed when all of
the given CompletableFutures complete.
- ALLOW - java.nio.file.attribute.AclEntryType
-
Explicitly grants access to a file or directory.
- ALLOW_8BIT_ASCII - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows 8-bit ASCII characters (character code 128-255).
- ALLOW_ALARMS - ohos.event.notification.NotificationConstant.DisturbMode
-
- ALLOW_ALL - ohos.event.notification.NotificationConstant.DisturbMode
-
Indicates that all notifications are allowed to interrupt the user in Do Not Disturb mode.
- ALLOW_ALL - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows all characters.
- ALLOW_ALL_BUT_NUL - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows any characters except \0.
- ALLOW_AMP - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows character &.
- ALLOW_ENCODED_URL - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows all possible characters in an encoded URL.
- ALLOW_ESCHAR - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows special escape characters
\t, \f, \n, \r, and \0x000b.
- ALLOW_NONE - ohos.event.notification.NotificationConstant.DisturbMode
-
Indicates that no notifications are allowed to interrupt the user in Do Not Disturb mode.
- ALLOW_NOTHING - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which regards all special characters as invalid characters.
- ALLOW_NUL - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows \0 characters.
- ALLOW_PCT - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows character %.
- ALLOW_PRIORITY - ohos.event.notification.NotificationConstant.DisturbMode
-
Indicates that only notifications meeting the specified priority criteria are allowed to interrupt
the user in Do Not Disturb mode.
- ALLOW_SINGLE_QUOTE - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows character '.
- ALLOW_SPACE - Static variable in class ohos.utils.net.UrlQueryFilter.ValueFilter
-
Indicates a filtering policy flag, which allows spaces.
- ALLOW_UNASSIGNED - Static variable in class java.net.IDN
-
Flag to allow processing of unassigned code points
- ALLOW_UNKNOWN - ohos.event.notification.NotificationConstant.DisturbMode
-
Indicates the value returned if the Do Not Disturb mode type cannot be obtained.
- allowCoreThreadTimeOut(boolean) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the policy governing whether core threads may time out and
terminate if no tasks arrive within the keep-alive time, being
replaced if needed when new tasks arrive.
- allowPartialImage - Variable in class ohos.media.image.ImageSource.DecodingOptions
-
Indicates whether to allow partial image decoding.
- allowsCoreThreadTimeOut() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns true if this pool allows core threads to time out and
terminate if no tasks arrive within the keepAlive time, being
replaced if needed when new tasks arrive.
- allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
-
- allowUnregisteredParameters(boolean) - Method in class ohos.utils.net.UrlQueryFilter
-
Sets whether to allow query of unregistered parameters.
- allowUserInteraction - Variable in class java.net.URLConnection
-
If true, this URL is being examined in
a context in which it makes sense to allow user interactions such
as popping up an authentication dialog.
- AllPermission - Class in java.security
-
The AllPermission is a permission that implies all other permissions.
- AllPermission() - Constructor for class java.security.AllPermission
-
Creates a new AllPermission object.
- AllPermission(String, String) - Constructor for class java.security.AllPermission
-
Creates a new AllPermission object.
- allProceduresAreCallable() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether the current user can call all the procedures
returned by the method getProcedures.
- allTablesAreSelectable() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether the current user can use all the tables returned
by the method getTables in a SELECT
statement.
- alpha - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates the transparency of the window.
- alpha(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the target transparent gradient of an animator.
- alpha(int) - Static method in class ohos.agp.utils.Color
-
Obtains the alpha value of the specified color.
- ALPHA_8_COLORTYPE - ohos.agp.render.Texture.ColorType
-
Indicates a color format with only 8-bit transparency.
- ALPHA_DEFAULT - Static variable in class ohos.agp.components.element.Element
-
Indicates the default alpha value.
- ALPHA_MAX - Static variable in class ohos.agp.components.element.Element
-
Indicates the maximum alpha value.
- ALPHA_MIN - Static variable in class ohos.agp.components.element.Element
-
Indicates the minimum alpha value.
- ALPHABETIC - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- ALPHABETIC - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Alphabetic.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alphabetic Presentation Forms" Unicode character block.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ALPHABETIC_PRESENTATION_FORMS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- AlphabeticIndex<V> - Class in ohos.global.icu.text
-
AlphabeticIndex supports the creation of a UI index appropriate for a given language.
- AlphabeticIndex(Locale) - Constructor for class ohos.global.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex(RuleBasedCollator) - Constructor for class ohos.global.icu.text.AlphabeticIndex
-
Create an AlphabeticIndex that uses a specific collator.
- AlphabeticIndex(ULocale) - Constructor for class ohos.global.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex.Bucket<V> - Class in ohos.global.icu.text
-
An index "bucket" with a label string and type.
- AlphabeticIndex.Bucket.LabelType - Enum in ohos.global.icu.text
-
Type of the label
- AlphabeticIndex.ImmutableIndex<V> - Class in ohos.global.icu.text
-
- AlphabeticIndex.Record<V> - Class in ohos.global.icu.text
-
A (name, data) pair, to be sorted by name into one of the index buckets.
- alphaFrom(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the start alpha value for this animator.
- alphaType - Variable in class ohos.media.image.common.ImageInfo
-
Indicates the alpha type specified by an
AlphaType enum.
- alphaType - Variable in class ohos.media.image.PixelMap.InitializationOptions
-
Indicates the expected alpha type of the pixel map to be created.
- AlphaType - Enum in ohos.media.image.common
-
Represents the alpha type of an image.
- AlreadyBoundException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to bind the socket a
network oriented channel that is already bound.
- AlreadyBoundException() - Constructor for exception java.nio.channels.AlreadyBoundException
-
Constructs an instance of this class.
- AlreadyConnectedException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to connect a
SocketChannel that is already connected.
- AlreadyConnectedException() - Constructor for exception java.nio.channels.AlreadyConnectedException
-
Constructs an instance of this class.
- ALT_QUOTATION_END - Static variable in class ohos.global.icu.util.LocaleData
-
- ALT_QUOTATION_START - Static variable in class ohos.global.icu.util.LocaleData
-
- ALTER_ALPHA - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the alpha value has changed.
- ALTER_DIM - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the amount of dimming has changed.
- ALTER_FLAGS - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the flags have changed.
- ALTER_FORMAT - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the pixel format has changed.
- ALTER_LAYOUT - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the layout has changed.
- ALTER_TITLE - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates that the title has changed.
- ALTERNATE - Static variable in class java.util.FormattableFlags
-
Requires the output to use an alternate form.
- ALTERNATE_NAME - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of alternateName.
- ALWAYS - java.time.format.SignStyle
-
Style to always output the sign, where zero will output '+'.
- ALWAYS - ohos.agp.render.render3d.Engine.RenderMode
-
Indicates that the engine always performs rendering regardless of whether the content on the
screen is changed.
- AM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM field indicating the
period of the day from midnight to just before noon.
- AM - Static variable in class ohos.global.icu.util.Calendar
-
Value of the AM_PM field indicating the
period of the day from midnight to just before noon.
- AM_PM - Static variable in class java.text.DateFormat.Field
-
Constant identifying the time of day indicator
(e.g. "a.m." or "p.m.") field.
- AM_PM - Static variable in class java.util.Calendar
-
Field number for get and set indicating
whether the HOUR is before or after noon.
- AM_PM - Static variable in class ohos.global.icu.text.DateFormat.Field
-
Constant identifying the time of day indicator(am/pm).
- AM_PM - Static variable in class ohos.global.icu.util.Calendar
-
Field number for get and set indicating
whether the HOUR is before or after noon.
- AM_PM_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for AM_PM field alignment.
- AM_PM_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
FieldPosition selector for 'a' field alignment,
corresponding to the
Calendar#AM_PM field.
- AM_PM_MIDNIGHT_NOON - Static variable in class ohos.global.icu.text.DateFormat.Field
-
[icu] Constant identifying the am/pm/midnight/noon field.
- AM_PM_MIDNIGHT_NOON_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] FieldPosition selector for 'b' field alignment.
- AMBIGUOUS - Static variable in interface ohos.global.icu.lang.UCharacter.EastAsianWidth
-
- AMBIGUOUS - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- AMPERE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of electric: ampere
- AMPM_OF_DAY - java.time.temporal.ChronoField
-
The am-pm-of-day.
- AMR_NB - Static variable in class ohos.media.recorder.Recorder.AudioEncoder
-
Indicates the AMR-NB audio encoding format.
- AMR_NB - Static variable in class ohos.media.recorder.Recorder.OutputFormat
-
Indicates the adaptive multi-rate narrowband (AMR-NB) media format.
- AMR_WB - Static variable in class ohos.media.recorder.Recorder.AudioEncoder
-
Indicates the AMR-WB audio encoding format.
- AMR_WB - Static variable in class ohos.media.recorder.Recorder.OutputFormat
-
Indicates the adaptive multi-rate wideband (AMR-WB) media format.
- AMSHIR - Static variable in class ohos.global.icu.util.CopticCalendar
-
Constant for Μεϣιρ / ﺮﻴﺸﻣأ,
the 6th month of the Coptic year.
- ANALOG - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates a device using an analog connection.
- ANALYZED - Static variable in interface ohos.data.search.model.IndexType
-
The index field is indexed, and the field value is analyzed.
- ANALYZED_NO_NORMS - Static variable in interface ohos.data.search.model.IndexType
-
The index field is indexed, the field value is analyzed, and Norms is ignored.
- ANATOLIAN_HIEROGLYPHS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANATOLIAN_HIEROGLYPHS - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- ANATOLIAN_HIEROGLYPHS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Musical Notation" Unicode character
block.
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_MUSICAL_NOTATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Numbers" Unicode character block.
- ANCIENT_GREEK_NUMBERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_NUMBERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Symbols" Unicode character block.
- ANCIENT_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- and() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Adds an and condition to the predicate.
- and() - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object with the and condition.
- and() - Method in class ohos.data.orm.OrmPredicates
-
Adds an and condition to the predicate.
- and() - Method in class ohos.data.rdb.RdbPredicates
-
Adds an and condition to the predicate.
- and(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & val).
- and(BitSet) - Method in class java.util.BitSet
-
Performs a logical AND of this target bit set with the
argument bit set.
- and(BiPredicate<? super T, ? super U>) - Method in interface java.util.function.BiPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(DoublePredicate) - Method in interface java.util.function.DoublePredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(IntPredicate) - Method in interface java.util.function.IntPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(LongPredicate) - Method in interface java.util.function.LongPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(Predicate<? super T>) - Method in interface java.util.function.Predicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- andNot(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & ~val).
- andNot(BitSet) - Method in class java.util.BitSet
-
Clears all of the bits in this BitSet whose corresponding
bit is set in the specified BitSet.
- andThen(BiConsumer<? super T, ? super U>) - Method in interface java.util.function.BiConsumer
-
Returns a composed BiConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Consumer<? super T>) - Method in interface java.util.function.Consumer
-
Returns a composed Consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(DoubleConsumer) - Method in interface java.util.function.DoubleConsumer
-
Returns a composed DoubleConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.BiFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.Function
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(IntConsumer) - Method in interface java.util.function.IntConsumer
-
Returns a composed IntConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- andThen(LongConsumer) - Method in interface java.util.function.LongConsumer
-
Returns a composed LongConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- angleAxis(float, Vector3) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Creates a quaternion by specifying the rotation angle and axis.
- AnimatedStateElement - Class in ohos.agp.components.element
-
Provides an
Element object that can be changed based on the component state.
- AnimatedStateElement() - Constructor for class ohos.agp.components.element.AnimatedStateElement
-
- AnimationPlayback - Interface in ohos.agp.render.render3d.resources
-
Controls animation playback.
- AnimationPlayback.State - Enum in ohos.agp.render.render3d.resources
-
Enumerates animation playback states.
- animations - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
The resource id which indicates window animation.
- Animator - Class in ohos.agp.animation
-
Base class of an animator.
- Animator() - Constructor for class ohos.agp.animation.Animator
-
- ANIMATOR_DURATION_SCALE - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Indicates the scaling factor for the animation duration.
- Animator.CurveType - Class in ohos.agp.animation
-
Provides curve types supported by the system.
- Animator.LoopedListener - Interface in ohos.agp.animation
-
Listens for animator repeat events.
- Animator.StateChangedListener - Interface in ohos.agp.animation
-
Listens for animator state changes.
- Animator.TimelineCurve - Interface in ohos.agp.animation
-
Provides the method to obtain the value that represents a fraction in the timeline curve
based on the specified time.
- AnimatorGroup - Class in ohos.agp.animation
-
Creates an animator group for playing animations in series or in parallel.
- AnimatorGroup() - Constructor for class ohos.agp.animation.AnimatorGroup
-
Default constructor used to create an animator group.
- AnimatorGroup.Builder - Class in ohos.agp.animation
-
Builder class of AnimatorGroup, used to build complex animator group.
- AnimatorProperty - Class in ohos.agp.animation
-
Creates a property animator that implements the property animation of a Component.
- AnimatorProperty() - Constructor for class ohos.agp.animation.AnimatorProperty
-
A constructor with no Component specified for the property animator.
- AnimatorProperty(Component) - Constructor for class ohos.agp.animation.AnimatorProperty
-
A constructor with a Component specified for the property animator.
- AnimatorScatter - Class in ohos.agp.animation
-
Parses the animation XML layout file to obtain an Animator object.
- AnimatorScatterException - Exception in ohos.agp.animation
-
Represents an exception that is thrown if an error occurs when parsing an Animator.
- AnimatorScatterException(String) - Constructor for exception ohos.agp.animation.AnimatorScatterException
-
A constructor used to create an AnimatorScatterException instance based on the exception message.
- AnimatorScatterException(String, Throwable) - Constructor for exception ohos.agp.animation.AnimatorScatterException
-
A constructor used to create an AnimatorScatterException instance
based on the exception message and cause.
- AnimatorValue - Class in ohos.agp.animation
-
Creates a value animator.
- AnimatorValue() - Constructor for class ohos.agp.animation.AnimatorValue
-
Default constructor used to create a value animator.
- AnimatorValue.ValueUpdateListener - Interface in ohos.agp.animation
-
Creates an update listener, which allows a notification to be received when a value animator is updated.
- annotateClass(Class<?>) - Method in class java.io.ObjectOutputStream
-
Subclasses may implement this method to allow class data to be stored in
the stream.
- AnnotatedElement - Interface in java.lang.reflect
-
Represents an annotated element of the program currently running in this
VM.
- annotateProxyClass(Class<?>) - Method in class java.io.ObjectOutputStream
-
Subclasses may implement this method to store custom data in the stream
along with descriptors for dynamic proxy classes.
- Annotation - Class in java.text
-
An Annotation object is used as a wrapper for a text attribute value if
the attribute has annotation characteristics.
- Annotation - Interface in java.lang.annotation
-
The common interface extended by all annotation types.
- Annotation(Object) - Constructor for class java.text.Annotation
-
Constructs an annotation record with the given value, which
may be null.
- ANNOTATION_TYPE - java.lang.annotation.ElementType
-
Annotation type declaration
- AnnotationFormatError - Error in java.lang.annotation
-
Thrown when the annotation parser attempts to read an annotation
from a class file and determines that the annotation is malformed.
- AnnotationFormatError(String) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
detail message.
- AnnotationFormatError(String, Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
detail message and cause.
- AnnotationFormatError(Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
cause and a detail message of
(cause == null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- annotationType() - Method in interface java.lang.annotation.Annotation
-
Returns the annotation type of this annotation.
- annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
-
Returns the Class object for the annotation type with the
missing element.
- AnnotationTypeMismatchException - Exception in java.lang.annotation
-
Thrown to indicate that a program has attempted to access an element of
an annotation whose type has changed after the annotation was compiled
(or serialized).
- AnnotationTypeMismatchException(Method, String) - Constructor for exception java.lang.annotation.AnnotationTypeMismatchException
-
Constructs an AnnotationTypeMismatchException for the specified
annotation type element and found data type.
- announceAccessibility(String) - Method in class ohos.agp.components.Component
-
Sets text for an accessibility event of the TYPE_ANNOUNCEMENT type.
- ANS - Static variable in class ohos.utils.system.SystemCapability.Notification
-
Indicates the advanced notification capability.
- ANS_ABORT_ALL - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_ABORT_ONE - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_ADD_SLOTS - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_CAN_PUBLISH_NOTIFICATION_AS_BUNDLE - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_CREATE_SLOT - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_CREATE_SLOTGROUP - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_CREATE_SLOTGROUPS - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_DELETE_SLOT - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_DELETE_SLOTGROUP - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_ACTIVE_NOTIFICATION - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_ACTIVE_NOTIFICATION_NUM - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_NOTIFICATION_AGENT - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_SLOT - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_SLOTGROUP - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_SLOTGROUPS - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_SLOTS - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_GET_SORTING - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_INQUIRY_BUNDLE_IMPORTANCE - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_INQUIRY_IS_SUSPENDED - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_NOTIFICATION_POLICY_ACCESS_PERMISSION - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_NOTIFICATIONS_ALLOWED - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_PUBLISH_NOTIFICATION_AS_BUNDLE - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_SCHEDULE_NOTIFICATION - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_SET_NOTIFICATION_AGENT - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_SET_NOTIFICATION_BADGE_NUM1 - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANS_SET_NOTIFICATION_BADGE_NUM2 - Static variable in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- ANSWER_CALL - Static variable in class ohos.security.SystemPermission
-
Allows an application to answer incoming calls.
- ANTICIPATE - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation starts moving backwards and then swings forwards quickly.
- ANTICIPATE_OVERSHOOT - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation starts moving backwards,
then swings forwards quickly and overshoots the target, and finally returns to the target.
- ANY - ohos.global.icu.util.TimeZone.SystemTimeZoneType
-
Any system zones.
- ANY - Static variable in class ohos.media.tubecore.AVTube.UsageScene
-
Indicates that the media tube can be used for all scenes defined by REAL_TIME_AUDIO,
REAL_TIME_VIDEO, and USER_EXTENDED.
- ANY_BASE_WEIGHT_IS_WILDCARD - ohos.global.icu.text.SearchIterator.ElementComparisonType
-
Collation element comparison is modified to effectively provide behavior
between the specified strength and strength - 1.
- anyMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns whether any elements of this stream match the provided
predicate.
- anyOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is completed when any of
the given CompletableFutures complete, with the same result.
- APERTURE_VALUE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- APP - ohos.data.search.schema.IndexSchemaType
-
Indicates an application index schema.
- APP_ACCOUNT - Static variable in class ohos.utils.system.SystemCapability.Account
-
Indicates the system capabilities of application accounts.
- APP_CANCEL_ALL_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because the application cancels all notifications.
- APP_CANCEL_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because the application cancels it.
- APP_CANCEL_REASON_OTHER - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted for other reasons.
- APP_CATEGORY - Static variable in class ohos.data.search.schema.AppItem
-
Indicates the index field name of appCategory.
- APP_QUICK - Static variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates that the client application is a quick application.
- APP_TRADITIONAL - Static variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates that the client application is a traditional application.
- APP_TYPE - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the application type, either quick or normal.
- APP_VERIFY - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the application verification.
- AppAccount - Class in ohos.account.app
-
Provides basic information of an application account, including the account owner and name.
- AppAccount() - Constructor for class ohos.account.app.AppAccount
-
Default constructor used to create an AppAccount instance.
- AppAccount(String, String) - Constructor for class ohos.account.app.AppAccount
-
A constructor used to create an AppAccount instance based on the specified account name and owner.
- AppAccountAbility - Class in ohos.account.app
-
Provides methods for managing application accounts.
- AppAccountAbility(Context) - Constructor for class ohos.account.app.AppAccountAbility
-
A constructor used to create an AppAccountAbility instance based on the specified context.
- append(boolean) - Method in class java.lang.StringBuffer
-
- append(boolean) - Method in class java.lang.StringBuilder
-
- append(char) - Method in class java.io.CharArrayWriter
-
Appends the specified character to this writer.
- append(char) - Method in class java.io.PrintStream
-
Appends the specified character to this output stream.
- append(char) - Method in class java.io.PrintWriter
-
Appends the specified character to this writer.
- append(char) - Method in class java.io.StringWriter
-
Appends the specified character to this writer.
- append(char) - Method in class java.io.Writer
-
Appends the specified character to this writer.
- append(char) - Method in interface java.lang.Appendable
-
Appends the specified character to this Appendable.
- append(char) - Method in class java.lang.StringBuffer
-
- append(char) - Method in class java.lang.StringBuilder
-
- append(char) - Method in class java.nio.CharBuffer
-
Appends the specified char to this
buffer (optional operation).
- append(char[]) - Method in class java.lang.StringBuffer
-
- append(char[]) - Method in class java.lang.StringBuilder
-
- append(char[], int, int) - Method in class java.lang.StringBuffer
-
- append(char[], int, int) - Method in class java.lang.StringBuilder
-
- append(double) - Method in class java.lang.StringBuffer
-
- append(double) - Method in class java.lang.StringBuilder
-
- append(float) - Method in class java.lang.StringBuffer
-
- append(float) - Method in class java.lang.StringBuilder
-
- append(int) - Method in class java.lang.StringBuffer
-
- append(int) - Method in class java.lang.StringBuilder
-
- append(int, boolean) - Method in class ohos.utils.PlainBooleanArray
-
Appends a key-value pair to PlainBooleanArray.
- append(int, int) - Method in class ohos.utils.PlainIntArray
-
Appends a key-value pair to PlainIntArray.
- append(int, long) - Method in class ohos.utils.PlainLongArray
-
Appends a key-value pair to PlainLongArray.
- append(int, E) - Method in class ohos.utils.PlainArray
-
Appends a key-value pair to PlainArray.
- append(long) - Method in class java.lang.StringBuffer
-
- append(long) - Method in class java.lang.StringBuilder
-
- append(long, E) - Method in class ohos.utils.LongPlainArray
-
Appends a key-value pair to LongPlainArray.
- append(CharSequence) - Method in class java.io.CharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence) - Method in class java.io.PrintStream
-
Appends the specified character sequence to this output stream.
- append(CharSequence) - Method in class java.io.PrintWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence) - Method in class java.io.StringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence) - Method in class java.io.Writer
-
Appends the specified character sequence to this writer.
- append(CharSequence) - Method in interface java.lang.Appendable
-
Appends the specified character sequence to this Appendable.
- append(CharSequence) - Method in class java.lang.StringBuffer
-
Appends the specified CharSequence to this
sequence.
- append(CharSequence) - Method in class java.lang.StringBuilder
-
- append(CharSequence) - Method in class java.nio.CharBuffer
-
Appends the specified character sequence to this
buffer (optional operation).
- append(CharSequence, int, int) - Method in class java.io.CharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.PrintStream
-
Appends a subsequence of the specified character sequence to this output
stream.
- append(CharSequence, int, int) - Method in class java.io.PrintWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.StringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.Writer
-
Appends a subsequence of the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in interface java.lang.Appendable
-
Appends a subsequence of the specified character sequence to this
Appendable.
- append(CharSequence, int, int) - Method in class java.lang.StringBuffer
-
- append(CharSequence, int, int) - Method in class java.lang.StringBuilder
-
- append(CharSequence, int, int) - Method in class java.nio.CharBuffer
-
Appends a subsequence of the specified character sequence to this
buffer (optional operation).
- append(Object) - Method in class java.lang.StringBuffer
-
- append(Object) - Method in class java.lang.StringBuilder
-
- append(String) - Method in class java.lang.StringBuffer
-
- append(String) - Method in class java.lang.StringBuilder
-
- append(String) - Method in class ohos.agp.components.Text
-
Appends a text string to the existing text in a text component.
- append(StringBuffer) - Method in class java.lang.StringBuffer
-
Appends the specified StringBuffer to this sequence.
- append(StringBuffer) - Method in class java.lang.StringBuilder
-
Appends the specified StringBuffer to this sequence.
- append(StringBuilder, CharSequence) - Method in class ohos.global.icu.text.Normalizer2
-
Appends the second string to the first string
(merging them at the boundary) and returns the first string.
- append(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends all the elements of a formatter to the builder.
- append(IntArray) - Method in class ohos.utils.IntArray
-
Appends the values of a specified IntArray object to the current IntArray object in sequence.
- APPEND - java.lang.ProcessBuilder.Redirect.Type
-
- APPEND - java.nio.file.StandardOpenOption
-
If the file is opened for
StandardOpenOption.WRITE access then bytes will be written
to the end of the file rather than the beginning.
- APPEND_ADD_PATH_MODE - ohos.agp.render.Path.AddPathMode
-
Indicates that a path is added without any connections.
- APPEND_DATA - java.nio.file.attribute.AclEntryPermission
-
Permission to append data to a file.
- Appendable - Interface in java.lang
-
An object to which char sequences and values can be appended.
- appendChild(FieldNode) - Method in class ohos.data.distributed.common.FieldNode
-
Adds a child node to this FieldNode.
- appendChronologyId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the chronology ID, such as 'ISO' or 'ThaiBuddhist', to the formatter.
- appendChronologyText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the chronology name to the formatter.
- appendCodePoint(int) - Method in class java.lang.StringBuffer
-
- appendCodePoint(int) - Method in class java.lang.StringBuilder
-
- appendDecodedPath(String) - Method in class ohos.utils.net.Uri.Builder
-
Appends the decoded path to the existing path in the current hierarchical URI.
- appendDecodedQueryParam(String, String) - Method in class ohos.utils.net.Uri.Builder
-
Appends the decoded query to the current hierarchical URI.
- appendEncodedPath(String) - Method in class ohos.utils.net.Uri.Builder
-
Appends the encoded path to the existing path in the current hierarchical URI.
- appendEncodedPathToUri(Uri, String) - Static method in class ohos.utils.net.Uri
-
Appends a path to a specified Uri object.
- appendFraction(TemporalField, int, int, boolean) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the fractional value of a date-time field to the formatter.
- appendFrom(Parcel) - Method in class ohos.utils.Parcel
-
Appends the serialized value of a specified Parcel object to this Parcel instance.
- appendInstant() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends an instant using ISO-8601 to the formatter, formatting fractional
digits in groups of three.
- appendInstant(int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends an instant using ISO-8601 to the formatter with control over
the number of fractional digits.
- appendLiteral(char) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a character literal to the formatter.
- appendLiteral(String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a string literal to the formatter.
- appendLocalized(FormatStyle, FormatStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendLocalizedOffset(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the localized zone offset, such as 'GMT+01:00', to the formatter.
- appendOffset(String, String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOptional(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a formatter to the builder which will optionally format/parse.
- appendParameterTypes(Class<?>...) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- appendParameterTypes(List<Class<?>>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- appendPattern(String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the elements defined by the specified pattern to the builder.
- appendPendingResource(Uri) - Static method in class ohos.media.photokit.metadata.AVStorage
-
Updates the specified
Uri to include media items to be processed.
- appendReplacement(StringBuffer, String) - Method in class java.util.regex.Matcher
-
Implements a non-terminal append-and-replace step.
- appendRequireOriginalResource(Uri) - Static method in class ohos.media.photokit.metadata.AVStorage
-
Updates the specified
Uri to provide the application with
access to original file content.
- appendStringToSqlAndEscapeQuote(StringBuilder, String) - Static method in class ohos.data.rdb.RdbUtils
-
Appends an escapeVar to an sqlbuilder.
- appendTail(StringBuffer) - Method in class java.util.regex.Matcher
-
Implements a terminal append-and-replace step.
- appendText(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the full
text style.
- appendText(TemporalField, TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter.
- appendText(TemporalField, Map<Long, String>) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the specified
map to supply the text.
- appendTo(A) - Method in class ohos.global.icu.number.FormattedNumber
- appendTo(A) - Method in class ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval
- appendTo(A) - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to append to the specified file.
- appendTrack(Format) - Method in class ohos.media.muxer.Muxer
-
Adds a media track.
- appendValue(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a normal
output style.
- appendValue(TemporalField, int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a fixed
width, zero-padded approach.
- appendValue(TemporalField, int, int, SignStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter providing full
control over formatting.
- appendValueReduced(TemporalField, int, int, int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendValueReduced(TemporalField, int, int, ChronoLocalDate) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendZoneId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.
- appendZoneOrOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to
the formatter, using the best available zone ID.
- appendZoneRegionId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone region ID, such as 'Europe/Paris', to the formatter,
rejecting the zone ID if it is a ZoneOffset.
- appendZoneText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- appendZoneText(TextStyle, Set<ZoneId>) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- appId - Variable in class ohos.bundle.BundleInfo
-
Indicates the ID of the application to which this bundle belongs.
- appInfo - Variable in class ohos.bundle.BundleInfo
-
Indicates information about the application to which this bundle belongs.
- AppItem - Class in ohos.data.search.schema
-
Represents the index schema for application items.
- AppItem() - Constructor for class ohos.data.search.schema.AppItem
-
A constructor used to create an AppItem instance.
- APPLICATION_ID - Static variable in class ohos.agp.render.render3d.BuildConfig
-
Indicates the application ID.
- ApplicationInfo - Class in ohos.bundle
-
Obtains configuration information about an application.
- ApplicationInfo() - Constructor for class ohos.bundle.ApplicationInfo
-
- ApplicationInfo(ApplicationInfo) - Constructor for class ohos.bundle.ApplicationInfo
-
A constructor used to create an
ApplicationInfo instance by copying parameters from
an existing one.
- apply(double) - Method in interface java.util.function.DoubleFunction
-
Applies this function to the given argument.
- apply(int) - Method in interface java.util.function.IntFunction
-
Applies this function to the given argument.
- apply(long) - Method in interface java.util.function.LongFunction
-
Applies this function to the given argument.
- apply(CharSequence) - Method in class ohos.global.icu.text.CaseMap.Fold
-
Case-folds a string.
- apply(CharSequence, A, Edits) - Method in class ohos.global.icu.text.CaseMap.Fold
-
- apply(String, boolean, boolean) - Method in interface ohos.agp.components.webengine.LocationAccessController.Response
-
Applies access control to a specified origin.
- apply(Locale, CharSequence) - Method in class ohos.global.icu.text.CaseMap.Lower
-
Lowercases a string.
- apply(Locale, CharSequence) - Method in class ohos.global.icu.text.CaseMap.Upper
-
Uppercases a string.
- apply(Locale, CharSequence, A, Edits) - Method in class ohos.global.icu.text.CaseMap.Lower
-
- apply(Locale, CharSequence, A, Edits) - Method in class ohos.global.icu.text.CaseMap.Upper
-
- apply(Locale, BreakIterator, CharSequence) - Method in class ohos.global.icu.text.CaseMap.Title
-
Titlecases a string.
- apply(Locale, BreakIterator, CharSequence, A, Edits) - Method in class ohos.global.icu.text.CaseMap.Title
-
- apply(ComponentContainer) - Method in class ohos.agp.components.ComponentProvider.Action
-
Applies the action of updating component content.
- apply(T) - Method in interface java.util.function.Function
-
Applies this function to the given argument.
- apply(T, U) - Method in interface java.util.function.BiFunction
-
Applies this function to the given arguments.
- APPLY_TYPE_ACTIONS_ONLY - Static variable in class ohos.agp.components.ComponentProvider
-
- APPLY_TYPE_LAYOUT_AND_ACTIONS - Static variable in class ohos.agp.components.ComponentProvider
-
Inflates the layout and applies all of the actions after a
ComponentProvider object is created.
- applyAction(ComponentContainer) - Method in class ohos.agp.components.ComponentProvider
-
Applies all of the actions in the current process.
- applyAsDouble(double) - Method in interface java.util.function.DoubleUnaryOperator
-
Applies this operator to the given operand.
- applyAsDouble(double, double) - Method in interface java.util.function.DoubleBinaryOperator
-
Applies this operator to the given operands.
- applyAsDouble(int) - Method in interface java.util.function.IntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface java.util.function.LongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T) - Method in interface java.util.function.ToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface java.util.function.ToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsInt(double) - Method in interface java.util.function.DoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int) - Method in interface java.util.function.IntUnaryOperator
-
Applies this operator to the given operand.
- applyAsInt(int, int) - Method in interface java.util.function.IntBinaryOperator
-
Applies this operator to the given operands.
- applyAsInt(long) - Method in interface java.util.function.LongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T) - Method in interface java.util.function.ToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface java.util.function.ToIntBiFunction
-
Applies this function to the given arguments.
- applyAsLong(double) - Method in interface java.util.function.DoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface java.util.function.IntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long) - Method in interface java.util.function.LongUnaryOperator
-
Applies this operator to the given operand.
- applyAsLong(long, long) - Method in interface java.util.function.LongBinaryOperator
-
Applies this operator to the given operands.
- applyAsLong(T) - Method in interface java.util.function.ToLongFunction
-
Applies this function to the given argument.
- applyAsLong(T, U) - Method in interface java.util.function.ToLongBiFunction
-
Applies this function to the given arguments.
- applyDispatch(Consumer<Long>, long) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Executes a task multiple times without waiting.
- applyIntPropertyValue(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given binary or enumerated property, as
returned by UCharacter.getIntPropertyValue.
- applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
-
Apply the given pattern to this Format object.
- applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
-
Applies the given localized pattern string to this date format.
- applyLocalizedPattern(String) - Method in class ohos.global.icu.text.DecimalFormat
-
- applyLocalizedPattern(String) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Apply the given localized pattern string to this date format.
- applyPatch(ClassLoader, String) - Static method in class ark.system.HotFixClassLoader
-
Applies a new patch to the given ClassLoader object.
- applyPattern(String) - Method in class java.text.ChoiceFormat
-
Sets the pattern.
- applyPattern(String) - Method in class java.text.DecimalFormat
-
Apply the given pattern to this Format object.
- applyPattern(String) - Method in class java.text.MessageFormat
-
Sets the pattern used by this message format.
- applyPattern(String) - Method in class java.text.SimpleDateFormat
-
Applies the given pattern string to this date format.
- applyPattern(String) - Method in class ohos.global.icu.text.DecimalFormat
-
Parses the given pattern string and overwrites the settings specified in the pattern string.
- applyPattern(String) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the pattern used by this message format.
- applyPattern(String) - Method in class ohos.global.icu.text.PluralFormat
-
Sets the pattern used by this plural format.
- applyPattern(String) - Method in class ohos.global.icu.text.SelectFormat
-
Sets the pattern used by this select format.
- applyPattern(String) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Apply the given unlocalized pattern string to this date format.
- applyPattern(String) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern.
- applyPattern(String, boolean) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern,
optionally ignoring whitespace.
- applyPattern(String, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern,
optionally ignoring whitespace.
- applyPattern(String, MessagePattern.ApostropheMode) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Sets the ApostropheMode and the pattern used by this message format.
- applyPropertyAlias(String, String) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given property.
- applyPropertyAlias(String, String, SymbolTable) - Method in class ohos.global.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given property.
- applyToCanvas(Canvas) - Method in class ohos.agp.render.ThreeDimView
-
Applies 3D transformation to the specified canvas.
- applyToComponent(Component) - Method in class ohos.agp.components.MagicLayout.LayoutConfig
-
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed with the
corresponding result as argument to the supplied function.
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using this
stage's default asynchronous execution facility, with the
corresponding result as argument to the supplied function.
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using the
supplied executor, with the corresponding result as argument to
the supplied function.
- applyToSource(ImageSource) - Method in class ohos.media.image.common.Filter
-
Applies the configurations to the source file.
- applyToSource(ImageSource) - Method in class ohos.media.image.PropertyFilter
-
Applies the configured Exif properties to the source file.
- appRandom - Variable in class java.security.SignatureSpi
-
Application-specified source of randomness.
- AppSettings - Class in ohos.sysappcomponents.settings
-
Provides methods for querying the capabilities of applications.
- appType - Variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates the type of APP.
- APRIL - java.time.Month
-
The singleton instance for the month of April with 30 days.
- APRIL - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
fourth month of the year in the Gregorian and Julian calendars.
- APRIL - Static variable in class ohos.global.icu.util.Calendar
-
Value of the MONTH field indicating the
fourth month of the year.
- ARABIC - java.awt.font.NumericShaper.Range
-
The Arabic range with the Arabic-Indic digits.
- ARABIC - java.lang.Character.UnicodeScript
-
Unicode script "Arabic".
- ARABIC - Static variable in class java.awt.font.NumericShaper
-
Identifies the ARABIC range and decimal base.
- ARABIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic" Unicode character block.
- ARABIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC - Static variable in class ohos.global.icu.lang.UScript
-
Arabic
- ARABIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Extended-A" Unicode character block.
- ARABIC_EXTENDED_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Mathematical Alphabetic Symbols" Unicode
character block.
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_NUMBER - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type AN
- ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-A" Unicode character
block.
- ARABIC_PRESENTATION_FORMS_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-B" Unicode character block.
- ARABIC_PRESENTATION_FORMS_B - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_B_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Supplement" Unicode character block.
- ARABIC_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Arc - Class in ohos.agp.render
-
Describes parameters for drawing an arc.
- Arc() - Constructor for class ohos.agp.render.Arc
-
Default constructor used to create an Arc instance.
- Arc(float, float, boolean) - Constructor for class ohos.agp.render.Arc
-
Parameterized constructor used to create an Arc instance.
- ARC - Static variable in class ohos.agp.components.element.ShapeElement
-
Indicates that the ShapeElement object is in the shape of arc.
- ARC_MINUTE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of angle: arc-minute
- ARC_SECOND - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of angle: arc-second
- ARCHIVE_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of archiving the content associated with the notification.
- arcTo(float, float, float, float, float) - Method in class ohos.agp.render.Path
-
Adds an arc to this Path.
- arcTo(Point, float, Path.ArcSize, Path.Direction, Point) - Method in class ohos.agp.render.Path
-
Adds an arc implemented by one or more conics.
- arcTo(Point, Point, float) - Method in class ohos.agp.render.Path
-
Adds an arc.
- arcTo(RectFloat, float, float) - Method in class ohos.agp.render.Path
-
Adds an arc.
- arcTo(RectFloat, float, float, boolean) - Method in class ohos.agp.render.Path
-
Adds an arc.
- AREA_DUNAM - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the dunam.
- AREA_LAND_AGRICULT - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the area of an agricultural land.
- AREA_LAND_COMMERCL - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the area of a commercial land.
- AREA_LAND_RESIDNTL - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the area of a residential land.
- AREA_SI_HECTARE - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the hectare used in the metric system.
- AREA_SI_SQUARE_CENTIMETER - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square centimeter used in the metric system.
- AREA_SI_SQUARE_KILOMETER - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square kilometer used in the metric system.
- AREA_SI_SQUARE_METER - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square meter used in the metric system.
- AREA_UK_ACRE - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the acre used in the imperial system.
- AREA_UK_SQUARE_FOOT - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square foot used in the imperial system.
- AREA_UK_SQUARE_INCH - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square inch used in the imperial system.
- AREA_UK_SQUARE_MILE - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square mile used in the imperial system.
- AREA_UK_SQUARE_YARD - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the square yard used in the imperial system.
- areFieldsSet - Variable in class java.util.Calendar
-
True if fields[] are in sync with the currently set time.
- areNotificationsSuspended() - Static method in class ohos.event.notification.NotificationHelper
-
Checks whether this application is in the suspended state.
- areNotificationsSuspended(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- areSignificantDigitsUsed() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether significant digits are being used in rounding.
- ARG_DOUBLE - ohos.global.icu.text.MessagePattern.Part.Type
-
A numeric value, for example the offset or an explicit selector value
in a PluralFormat style.
- ARG_INT - ohos.global.icu.text.MessagePattern.Part.Type
-
An integer value, for example the offset or an explicit selector value
in a PluralFormat style.
- ARG_LIMIT - ohos.global.icu.text.MessagePattern.Part.Type
-
End of an argument.
- ARG_NAME - ohos.global.icu.text.MessagePattern.Part.Type
-
The argument name.
- ARG_NAME_NOT_NUMBER - Static variable in class ohos.global.icu.text.MessagePattern
-
- ARG_NAME_NOT_VALID - Static variable in class ohos.global.icu.text.MessagePattern
-
- ARG_NUMBER - ohos.global.icu.text.MessagePattern.Part.Type
-
The argument number, provided by the value.
- ARG_SELECTOR - ohos.global.icu.text.MessagePattern.Part.Type
-
A selector substring in a "complex" argument style.
- ARG_START - ohos.global.icu.text.MessagePattern.Part.Type
-
Start of an argument.
- ARG_STYLE - ohos.global.icu.text.MessagePattern.Part.Type
-
The argument style text.
- ARG_TYPE - ohos.global.icu.text.MessagePattern.Part.Type
-
The argument type.
- argb(int, int, int, int) - Static method in class ohos.agp.utils.Color
-
Obtains the color value based on the specified ARGB value.
- ARGB_4444_COLORTYPE - ohos.agp.render.Texture.ColorType
-
Indicates a color format where each pixel is represented by 16 bits (4 bits each for alpha, red, green, and
blue).
- ARGB_8888 - ohos.media.image.common.PixelFormat
-
Indicates that each pixel is stored on 32 bits.
- ARGUMENT - Static variable in class java.text.MessageFormat.Field
-
Constant identifying a portion of a message that was generated
from an argument passed into formatToCharacterIterator.
- ARGUMENT - Static variable in class ohos.global.icu.text.MessageFormat.Field
-
Constant identifying a portion of a message that was generated
from an argument passed into formatToCharacterIterator.
- ArithmeticException - Exception in java.lang
-
Thrown when an exceptional arithmetic condition has occurred.
- ArithmeticException() - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException with no detail
message.
- ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException with the specified
detail message.
- ark.annotation - package ark.annotation
-
Provides classes that leverage Java's annotation mechanism to annotate desired variables and types,
so as to eliminate circular reference and improve performance.
- ark.system - package ark.system
-
Provides the Ark compiler and Runtime interfaces for application modules.
- ARMENIAN - java.lang.Character.UnicodeScript
-
Unicode script "Armenian".
- ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Armenian" Unicode character block.
- ARMENIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARMENIAN - Static variable in class ohos.global.icu.lang.UScript
-
Armenian
- ARMENIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- arrange(int, int, int, int) - Method in class ohos.agp.components.Component
-
Positioning the component relatively to the parent layout.
- array() - Method in class java.nio.Buffer
-
Returns the array that backs this
buffer (optional operation).
- array() - Method in class java.nio.ByteBuffer
-
Returns the byte array that backs this
buffer (optional operation).
- array() - Method in class java.nio.CharBuffer
-
Returns the char array that backs this
buffer (optional operation).
- array() - Method in class java.nio.DoubleBuffer
-
Returns the double array that backs this
buffer (optional operation).
- array() - Method in class java.nio.FloatBuffer
-
Returns the float array that backs this
buffer (optional operation).
- array() - Method in class java.nio.IntBuffer
-
Returns the int array that backs this
buffer (optional operation).
- array() - Method in class java.nio.LongBuffer
-
Returns the long array that backs this
buffer (optional operation).
- array() - Method in class java.nio.ShortBuffer
-
Returns the short array that backs this
buffer (optional operation).
- Array - Class in java.lang.reflect
-
The Array class provides static methods to dynamically create and
access Java arrays.
- Array - Interface in java.sql
-
The mapping in the Java programming language for the SQL type
ARRAY.
- ARRAY - ohos.utils.zson.ZSONType
-
Indicates the array type, for example, [1,2,3].
- ARRAY - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
ARRAY.
- ArrayBlockingQueue<E> - Class in java.util.concurrent
-
- ArrayBlockingQueue(int) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue with the given (fixed)
capacity and default access policy.
- ArrayBlockingQueue(int, boolean) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue with the given (fixed)
capacity and the specified access policy.
- ArrayBlockingQueue(int, boolean, Collection<? extends E>) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue with the given (fixed)
capacity, the specified access policy and initially containing the
elements of the given collection,
added in traversal order of the collection's iterator.
- arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
-
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
- ArrayDeque<E> - Class in java.util
-
Resizable-array implementation of the
Deque interface.
- ArrayDeque() - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity
sufficient to hold 16 elements.
- ArrayDeque(int) - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity
sufficient to hold the specified number of elements.
- ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
-
Constructs a deque containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- arrayElementGetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle giving read access to elements of an array.
- arrayElementSetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle giving write access to elements of an array.
- ArrayIndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an array has been accessed with an
illegal index.
- ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException with no
detail message.
- ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
- ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException class
with the specified detail message.
- ArrayList<E> - Class in java.util
-
Resizable-array implementation of the List interface.
- ArrayList() - Constructor for class java.util.ArrayList
-
Constructs an empty list with an initial capacity of ten.
- ArrayList(int) - Constructor for class java.util.ArrayList
-
Constructs an empty list with the specified initial capacity.
- ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
-
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- arrayOffset() - Method in class java.nio.Buffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.ByteBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.CharBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.DoubleBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.FloatBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.IntBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.LongBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.ShortBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- Arrays - Class in java.util
-
This class contains various methods for manipulating arrays (such as
sorting and searching).
- ArrayStoreException - Exception in java.lang
-
Thrown to indicate that an attempt has been made to store the
wrong type of object into an array of objects.
- ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException with no detail message.
- ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException with the specified
detail message.
- arrive() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser, without waiting for others to arrive.
- arriveAndAwaitAdvance() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser and awaits others.
- arriveAndDeregister() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser and deregisters from it without waiting
for others to arrive.
- ARROWS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arrows" Unicode character block.
- ARROWS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARROWS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ARTIST - Static variable in class ohos.data.search.schema.MusicItem
-
Indicates the index field name of artist.
- ARTIST - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the artist.
- ARTIST - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- ASADHA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Asadha, the 4th month of the Indian year.
- aSampleRate - Variable in class ohos.media.recorder.RecorderProfile
-
Indicates the audio sampling rate.
- asArgbInt() - Method in class ohos.agp.colors.RgbColor
-
Obtains an integer value that represents the definition of an aRGB color.
- ASC - Static variable in interface ohos.data.search.model.SearchParameter
-
Keyword used for sorting indexes in ascending order based on a specified field.
- ascent - Variable in class ohos.agp.render.Paint.FontMetrics
-
Indicates the font ascent, that is, the distance from the font's baseline to the top of a character.
- ascent() - Method in class ohos.agp.render.Paint
-
Obtains the furthest distance of this text string above the baseline.
- asCharacters() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
Returns this event as Characters, may result in
a class cast exception if this event is not Characters.
- asCharBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a char buffer.
- ASCII_HEX_DIGIT - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property ASCII_Hex_Digit (0-9 A-F a-f).
- asCollector(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
-
Makes an array-collecting method handle, which accepts a given number of trailing
positional arguments and collects them into an array argument.
- asDoubleBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a double buffer.
- asDoubleStream() - Method in interface java.util.stream.IntStream
-
Returns a DoubleStream consisting of the elements of this stream,
converted to double.
- asDoubleStream() - Method in interface java.util.stream.LongStream
-
Returns a DoubleStream consisting of the elements of this stream,
converted to double.
- asEndElement() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
Returns this event as an end element event, may result in
a class cast exception if this event is not a end element.
- asFileAttribute(Set<PosixFilePermission>) - Static method in class java.nio.file.attribute.PosixFilePermissions
-
- asFixedArity() - Method in class java.lang.invoke.MethodHandle
-
Makes a fixed arity method handle which is otherwise
equivalent to the current method handle.
- asFloatBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a float buffer.
- Ashmem - Class in ohos.utils
-
Provides methods related to the anonymous shared memory (Ashmem), including creating, closing,
mapping, and unmapping the Ashmem, reading data from and writing data into the Ashmem,
obtaining the Ashmem size, and setting protection for the Ashmem.
- Ashmem(long) - Constructor for class ohos.utils.Ashmem
-
- asin(double) - Static method in class java.lang.Math
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- asin(double) - Static method in class java.lang.StrictMath
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- asIntBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as an int buffer.
- asLifoQueue(Deque<T>) - Static method in class java.util.Collections
-
Returns a view of a
Deque as a Last-in-first-out (Lifo)
Queue.
- asList(T...) - Static method in class java.util.Arrays
-
Returns a fixed-size list backed by the specified array.
- asLongBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a long buffer.
- asLongStream() - Method in interface java.util.stream.IntStream
-
Returns a LongStream consisting of the elements of this stream,
converted to long.
- asNormal() - Method in enum java.time.format.TextStyle
-
Returns the normal style with the same size.
- asObject() - Method in class ohos.bundle.InstallerCallback
-
Obtains the current object.
- asObject() - Method in class ohos.bundle.OnPermissionChangedCallback
-
- asObject() - Method in class ohos.nfc.NfcController.ReaderModeCallbackStub
-
- asObject() - Method in interface ohos.rpc.IRemoteBroker
-
Obtains the holder of a remote proxy object.
- ASPIRATIONAL - ohos.global.icu.lang.UScript.ScriptUsage
-
Aspirational Use script.
- asPredicate() - Method in class java.util.regex.Pattern
-
Creates a predicate which can be used to match a string.
- ASR_CONFIDENCE_SCORE - Static variable in class ohos.ai.asr.util.AsrResultKey
-
Indicates the keyword representing the confidence score of the recognition result.
- ASR_ENGINE_TYPE_LOCAL - ohos.ai.asr.AsrIntent.AsrEngineType
-
Indicates the local (offline) ASR engine.
- ASR_ENGINE_VERSION - Static variable in class ohos.ai.asr.util.AsrResultKey
-
Indicates the keyword representing the ASR engine version.
- ASR_ERROR_CODE - Static variable in class ohos.ai.asr.util.AsrResultKey
-
Indicates the keyword representing an ASR error code.
- ASR_SRC_TYPE_FILE - ohos.ai.asr.AsrIntent.AsrAudioSrcType
-
Indicates data from an audio file.
- ASR_SRC_TYPE_PCM - ohos.ai.asr.AsrIntent.AsrAudioSrcType
-
Indicates data in the pulse code modulation (PCM) stream from the ASR client.
- AsrClient - Class in ohos.ai.asr
-
Provides methods for invoking the automatic speech recognition (ASR) engine service.
- asReadLock() - Method in class java.util.concurrent.locks.StampedLock
-
- asReadOnlyBuffer() - Method in class java.nio.ByteBuffer
-
Creates a new, read-only byte buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.CharBuffer
-
Creates a new, read-only char buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.DoubleBuffer
-
Creates a new, read-only double buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.FloatBuffer
-
Creates a new, read-only float buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.IntBuffer
-
Creates a new, read-only int buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.LongBuffer
-
Creates a new, read-only long buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.ShortBuffer
-
Creates a new, read-only short buffer that shares this buffer's
content.
- asReadWriteLock() - Method in class java.util.concurrent.locks.StampedLock
-
- AsrError - Class in ohos.ai.asr.util
-
Defines result codes for invoking the ASR capability.
- AsrEvent - Class in ohos.ai.asr.util
-
Stores events to be reported during ASR.
- asRgbaInt() - Method in class ohos.agp.colors.RgbColor
-
Obtains an integer value that represents the definition of an RGBa color.
- AsrIntent - Class in ohos.ai.asr
-
Provides input parameters for executing ASR engine methods.
- AsrIntent() - Constructor for class ohos.ai.asr.AsrIntent
-
- AsrIntent.AsrAudioSrcType - Enum in ohos.ai.asr
-
Enumerates ASR audio source types.
- AsrIntent.AsrEngineType - Enum in ohos.ai.asr
-
Enumerates ASR engine types.
- AsrListener - Interface in ohos.ai.asr
-
Provides callbacks for observing the process and result of ASR method calls.
- AsrResultKey - Class in ohos.ai.asr.util
-
Stores the keywords in ASR callback results.
- AssertionError - Error in java.lang
-
Thrown to indicate that an assertion has failed.
- AssertionError() - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with no detail message.
- AssertionError(boolean) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified boolean, which is converted to
a string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(char) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified char, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(double) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified double, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(float) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified float, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(int) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified int, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(long) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified long, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(Object) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
-
Constructs a new AssertionError with the specified
detail message and cause.
- ASSET - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the asset.
- ASSET_TYPE_CREDIT_CARD - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the credit card information.
- ASSET_TYPE_TOKEN - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the application token.
- ASSET_TYPE_USERNAME_PASSWORD - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the username or password.
- assetDelete(Ability, IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Deletes a piece of asset data from the system database.
- assetDelete(IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Delete a piece of asset data from the system database.
- assetInsert(Ability, IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Encrypts and stores a piece of asset data in the system database.
- assetInsert(IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Encrypt and store a piece of asset data in the system database.
- AssetOperator - Class in ohos.security.asset
-
Implements the AssetOperatorAbs interfaces and provides the capability of storing key asset data.
- AssetOperatorAbs - Class in ohos.security.asset
-
An abstract class that provides the abstract methods for storing key asset data.
- AssetOperatorAbs() - Constructor for class ohos.security.asset.AssetOperatorAbs
-
- AssetResult - Class in ohos.security.asset
-
Provides the result of storing key asset data.
- AssetResult(int) - Constructor for class ohos.security.asset.AssetResult
-
A constructor used to create and initialize an AssetResult instance based on the operation result code.
- AssetResult(int, List<String>) - Constructor for class ohos.security.asset.AssetResult
-
A constructor used to create and initialize an AssetResult instance based on the operation result code
and details.
- AssetResult(int, List<String>, int) - Constructor for class ohos.security.asset.AssetResult
-
A constructor used to create and initialize an AssetResult instance based on the operation result code,
result details, and the number of data records in the operation result.
- assetSelect(Ability, IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Performs exact or batch query of asset data.
- assetSelect(IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Perform exact or batch query of asset data.
- assetUpdate(Ability, IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Updates a piece of asset data in the system database.
- assetUpdate(IntentParams) - Method in class ohos.security.asset.AssetOperatorAbs
-
Update a piece of asset data in the system database.
- asShortBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a short buffer.
- assign(CmykColor) - Method in class ohos.agp.colors.CmykColor
-
Assigns the proportion of another
CmykColor object to the current object to overwrite its previous color.
- assign(Color) - Method in class ohos.agp.colors.Color
-
Assigns the color of an instance to a new instance.
- assign(HslColor) - Method in class ohos.agp.colors.HslColor
-
Replicates the attributes of an existing HslColor instance and assigns them to the current instance.
- assign(HsvColor) - Method in class ohos.agp.colors.HsvColor
-
Replicates the attributes of an existing HsvColor instance and assigns them to the current instance.
- assign(RgbColor) - Method in class ohos.agp.colors.RgbColor
-
Assigns the values of another RgbColor object to the current object.
- assign(UserDefinedColor) - Method in class ohos.agp.colors.UserDefinedColor
-
Assigns the values of another UserDefinedColor object to the current object.
- asSpreader(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
-
Makes an array-spreading method handle, which accepts a trailing array argument
and spreads its elements as positional arguments.
- asStandalone() - Method in enum java.time.format.TextStyle
-
Returns the stand-alone style with the same size.
- asStartElement() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
Returns this event as a start element event, may result in
a class cast exception if this event is not a start element.
- asSubclass(Class<U>) - Method in class java.lang.Class
-
Casts this Class object to represent a subclass of the class
represented by the specified class object.
- ASTRONOMICAL_UNIT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: astronomical-unit
- asType(MethodType) - Method in class java.lang.invoke.MethodHandle
-
Produces an adapter method handle which adapts the type of the
current method handle to a new type.
- asVarargsCollector(Class<?>) - Method in class java.lang.invoke.MethodHandle
-
Makes a variable arity adapter which is able to accept
any number of trailing positional arguments and collect them
into an array argument.
- ASVINA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Asvina, the 7th month of the Indian year.
- asWriteLock() - Method in class java.util.concurrent.locks.StampedLock
-
- ASYNC - ohos.event.commonevent.CommonEventSubscribeInfo.ThreadMode
-
Indicates an asynchronous thread.
- AsyncCallback<T> - Interface in ohos.agp.components.webengine
-
Returns asynchronous callback data.
- AsyncCommonEventResult - Class in ohos.event.commonevent
-
Encapsulates the asynchronous result of the current ordered common event.
- asyncDispatch(Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Asynchronously dispatches a task.
- asyncDispatchBarrier(Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Sets an execution barrier for the given task to be executed only after all tasks in the task group are
finished.
- asyncGroupDispatch(Group, Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Adds a task to a task group asynchronously.
- AsynchronousByteChannel - Interface in java.nio.channels
-
An asynchronous channel that can read and write bytes.
- AsynchronousChannel - Interface in java.nio.channels
-
A channel that supports asynchronous I/O operations.
- AsynchronousChannelGroup - Class in java.nio.channels
-
A grouping of asynchronous channels for the purpose of resource sharing.
- AsynchronousChannelGroup(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousChannelGroup
-
Initialize a new instance of this class.
- AsynchronousChannelProvider - Class in java.nio.channels.spi
-
Service-provider class for asynchronous channels.
- AsynchronousChannelProvider() - Constructor for class java.nio.channels.spi.AsynchronousChannelProvider
-
Initializes a new instance of this class.
- AsynchronousCloseException - Exception in java.nio.channels
-
Checked exception received by a thread when another thread closes the
channel or the part of the channel upon which it is blocked in an I/O
operation.
- AsynchronousCloseException() - Constructor for exception java.nio.channels.AsynchronousCloseException
-
Constructs an instance of this class.
- AsynchronousFileChannel - Class in java.nio.channels
-
An asynchronous channel for reading, writing, and manipulating a file.
- AsynchronousFileChannel() - Constructor for class java.nio.channels.AsynchronousFileChannel
-
Initializes a new instance of this class.
- AsynchronousServerSocketChannel - Class in java.nio.channels
-
An asynchronous channel for stream-oriented listening sockets.
- AsynchronousServerSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousServerSocketChannel
-
Initializes a new instance of this class.
- AsynchronousSocketChannel - Class in java.nio.channels
-
An asynchronous channel for stream-oriented connecting sockets.
- AsynchronousSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousSocketChannel
-
Initializes a new instance of this class.
- atan(double) - Static method in class java.lang.Math
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan(double) - Static method in class java.lang.StrictMath
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan2(double, double) - Static method in class java.lang.Math
-
Returns the angle theta from the conversion of rectangular
coordinates (x, y) to polar
coordinates (r, theta).
- atan2(double, double) - Static method in class java.lang.StrictMath
-
Returns the angle theta from the conversion of rectangular
coordinates (x, y) to polar
coordinates (r, theta).
- atDate(LocalDate) - Method in class java.time.LocalTime
-
Combines this time with a date to create a LocalDateTime.
- atDate(LocalDate) - Method in class java.time.OffsetTime
-
Combines this time with a date to create an OffsetDateTime.
- atDay(int) - Method in class java.time.Year
-
Combines this year with a day-of-year to create a LocalDate.
- atDay(int) - Method in class java.time.YearMonth
-
Combines this year-month with a day-of-month to create a LocalDate.
- atEndOfMonth() - Method in class java.time.YearMonth
-
Returns a LocalDate at the end of the month.
- ATERM - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- atMonth(int) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth.
- atMonth(Month) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth.
- atMonthDay(MonthDay) - Method in class java.time.Year
-
Combines this year with a month-day to create a LocalDate.
- ATMOSPHERE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of pressure: atmosphere
- atOffset(ZoneOffset) - Method in class java.time.Instant
-
Combines this instant with an offset to create an OffsetDateTime.
- atOffset(ZoneOffset) - Method in class java.time.LocalDateTime
-
Combines this date-time with an offset to create an OffsetDateTime.
- atOffset(ZoneOffset) - Method in class java.time.LocalTime
-
Combines this time with an offset to create an OffsetTime.
- ATOMIC_MOVE - java.nio.file.StandardCopyOption
-
Move the file as an atomic file system operation.
- AtomicBoolean - Class in java.util.concurrent.atomic
-
A boolean value that may be updated atomically.
- AtomicBoolean() - Constructor for class java.util.concurrent.atomic.AtomicBoolean
-
Creates a new AtomicBoolean with initial value false.
- AtomicBoolean(boolean) - Constructor for class java.util.concurrent.atomic.AtomicBoolean
-
Creates a new AtomicBoolean with the given initial value.
- AtomicInteger - Class in java.util.concurrent.atomic
-
An int value that may be updated atomically.
- AtomicInteger() - Constructor for class java.util.concurrent.atomic.AtomicInteger
-
Creates a new AtomicInteger with initial value 0.
- AtomicInteger(int) - Constructor for class java.util.concurrent.atomic.AtomicInteger
-
Creates a new AtomicInteger with the given initial value.
- AtomicIntegerArray - Class in java.util.concurrent.atomic
-
An int array in which elements may be updated atomically.
- AtomicIntegerArray(int) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
-
Creates a new AtomicIntegerArray of the given length, with all
elements initially zero.
- AtomicIntegerArray(int[]) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
-
Creates a new AtomicIntegerArray with the same length as, and
all elements copied from, the given array.
- AtomicIntegerFieldUpdater<T> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile int fields of designated classes.
- AtomicIntegerFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicLong - Class in java.util.concurrent.atomic
-
A long value that may be updated atomically.
- AtomicLong() - Constructor for class java.util.concurrent.atomic.AtomicLong
-
Creates a new AtomicLong with initial value 0.
- AtomicLong(long) - Constructor for class java.util.concurrent.atomic.AtomicLong
-
Creates a new AtomicLong with the given initial value.
- AtomicLongArray - Class in java.util.concurrent.atomic
-
A long array in which elements may be updated atomically.
- AtomicLongArray(int) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
-
Creates a new AtomicLongArray of the given length, with all
elements initially zero.
- AtomicLongArray(long[]) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
-
Creates a new AtomicLongArray with the same length as, and
all elements copied from, the given array.
- AtomicLongFieldUpdater<T> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile long fields of designated classes.
- AtomicLongFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicMarkableReference<V> - Class in java.util.concurrent.atomic
-
An AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically.
- AtomicMarkableReference(V, boolean) - Constructor for class java.util.concurrent.atomic.AtomicMarkableReference
-
Creates a new AtomicMarkableReference with the given
initial values.
- AtomicMoveNotSupportedException - Exception in java.nio.file
-
Checked exception thrown when a file cannot be moved as an atomic file system
operation.
- AtomicMoveNotSupportedException(String, String, String) - Constructor for exception java.nio.file.AtomicMoveNotSupportedException
-
Constructs an instance of this class.
- AtomicReference<V> - Class in java.util.concurrent.atomic
-
An object reference that may be updated atomically.
- AtomicReference() - Constructor for class java.util.concurrent.atomic.AtomicReference
-
Creates a new AtomicReference with null initial value.
- AtomicReference(V) - Constructor for class java.util.concurrent.atomic.AtomicReference
-
Creates a new AtomicReference with the given initial value.
- AtomicReferenceArray<E> - Class in java.util.concurrent.atomic
-
An array of object references in which elements may be updated
atomically.
- AtomicReferenceArray(int) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
-
Creates a new AtomicReferenceArray of the given length, with all
elements initially null.
- AtomicReferenceArray(E[]) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
-
Creates a new AtomicReferenceArray with the same length as, and
all elements copied from, the given array.
- AtomicReferenceFieldUpdater<T,V> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile reference fields of designated
classes.
- AtomicReferenceFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicStampedReference<V> - Class in java.util.concurrent.atomic
-
An AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically.
- AtomicStampedReference(V, int) - Constructor for class java.util.concurrent.atomic.AtomicStampedReference
-
Creates a new AtomicStampedReference with the given
initial values.
- atStartOfDay() - Method in class java.time.LocalDate
-
Combines this date with the time of midnight to create a LocalDateTime
at the start of this date.
- atStartOfDay(ZoneId) - Method in class java.time.LocalDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone.
- attach(long) - Method in class ohos.miscservices.download.DownloadSession
-
Associates a newly created download session with a specified ID.
- attach(Object) - Method in class java.nio.channels.SelectionKey
-
Attaches the given object to this key.
- attachAgent(String, String, ClassLoader) - Static method in class ohos.hiviewdfx.Debug
-
Attaches a library as the Java Virtual Machine Tool Interface (JVMTI) agent to the current runtime
based on the given classLoader.
- attachBaseContext(Context) - Method in class ohos.app.AbilityContext
-
Attaches a
Context object to the current ability.
- attachId(Uri, long) - Static method in class ohos.aafwk.ability.DataUriUtils
-
Attaches the given ID to the end of the path component of the given URI.
- attachLocalInterface(IRemoteBroker, String) - Method in class ohos.rpc.RemoteObject
-
Modifies the description of the current RemoteObject.
- attachment() - Method in class java.nio.channels.SelectionKey
-
Retrieves the current attachment.
- ATTACHMENT - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of attachment.
- ATTACHMENT - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of attachment.
- ATTACHMENT - Static variable in class ohos.data.search.schema.NotepadItem
-
Indicates the index field name of attachment.
- attemptMark(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Atomically sets the value of the mark to the given update value
if the current reference is == to the expected
reference.
- attemptStamp(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Atomically sets the value of the stamp to the given update value
if the current reference is == to the expected
reference.
- ATTENDEE_TYPES - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the participant type.
- atTime(int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime.
- atTime(int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime.
- atTime(int, int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime.
- atTime(LocalTime) - Method in interface java.time.chrono.ChronoLocalDate
-
Combines this date with a time to create a ChronoLocalDateTime.
- atTime(LocalTime) - Method in class java.time.chrono.HijrahDate
-
- atTime(LocalTime) - Method in class java.time.chrono.JapaneseDate
-
- atTime(LocalTime) - Method in class java.time.chrono.MinguoDate
-
- atTime(LocalTime) - Method in class java.time.chrono.ThaiBuddhistDate
-
- atTime(LocalTime) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime.
- atTime(OffsetTime) - Method in class java.time.LocalDate
-
Combines this date with an offset time to create an OffsetDateTime.
- Attr - Interface in ohos.agp.components
-
Obtains attribute values.
- ATTR_CONTACT_EVENT - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the contact event.
- ATTR_EMAIL - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the email address.
- ATTR_GROUP_MEMBERSHIP - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the contact group.
- ATTR_IM - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the instant messaging (IM) address.
- ATTR_NAME - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the name.
- ATTR_NICKNAME - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the nickname.
- ATTR_NOTE - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the note.
- ATTR_ORGANIZATION - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the organization.
- ATTR_PHONE - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the phone number.
- ATTR_PORTRAIT - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the portrait.
- ATTR_POSTAL_ADDRESS - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the postal address.
- ATTR_RELATION - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the relation.
- ATTR_SIP_ADDRESS - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the Session Initiation Protocol (SIP) address.
- ATTR_WEBSITE - ohos.sysappcomponents.contact.ContactAttributes.Attribute
-
Indicates the website.
- AttrData() - Constructor for class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
- AttrData(String, String) - Constructor for class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
- AttrHelper - Class in ohos.agp.components
-
Converts the type of attribute values from character string to integer or Boolean.
- AttrHelper() - Constructor for class ohos.agp.components.AttrHelper
-
Default constructor used to create a
AttrHelper instance.
- Attribute - Class in ohos.global.resource.solidxml
-
Describes an attribute of a node in a solid XML document.
- Attribute - Interface in ohos.javax.xml.stream.events
-
An interface that contains information about an attribute.
- Attribute() - Constructor for class ohos.global.resource.solidxml.Attribute
-
- Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
-
Constructs an Attribute with the given name.
- ATTRIBUTE - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is an attribute
- AttributedCharacterIterator - Interface in java.text
-
An AttributedCharacterIterator allows iteration through both text and
related attribute information.
- AttributedCharacterIterator.Attribute - Class in java.text
-
Defines attribute keys that are used to identify text attributes.
- AttributedString - Class in java.text
-
An AttributedString holds text and related attribute information.
- AttributedString(String) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given text.
- AttributedString(String, Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given text and attributes.
- AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given attributed
text represented by AttributedCharacterIterator.
- AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the subrange of
the given attributed text represented by
AttributedCharacterIterator.
- AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the subrange of
the given attributed text represented by
AttributedCharacterIterator.
- AttributeList - Interface in ohos.org.xml.sax
-
- attributeNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL values might not be allowed.
- attributeNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL values are definitely allowed.
- attributeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that whether NULL values are allowed is not
known.
- Attributes - Class in java.util.jar
-
The Attributes class maps Manifest attribute names to associated string
values.
- Attributes - Interface in ohos.org.xml.sax
-
Interface for a list of XML attributes.
- Attributes() - Constructor for class java.util.jar.Attributes
-
Constructs a new, empty Attributes object with default size.
- Attributes(int) - Constructor for class java.util.jar.Attributes
-
Constructs a new, empty Attributes object with the specified
initial size.
- Attributes(Attributes) - Constructor for class java.util.jar.Attributes
-
Constructs a new Attributes object with the same attribute name-value
mappings as in the specified Attributes.
- Attributes.Name - Class in java.util.jar
-
The Attributes.Name class represents an attribute name stored in
this Map.
- AttributeView - Interface in java.nio.file.attribute
-
An object that provides a read-only or updatable view of non-opaque
values associated with an object in a filesystem.
- AttrSet - Interface in ohos.agp.components
-
Defines how to store, read, and use attributes related to
Component controls, as well as other classes that
need to use the attribute set.
- atYear(int) - Method in class java.time.MonthDay
-
Combines this month-day with a year to create a LocalDate.
- atZone(ZoneId) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Combines this time with a time-zone to create a ChronoZonedDateTime.
- atZone(ZoneId) - Method in class java.time.Instant
-
Combines this instant with a time-zone to create a ZonedDateTime.
- atZone(ZoneId) - Method in class java.time.LocalDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime.
- atZoneSameInstant(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
ensuring that the result has the same instant.
- atZoneSimilarLocal(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
trying to keep the same local date and time.
- AUDIO - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for the audio (including the speaker, microphone, and headset service).
- AUDIO - Static variable in class ohos.utils.system.SystemCapability.Multimedia
-
Indicates audio capabilities, including audio recording, playback, device management, stream management, and
audio policy management.
- AUDIO_AAC - Static variable in class ohos.media.common.Format
-
Indicates the AAC audio type represented by an MIME string.
- AUDIO_AC3 - Static variable in class ohos.media.common.Format
-
Indicates the AC3 audio type represented by an MIME string.
- AUDIO_AMR_NB - Static variable in class ohos.media.common.Format
-
Indicates the AMR-NB audio type represented by an MIME type string.
- AUDIO_AMR_WB - Static variable in class ohos.media.common.Format
-
Indicates the AMR-WB audio type represented by an MIME string.
- AUDIO_EAC3 - Static variable in class ohos.media.common.Format
-
Indicates the EAC3 audio type represented by an MIME string.
- AUDIO_ENCODER_INIT - Static variable in class ohos.media.common.AudioProperty
-
Indicates the default audio encoding format.
- AUDIO_FLAC - Static variable in class ohos.media.common.Format
-
Indicates the FLAC audio type represented by an MIME string.
- AUDIO_G711_ALAW - Static variable in class ohos.media.common.Format
-
Indicates the G.711 A-law audio type represented by an MIME string.
- AUDIO_G711_MLAW - Static variable in class ohos.media.common.Format
-
Indicates the G.711 M-law audio type represented by an MIME string.
- AUDIO_INPUT_SOURCE_CAMCORDER - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the microphone source for video recording or for the use of a camera (if supported).
- AUDIO_INPUT_SOURCE_DEFAULT - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the default audio source.
- AUDIO_INPUT_SOURCE_ECHO_REFERENCE - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the source for an echo canceller to capture the reference signal to be canceled.
- AUDIO_INPUT_SOURCE_FM_TUNER - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the audio source for capturing broadcast radio tuner output.
- AUDIO_INPUT_SOURCE_HOTWORD - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the audio source for Preemptible and Low-priority software hotword detection.
- AUDIO_INPUT_SOURCE_INVALID - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates an invalid audio source.
- AUDIO_INPUT_SOURCE_MIC - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the microphone source.
- AUDIO_INPUT_SOURCE_REMOTE_SUBMIX - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the source for a sub-mix of audio streams to be presented remotely.
- AUDIO_INPUT_SOURCE_REMOTE_SUBMIX_EXTEND - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the audio source for screen recording.
- AUDIO_INPUT_SOURCE_UNPROCESSED - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the microphone source for unprocessed (raw) audio.
- AUDIO_INPUT_SOURCE_VOICE_CALL - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates both uplink and downlink audio sources of a voice call.
- AUDIO_INPUT_SOURCE_VOICE_COMMUNICATION - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the microphone source for voice communications (such as VoIP).
- AUDIO_INPUT_SOURCE_VOICE_DOWNLINK - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the downlink audio source of a voice call.
- AUDIO_INPUT_SOURCE_VOICE_PERFORMANCE - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the source for capturing audio to be processed in real time and played for live
performance.
- AUDIO_INPUT_SOURCE_VOICE_RECOGNITION - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the microphone source for speech recognition.
- AUDIO_INPUT_SOURCE_VOICE_UPLINK - ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Indicates the uplink audio source of a voice call.
- AUDIO_MPEG - Static variable in class ohos.media.common.Format
-
Indicates the MPEG audio type represented by an MIME string.
- AUDIO_OPUS - Static variable in class ohos.media.common.Format
-
Indicates the OPUS audio type represented by an MIME string.
- AUDIO_RAW - Static variable in class ohos.media.common.Format
-
Indicates the RAW audio type represented by an MIME string.
- AUDIO_SOURCE_INIT - Static variable in class ohos.media.common.Source
-
Indicates the default audio source.
- AUDIO_STREAM_FLAG_AUDIBILITY_ENFORCED - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the audibility of the stream will be ensured by the system.
- AUDIO_STREAM_FLAG_BEACON - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the stream will be compatible with its use as a broadcast.
- AUDIO_STREAM_FLAG_BYPASS_INTERRUPTION_POLICY - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates audible playback even under limited interruptions.
- AUDIO_STREAM_FLAG_BYPASS_MUTE - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates audible playback even when the underlying stream is muted.
- AUDIO_STREAM_FLAG_DEEP_BUFFER - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates a request for a deep buffer path when creating a render.
- AUDIO_STREAM_FLAG_DIRECT_OUTPUT - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates a request for a direct path when creating a render.
- AUDIO_STREAM_FLAG_HW_AV_SYNC - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the use of streams supports hardware A/V synchronization.
- AUDIO_STREAM_FLAG_HW_HOTWORD - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates the capture from the source used for hardware hotword detection.
- AUDIO_STREAM_FLAG_LOW_LATENCY - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates a request for a low latency path when creating a render.
- AUDIO_STREAM_FLAG_MAY_DUCK - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that background audio can be played with reduced volume.
- AUDIO_STREAM_FLAG_MAY_RESUME - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the background music continues being played after the
interruption ends.
- AUDIO_STREAM_FLAG_MAY_WAITING_INTERRUPT - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the background audio focus changes.
- AUDIO_STREAM_FLAG_MUTE_HAPTIC - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates force muting haptic channels.
- AUDIO_STREAM_FLAG_NO_MEDIA_PROJECTION - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the stream cannot be captured by third-party applications.
- AUDIO_STREAM_FLAG_NO_SYSTEM_CAPTURE - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the audio cannot be captured by any applications.
- AUDIO_STREAM_FLAG_NONE - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that there is no specified flag.
- AUDIO_STREAM_FLAG_SCO - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the stream is associated with the Synchronous Connection Oriented (SCO) link.
- AUDIO_STREAM_FLAG_SECURE - ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Indicates that the stream will not lose signal quality only when it is received in a secure sink.
- AUDIO_STREAM_OUTPUT_FLAG_COMPRESS_OFFLOAD - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for compress offload output.
- AUDIO_STREAM_OUTPUT_FLAG_DEEP_BUFFER - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for deep buffer output.
- AUDIO_STREAM_OUTPUT_FLAG_DIRECT - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for direct output.
- AUDIO_STREAM_OUTPUT_FLAG_DIRECT_PCM - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for direct PCM output.
- AUDIO_STREAM_OUTPUT_FLAG_FAST - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for fast output.
- AUDIO_STREAM_OUTPUT_FLAG_HW_AV_SYNC - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for the hardware AV synchronization mode.
- AUDIO_STREAM_OUTPUT_FLAG_IEC958_NONAUDIO - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for IEC958 output.
- AUDIO_STREAM_OUTPUT_FLAG_INCALL_MUSIC - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for incall music output.
- AUDIO_STREAM_OUTPUT_FLAG_MMAP_NOIRQ - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for MMAP NOIRQ output.
- AUDIO_STREAM_OUTPUT_FLAG_NONE - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for an output stram that is not in use.
- AUDIO_STREAM_OUTPUT_FLAG_NONE_BLOCKING - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for none blocking output.
- AUDIO_STREAM_OUTPUT_FLAG_PRIMARY - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for primary output.
- AUDIO_STREAM_OUTPUT_FLAG_RAW - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for raw output.
- AUDIO_STREAM_OUTPUT_FLAG_SYNC - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for synchronization output.
- AUDIO_STREAM_OUTPUT_FLAG_TTS - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for TTS output.
- AUDIO_STREAM_OUTPUT_FLAG_VOIP_RX - ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Indicates the flag for VoIP output.
- AUDIO_VIDEO - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for the audio or video
(including the headset, speaker, stereo, video display, and VCR).
- AUDIO_VIDEO_CAMCORDER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: camcorder
- AUDIO_VIDEO_CAR_AUDIO - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: car audio
- AUDIO_VIDEO_HANDSFREE_DEVICE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: hands-free device
- AUDIO_VIDEO_HEADPHONES - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: headphones
- AUDIO_VIDEO_HIFI_AUDIO_DEVICE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: HiFi audio device
- AUDIO_VIDEO_LOUDSPEAKER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: loudspeaker
- AUDIO_VIDEO_MICROPHONE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: microphone
- AUDIO_VIDEO_PORTABLE_AUDIO - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: portable audio
- AUDIO_VIDEO_SET_TOP_BOX - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: set-top box
- AUDIO_VIDEO_UNCATEGORIZED - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: uncategorized, for audio/video device not assigned
- AUDIO_VIDEO_VCR - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: VCR
- AUDIO_VIDEO_VIDEO_CAMERA - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: video camera
- AUDIO_VIDEO_VIDEO_CONFERENCING - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: video conferencing
- AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: video display and loudspeaker
- AUDIO_VIDEO_VIDEO_GAMING_TOY - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: gaming/toy
- AUDIO_VIDEO_VIDEO_MONITOR - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: video monitor
- AUDIO_VIDEO_WEARABLE_HEADSET - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Audio/Video major class: wearable headset device
- AUDIO_VORBIS - Static variable in class ohos.media.common.Format
-
Indicates the VORBIS audio type represented by an MIME string.
- AudioCapturer - Class in ohos.media.audio
-
Provides interfaces for applications to implement PCM audio recording and pausing functions.
- AudioCapturer(AudioCapturerInfo) - Constructor for class ohos.media.audio.AudioCapturer
-
A constructor used to create an AudioCapturerInfo instance with specified information about the audio
streams to record.
- AudioCapturer(AudioCapturerInfo, AudioDeviceDescriptor) - Constructor for class ohos.media.audio.AudioCapturer
-
A constructor used to create an AudioCapturerInfo instance with specified information about the audio
streams and input device.
- AudioCapturer.State - Enum in ohos.media.audio
-
Describes recording states.
- AudioCapturerCallback - Class in ohos.media.audio
-
Provides notifications about capturer configuration updates.
- AudioCapturerCallback() - Constructor for class ohos.media.audio.AudioCapturerCallback
-
- AudioCapturerConfig - Class in ohos.media.audio
-
Provides audio capturer configuration.
- AudioCapturerConfig() - Constructor for class ohos.media.audio.AudioCapturerConfig
-
Default constructor used to create an AudioCapturerConfig instance.
- AudioCapturerConfig(int, AudioStreamInfo, String, int, boolean, AudioCapturerInfo.AudioInputSource) - Constructor for class ohos.media.audio.AudioCapturerConfig
-
A constructor used to create an AudioCapturerConfig instance based on a specified session ID,
audio stream information, application package name, port ID, audio input source, and whether the
audio recording is to be silenced.
- AudioCapturerInfo - Class in ohos.media.audio
-
Provides the parameter structure required for audio recording, such as the audio stream information, session ID,
buffer size, input source, and distributed device ID.
- AudioCapturerInfo.AudioInputSource - Enum in ohos.media.audio
-
Describes audio input sources.
- AudioCapturerInfo.Builder - Class in ohos.media.audio
-
A builder of AudioCapturerInfo objects.
- AudioDeviceChangeObserver - Interface in ohos.media.audio
-
Provides a callback to listen for device state changes caused by disconnection and connection.
- AudioDeviceChangeType - Class in ohos.media.audio
-
Defines state changes of audio devices.
- AudioDeviceDescriptor - Class in ohos.media.audio
-
Provides audio device details.
- AudioDeviceDescriptor(int, String, String, AudioDeviceDescriptor.DeviceType, AudioDeviceDescriptor.DeviceRole, int[], int[], int[], List<AudioStreamInfo.EncodingFormat>) - Constructor for class ohos.media.audio.AudioDeviceDescriptor
-
A constructor used to create an AudioDeviceDescriptor instance.
- AudioDeviceDescriptor.DeviceFlag - Enum in ohos.media.audio
-
Describes audio device flags.
- AudioDeviceDescriptor.DeviceRole - Enum in ohos.media.audio
-
Describes audio device roles.
- AudioDeviceDescriptor.DeviceType - Enum in ohos.media.audio
-
Describes audio device types.
- AudioEqualizer - Class in ohos.media.audio
-
Represents an audio equalizer, which is used to adjust the frequency response of a specific music source or main
output mix sound.
- AudioEqualizer(int, int, String) - Constructor for class ohos.media.audio.AudioEqualizer
-
A constructor used to create a AudioEqualizer instance.
- audioInputSource(AudioCapturerInfo.AudioInputSource) - Method in class ohos.media.audio.AudioCapturerInfo.Builder
-
Sets the input source of the audio stream.
- AudioInterrupt - Class in ohos.media.audio
-
An audio interruption management mechanism used to resolve audio playback conflicts among multiple applications.
- AudioInterrupt() - Constructor for class ohos.media.audio.AudioInterrupt
-
- AudioInterrupt.InterruptListener - Interface in ohos.media.audio
-
Listens for an audio interruption message.
- AudioManager - Class in ohos.media.audio
-
Manages audio information, controls audio devices, adjusts the volume, and manages the audio focus.
- AudioManager() - Constructor for class ohos.media.audio.AudioManager
-
A constructor used to create an AudioManagener instance
- AudioManager(String) - Constructor for class ohos.media.audio.AudioManager
-
A constructor used to create an AudioManagener instance according to the name of
an application installation package.
- AudioManager(Context) - Constructor for class ohos.media.audio.AudioManager
-
A constructor used to create an AudioManager instance based on the application context.
- AudioManager.AudioRingMode - Enum in ohos.media.audio
-
Describes ringer modes.
- AudioManager.AudioVolumeType - Enum in ohos.media.audio
-
Describes audio stream types.
- AudioManager.CallState - Enum in ohos.media.audio
-
Describes call states.
- AudioManager.RingtoneType - Enum in ohos.media.audio
-
Describes ringtone types.
- AudioProperty - Class in ohos.media.common
-
Describes audio properties, which are used for audio recording.
- AudioProperty.Builder - Class in ohos.media.common
-
Static inner class of AudioProperty to create an AudioProperty object.
- AudioRemoteException - Exception in ohos.media.audio
-
Provides audio management exception information.
- AudioRemoteException(String) - Constructor for exception ohos.media.audio.AudioRemoteException
-
A constructor used to create an AudioRemoteException instance for displaying information about
audio management exceptions.
- AudioRenderer - Class in ohos.media.audio
-
Provides interfaces for applications to play, pause, and stop pulse-code modulation (PCM) audio.
- AudioRenderer(AudioRendererInfo, AudioRenderer.PlayMode) - Constructor for class ohos.media.audio.AudioRenderer
-
Creates an AudioRenderer instance based on a specified AudioRendererInfo instance and
playback mode.
- AudioRenderer(AudioRendererInfo, AudioRenderer.PlayMode, AudioDeviceDescriptor) - Constructor for class ohos.media.audio.AudioRenderer
-
Creates an AudioRenderer instance based on a specified AudioRendererInfo instance,
playback mode, and playback device.
- AudioRenderer.ChannelVolume - Class in ohos.media.audio
-
Specifies the volume of audio channels.
- AudioRenderer.PlayMode - Enum in ohos.media.audio
-
Describes playback modes.
- AudioRenderer.SpeedPara - Class in ohos.media.audio
-
Provides parameters related to the playback speed and pitch.
- AudioRenderer.SpeedPara.Builder - Class in ohos.media.audio
-
- AudioRenderer.State - Enum in ohos.media.audio
-
Describes player status.
- AudioRendererCallback - Class in ohos.media.audio
-
Provides callbacks for audio playback information or state changes.
- AudioRendererCallback() - Constructor for class ohos.media.audio.AudioRendererCallback
-
- AudioRendererInfo - Class in ohos.media.audio
-
Provides the parameter structure required for audio playback, such as audio stream information, session ID,
buffer size, offload mode flag, output flag, and distributed device ID.
- AudioRendererInfo.AudioStreamOutputFlag - Enum in ohos.media.audio
-
Defines audio stream output flags.
- AudioRendererInfo.Builder - Class in ohos.media.audio
-
A builder of AudioRendererInfo objects.
- audioStreamFlag(AudioStreamInfo.AudioStreamFlag) - Method in class ohos.media.audio.AudioStreamInfo.Builder
-
Sets the audio stream flag.
- audioStreamInfo(AudioStreamInfo) - Method in class ohos.media.audio.AudioCapturerInfo.Builder
-
Sets audio stream information in the recording parameter.
- audioStreamInfo(AudioStreamInfo) - Method in class ohos.media.audio.AudioRendererInfo.Builder
-
Sets audio stream information in the playback parameter.
- AudioStreamInfo - Class in ohos.media.audio
-
Provides audio stream information.
- AudioStreamInfo.AudioStreamFlag - Enum in ohos.media.audio
-
Describes audio stream flags.
- AudioStreamInfo.Builder - Class in ohos.media.audio
-
- AudioStreamInfo.ChannelMask - Enum in ohos.media.audio
-
Describes the channel mask.
- AudioStreamInfo.ContentType - Enum in ohos.media.audio
-
Describes types of audio stream content.
- AudioStreamInfo.EncodingFormat - Enum in ohos.media.audio
-
Describes the stream encoding format.
- AudioStreamInfo.StreamType - Enum in ohos.media.audio
-
Describes audio stream type.
- AudioStreamInfo.StreamUsage - Enum in ohos.media.audio
-
Indicates the audio stream usage type.
- audioStreamOutputFlag(AudioRendererInfo.AudioStreamOutputFlag) - Method in class ohos.media.audio.AudioRendererInfo.Builder
-
Sets the output flag of the audio stream.
- AudioVolumes() - Constructor for class ohos.media.audio.SoundPlayer.AudioVolumes
-
- AudioWaver - Class in ohos.media.audio
-
Provides the audio visualization feature.
- AudioWaver(int, String) - Constructor for class ohos.media.audio.AudioWaver
-
A constructor used to create a AudioWaver instance.
- AudioWaver.FrequencyDataObserver - Interface in ohos.media.audio
-
Provides an observer to listen for frequency-domain audio data.
- AudioWaver.WaveDataObserver - Interface in ohos.media.audio
-
Provides an observer to listen for time-domain audio data.
- AUDIT - java.nio.file.attribute.AclEntryType
-
Log, in a system dependent way, the access specified in the
permissions component of the ACL entry.
- AUGUST - java.time.Month
-
The singleton instance for the month of August with 31 days.
- AUGUST - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
eighth month of the year in the Gregorian and Julian calendars.
- AUGUST - Static variable in class ohos.global.icu.util.Calendar
-
Value of the MONTH field indicating the
eighth month of the year.
- AUTH_TYPE_BIOMETRIC_ALL - ohos.biometrics.authentication.BiometricAuthentication.AuthType
-
Indicates that any supported biometric information of the device (such as facial image and fingerprint)
can be used for authentication.
- AUTH_TYPE_BIOMETRIC_FACE_ONLY - ohos.biometrics.authentication.BiometricAuthentication.AuthType
-
Indicates that only the human face is used for authentication.
- AUTH_TYPE_BIOMETRIC_FINGERPRINT_ONLY - ohos.biometrics.authentication.BiometricAuthentication.AuthType
-
Indicates that only the fingerprint is used for authentication.
- authDescription - Variable in class ohos.biometrics.authentication.BiometricAuthentication.SystemAuthDialogInfo
-
Indicates the customized authentication description.
- authenSectorUseKey(int, byte[], byte) - Method in class ohos.nfc.tag.MifareClassicTag
-
Authenticates a specified sector of this MifareClassic tag with a key.
- AUTHENTICATING - ohos.wifi.WifiLinkedInfo.ConnState
-
The Wi-Fi connection is being authenticated.
- AuthenticationTips() - Constructor for class ohos.biometrics.authentication.BiometricAuthentication.AuthenticationTips
-
- Authenticator - Class in java.net
-
The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
- Authenticator() - Constructor for class java.net.Authenticator
-
- Authenticator.RequestorType - Enum in java.net
-
The type of the entity requesting authentication.
- AUTHOR - Static variable in class ohos.data.search.schema.DocumentItem
-
Indicates the index field name of author.
- AUTHOR - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the author.
- AuthPermission - Class in javax.security.auth
-
This class is for authentication permissions.
- AuthPermission(String) - Constructor for class javax.security.auth.AuthPermission
-
Creates a new AuthPermission with the specified name.
- AuthPermission(String, String) - Constructor for class javax.security.auth.AuthPermission
-
Creates a new AuthPermission object with the specified name.
- AuthProvider - Class in java.security
-
This class defines login and logout methods for a provider.
- AuthProvider(String, double, String) - Constructor for class java.security.AuthProvider
-
Constructs a provider with the specified name, version number,
and information.
- authTitle - Variable in class ohos.biometrics.authentication.BiometricAuthentication.SystemAuthDialogInfo
-
Indicates the customized authentication title.
- AUTO - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that text elements of an automatically selected language will be detected.
- AUTO_CAPS_TEXT_INPUT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Specifies whether automatic capitalization is enabled for the text editor.
- AUTO_CURSOR_POSITION - Static variable in class ohos.agp.components.Text
-
Indicates the position where the cursor is located.
- AUTO_GAIN_TIME - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Date
-
Specifies whether the date, time, and time zone are automatically obtained from the Network
Identity and Time Zone (NITZ).
- AUTO_GAIN_TIME_ZONE - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Date
-
Specifies whether the time zone is automatically obtained from NITZ.
- AUTO_MODE - Static variable in class ohos.bundle.HapModuleInfo
-
Indicates that the color mode of app is following the system.
- AUTO_MODE - Static variable in class ohos.global.configuration.Configuration
-
Indicates that the color mode is automatically set or undefined.
- AUTO_PUNCTUATE_TEXT_INPUT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Specifies whether automatic punctuation is enabled for the text editor.
- AUTO_REPLACE_TEXT_INPUT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Specifies whether autocorrect is enabled for the text editor.
- AUTO_SCREEN_BRIGHTNESS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Specifies whether automatic screen brightness adjustment is enabled.
- AUTO_SCREEN_BRIGHTNESS_MODE - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Indicates the value of AUTO_SCREEN_BRIGHTNESS when automatic screen brightness adjustment is used.
- AUTO_SCROLLING - ohos.agp.components.Text.TruncationMode
-
Indicates that the text will be scrolling to display the complete content.
- AUTO_SCROLLING_FOREVER - Static variable in class ohos.agp.components.Text
-
Indicates that the text will always be in auto scrolling state.
- AUTO_STYLE_OFF - ohos.global.i18n.text.MeasureOptions.Style
-
Indicates that no proper unit is automatically selected.
- AUTO_STYLE_ON - ohos.global.i18n.text.MeasureOptions.Style
-
Indicates that a proper unit is automatically selected.
- AutoCloseable - Interface in java.lang
-
An object that may hold resources (such as file or socket handles)
until it is closed.
- AutoCloseFileInputStream(ReliableFileDescriptor) - Constructor for class ohos.rpc.ReliableFileDescriptor.AutoCloseFileInputStream
-
A constructor used to create an AutoCloseFileInputStream instance using
a ReliableFileDescriptor object.
- AutoCloseFileOutputStream(ReliableFileDescriptor) - Constructor for class ohos.rpc.ReliableFileDescriptor.AutoCloseFileOutputStream
-
A constructor used to create an AutoCloseFileOutputStream instance using
a ReliableFileDescriptor object.
- autoCommitFailureClosesAllResultSets() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a SQLException while autoCommit is true indicates
that all open ResultSets are closed, even ones that are holdable.
- autoQuoteApostrophe(String) - Static method in class ohos.global.icu.text.MessageFormat
-
[icu] Converts an 'apostrophe-friendly' pattern into a standard
pattern.
- autoQuoteApostropheDeep() - Method in class ohos.global.icu.text.MessagePattern
-
Returns a version of the parsed pattern string where each ASCII apostrophe
is doubled (escaped) if it is not already, and if it is not interpreted as quoting syntax.
- AUTOSELECT_FILTERING - java.util.Locale.FilteringMode
-
Specifies automatic filtering mode based on the given Language
Priority List consisting of language ranges.
- AUXILIARY - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates an auxiliary connector.
- AV - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Av, the 12th month of the Hebrew year.
- AV_KEY_ALBUM - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the album title information of the media source.
- AV_KEY_ALBUMARTIST - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the player or artist information related to the media source.
- AV_KEY_ARTIST - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the artist information of the media source.
- AV_KEY_AUTHOR - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the author information of the media source.
- AV_KEY_BITRATE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the average bit rate (in bit/s) of the media source.
- AV_KEY_BITS_PER_SAMPLE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the bit depth of the media source.
- AV_KEY_CAPTURE_FRAMERATE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the original frame rate of the media source.
- AV_KEY_CD_TRACK_NUMBER - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the original audio recording sequence of the media source.
- AV_KEY_COLOR_RANGE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the color range of the media source.
- AV_KEY_COLOR_STANDARD - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the color standard of the media source.
- AV_KEY_COLOR_TRANSFER - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the color transfer of the media source.
- AV_KEY_COMPILATION - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the album compilation status of the media source.
- AV_KEY_COMPOSER - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the composer information of the media source.
- AV_KEY_DATE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the date when the media source is created or updated.
- AV_KEY_DISC_NUMBER - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the position of audio data in the media source set.
- AV_KEY_DURATION - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the playback duration of the media source.
- AV_KEY_EXIF_LENGTH - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the Exif data size in the media source.
- AV_KEY_EXIF_OFFSET - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the offset where the Exif data starts in the media source.
- AV_KEY_GENRE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the genre of the media source.
- AV_KEY_HAS_AUDIO - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get whether the media source contains audio content.
- AV_KEY_HAS_IMAGE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get whether the media source contains static images.
- AV_KEY_HAS_VIDEO - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get whether the media source contains video content.
- AV_KEY_IMAGE_COUNT - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the number of static images contained in the media source.
- AV_KEY_IMAGE_HEIGHT - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the static image height in the media source.
- AV_KEY_IMAGE_PRIMARY - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the main image sequence number in the media source.
- AV_KEY_IMAGE_ROTATION - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the rotation angle of the static image in the media source.
- AV_KEY_IMAGE_WIDTH - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the static image width in the media source.
- AV_KEY_IS_DRM - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get whether the media source is protected by digital rights management (DRM).
- AV_KEY_LOCATION - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get media source location information.
- AV_KEY_MIMETYPE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the MIME type of the media source.
- AV_KEY_NUM_TRACKS - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the number of tracks in the media source.
- AV_KEY_SAMPLERATE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the sampling rate of the media source.
- AV_KEY_TIMED_TEXT_LANGUAGES - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the language specific to text tracks of the media source.
- AV_KEY_TITLE - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the media source title.
- AV_KEY_VIDEO_FRAME_COUNT - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the total number of video frames in the media source.
- AV_KEY_VIDEO_HEIGHT - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the frame height of the video in the media source.
- AV_KEY_VIDEO_ROTATION - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the video rotation angle of the media source.
- AV_KEY_VIDEO_WIDTH - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the frame width of the video in the media source.
- AV_KEY_WRITER - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the writer (for example, lyricist) of the media source.
- AV_KEY_YEAR - Static variable in class ohos.media.photokit.metadata.AVMetadataHelper
-
Indicates the key to get the year when the media source is created or updated.
- AVAGRAHA - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- AVAILABILITY_STATUS - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Specifies whether the calendar account is in the idle state.
- available() - Method in class java.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.ByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class java.io.FileInputStream
-
Returns an estimate of the number of remaining bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.FilterInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
caller of a method for this input stream.
- available() - Method in class java.io.InputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in interface java.io.ObjectInput
-
Returns the number of bytes that can be read
without blocking.
- available() - Method in class java.io.ObjectInputStream
-
Returns the number of bytes that can be read without blocking.
- available() - Method in class java.io.PipedInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in class java.io.PushbackInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.SequenceInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from the current underlying input stream without
blocking by the next invocation of a method for the current
underlying input stream.
- available() - Method in class java.io.StringBufferInputStream
-
Deprecated.
Returns the number of bytes that can be read from the input
stream without blocking.
- available() - Method in class java.net.SocketImpl
-
Returns the number of bytes that can be read from this socket
without blocking.
- available() - Method in class java.util.zip.DeflaterInputStream
-
Returns 0 after EOF has been reached, otherwise always return 1.
- available() - Method in class java.util.zip.InflaterInputStream
-
Returns 0 after EOF has been reached, otherwise always return 1.
- available() - Method in class java.util.zip.ZipInputStream
-
Returns 0 after EOF has reached for the current entry data,
otherwise always return 1.
- available() - Method in class javax.crypto.CipherInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in class ohos.global.resource.Resource
-
Obtains the total number of bytes that can be read from the resource.
- AVAILABLE_STATUS - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the status of the person involved in the event.
- availableCharsets() - Static method in class java.nio.charset.Charset
-
Constructs a sorted map from canonical charset names to charset objects.
- availablePermits() - Method in class java.util.concurrent.Semaphore
-
Returns the current number of permits available in this semaphore.
- availableProcessors() - Method in class java.lang.Runtime
-
Returns the number of processors available to the Java virtual machine.
- availableScope - Variable in class ohos.security.permission.PermissionDef
-
For what kind of application the permission restricts.if not set, no restricted scope for
permission applicants.
- AVBrowser - Class in ohos.media.sessioncore
-
- AVBrowser(Context, ElementName, AVConnectionCallback, PacMap) - Constructor for class ohos.media.sessioncore.AVBrowser
-
A constructor used to create an AVBrowser instance for media data provided by the media browser service.
- AVBrowserResult - Class in ohos.media.common.sessioncore
-
- AVBrowserRoot - Class in ohos.media.common.sessioncore
-
Represents information about the root media item.
- AVBrowserRoot(String, PacMap) - Constructor for class ohos.media.common.sessioncore.AVBrowserRoot
-
A constructor used to create an AVBrowserRoot instance based on the ID of the root media item and media
browser service parameters.
- AVBrowserService - Class in ohos.media.sessioncore
-
Base class used to access the media browser service.
- AVBrowserService() - Constructor for class ohos.media.sessioncore.AVBrowserService
-
- AVCallerUserInfo - Class in ohos.media.common.sessioncore
-
Provides user information of an application.
- AVCallerUserInfo(String, int, int) - Constructor for class ohos.media.common.sessioncore.AVCallerUserInfo
-
A constructor used to create an AVCallerUserInfo instance to check whether a user if from
a trusted application.
- AVConnectionCallback - Class in ohos.media.common.sessioncore
-
- AVConnectionCallback() - Constructor for class ohos.media.common.sessioncore.AVConnectionCallback
-
- AVController - Class in ohos.media.sessioncore
-
Allows your application to interact with media sessions to control media
playback, for example, to start or stop playback, or play the next media
item.
- AVController(Context, AVToken) - Constructor for class ohos.media.sessioncore.AVController
-
A constructor used to create an AVController instance for your
application to control media playback.
- AVController.PlayControls - Class in ohos.media.sessioncore
-
An inner class of
AVController to send media playback requests to the
AVSession and allow your application to send commands to the media
session.
- AVControllerCallback - Class in ohos.media.common.sessioncore
-
- AVControllerCallback() - Constructor for class ohos.media.common.sessioncore.AVControllerCallback
-
- AVDescription - Class in ohos.media.common
-
Represents descriptive information about media items.
- AVDescription.Builder - Class in ohos.media.common
-
- AVElement - Class in ohos.media.common.sessioncore
-
Stores the A/V element.
- AVElement(AVDescription, int) - Constructor for class ohos.media.common.sessioncore.AVElement
-
A constructor used to create an AVElement instance.
- AVELEMENT_FLAG_PLAYABLE - Static variable in class ohos.media.common.sessioncore.AVElement
-
Indicates that the media item can be played when the AND operation result on the values of flags and this
constant is non-zero, the media item can be scanned.
- AVELEMENT_FLAG_SCANNABLE - Static variable in class ohos.media.common.sessioncore.AVElement
-
Indicates that the media item can be scanned when the AND operation result on the values of flags and
this constant is non-zero, the media item can be scanned.
- AVElementCallback - Class in ohos.media.common.sessioncore
-
Provides callbacks to listen for AVElement instances.
- AVElementCallback() - Constructor for class ohos.media.common.sessioncore.AVElementCallback
-
- average() - Method in interface java.util.stream.DoubleStream
-
Returns an OptionalDouble describing the arithmetic
mean of elements of this stream, or an empty optional if this
stream is empty.
- average() - Method in interface java.util.stream.IntStream
-
Returns an OptionalDouble describing the arithmetic mean of elements of
this stream, or an empty optional if this stream is empty.
- average() - Method in interface java.util.stream.LongStream
-
Returns an OptionalDouble describing the arithmetic mean of elements of
this stream, or an empty optional if this stream is empty.
- averageBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
-
Returns the average number of bytes that will be produced for each
character of input.
- averageCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
-
Returns the average number of characters that will be produced for each
byte of input.
- averagingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the arithmetic mean of a double-valued
function applied to the input elements.
- averagingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the arithmetic mean of an integer-valued
function applied to the input elements.
- averagingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the arithmetic mean of a long-valued
function applied to the input elements.
- AVESTAN - java.lang.Character.UnicodeScript
-
Unicode script "Avestan".
- AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Avestan" Unicode character block.
- AVESTAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- AVESTAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- AVESTAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- avg(OrmPredicates, String) - Method in interface ohos.data.orm.OrmContext
-
Queries data that meets the conditions specified in the OrmPredicates instance and returns the average
value of the matched data in a specified column.
- AVLogCompletedListener - Interface in ohos.media.photokit.common
-
Provides callbacks to notify the client of the media file scanning result.
- AVLoggerConnection - Class in ohos.media.photokit.metadata
-
Provides your application with methods for transferring newly created or downloaded media files to the scanning
service.
- AVLoggerConnection(Context, AVLoggerConnectionClient) - Constructor for class ohos.media.photokit.metadata.AVLoggerConnection
-
A constructor used to create an AVLoggerConnection instance.
- AVLoggerConnectionClient - Interface in ohos.media.photokit.common
-
Provides callbacks to notify the AVLoggerConnectionClient
of the connection to the scanning service and the scanning completion.
- AVMetadata - Class in ohos.media.common
-
Represents media metadata, which is used for media data display.
- AVMetadata.AVLongKey - Annotation Type in ohos.media.common
-
Enumerates the keys for long values in the media metadata.
- AVMetadata.AVPixelMapKey - Annotation Type in ohos.media.common
-
Enumerates the keys for
PixelMap values in the media metadata.
- AVMetadata.AVTextKey - Annotation Type in ohos.media.common
-
Enumerates the keys for text values in the media metadata.
- AVMetadata.Builder - Class in ohos.media.common
-
- AVMetadataHelper - Class in ohos.media.photokit.metadata
-
Represents the media data helper used to obtain frame data and media metadata.
- AVMetadataHelper() - Constructor for class ohos.media.photokit.metadata.AVMetadataHelper
-
Default constructor used to create an AVMetadataHelper instance.
- AVPlaybackState - Class in ohos.media.common.sessioncore
-
Manages the playback state of a media session.
- AVPlaybackState.AVPlaybackCustomAction - Class in ohos.media.common.sessioncore
-
Extends
AVController actions, for example, an action for setting loop
playback.
- AVPlaybackState.AVPlaybackCustomAction.Builder - Class in ohos.media.common.sessioncore
-
- AVPlaybackState.Builder - Class in ohos.media.common.sessioncore
-
- AVQueueElement - Class in ohos.media.common.sessioncore
-
Represents elements that constitute a playback queue.
- AVQueueElement(AVDescription, long) - Constructor for class ohos.media.common.sessioncore.AVQueueElement
-
A constructor used to create an AVQueueElement instance used to describe a media item.
- AVSession - Class in ohos.media.sessioncore
-
Represents the media session provided for your application to control media playback.
- AVSession(Context, String) - Constructor for class ohos.media.sessioncore.AVSession
-
A constructor used to create an AVSession instance to control media playback.
- AVSession(Context, String, PacMap) - Constructor for class ohos.media.sessioncore.AVSession
-
A constructor used to create an AVSession instance with additional session information.
- AVSessionCallback - Class in ohos.media.common.sessioncore
-
Provides callbacks to control media playback.
- AVSessionCallback() - Constructor for class ohos.media.common.sessioncore.AVSessionCallback
-
- AVStorage - Class in ohos.media.photokit.metadata
-
Provides a set of indexes for common media data, including audio, video, and images.
- AVStorage.Audio - Class in ohos.media.photokit.metadata
-
Provides all media data of the audio/* MIME type.
- AVStorage.Audio.Albums - Class in ohos.media.photokit.metadata
-
Provides audio album information.
- AVStorage.Audio.Artists - Class in ohos.media.photokit.metadata
-
Provides audio artist information.
- AVStorage.Audio.Artists.Albums - Class in ohos.media.photokit.metadata
-
Represents the subdirectory for audio artists, including all albums that contain a song by an artist.
- AVStorage.Audio.Genres - Class in ohos.media.photokit.metadata
-
Provides audio genre information.
- AVStorage.Audio.Genres.Members - Class in ohos.media.photokit.metadata
-
Provides information about members in an audio genre subdirectory.
- AVStorage.Audio.Media - Class in ohos.media.photokit.metadata
-
Provides audio information.
- AVStorage.Audio.Playlists - Class in ohos.media.photokit.metadata
-
Provides information about the audio playback list.
- AVStorage.Audio.Playlists.Members - Class in ohos.media.photokit.metadata
-
Provides information about members in the audio playback list subdirectory.
- AVStorage.AVBaseColumns - Interface in ohos.media.photokit.metadata
-
Provides basic fields for media data.
- AVStorage.Downloads - Class in ohos.media.photokit.metadata
-
Provides download item information.
- AVStorage.Files - Class in ohos.media.photokit.metadata
-
Provides the index table for all media and non-media files (such as plain text, HTML, and PDF).
- AVStorage.Images - Class in ohos.media.photokit.metadata
-
Provides all media data of the image/* MIME type.
- AVStorage.Images.Media - Class in ohos.media.photokit.metadata
-
Provides image information.
- AVStorage.Video - Class in ohos.media.photokit.metadata
-
Provides all media data of the video/* MIME type.
- AVStorage.Video.Media - Class in ohos.media.photokit.metadata
-
Provides video information.
- AVSubscriptionCallback - Class in ohos.media.common.sessioncore
-
Provides callbacks for media subscription results.
- AVSubscriptionCallback() - Constructor for class ohos.media.common.sessioncore.AVSubscriptionCallback
-
- AVThumbnailUtils - Class in ohos.media.photokit.metadata
-
Represents the thumbnail utility for applications to obtain video and image thumbnails.
- AVThumbnailUtils() - Constructor for class ohos.media.photokit.metadata.AVThumbnailUtils
-
- AVToken - Class in ohos.media.common.sessioncore
-
Represents the token that identifies a running session.
- AVTube - Class in ohos.media.tubecore
-
Provides tubes for audio and video streams.
- AVTube.DeviceType - Enum in ohos.media.tubecore
-
Enumerates the device types available for AVTube instances.
- AVTube.PlayMode - Enum in ohos.media.tubecore
-
Enumerates the playback modes available for AVTube instances.
- AVTube.SetInfo - Class in ohos.media.tubecore
-
Provides information about media tube types.
- AVTube.UsageScene - Class in ohos.media.tubecore
-
Defines the scenes supported by a media tube.
- AVTubeEx - Class in ohos.media.tubecore
-
Represents a custom media tube.
- AVTubeManager - Class in ohos.media.tubecore
-
Represents the media tube manager.
- AVTubeManager.ObserverFlag - Class in ohos.media.tubecore
-
Provides flags for media tube observers.
- AVTubeManager.TubeObserver - Interface in ohos.media.tubecore
-
Provides callbacks to listen for media tube changes.
- await() - Method in class java.util.concurrent.CountDownLatch
-
Causes the current thread to wait until the latch has counted down to
zero, unless the thread is
Thread#interrupt.
- await() - Method in class java.util.concurrent.CyclicBarrier
-
Waits until all
parties have invoked
await on this barrier.
- await() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements interruptible condition wait.
- await() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements interruptible condition wait.
- await() - Method in interface java.util.concurrent.locks.Condition
-
- await() - Method in class ohos.utils.ConditionHelper
-
Suspends the current thread until it is awakened.
- await(long) - Method in class ohos.utils.ConditionHelper
-
Suspends the current thread until it is awakened or the waiting time elapses.
- await(long, TimeUnit) - Method in class java.util.concurrent.CountDownLatch
-
Causes the current thread to wait until the latch has counted down to
zero, unless the thread is
Thread#interrupt,
or the specified waiting time elapses.
- await(long, TimeUnit) - Method in class java.util.concurrent.CyclicBarrier
-
Waits until all
parties have invoked
await on this barrier, or the specified waiting time elapses.
- await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements timed condition wait.
- await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements timed condition wait.
- await(long, TimeUnit) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.
- awaitAdvance(int) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value, returning immediately if the current phase is not equal
to the given phase value or this phaser is terminated.
- awaitAdvanceInterruptibly(int) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value, throwing InterruptedException if interrupted
while waiting, or returning immediately if the current phase is
not equal to the given phase value or this phaser is
terminated.
- awaitAdvanceInterruptibly(int, long, TimeUnit) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value or the given timeout to elapse, throwing
InterruptedException if interrupted while waiting, or
returning immediately if the current phase is not equal to the
given phase value or this phaser is terminated.
- awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements timed condition wait.
- awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements timed condition wait.
- awaitNanos(long) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.
- awaitQuiescence(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
-
- awaitTermination(long, TimeUnit) - Method in class java.nio.channels.AsynchronousChannelGroup
-
Awaits termination of the group.
- awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
-
Blocks until all tasks have completed execution after a shutdown
request, or the timeout occurs, or the current thread is
interrupted, whichever happens first.
- awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
-
Blocks until all tasks have completed execution after a
shutdown request, or the timeout occurs, or the current thread
is interrupted, whichever happens first.
- awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
-
- awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements uninterruptible condition wait.
- awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements uninterruptible condition wait.
- awaitUninterruptibly() - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled.
- awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements absolute timed condition wait.
- awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements absolute timed condition wait.
- awaitUntil(Date) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified deadline elapses.
- AWAKE - ohos.powermanager.PowerManager.PowerState
-
Indicates that the screen is on and the system is running.
- AWB_AUTOMATIC - Static variable in annotation type ohos.media.camera.params.Metadata.AwbMode
-
Indicates that AWB is activated.
- AWB_INACTIVE - Static variable in annotation type ohos.media.camera.params.Metadata.AwbMode
-
Indicates that AWB is inactive.
- AXIS_X - Static variable in class ohos.agp.components.Component
-
Indicates the x-axis.
- AXIS_X - Static variable in class ohos.agp.components.ScrollHelper
-
Indicates that the x coordinate axis.
- AXIS_X - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates the movement of the mouse pointer or scroll wheel in the X axis.
- AXIS_Y - Static variable in class ohos.agp.components.Component
-
Indicates the y-axis.
- AXIS_Y - Static variable in class ohos.agp.components.ScrollHelper
-
Indicates that the y coordinate axis.
- AXIS_Y - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates the movement of the mouse pointer or scroll wheel in the Y axis.
- AXIS_Z - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates the movement of the mouse pointer or scroll wheel in the Z axis.
- CA - ohos.bundle.AbilityInfo.AbilitySubType
-
Indicates that the ability type is service with a UI.
- CA_COMPROMISE - java.security.cert.CRLReason
-
This reason indicates that it is known or suspected that the
certificate subject's private key has been compromised.
- cachedChildren() - Method in class java.util.prefs.AbstractPreferences
-
Returns all known unremoved children of this node.
- CachePolicy - Class in ohos.data.usage
-
Provides methods for setting cache policies.
- CachePolicy() - Constructor for class ohos.data.usage.CachePolicy
-
- CacheRequest - Class in java.net
-
Represents channels for storing resources in the
ResponseCache.
- CacheRequest() - Constructor for class java.net.CacheRequest
-
- CacheResponse - Class in java.net
-
Represent channels for retrieving resources from the
ResponseCache.
- CacheResponse() - Constructor for class java.net.CacheResponse
-
- calculateBearing(double, double, double, double) - Static method in class ohos.location.Location
-
Estimates the azimuth between two longitude and latitude coordinates.
- calculateCurrentVelocity(int) - Method in class ohos.agp.components.VelocityDetector
-
Calculates the current velocity based on points that have been collected.
- calculateCurrentVelocity(int, float, float) - Method in class ohos.agp.components.VelocityDetector
-
Calculates the current velocity based on points that have been collected and specifies upper limits for
calculated X and Y velocities.
- calculateDistance(double, double, double, double) - Static method in class ohos.location.Location
-
Estimates the linear distance between two longitude and latitude coordinates, in unit of meters.
- calculateTextWidth(String, Paint) - Method in class ohos.agp.text.SimpleTextLayout
-
Calculates the text width.
- calculateTextWidth(RichText) - Method in class ohos.agp.text.RichTextLayout
-
Calculates the text width.
- calendar - Variable in class java.text.DateFormat
-
The
Calendar instance used for calculating the date-time fields
and the instant of time.
- calendar - Variable in class ohos.global.icu.text.DateFormat
-
The calendar that DateFormat uses to produce the time field
values needed to implement date and time formatting.
- Calendar - Class in java.util
-
The
Calendar class is an abstract class that provides methods
for converting between a specific instant in time and a set of
calendar fields such as
YEAR,
MONTH,
DAY_OF_MONTH,
HOUR, and so on, and for
manipulating the calendar fields, such as getting the date of the next
week.
- Calendar - Class in ohos.global.icu.util
-
[icu enhancement] ICU's replacement for
Calendar. Methods, fields, and other functionality specific to ICU are labeled '
[icu]'.
- Calendar() - Constructor for class java.util.Calendar
-
Constructs a Calendar with the default time zone
and the default
FORMAT
locale.
- Calendar() - Constructor for class ohos.global.icu.util.Calendar
-
Constructs a Calendar with the default time zone
and the default FORMAT locale.
- Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar.Builder - Class in java.util
-
Calendar.Builder is used for creating a Calendar from
various date-time parameters.
- Calendar.WeekData - Class in ohos.global.icu.util
-
Simple, immutable struct-like class for access to the CLDR week data.
- CalendarCollection - Class in ohos.sysappcomponents.calendar
-
Represents the calendar data collection, which encapsulates the
ResultSet.
- CalendarDataHelper - Class in ohos.sysappcomponents.calendar
-
Provides utilities for creating, adding, querying, modifying, and deleting calendar data.
- CalendarDataHelper.InstancesDataHelper - Class in ohos.sysappcomponents.calendar
-
Provides utilities for operating calendar instance data in a certain period of time.
- CalendarEntity - Class in ohos.sysappcomponents.calendar.entity
-
Describes a calendar abstract entity.
- CalendarEntity() - Constructor for class ohos.sysappcomponents.calendar.entity.CalendarEntity
-
- CalendarUtils - Class in ohos.global.i18n.utils
-
A utility class for Calendar, with the method for obtaining the local
calendar name.
- CalendarUtils() - Constructor for class ohos.global.i18n.utils.CalendarUtils
-
- call() - Method in interface java.util.concurrent.Callable
-
Computes a result, or throws an exception if unable to do so.
- call(String, String, PacMap) - Method in class ohos.aafwk.ability.Ability
-
Defines a method in this Data ability (implementation depending on child classes).
- call(Uri, String, String, PacMap) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Calls the method defined by the Data ability.
- CALL_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of making a call.
- CALL_STATE_IDLE - Static variable in class ohos.dcall.CallStateObserver
-
Indicates that there is no ongoing call.
- CALL_STATE_IDLE - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that there is no ongoing call.
- CALL_STATE_OFFHOOK - Static variable in class ohos.dcall.CallStateObserver
-
Indicates that a least one call is in the dialing, active, or hold state, and there is no new incoming call
ringing or waiting.
- CALL_STATE_OFFHOOK - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that a least one call is in the dialing, active, or hold state, and there is no new incoming call
ringing or waiting.
- CALL_STATE_RINGING - Static variable in class ohos.dcall.CallStateObserver
-
Indicates that an incoming call is ringing or waiting.
- CALL_STATE_RINGING - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that an incoming call is ringing or waiting.
- CALL_STATE_UNKNOWN - Static variable in class ohos.dcall.CallStateObserver
-
Indicates an invalid state, which is used when the call state fails to be obtained.
- CALL_STATE_UNKNOWN - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates an invalid state, which is used when the call state fails to be obtained.
- callable(Runnable) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that, when
called, runs the given task and returns
null.
- callable(Runnable, T) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that, when
called, runs the given task and returns the given result.
- callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that, when
called, runs the given privileged action and returns its result.
- callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that, when
called, runs the given privileged exception action and returns
its result.
- Callable<V> - Interface in java.util.concurrent
-
A task that returns a result and may throw an exception.
- CallableStatement - Interface in java.sql
-
The interface used to execute SQL stored procedures.
- Callback - Interface in javax.security.auth.callback
-
Implementations of this interface are passed to a
CallbackHandler, allowing underlying security services
the ability to interact with a calling application to retrieve specific
authentication data such as usernames and passwords, or to display
certain information, such as error and warning messages.
- CallbackHandler - Interface in javax.security.auth.callback
-
An application implements a CallbackHandler and passes
it to underlying security services so that they may interact with
the application to retrieve specific authentication data,
such as usernames and passwords, or to display certain information,
such as error and warning messages.
- CallbackHandlerProtection(CallbackHandler) - Constructor for class java.security.KeyStore.CallbackHandlerProtection
-
Constructs a new CallbackHandlerProtection from a
CallbackHandler.
- CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
-
Creates a CallerRunsPolicy.
- CALLING_BUNDLE_NAME - Static variable in interface ohos.sysappcomponents.calendar.column.SyncColumns
-
Indicates the name of the calling bundle.
- callOnClick() - Method in class ohos.agp.components.Component
-
Calls the assigned OnClickListener.
- CallSite - Class in java.lang.invoke
-
A
CallSite is a holder for a variable
MethodHandle,
which is called its
target.
- CallStateObserver - Class in ohos.dcall
-
An observer class used to monitor call service state updates.
- CallStateObserver() - Constructor for class ohos.dcall.CallStateObserver
-
Creates an observer instance for receiving call service state updates in any slot.
- CallStateObserver(int) - Constructor for class ohos.dcall.CallStateObserver
-
Creates an observer instance for receiving call service state updates in a specified slot.
- CallStateObserver(int, EventRunner) - Constructor for class ohos.dcall.CallStateObserver
-
Creates an observer instance for receiving call service state updates in a specified slot.
- CALORIE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of energy: calorie
- CAMCORDER - Static variable in class ohos.media.recorder.Recorder.AudioSource
-
Indicates that the microphone used for video recording is used as the audio source, with the same direction
as the camera (if any).
- Camera - Interface in ohos.media.camera.device
-
Interface for using the camera.
- CAMERA - Static variable in class ohos.media.recorder.Recorder.VideoSource
-
Indicates that the camera is used as the video source.
- CAMERA - Static variable in class ohos.security.SystemPermission
-
Allows an application to use the camera.
- CAMERA - Static variable in class ohos.utils.system.SystemCapability.Multimedia
-
Indicates camera capabilities, including preview, photographing, video recording, device management, and
camera capability query.
- CAMERA_DEVICE_AVAILABLE - Static variable in annotation type ohos.media.camera.device.CameraDeviceCallback.CameraStatus
-
Indicates that the camera is available.
- CAMERA_DEVICE_UNAVAILABLE - Static variable in annotation type ohos.media.camera.device.CameraDeviceCallback.CameraStatus
-
Indicates that the camera is unavailable.
- CAMERA_FACING_BACK - Static variable in annotation type ohos.media.camera.device.CameraInfo.FacingType
-
Indicates a back-facing camera.
- CAMERA_FACING_FRONT - Static variable in annotation type ohos.media.camera.device.CameraInfo.FacingType
-
Indicates a front-facing camera.
- CAMERA_FACING_OTHERS - Static variable in annotation type ohos.media.camera.device.CameraInfo.FacingType
-
Indicates an unknown or unfixed facing type.
- CAMERA_FLAG_SHADOW_BIT - Static variable in class ohos.agp.render.render3d.components.CameraComponent
-
Specifies whether the camera is used for shadow rendering.
- CAMERA_RUNNING_MODE_HIGH_FRAME_RATE - Static variable in annotation type ohos.media.camera.device.CameraAbility.CameraRunningMode
-
High frame rate mode.
- CAMERA_RUNNING_MODE_NORMAL - Static variable in annotation type ohos.media.camera.device.CameraAbility.CameraRunningMode
-
Normal mode.
- CAMERA_SOUND - ohos.global.config.ConfigType
-
Specifies whether a camera sound is mandatory when a photo is taken.
- Camera.FrameConfigType - Annotation Type in ohos.media.camera.device
-
Provides frame configuration types.
- CameraAbility - Interface in ohos.media.camera.device
-
Queries static abilities of the camera.
- CameraAbility.CameraRunningMode - Annotation Type in ohos.media.camera.device
-
Describes camera running mode types.
- CameraComponent - Class in ohos.agp.render.render3d.components
-
Represents the camera component.
- CameraComponent() - Constructor for class ohos.agp.render.render3d.components.CameraComponent
-
- CameraComponent.CameraType - Enum in ohos.agp.render.render3d.components
-
Enumerates camera types.
- CameraConfig - Interface in ohos.media.camera.device
-
An interface used for configuring the camera.
- CameraConfig.Builder - Interface in ohos.media.camera.device
-
- CameraDeviceCallback - Class in ohos.media.camera.device
-
Provides callbacks for camera usage states.
- CameraDeviceCallback() - Constructor for class ohos.media.camera.device.CameraDeviceCallback
-
- CameraDeviceCallback.CameraStatus - Annotation Type in ohos.media.camera.device
-
Defines camera states.
- CameraDeviceCallback.FlashlightStatus - Annotation Type in ohos.media.camera.device
-
Defines flashlight states.
- CameraInfo - Interface in ohos.media.camera.device
-
Gets logical camera information, such as the facing type of the camera, connected physical cameras, and link type.
- CameraInfo.DeviceLinkType - Annotation Type in ohos.media.camera.device
-
Describes the link type of a physical camera.
- CameraInfo.FacingType - Annotation Type in ohos.media.camera.device
-
Describes the facing type of the camera.
- CameraKit - Class in ohos.media.camera
-
Provides the entry for using camera functions.
- CameraStateCallback - Class in ohos.media.camera.device
-
Provides callbacks for camera running states.
- CameraStateCallback() - Constructor for class ohos.media.camera.device.CameraStateCallback
-
- CameraStateCallback.ErrorCode - Annotation Type in ohos.media.camera.device
-
Defines error codes used during the camera lifecycle.
- canAbilityStartOnDisplay(Context, int, Intent) - Method in interface ohos.app.IAbilityManager
-
Checks whether an ability can be started on a specified display when there are multiple physical display devices.
- canAcceptScroll(Component, int, boolean) - Method in interface ohos.agp.components.Component.CanAcceptScrollListener
-
Invoked before component accept scrolling gesture.
- CANADA - Static variable in class java.util.Locale
-
Useful constant for country.
- CANADA - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- CANADA_FRENCH - Static variable in class java.util.Locale
-
Useful constant for country.
- CANADA_FRENCH - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- CANADIAN_ABORIGINAL - java.lang.Character.UnicodeScript
-
Unicode script "Canadian_Aboriginal".
- CANADIAN_ABORIGINAL - Static variable in class ohos.global.icu.lang.UScript
-
Unified Canadian Aboriginal Symbols
- cancel() - Method in class java.nio.channels.SelectionKey
-
Requests that the registration of this key's channel with its selector
be cancelled.
- cancel() - Method in class java.nio.channels.spi.AbstractSelectionKey
-
Cancels this key.
- cancel() - Method in interface java.nio.file.WatchKey
-
Cancels the registration with the watch service.
- cancel() - Method in interface java.sql.Statement
-
Cancels this Statement object if both the DBMS and
driver support aborting an SQL statement.
- cancel() - Method in class java.util.Timer
-
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class java.util.TimerTask
-
Cancels this timer task.
- cancel() - Method in class ohos.agp.animation.Animator
-
Cancels an animator and returns to the initial state.
- cancel() - Method in interface ohos.agp.components.webengine.JsMessageResult
-
Handles the situation where a user cancelled the message pop-up.
- cancel() - Method in class ohos.agp.window.dialog.ToastDialog
-
Cancels the current ToastDialog.
- cancel() - Method in class ohos.ai.asr.AsrClient
-
Cancels speech recognition.
- cancel() - Method in class ohos.utils.IntervalTimer
-
Cancels the interval timer.
- cancel(boolean) - Method in class java.util.concurrent.CompletableFuture
-
- cancel(boolean) - Method in class java.util.concurrent.ForkJoinTask
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in interface java.util.concurrent.Future
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in class java.util.concurrent.FutureTask
-
- cancel(IntentAgent) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- CANCEL - Static variable in class ohos.multimodalinput.event.TouchEvent
-
Indicates that the event is interrupted or canceled.
- CANCEL_ALL_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because the user clears all notifications.
- CANCEL_PRESENT_FLAG - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the existing
IntentAgent should be canceled before the new object is generated.
- CANCEL_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because the user clears it.
- cancelAllNotifications() - Static method in class ohos.event.notification.NotificationHelper
-
Cancels all the published notifications.
- cancelAllNotifications(String, int) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- cancelAllTasks() - Method in class ohos.agp.render.render3d.RenderLoop
-
Cancels all tasks that are being executed.
- cancelAuthenticationAction() - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Cancels biometric authentication.
- cancelBackgroundRunning() - Method in class ohos.aafwk.ability.Ability
-
Cancels background running of this ability to free up system memory.
- cancelBtDiscovery() - Method in class ohos.bluetooth.BluetoothHost
-
Stops Bluetooth device scanning.
- cancelConnect(WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Cancels a P2P connection that has been initiated.
- cancelConnection(BlePeripheralDevice) - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Disconnects an established connection or cancels an ongoing connection attempt.
- cancelJob(int) - Method in class ohos.data.async.DataAbilityAsyncHandler
-
Cancels asynchronous tasks with the same token.
- cancelJob(int) - Method in class ohos.data.async.RdbStoreAsyncHandler
-
Cancels asynchronous tasks with the same token.
- CancellationException - Exception in java.util.concurrent
-
Exception indicating that the result of a value-producing task,
such as a
FutureTask, cannot be retrieved because the task
was cancelled.
- CancellationException() - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a CancellationException with no detail message.
- CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a CancellationException with the specified detail
message.
- CancelledKeyException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to use
a selection key that is no longer valid.
- CancelledKeyException() - Constructor for exception java.nio.channels.CancelledKeyException
-
Constructs an instance of this class.
- cancelledKeys() - Method in class java.nio.channels.spi.AbstractSelector
-
Retrieves this selector's cancelled-key set.
- cancelMarks() - Method in class ohos.agp.components.RadioContainer
-
Clears the selected state for all radio buttons in a radio group.
- cancelNotification(int) - Static method in class ohos.event.notification.NotificationHelper
-
Cancels a published notification.
- cancelNotification(String, int) - Static method in class ohos.event.notification.NotificationHelper
-
Cancels a published notification matching the specified label and notificationId.
- cancelNotification(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- cancelRowUpdates() - Method in interface java.sql.ResultSet
-
Cancels the updates made to the current row in this
ResultSet object.
- cancelSuspendDelay(int) - Method in class ohos.backgroundtaskmgr.BackgroundTaskManager
-
Cancels delayed transition to the suspended state.
- cancelTask(Task) - Method in class ohos.agp.render.render3d.RenderLoop
-
Cancels a task in the queue.
- cancelTimeout(int) - Method in class ohos.hiviewdfx.xcollie.XCollie
-
Cancels timeout detection.
- canEnableLight() - Method in class ohos.event.notification.NotificationSlot
-
- canEncode() - Method in class java.nio.charset.Charset
-
Tells whether or not this charset supports encoding.
- canEncode(char) - Method in class java.nio.charset.CharsetEncoder
-
Tells whether or not this encoder can encode the given character.
- canEncode(CharSequence) - Method in class java.nio.charset.CharsetEncoder
-
Tells whether or not this encoder can encode the given character
sequence.
- canExecute() - Method in class java.io.File
-
Tests whether the application can execute the file denoted by this
abstract pathname.
- canGoBack() - Method in interface ohos.agp.components.webengine.Navigator
-
Checks whether there is a previous page to go to.
- canGoForward() - Method in interface ohos.agp.components.webengine.Navigator
-
Checks whether there is a next page to go to.
- CANON_EQ - Static variable in class java.util.regex.Pattern
-
Enables canonical equivalence.
- CANONICAL - ohos.global.icu.util.TimeZone.SystemTimeZoneType
-
Canonical system zones.
- CANONICAL - Static variable in class javax.security.auth.x500.X500Principal
-
Canonical String format of Distinguished Names.
- CANONICAL - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- CANONICAL_COMBINING_CLASS - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Canonical_Combining_Class.
- CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
-
Decomposition mode value.
- CANONICAL_DECOMPOSITION - Static variable in class ohos.global.icu.text.Collator
-
Decomposition mode value.
- CANONICAL_LOCATION - ohos.global.icu.util.TimeZone.SystemTimeZoneType
-
Canonical system zones associated with actual locations.
- canonicalize(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the canonical name according to CLDR for the specified locale ID.
- canPublishNotificationAsBundle(String) - Static method in class ohos.event.notification.NotificationHelper
-
- canPublishNotificationAsBundle(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- canRead() - Method in class java.io.File
-
Tests whether the application can read the file denoted by this
abstract pathname.
- canRequestPermission(String) - Method in class ohos.app.AbilityContext
-
- canRequestPermission(String) - Method in interface ohos.app.Context
-
Confirms with the permission management module to check whether a request prompt is required for granting a
certain permission.
- canRequestPermissionFromRemote(String, String) - Static method in class ohos.security.permission.Permission
-
Checks whether this application can request a specified sensitive permission from a remote device.
- canScroll(int) - Method in class ohos.agp.components.Component
-
Checks whether the component can be scrolled in the specified direction.
- canScroll(int, int) - Method in class ohos.agp.components.webengine.WebView
-
Checks whether the WebView content can be scrolled by the specified distance in the horizontal or
vertical direction.
- canSetReadOnly() - Method in class ohos.nfc.tag.NdefTag
-
Checks whether this NDEF tag can be set to read-only.
- canShowFloating(Context) - Static method in class ohos.sysappcomponents.settings.AppSettings
-
Checks whether a specified application can show as float window.
- CANTILLATION_MARK - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- Canvas - Class in ohos.agp.render
-
Provides various draw calls to draw 2D graphics.
- Canvas() - Constructor for class ohos.agp.render.Canvas
-
Default constructor used to create a Canvas instance.
- Canvas(long) - Constructor for class ohos.agp.render.Canvas
-
The constructor used to create a Canvas instance by the nativeHandle.
- Canvas(Texture) - Constructor for class ohos.agp.render.Canvas
-
A constructor used to create a Canvas instance for off-screen rendering with the specified
texture.
- Canvas.ClipOp - Enum in ohos.agp.render
-
Enumerates the modes for clipping the canvas with a particular path.
- Canvas.PorterDuffMode - Enum in ohos.agp.render
-
Enumerates color blend modes.
- Canvas.VertexMode - Enum in ohos.agp.render
-
Enumerates graphic shapes formed by connecting vertices.
- canVibrate() - Method in class ohos.event.notification.NotificationSlot
-
- canWrite() - Method in class java.io.File
-
Tests whether the application can modify the file denoted by this
abstract pathname.
- CAPABILITY_COMMUNICATION_NFC - Static variable in class ohos.utils.CapabilityConstants
-
Deprecated.
- CAPABILITY_FILTER_KEY_EVENTS - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the capability to request to filter key events.
- CAPABILITY_GESTURES - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the capability to perform gestures.
- CAPABILITY_MAGNIFICATION - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the capability to request to control the display magnification.
- CAPABILITY_MISCSERVICES_INPUTMETHOD - Static variable in class ohos.utils.CapabilityConstants
-
Deprecated.
- CAPABILITY_SOFT_DISTRIBUTEDDATAMGR_DATAUSAGE - Static variable in class ohos.utils.CapabilityConstants
-
Deprecated.
- CAPABILITY_SOFT_DISTRIBUTEDDATAMGR_DISTRIBUTEDFILE - Static variable in class ohos.utils.CapabilityConstants
-
Deprecated.
- CAPABILITY_SOFT_DISTRIBUTEDDATAMGR_SEARCH - Static variable in class ohos.utils.CapabilityConstants
-
Deprecated.
- CAPABILITY_TOUCH_EXPLORATION - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the capability to request the touch exploration mode.
- CAPABILITY_WINDOW_CONTENT - Static variable in class ohos.accessibility.AccessibilityAbilityInfo
-
Describes the capability to search for the content of the active window.
- CapabilityConstants - Class in ohos.utils
-
- capacity() - Method in class java.lang.StringBuffer
-
- capacity() - Method in class java.lang.StringBuilder
-
Returns the current capacity.
- capacity() - Method in class java.nio.Buffer
-
Returns this buffer's capacity.
- capacity() - Method in class java.util.Vector
-
Returns the current capacity of this vector.
- capacity() - Method in class ohos.utils.LruBuffer
-
Obtains the capacity of the current buffer.
- capacityIncrement - Variable in class java.util.Vector
-
The amount by which the capacity of the vector is automatically
incremented when its size becomes greater than its capacity.
- CAPITALIZATION - ohos.global.icu.text.DisplayContext.Type
-
CAPITALIZATION can be set to one of CAPITALIZATION_NONE through
CAPITALIZATION_FOR_STANDALONE.
- CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE - ohos.global.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION:
The capitalization context if a date, date symbol or display name is to be
formatted with capitalization appropriate for the beginning of a sentence.
- CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE - ohos.global.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION:
The capitalization context if a date, date symbol or display name is to be
formatted with capitalization appropriate for the middle of a sentence.
- CAPITALIZATION_FOR_STANDALONE - ohos.global.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION:
The capitalization context if a date, date symbol or display name is to be
formatted with capitalization appropriate for stand-alone usage such as an
isolated name on a calendar page.
- CAPITALIZATION_FOR_UI_LIST_OR_MENU - ohos.global.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION:
The capitalization context if a date, date symbol or display name is to be
formatted with capitalization appropriate for a user-interface list or menu item.
- CAPITALIZATION_NONE - ohos.global.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION:
The capitalization context to be used is unknown (this is the default value).
- CAPTION_PROP_BACKGROUND_COLOR - Static variable in class ohos.accessibility.CaptionProperties
-
Indicates the background color.
- CAPTION_PROP_EDGE_COLOR - Static variable in class ohos.accessibility.CaptionProperties
-
Indicates the edge color.
- CAPTION_PROP_EDGE_TYPE - Static variable in class ohos.accessibility.CaptionProperties
-
Indicates the edge type.
- CAPTION_PROP_FOREGROUND_COLOR - Static variable in class ohos.accessibility.CaptionProperties
-
Indicates the foreground color.
- CAPTION_PROP_WINDOW_COLOR - Static variable in class ohos.accessibility.CaptionProperties
-
Indicates the window color.
- CaptionProperties - Class in ohos.accessibility
-
Configures the visual properties of video captions, including the text size, language, foreground color,
background color, border properties, and font.
- CaptionProperties() - Constructor for class ohos.accessibility.CaptionProperties
-
Default constructor.
- CAPTURE_RATE - Static variable in class ohos.media.common.Format
-
Indicates a key that describes the video capture rate.
- CAPTURE_SCREEN - Static variable in class ohos.security.SystemPermission
-
Allows the app to take screenshots.
- CAPTURE_TRIGGER_ERROR_ID - Static variable in interface ohos.media.camera.device.Camera
-
Indicates an invalid capture trigger ID.
- CAPTURER_SESSION_ID_NONE - Static variable in class ohos.media.audio.AudioCapturer
-
Indicates the default ID when there is no recording session.
- captureScreen(Rect, int, int, int) - Method in class ohos.agp.window.service.WindowManager
-
Takes a screenshot.
- CAPTURING - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for capturing (including the scanner and microphone).
- CAR - ohos.distributedhardware.devicemanager.DeviceInfo.DeviceType
-
Indicates a car.
- CARAT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: carat
- CardEmulation - Class in ohos.nfc.cardemulation
-
Provides methods for card emulation management.
- CARDINAL - ohos.global.icu.text.PluralRules.PluralType
-
Plural rules for cardinal numbers: 1 file vs.
- cardinality() - Method in class java.util.BitSet
-
Returns the number of bits set to true in this BitSet.
- CARIAN - java.lang.Character.UnicodeScript
-
Unicode script "Carian".
- CARIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Carian" Unicode character block.
- CARIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CARIAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CARIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CARRIAGE_RETURN - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- CASE - Static variable in class ohos.global.icu.text.UnicodeSet
-
Bitmask for constructor, applyPattern(), and closeOver()
indicating letter case.
- CASE_FOLDING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Case_Folding.
- CASE_IGNORABLE - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Case_Ignorable.
- CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
-
Enables case-insensitive matching.
- CASE_INSENSITIVE - Static variable in class ohos.global.icu.text.UnicodeSet
-
Alias for UnicodeSet.CASE, for ease of porting from C++ where ICU4C
also has both USET_CASE and USET_CASE_INSENSITIVE (see uset.h).
- CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
-
A Comparator that orders String objects as by
compareToIgnoreCase.
- CASE_SENSITIVE - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Case_Sensitive.
- CASED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Cased.
- CaseMap - Class in ohos.global.icu.text
-
Low-level case mapping options and methods.
- CaseMap.Fold - Class in ohos.global.icu.text
-
Case folding options and methods.
- CaseMap.Lower - Class in ohos.global.icu.text
-
Lowercasing options and methods.
- CaseMap.Title - Class in ohos.global.icu.text
-
Titlecasing options and methods.
- CaseMap.Upper - Class in ohos.global.icu.text
-
Uppercasing options and methods.
- CASH - ohos.global.icu.util.Currency.CurrencyUsage
-
a setting to specify currency usage which determines currency digit and rounding
for cash usage, for example: "50 NT$"
- CASHCURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify currency cash style of format which uses currency
ISO code to represent currency, for example: "NT$3" instead of "NT$3.23".
- cast(Object) - Method in class java.lang.Class
-
Casts an object to the class or interface represented
by this Class object.
- castTempForm(long) - Method in class ohos.aafwk.ability.AbilitySlice
-
Converts a specified temporary form that has been obtained by the application into a normal form.
- catchException(MethodHandle, Class<? extends Throwable>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Makes a method handle which adapts a target method handle,
by running it inside an exception handler.
- CATEGORY - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of category.
- CATEGORY_OTHER - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates a non-payment service.
- CATEGORY_PAYMENT - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates a payment service.
- CategoryBody - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes body sensors on hardware devices.
- CategoryBody(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryBody
-
A constructor used to create a CategoryBody instance.
- CategoryBodyAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages body sensors on hardware devices.
- CategoryBodyAgent() - Constructor for class ohos.sensor.agent.CategoryBodyAgent
-
Default constructor used to create a CategoryBodyAgent instance.
- CategoryBodyData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of body sensors.
- CategoryBodyData(CategoryBody, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryBodyData
-
A constructor used to create a CategoryBodyData instance.
- CategoryEnvironment - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes environment sensors on hardware devices.
- CategoryEnvironment(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryEnvironment
-
A constructor used to create a CategoryEnvironment instance.
- CategoryEnvironmentAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages environment sensors on hardware devices.
- CategoryEnvironmentAgent() - Constructor for class ohos.sensor.agent.CategoryEnvironmentAgent
-
Default constructor used to create a CategoryEnvironmentAgent instance.
- CategoryEnvironmentData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of environment sensors.
- CategoryEnvironmentData(CategoryEnvironment, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryEnvironmentData
-
A constructor used to create a CategoryEnvironmentData instance.
- CategoryLight - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes light sensors on hardware devices.
- CategoryLight(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryLight
-
A constructor used to create a CategoryLight instance.
- CategoryLightAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages light sensors on hardware devices.
- CategoryLightAgent() - Constructor for class ohos.sensor.agent.CategoryLightAgent
-
Default constructor used to create a CategoryLightAgent instance.
- CategoryLightData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of light sensors.
- CategoryLightData(CategoryLight, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryLightData
-
A constructor used to create a CategoryLightData instance.
- CategoryMotion - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes motion sensors on hardware devices.
- CategoryMotion(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryMotion
-
A constructor used to create a CategoryMotion instance.
- CategoryMotionAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages motion sensors on hardware devices.
- CategoryMotionAgent() - Constructor for class ohos.sensor.agent.CategoryMotionAgent
-
Default constructor used to create a CategoryMotionAgent instance.
- CategoryMotionData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of motion sensors.
- CategoryMotionData(CategoryMotion, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryMotionData
-
A constructor used to create a CategoryMotionData instance.
- CategoryOrientation - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes orientation sensors on hardware devices.
- CategoryOrientation(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryOrientation
-
A constructor used to create a CategoryOrientation instance.
- CategoryOrientationAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages orientation sensors on hardware devices.
- CategoryOrientationAgent() - Constructor for class ohos.sensor.agent.CategoryOrientationAgent
-
Default constructor used to create a CategoryOrientationAgent instance.
- CategoryOrientationData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of orientation sensors.
- CategoryOrientationData(CategoryOrientation, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryOrientationData
-
A constructor used to create a CategoryOrientationData instance.
- CategoryOther - Class in ohos.sensor.bean
-
Inherits from
SensorBase and describes sensors in the other category (a category other
than motion, environment, orientation, and light) on hardware devices.
- CategoryOther(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.CategoryOther
-
A constructor used to create a CategoryOther instance.
- CategoryOtherAgent - Class in ohos.sensor.agent
-
Inherits from
SensorAgent and manages sensors in the other category (a category other
than motion, environment, orientation, and light) on hardware devices.
- CategoryOtherAgent() - Constructor for class ohos.sensor.agent.CategoryOtherAgent
-
Default constructor used to create a CategoryOtherAgent instance.
- CategoryOtherData - Class in ohos.sensor.data
-
Inherits from
SensorData and describes data information of sensors in the other
category (a category other than motion, environment, orientation, and light).
- CategoryOtherData(CategoryOther, int, long, int, float[]) - Constructor for class ohos.sensor.data.CategoryOtherData
-
A constructor used to create a CategoryOtherData instance.
- CAUCASIAN_ALBANIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CAUCASIAN_ALBANIAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CAUCASIAN_ALBANIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Caution - Class in ohos.hiviewdfx
-
Displays detailed caution information when a caution detection rule is applied.
- Caution(HiChecker.Rule, String) - Constructor for class ohos.hiviewdfx.Caution
-
create Caution with type and custom caution message
- Caution(HiChecker.Rule, String, Throwable) - Constructor for class ohos.hiviewdfx.Caution
-
create Caution with type and custom caution message.
- CAUTION_BY_CRASH - ohos.hiviewdfx.HiChecker.Rule
-
Cautions will cause the running process to crash and produce a stack trace.
- CAUTION_BY_LOG - ohos.hiviewdfx.HiChecker.Rule
-
Cautions are logged.
- cbrt(double) - Static method in class java.lang.Math
-
Returns the cube root of a double value.
- cbrt(double) - Static method in class java.lang.StrictMath
-
Returns the cube root of a double value.
- CC_EMAIL - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of ccEmail.
- CC_NAME - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of ccName.
- CDATA - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is a CDATA section
- CdmaSignalInformation - Class in ohos.telephony
-
Inherits from the parent class
SignalInformation and provides methods for applications to obtain
CDMA and EVDO signal information.
- CdmaSignalInformation() - Constructor for class ohos.telephony.CdmaSignalInformation
-
- CE - java.time.chrono.IsoEra
-
The singleton instance for the current era, 'Current Era',
which has the numeric value 1.
- ceil(double) - Static method in class java.lang.Math
-
Returns the smallest (closest to negative infinity)
double value that is greater than or equal to the
argument and is equal to a mathematical integer.
- ceil(double) - Static method in class java.lang.StrictMath
-
Returns the smallest (closest to negative infinity)
double value that is greater than or equal to the
argument and is equal to a mathematical integer.
- ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- ceiling(E) - Method in interface java.util.NavigableSet
-
Returns the least element in this set greater than or equal to
the given element, or null if there is no such element.
- ceiling(E) - Method in class java.util.TreeSet
-
- CEILING - java.math.RoundingMode
-
Rounding mode to round towards positive infinity.
- ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the least key
greater than or equal to the given key, or null if
there is no such entry.
- ceilingEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least key
greater than or equal to the given key, or null if
there is no such key.
- ceilingEntry(K) - Method in class java.util.TreeMap
-
- ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- ceilingKey(K) - Method in interface java.util.NavigableMap
-
Returns the least key greater than or equal to the given key,
or null if there is no such key.
- ceilingKey(K) - Method in class java.util.TreeMap
-
- CELL_RADIO - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Wireless
-
A constant of AIRPLANE_MODE_RADIOS to indicate that cellular radio is disabled in airplane mode.
- CellSpan(int, int) - Constructor for class ohos.agp.components.TableLayout.CellSpan
-
A constructor used to create a CellSpan instance for an element in the table layout.
- CellularDataInfoManager - Class in ohos.telephony
-
Provides methods related to cellular data services.
- CellularDataStateObserver - Class in ohos.telephony
-
Observes state updates of cellular data services.
- CellularDataStateObserver(int) - Constructor for class ohos.telephony.CellularDataStateObserver
-
Creates a CellularDataStateObserver instance.
- CellularDataStateObserver(int, EventRunner) - Constructor for class ohos.telephony.CellularDataStateObserver
-
CellularDataStateObserver Constructor.
- CELSIUS - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of temperature: celsius
- CENATT - Static variable in class java.util.jar.JarEntry
-
- CENATT - Static variable in class java.util.jar.JarFile
-
- CENATT - Static variable in class java.util.jar.JarInputStream
-
- CENATT - Static variable in class java.util.jar.JarOutputStream
-
- CENATT - Static variable in class java.util.zip.ZipEntry
-
- CENATT - Static variable in class java.util.zip.ZipFile
-
- CENATT - Static variable in class java.util.zip.ZipInputStream
-
- CENATT - Static variable in class java.util.zip.ZipOutputStream
-
- CENATX - Static variable in class java.util.jar.JarEntry
-
- CENATX - Static variable in class java.util.jar.JarFile
-
- CENATX - Static variable in class java.util.jar.JarInputStream
-
- CENATX - Static variable in class java.util.jar.JarOutputStream
-
- CENATX - Static variable in class java.util.zip.ZipEntry
-
- CENATX - Static variable in class java.util.zip.ZipFile
-
- CENATX - Static variable in class java.util.zip.ZipInputStream
-
- CENATX - Static variable in class java.util.zip.ZipOutputStream
-
- CENCOM - Static variable in class java.util.jar.JarEntry
-
- CENCOM - Static variable in class java.util.jar.JarFile
-
- CENCOM - Static variable in class java.util.jar.JarInputStream
-
- CENCOM - Static variable in class java.util.jar.JarOutputStream
-
- CENCOM - Static variable in class java.util.zip.ZipEntry
-
- CENCOM - Static variable in class java.util.zip.ZipFile
-
- CENCOM - Static variable in class java.util.zip.ZipInputStream
-
- CENCOM - Static variable in class java.util.zip.ZipOutputStream
-
- CENCRC - Static variable in class java.util.jar.JarEntry
-
- CENCRC - Static variable in class java.util.jar.JarFile
-
- CENCRC - Static variable in class java.util.jar.JarInputStream
-
- CENCRC - Static variable in class java.util.jar.JarOutputStream
-
- CENCRC - Static variable in class java.util.zip.ZipEntry
-
- CENCRC - Static variable in class java.util.zip.ZipFile
-
- CENCRC - Static variable in class java.util.zip.ZipInputStream
-
- CENCRC - Static variable in class java.util.zip.ZipOutputStream
-
- CENDSK - Static variable in class java.util.jar.JarEntry
-
- CENDSK - Static variable in class java.util.jar.JarFile
-
- CENDSK - Static variable in class java.util.jar.JarInputStream
-
- CENDSK - Static variable in class java.util.jar.JarOutputStream
-
- CENDSK - Static variable in class java.util.zip.ZipEntry
-
- CENDSK - Static variable in class java.util.zip.ZipFile
-
- CENDSK - Static variable in class java.util.zip.ZipInputStream
-
- CENDSK - Static variable in class java.util.zip.ZipOutputStream
-
- CENEXT - Static variable in class java.util.jar.JarEntry
-
- CENEXT - Static variable in class java.util.jar.JarFile
-
- CENEXT - Static variable in class java.util.jar.JarInputStream
-
- CENEXT - Static variable in class java.util.jar.JarOutputStream
-
- CENEXT - Static variable in class java.util.zip.ZipEntry
-
- CENEXT - Static variable in class java.util.zip.ZipFile
-
- CENEXT - Static variable in class java.util.zip.ZipInputStream
-
- CENEXT - Static variable in class java.util.zip.ZipOutputStream
-
- CENFLG - Static variable in class java.util.jar.JarEntry
-
- CENFLG - Static variable in class java.util.jar.JarFile
-
- CENFLG - Static variable in class java.util.jar.JarInputStream
-
- CENFLG - Static variable in class java.util.jar.JarOutputStream
-
- CENFLG - Static variable in class java.util.zip.ZipEntry
-
- CENFLG - Static variable in class java.util.zip.ZipFile
-
- CENFLG - Static variable in class java.util.zip.ZipInputStream
-
- CENFLG - Static variable in class java.util.zip.ZipOutputStream
-
- CENHDR - Static variable in class java.util.jar.JarEntry
-
- CENHDR - Static variable in class java.util.jar.JarFile
-
- CENHDR - Static variable in class java.util.jar.JarInputStream
-
- CENHDR - Static variable in class java.util.jar.JarOutputStream
-
- CENHDR - Static variable in class java.util.zip.ZipEntry
-
- CENHDR - Static variable in class java.util.zip.ZipFile
-
- CENHDR - Static variable in class java.util.zip.ZipInputStream
-
- CENHDR - Static variable in class java.util.zip.ZipOutputStream
-
- CENHOW - Static variable in class java.util.jar.JarEntry
-
- CENHOW - Static variable in class java.util.jar.JarFile
-
- CENHOW - Static variable in class java.util.jar.JarInputStream
-
- CENHOW - Static variable in class java.util.jar.JarOutputStream
-
- CENHOW - Static variable in class java.util.zip.ZipEntry
-
- CENHOW - Static variable in class java.util.zip.ZipFile
-
- CENHOW - Static variable in class java.util.zip.ZipInputStream
-
- CENHOW - Static variable in class java.util.zip.ZipOutputStream
-
- CENLEN - Static variable in class java.util.jar.JarEntry
-
- CENLEN - Static variable in class java.util.jar.JarFile
-
- CENLEN - Static variable in class java.util.jar.JarInputStream
-
- CENLEN - Static variable in class java.util.jar.JarOutputStream
-
- CENLEN - Static variable in class java.util.zip.ZipEntry
-
- CENLEN - Static variable in class java.util.zip.ZipFile
-
- CENLEN - Static variable in class java.util.zip.ZipInputStream
-
- CENLEN - Static variable in class java.util.zip.ZipOutputStream
-
- CENNAM - Static variable in class java.util.jar.JarEntry
-
- CENNAM - Static variable in class java.util.jar.JarFile
-
- CENNAM - Static variable in class java.util.jar.JarInputStream
-
- CENNAM - Static variable in class java.util.jar.JarOutputStream
-
- CENNAM - Static variable in class java.util.zip.ZipEntry
-
- CENNAM - Static variable in class java.util.zip.ZipFile
-
- CENNAM - Static variable in class java.util.zip.ZipInputStream
-
- CENNAM - Static variable in class java.util.zip.ZipOutputStream
-
- CENOFF - Static variable in class java.util.jar.JarEntry
-
- CENOFF - Static variable in class java.util.jar.JarFile
-
- CENOFF - Static variable in class java.util.jar.JarInputStream
-
- CENOFF - Static variable in class java.util.jar.JarOutputStream
-
- CENOFF - Static variable in class java.util.zip.ZipEntry
-
- CENOFF - Static variable in class java.util.zip.ZipFile
-
- CENOFF - Static variable in class java.util.zip.ZipInputStream
-
- CENOFF - Static variable in class java.util.zip.ZipOutputStream
-
- CENSIG - Static variable in class java.util.jar.JarEntry
-
- CENSIG - Static variable in class java.util.jar.JarFile
-
- CENSIG - Static variable in class java.util.jar.JarInputStream
-
- CENSIG - Static variable in class java.util.jar.JarOutputStream
-
- CENSIG - Static variable in class java.util.zip.ZipEntry
-
- CENSIG - Static variable in class java.util.zip.ZipFile
-
- CENSIG - Static variable in class java.util.zip.ZipInputStream
-
- CENSIG - Static variable in class java.util.zip.ZipOutputStream
-
- CENSIZ - Static variable in class java.util.jar.JarEntry
-
- CENSIZ - Static variable in class java.util.jar.JarFile
-
- CENSIZ - Static variable in class java.util.jar.JarInputStream
-
- CENSIZ - Static variable in class java.util.jar.JarOutputStream
-
- CENSIZ - Static variable in class java.util.zip.ZipEntry
-
- CENSIZ - Static variable in class java.util.zip.ZipFile
-
- CENSIZ - Static variable in class java.util.zip.ZipInputStream
-
- CENSIZ - Static variable in class java.util.zip.ZipOutputStream
-
- CENTER - ohos.agp.components.Image.ScaleMode
-
Displays the image in the center of a component, without any scale.
- CENTER - ohos.agp.utils.Matrix.ScaleToFit
-
Indicates the center mode, in which the source rectangle is scaled using the original aspect ratio and placed
in the center of the destination rectangle.
- CENTER - Static variable in class ohos.agp.utils.LayoutAlignment
-
Indicates the centered alignment for the component.
- CENTER - Static variable in class ohos.agp.utils.TextAlignment
-
Indicates center alignment.
- CENTER_CROP - ohos.media.image.common.ScaleMode
-
Indicates the effect that scales an image to fill the target image area and center-crops
the part outside the area.
- CENTER_IN_PARENT - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component is centered in its parent component.
- CENTILITER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: centiliter
- CENTIM - Static variable in class java.util.jar.JarEntry
-
- CENTIM - Static variable in class java.util.jar.JarFile
-
- CENTIM - Static variable in class java.util.jar.JarInputStream
-
- CENTIM - Static variable in class java.util.jar.JarOutputStream
-
- CENTIM - Static variable in class java.util.zip.ZipEntry
-
- CENTIM - Static variable in class java.util.zip.ZipFile
-
- CENTIM - Static variable in class java.util.zip.ZipInputStream
-
- CENTIM - Static variable in class java.util.zip.ZipOutputStream
-
- CENTIMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: centimeter
- CENTURIES - java.time.temporal.ChronoUnit
-
Unit that represents the concept of a century.
- CENTURY - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of duration: century
- CENVEM - Static variable in class java.util.jar.JarEntry
-
- CENVEM - Static variable in class java.util.jar.JarFile
-
- CENVEM - Static variable in class java.util.jar.JarInputStream
-
- CENVEM - Static variable in class java.util.jar.JarOutputStream
-
- CENVEM - Static variable in class java.util.zip.ZipEntry
-
- CENVEM - Static variable in class java.util.zip.ZipFile
-
- CENVEM - Static variable in class java.util.zip.ZipInputStream
-
- CENVEM - Static variable in class java.util.zip.ZipOutputStream
-
- CENVER - Static variable in class java.util.jar.JarEntry
-
- CENVER - Static variable in class java.util.jar.JarFile
-
- CENVER - Static variable in class java.util.jar.JarInputStream
-
- CENVER - Static variable in class java.util.jar.JarOutputStream
-
- CENVER - Static variable in class java.util.zip.ZipEntry
-
- CENVER - Static variable in class java.util.zip.ZipFile
-
- CENVER - Static variable in class java.util.zip.ZipInputStream
-
- CENVER - Static variable in class java.util.zip.ZipOutputStream
-
- Certificate - Class in java.security.cert
-
Abstract class for managing a variety of identity certificates.
- Certificate - Class in javax.security.cert
-
Abstract class for managing a variety of identity certificates.
- Certificate - Interface in java.security
-
- Certificate() - Constructor for class javax.security.cert.Certificate
-
- Certificate(String) - Constructor for class java.security.cert.Certificate
-
Creates a certificate of the specified type.
- CERTIFICATE_HOLD - java.security.cert.CRLReason
-
This reason indicates that the certificate has been put on hold.
- Certificate.CertificateRep - Class in java.security.cert
-
Alternate Certificate class for serialization.
- CertificateEncodingException - Exception in java.security.cert
-
Certificate Encoding Exception.
- CertificateEncodingException - Exception in javax.security.cert
-
Certificate Encoding Exception.
- CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException() - Constructor for exception javax.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with the specified detail
message.
- CertificateEncodingException(String) - Constructor for exception javax.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with the specified detail
message.
- CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a CertificateEncodingException with the specified
detail message and cause.
- CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a CertificateEncodingException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CertificateException - Exception in java.security.cert
-
This exception indicates one of a variety of certificate problems.
- CertificateException - Exception in javax.security.cert
-
This exception indicates one of a variety of certificate problems.
- CertificateException() - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with no detail message.
- CertificateException() - Constructor for exception javax.security.cert.CertificateException
-
Constructs a certificate exception with no detail message.
- CertificateException(String) - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with the given detail
message.
- CertificateException(String) - Constructor for exception javax.security.cert.CertificateException
-
Constructs a certificate exception with the given detail
message.
- CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException with the specified
detail message and cause.
- CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CertificateExpiredException - Exception in java.security.cert
-
Certificate Expired Exception.
- CertificateExpiredException - Exception in javax.security.cert
-
Certificate Expired Exception.
- CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException() - Constructor for exception javax.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with the specified detail
message.
- CertificateExpiredException(String) - Constructor for exception javax.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with the specified detail
message.
- CertificateFactory - Class in java.security.cert
-
This class defines the functionality of a certificate factory, which is
used to generate certificate, certification path (CertPath)
and certificate revocation list (CRL) objects from their encodings.
- CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
-
Creates a CertificateFactory object of the given type, and encapsulates
the given provider implementation (SPI object) in it.
- CertificateFactorySpi - Class in java.security.cert
-
This class defines the Service Provider Interface (SPI)
for the CertificateFactory class.
- CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
-
- CertificateNotYetValidException - Exception in java.security.cert
-
Certificate is not yet valid exception.
- CertificateNotYetValidException - Exception in javax.security.cert
-
Certificate is not yet valid exception.
- CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException() - Constructor for exception javax.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with the specified detail
message.
- CertificateNotYetValidException(String) - Constructor for exception javax.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with the specified detail
message.
- CertificateParsingException - Exception in java.security.cert
-
Certificate Parsing Exception.
- CertificateParsingException - Exception in javax.security.cert
-
Certificate Parsing Exception.
- CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with no detail message.
- CertificateParsingException() - Constructor for exception javax.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with no detail message.
- CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with the specified detail
message.
- CertificateParsingException(String) - Constructor for exception javax.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with the specified detail
message.
- CertificateParsingException(String, Throwable) - Constructor for exception java.security.cert.CertificateParsingException
-
Creates a CertificateParsingException with the specified
detail message and cause.
- CertificateParsingException(Throwable) - Constructor for exception java.security.cert.CertificateParsingException
-
Creates a CertificateParsingException with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
-
Construct the alternate Certificate class with the Certificate
type and Certificate encoding bytes.
- CertificateRevokedException - Exception in java.security.cert
-
An exception that indicates an X.509 certificate is revoked.
- CertificateRevokedException(Date, CRLReason, X500Principal, Map<String, Extension>) - Constructor for exception java.security.cert.CertificateRevokedException
-
Constructs a CertificateRevokedException with
the specified revocation date, reason code, authority name, and map
of extensions.
- certificates() - Method in class java.security.Identity
-
Deprecated.
Returns a copy of all the certificates for this identity.
- CertPath - Class in java.security.cert
-
An immutable sequence of certificates (a certification path).
- CertPath(String) - Constructor for class java.security.cert.CertPath
-
Creates a CertPath of the specified type.
- CertPath.CertPathRep - Class in java.security.cert
-
Alternate CertPath class for serialization.
- CertPathBuilder - Class in java.security.cert
-
A class for building certification paths (also known as certificate chains).
- CertPathBuilder(CertPathBuilderSpi, Provider, String) - Constructor for class java.security.cert.CertPathBuilder
-
Creates a CertPathBuilder object of the given algorithm,
and encapsulates the given provider implementation (SPI object) in it.
- CertPathBuilderException - Exception in java.security.cert
-
An exception indicating one of a variety of problems encountered when
building a certification path with a CertPathBuilder.
- CertPathBuilderException() - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a CertPathBuilderException with null
as its detail message.
- CertPathBuilderException(String) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a CertPathBuilderException with the given
detail message.
- CertPathBuilderException(String, Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a CertPathBuilderException with the specified
detail message and cause.
- CertPathBuilderException(Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a CertPathBuilderException that wraps the specified
throwable.
- CertPathBuilderResult - Interface in java.security.cert
-
A specification of the result of a certification path builder algorithm.
- CertPathBuilderSpi - Class in java.security.cert
-
- CertPathBuilderSpi() - Constructor for class java.security.cert.CertPathBuilderSpi
-
The default constructor.
- CertPathChecker - Interface in java.security.cert
-
Performs one or more checks on each Certificate of a
CertPath.
- CertPathParameters - Interface in java.security.cert
-
A specification of certification path algorithm parameters.
- CertPathRep(String, byte[]) - Constructor for class java.security.cert.CertPath.CertPathRep
-
Creates a CertPathRep with the specified
type and encoded form of a certification path.
- CertPathTrustManagerParameters - Class in javax.net.ssl
-
A wrapper for CertPathParameters.
- CertPathTrustManagerParameters(CertPathParameters) - Constructor for class javax.net.ssl.CertPathTrustManagerParameters
-
Construct new CertPathTrustManagerParameters from the specified
parameters.
- CertPathValidator - Class in java.security.cert
-
A class for validating certification paths (also known as certificate
chains).
- CertPathValidator(CertPathValidatorSpi, Provider, String) - Constructor for class java.security.cert.CertPathValidator
-
Creates a CertPathValidator object of the given algorithm,
and encapsulates the given provider implementation (SPI object) in it.
- CertPathValidatorException - Exception in java.security.cert
-
An exception indicating one of a variety of problems encountered when
validating a certification path.
- CertPathValidatorException() - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException with
no detail message.
- CertPathValidatorException(String) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException with the given
detail message.
- CertPathValidatorException(String, Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException with the specified
detail message and cause.
- CertPathValidatorException(String, Throwable, CertPath, int) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException with the specified
detail message, cause, certification path, and index.
- CertPathValidatorException(String, Throwable, CertPath, int, CertPathValidatorException.Reason) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException with the specified
detail message, cause, certification path, index, and reason.
- CertPathValidatorException(Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a CertPathValidatorException that wraps the
specified throwable.
- CertPathValidatorException.BasicReason - Enum in java.security.cert
-
The BasicReason enumerates the potential reasons that a certification
path of any type may be invalid.
- CertPathValidatorException.Reason - Interface in java.security.cert
-
The reason the validation algorithm failed.
- CertPathValidatorResult - Interface in java.security.cert
-
A specification of the result of a certification path validator algorithm.
- CertPathValidatorSpi - Class in java.security.cert
-
- CertPathValidatorSpi() - Constructor for class java.security.cert.CertPathValidatorSpi
-
The default constructor.
- CertSelector - Interface in java.security.cert
-
A selector that defines a set of criteria for selecting
Certificates.
- CertStore - Class in java.security.cert
-
A class for retrieving Certificates and CRLs
from a repository.
- CertStore(CertStoreSpi, Provider, String, CertStoreParameters) - Constructor for class java.security.cert.CertStore
-
Creates a CertStore object of the given type, and
encapsulates the given provider implementation (SPI object) in it.
- CertStoreException - Exception in java.security.cert
-
An exception indicating one of a variety of problems retrieving
certificates and CRLs from a CertStore.
- CertStoreException() - Constructor for exception java.security.cert.CertStoreException
-
Creates a CertStoreException with null as
its detail message.
- CertStoreException(String) - Constructor for exception java.security.cert.CertStoreException
-
Creates a CertStoreException with the given detail
message.
- CertStoreException(String, Throwable) - Constructor for exception java.security.cert.CertStoreException
-
Creates a CertStoreException with the specified detail
message and cause.
- CertStoreException(Throwable) - Constructor for exception java.security.cert.CertStoreException
-
Creates a CertStoreException that wraps the specified
throwable.
- CertStoreParameters - Interface in java.security.cert
-
A specification of CertStore parameters.
- CertStoreSpi - Class in java.security.cert
-
The
Service Provider Interface (
SPI)
for the
CertStore class.
- CertStoreSpi(CertStoreParameters) - Constructor for class java.security.cert.CertStoreSpi
-
The sole constructor.
- CES - Static variable in class ohos.utils.system.SystemCapability.Notification
-
Indicates the common event capability.
- CES_PUBLISH_COMMON_EVENT - Static variable in interface ohos.event.commonevent.ICommonEventManager
-
Deprecated.
- CES_REGISTER_SUBSCRIBER - Static variable in interface ohos.event.commonevent.ICommonEventManager
-
Deprecated.
- CES_UNREGISTER_SUBSCRIBER - Static variable in interface ohos.event.commonevent.ICommonEventManager
-
Deprecated.
- CESSATION_OF_OPERATION - java.security.cert.CRLReason
-
This reason indicates that the certificate is no longer needed.
- CFA_PATTERN - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- CHAITRA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Chaitra, the 1st month of the Indian year.
- CHAKMA - java.lang.Character.UnicodeScript
-
Unicode script "Chakma".
- CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Chakma" Unicode character block.
- CHAKMA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHAKMA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CHAKMA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - java.awt.font.NumericShaper.Range
-
The Cham range with the Cham digits.
- CHAM - java.lang.Character.UnicodeScript
-
Unicode script "Cham".
- CHAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cham" Unicode character block.
- CHAM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CHAM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHANGE_ABILITY_ENABLED_STATE - Static variable in class ohos.security.SystemPermission
-
Allows a system application to enable or disable an application or component.
- ChangedIndexContent - Class in ohos.data.search.model
-
A wrapper class of changed indexes.
- ChangedIndexContent(List<IndexData>, List<IndexData>, List<IndexData>) - Constructor for class ohos.data.search.model.ChangedIndexContent
-
A parameterized constructor used to create a ChangedIndexContent instance.
- changeEncryptKey(byte[]) - Method in interface ohos.data.orm.OrmContext
-
Changes the encryption key of an encrypted object-relational mapping (ORM) database that is opened.
- changeEncryptKey(byte[]) - Method in interface ohos.data.rdb.RdbStore
-
Changes the encryption key of an encrypted database that is opened.
- changeFileName(String, String) - Static method in class ohos.system.OsHelper
-
Changes the file name.
- changeFilePermission(String, int) - Static method in class ohos.system.OsHelper
-
Changes the file permission.
- changeKeypadLettersToDigits(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Converts any alphabetic letter ([A-Z] or [a-z]) in a phone number to an equivalent digit
according to the phone keyboard mapping described in ITU E.161 and ISO/IEC 9995-8.
- ChangeNotification - Class in ohos.data.distributed.common
-
Receives notifications of all data changes, including data insertion, update, and deletion.
- changeParameterType(int, Class<?>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with a single different parameter type.
- changeReturnType(Class<?>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with a different return type.
- CHANGES_WHEN_CASEFOLDED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_Casefolded.
- CHANGES_WHEN_CASEMAPPED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_Casemapped.
- CHANGES_WHEN_LOWERCASED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_Lowercased.
- CHANGES_WHEN_NFKC_CASEFOLDED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_NFKC_Casefolded.
- CHANGES_WHEN_TITLECASED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_Titlecased.
- CHANGES_WHEN_UPPERCASED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Changes_When_Uppercased.
- changeVolumeBy(AudioManager.AudioVolumeType, int) - Method in class ohos.media.audio.AudioManager
-
Increases or decreases the current volume by a certain amount.
- CHANGING - Static variable in class ohos.agp.components.ComponentTransition
-
Indicates the animation running on components changed by layout modification, instead of by adding or removing
a component to or from the layout container.
- channel() - Method in class java.nio.channels.FileLock
-
Returns the file channel upon whose file this lock was acquired.
- channel() - Method in class java.nio.channels.MembershipKey
-
Returns the channel for which this membership key was created.
- channel() - Method in class java.nio.channels.SelectionKey
-
Returns the channel for which this key was created.
- Channel - Class in ohos.nfc.oma
-
Provides interfaces to create Channel objects and obtain Channel information.
- Channel - Interface in java.nio.channels
-
A nexus for I/O operations.
- CHANNEL - Static variable in class ohos.media.common.Format
-
Indicates a key that describes the number of audio channels.
- CHANNEL_IN_MONO - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the single input channel mask.
- CHANNEL_IN_STEREO - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the dual input channel mask.
- CHANNEL_INVALID - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates an invalid channel mask.
- CHANNEL_OUT_5POINT1 - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the six output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT |
CHANNEL_OUT_FRONT_CENTER | CHANNEL_OUT_LOW_FREQUENCY | CHANNEL_OUT_BACK_LEFT | CHANNEL_OUT_BACK_RIGHT.
- CHANNEL_OUT_5POINT1_SIDE - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the six output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT |
CHANNEL_OUT_FRONT_CENTER | CHANNEL_OUT_LOW_FREQUENCY | CHANNEL_OUT_SIDE_LEFT | CHANNEL_OUT_SIDE_RIGHT.
- CHANNEL_OUT_7POINT1 - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the eight output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT |
CHANNEL_OUT_FRONT_CENTER | CHANNEL_OUT_LOW_FREQUENCY | CHANNEL_OUT_BACK_LEFT | CHANNEL_OUT_BACK_RIGHT |
CHANNEL_OUT_FRONT_LEFT_OF_CENTER | CHANNEL_OUT_FRONT_RIGHT_OF_CENTER.
- CHANNEL_OUT_BACK_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central rear output channel.
- CHANNEL_OUT_BACK_LEFT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the rear left output channel.
- CHANNEL_OUT_BACK_RIGHT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the rear right output channel.
- CHANNEL_OUT_DEFAULT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the default channel mask.
- CHANNEL_OUT_FRONT_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central front output channel.
- CHANNEL_OUT_FRONT_LEFT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the front left output channel.
- CHANNEL_OUT_FRONT_LEFT_OF_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central front left output channel.
- CHANNEL_OUT_FRONT_RIGHT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the front right output channel.
- CHANNEL_OUT_FRONT_RIGHT_OF_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central front right output channel.
- CHANNEL_OUT_LOW_FREQUENCY - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the low-frequency audio output channel.
- CHANNEL_OUT_MONO - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the single output channel mask.
- CHANNEL_OUT_QUAD - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the quad output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT |
CHANNEL_OUT_BACK_LEFT | CHANNEL_OUT_BACK_RIGHT.
- CHANNEL_OUT_QUAD_SIDE - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the quad output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT
| CHANNEL_OUT_SIDE_LEFT | CHANNEL_OUT_SIDE_RIGHT.
- CHANNEL_OUT_SIDE_LEFT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the left side output channel.
- CHANNEL_OUT_SIDE_RIGHT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the right side output channel.
- CHANNEL_OUT_STEREO - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the dual output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT.
- CHANNEL_OUT_SURROUND - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the quad output channel mask of
CHANNEL_OUT_FRONT_LEFT | CHANNEL_OUT_FRONT_RIGHT |
CHANNEL_OUT_FRONT_CENTER | CHANNEL_OUT_BACK_CENTER.
- CHANNEL_OUT_TOP_BACK_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central top rear output channel.
- CHANNEL_OUT_TOP_BACK_LEFT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the top rear left output channel.
- CHANNEL_OUT_TOP_BACK_RIGHT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the top rear right output channel.
- CHANNEL_OUT_TOP_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central top output channel.
- CHANNEL_OUT_TOP_FRONT_CENTER - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the central top front output channel.
- CHANNEL_OUT_TOP_FRONT_LEFT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the top front left output channel.
- CHANNEL_OUT_TOP_FRONT_RIGHT - ohos.media.audio.AudioStreamInfo.ChannelMask
-
Indicates the mask of the top front right output channel.
- channelMask(AudioStreamInfo.ChannelMask) - Method in class ohos.media.audio.AudioStreamInfo.Builder
-
Sets the channel mask of the audio stream.
- Channels - Class in java.nio.channels
-
Utility methods for channels and streams.
- ChannelVolume(float, float) - Constructor for class ohos.media.audio.AudioRenderer.ChannelVolume
-
A constructor used to create an ChannelVolume instance and specify the left and right channel volume.
- CHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
CHAR.
- CHAR_REPLACEMENT - Static variable in class java.awt.font.TextAttribute
-
Attribute key for a user-defined glyph to display in lieu
of the font's standard glyph for a character.
- char32At(int) - Method in interface ohos.global.icu.text.Replaceable
-
Returns the 32-bit code point at the given 16-bit offset into
the text.
- Character - Class in java.lang
-
The Character class wraps a value of the primitive
type char in an object.
- Character(char) - Constructor for class java.lang.Character
-
Constructs a newly allocated Character object that
represents the specified char value.
- Character.Subset - Class in java.lang
-
Instances of this class represent particular subsets of the Unicode
character set.
- Character.UnicodeBlock - Class in java.lang
-
A family of character subsets representing the character blocks in the
Unicode specification.
- Character.UnicodeScript - Enum in java.lang
-
- CharacterCodingException - Exception in java.nio.charset
-
Checked exception thrown when a character encoding
or decoding error occurs.
- CharacterCodingException() - Constructor for exception java.nio.charset.CharacterCodingException
-
Constructs an instance of this class.
- characteristicChangedEvent(GattCharacteristic) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to send notifications of characteristic changes.
- characteristicReadEvent(GattCharacteristic, int) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to obtain the result of reading a characteristic.
- characteristics() - Method in interface java.util.Spliterator
-
Returns a set of characteristics of this Spliterator and its
elements.
- characteristics() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
-
Returns a set of characteristics of this Spliterator and its
elements.
- characteristics() - Method in class java.util.Spliterators.AbstractIntSpliterator
-
Returns a set of characteristics of this Spliterator and its
elements.
- characteristics() - Method in class java.util.Spliterators.AbstractLongSpliterator
-
Returns a set of characteristics of this Spliterator and its
elements.
- characteristics() - Method in class java.util.Spliterators.AbstractSpliterator
-
Returns a set of characteristics of this Spliterator and its
elements.
- characteristics() - Method in interface java.util.stream.Collector
-
Returns a Set of Collector.Characteristics indicating
the characteristics of this Collector.
- characteristicWriteEvent(GattCharacteristic, int) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to obtain the result of writing a characteristic.
- CharacterIterator - Interface in java.text
-
This interface defines a protocol for bidirectional iteration over text.
- characters(char[], int, int) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of character data.
- characters(char[], int, int) - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- characters(char[], int, int) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- characters(char[], int, int) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of character data inside an element.
- Characters - Interface in ohos.javax.xml.stream.events
-
This describes the interface to Characters events.
- CHARACTERS - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is characters
- CharArrayReader - Class in java.io
-
This class implements a character buffer that can be used as a
character-input stream.
- CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayWriter - Class in java.io
-
This class implements a character buffer that can be used as an Writer.
- CharArrayWriter() - Constructor for class java.io.CharArrayWriter
-
Creates a new CharArrayWriter.
- CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
-
Creates a new CharArrayWriter with the specified initial size.
- charAt(int) - Method in interface java.lang.CharSequence
-
Returns the char value at the specified index.
- charAt(int) - Method in class java.lang.String
-
Returns the char value at the
specified index.
- charAt(int) - Method in class java.lang.StringBuffer
-
- charAt(int) - Method in class java.lang.StringBuilder
-
Returns the char value in this sequence at the specified index.
- charAt(int) - Method in class java.nio.CharBuffer
-
Reads the character at the given index relative to the current
position.
- charAt(int) - Method in class ohos.global.icu.number.FormattedNumber
-
Returns the char value at the specified index.
- charAt(int) - Method in class ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval
-
Returns the char value at the specified index.
- charAt(int) - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Returns the char value at the specified index.
- charAt(int) - Method in interface ohos.global.icu.text.Replaceable
-
Returns the 16-bit code unit at the given offset into the text.
- charAt(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns the character at the given index within this set, where
the set is ordered by ascending code point.
- CharBuffer - Class in java.nio
-
A char buffer.
- CharConversionException - Exception in java.io
-
Base class for character conversion exceptions.
- CharConversionException() - Constructor for exception java.io.CharConversionException
-
This provides no detailed message.
- CharConversionException(String) - Constructor for exception java.io.CharConversionException
-
This provides a detailed message.
- charCount(int) - Static method in class java.lang.Character
-
Determines the number of char values needed to
represent the specified character (Unicode code point).
- charCount(int) - Static method in class ohos.global.icu.lang.UCharacter
-
- CHARGING_PLUGGED_AC - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when a DC charger is connected.
- CHARGING_PLUGGED_ANY - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when any charger is connected.
- CHARGING_PLUGGED_USB - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when a USB charger is connected.
- CHARGING_PLUGGED_WIRELESS - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when a wireless charger is connected.
- chars() - Method in interface java.lang.CharSequence
-
Returns a stream of int zero-extending the char values
from this sequence.
- chars() - Method in class java.nio.CharBuffer
-
- CharSequence - Interface in java.lang
-
A CharSequence is a readable sequence of char values.
- charset() - Method in class java.nio.charset.CharsetDecoder
-
Returns the charset that created this decoder.
- charset() - Method in class java.nio.charset.CharsetEncoder
-
Returns the charset that created this encoder.
- Charset - Class in java.nio.charset
-
A named mapping between sequences of sixteen-bit Unicode
code units and sequences of
bytes.
- Charset(String, String[]) - Constructor for class java.nio.charset.Charset
-
Initializes a new charset with the given canonical name and alias
set.
- CharsetDecoder - Class in java.nio.charset
-
An engine that can transform a sequence of bytes in a specific charset into a sequence of
sixteen-bit Unicode characters.
- CharsetDecoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetDecoder
-
Initializes a new decoder.
- CharsetEncoder - Class in java.nio.charset
-
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of
bytes in a specific charset.
- CharsetEncoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetEncoder
-
Initializes a new encoder.
- CharsetEncoder(Charset, float, float, byte[]) - Constructor for class java.nio.charset.CharsetEncoder
-
Initializes a new encoder.
- charsetForName(String) - Method in class java.nio.charset.spi.CharsetProvider
-
Retrieves a charset for the given charset name.
- CharsetProvider - Class in java.nio.charset.spi
-
Charset service-provider class.
- CharsetProvider() - Constructor for class java.nio.charset.spi.CharsetProvider
-
Initializes a new charset provider.
- charsets() - Method in class java.nio.charset.spi.CharsetProvider
-
Creates an iterator that iterates over the charsets supported by this
provider.
- charValue() - Method in class java.lang.Character
-
Returns the value of this Character object.
- cheapEqualTo(Matrix) - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix and a specified matrix are represented by identical bit patterns.
- check(Certificate) - Method in interface java.security.cert.CertPathChecker
-
Performs the check(s) on the specified certificate using its internal
state.
- check(Certificate) - Method in class java.security.cert.PKIXCertPathChecker
-
Performs the check(s) on the specified certificate using its internal
state.
- check(Certificate, Collection<String>) - Method in class java.security.cert.PKIXCertPathChecker
-
Performs the check(s) on the specified certificate using its internal
state and removes any critical extensions that it processes from the
specified collection of OID strings that represent the unresolved
critical extensions.
- CHECK_BIDI - Static variable in class ohos.global.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the BiDi rules.
- CHECK_BIDI_ERROR - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- CHECK_CONTEXTJ - Static variable in class ohos.global.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTJ rules.
- CHECK_CONTEXTO - Static variable in class ohos.global.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTO rules.
- CHECK_FILE_READ - ohos.hiviewdfx.HiChecker.Rule
-
File read operations are detected.
- CHECK_FILE_WRITE - ohos.hiviewdfx.HiChecker.Rule
-
File write operations are detected.
- CHECK_NETWORK_ACCESS - ohos.hiviewdfx.HiChecker.Rule
-
Network access operations are detected.
- CHECK_SLOW_PROCESS - ohos.hiviewdfx.HiChecker.Rule
-
Time-consuming operations (slow processing) are detected.
- CHECK_VM_RELEASE_MISS - ohos.hiviewdfx.HiChecker.Rule
-
Resources that are not released in a timely manner are detected.
- checkAccept(String, int) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not permitted to accept a socket connection from
the specified host and port number.
- checkAccess() - Method in class java.lang.Thread
-
Determines if the currently running thread has permission to
modify this thread.
- checkAccess() - Method in class java.lang.ThreadGroup
-
Determines if the currently running thread has permission to
modify this thread group.
- checkAccess() - Method in class java.util.logging.LogManager
-
Check that the current context is trusted to modify the logging
configuration.
- checkAccess(Thread) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to modify the thread argument.
- checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to modify the thread group argument.
- checkAccess(Path, AccessMode...) - Method in class java.nio.file.spi.FileSystemProvider
-
Checks the existence, and optionally the accessibility, of a file.
- checkAndDeleteInvalidForms(List<Long>) - Method in class ohos.aafwk.ability.AbilitySlice
-
Checks for and deletes invalid forms of the application in the Form Manager Service based on the list of valid
form IDs passed.
- checkAuthenticationAvailability(BiometricAuthentication.AuthType, BiometricAuthentication.SecureLevel, boolean) - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Checks whether a device supports biometric authentication.
- checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
-
- Checkbox - Class in ohos.agp.components
-
Indicates a checkbox that can be either selected or deselected.
- Checkbox(Context) - Constructor for class ohos.agp.components.Checkbox
-
Default constructor used to create a Checkbox instance by using the default attribute set and style.
- Checkbox(Context, AttrSet) - Constructor for class ohos.agp.components.Checkbox
-
A constructor used to create a Checkbox instance by using specified attribute set and default style after
the XML file is parsed.
- Checkbox(Context, AttrSet, String) - Constructor for class ohos.agp.components.Checkbox
-
A constructor used to create a Checkbox instance by using specified attribute set and specified style
after the XML file is parsed.
- checkClientTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
-
Given the partial or complete certificate chain provided by the
peer, build a certificate path to a trusted root and return if
it can be validated and is trusted for client SSL
authentication based on the authentication type.
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the
peer, build and validate the certificate path based on the
authentication type and ssl parameters.
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the
peer, build and validate the certificate path based on the
authentication type and ssl parameters.
- checkConnect(String, int) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to open a socket connection to the
specified host and port number.
- checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
specified security context is not allowed to open a socket
connection to the specified host and port number.
- checkConnected() - Method in class ohos.nfc.tag.TagManager
-
Check whether this tag is connected or not
- checkCreateClassLoader() - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to create a new class loader.
- checkDelete(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to delete the specified file.
- checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified collection.
- CheckedInputStream - Class in java.util.zip
-
An input stream that also maintains a checksum of the data being read.
- CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
-
Creates an input stream using the specified Checksum.
- checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified list.
- checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified map.
- checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified navigable map.
- checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified navigable set.
- CheckedOutputStream - Class in java.util.zip
-
An output stream that also maintains a checksum of the data being
written.
- CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
-
Creates an output stream with the specified Checksum.
- checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified queue.
- checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified set.
- checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified sorted map.
- checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified sorted set.
- checkEligibility(String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Checks whether a device supports the pan-payment function.
- checkError() - Method in class java.io.PrintStream
-
Flushes the stream and checks its error state.
- checkError() - Method in class java.io.PrintWriter
-
Flushes the stream if it's not closed and checks its error state.
- checkExec(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to create a subprocess.
- checkExit(int) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to cause the Java Virtual Machine to
halt with the specified status code.
- checkFilePermission(String, int) - Static method in class ohos.system.OsHelper
-
Checks whether the user can access the specified file.
- checkGuard(Object) - Method in interface java.security.Guard
-
Determines whether or not to allow access to the guarded object
object.
- checkGuard(Object) - Method in class java.security.Permission
-
Implements the guard interface for a permission.
- checkIntegrity() - Method in interface ohos.data.rdb.RdbStore
-
Checks integrity of the primary and attached databases.
- checkLink(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to dynamic link the library code
specified by the string argument file.
- checkListen(int) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to wait for a connection request on
the specified local port number.
- checkMemberAccess(Class<?>, int) - Method in class java.lang.SecurityManager
-
- checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to use
(join/leave/send/receive) IP multicast.
- checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
-
- checkPackageAccess(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to access the package specified by
the argument.
- checkPackageDefinition(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to define classes in the package
specified by the argument.
- checkPermission(String, String) - Method in interface ohos.bundle.IBundleManager
-
Checks whether a specified bundle has been granted a specific permission.
- checkPermission(Permission) - Method in interface java.security.acl.AclEntry
-
Checks if the specified permission is part of the
permission set in this entry.
- checkPermission(Permission) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the requested
access, specified by the given permission, is not permitted based
on the security policy currently in effect.
- checkPermission(Permission) - Method in class java.security.AccessControlContext
-
Determines whether the access request indicated by the
specified permission should be allowed or denied, based on
the security policy currently in effect, and the context in
this object.
- checkPermission(Permission) - Static method in class java.security.AccessController
-
Determines whether the access request indicated by the
specified permission should be allowed or denied, based on
the current AccessControlContext and security policy.
- checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
specified security context is denied access to the resource
specified by the given permission.
- checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
-
Checks whether or not the specified principal has the specified
permission.
- checkPrintJobAccess() - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to initiate a print job request.
- checkPropertiesAccess() - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to access or modify the system
properties.
- checkProperty(String) - Method in class ohos.accessibility.CaptionProperties
-
Checks whether a visual property has been set for the captions.
- checkPropertyAccess(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to access the system property with
the specified key name.
- checkPublicKeys(String, String) - Method in interface ohos.bundle.IBundleManager
-
Checks whether the publickeys of two bundles are the same.
- checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to read from the specified file
descriptor.
- checkRead(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to read the file specified by the
string argument.
- checkRead(String, Object) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
specified security context is not allowed to read the file
specified by the string argument.
- checkSecurityAccess(String) - Method in class java.lang.SecurityManager
-
Determines whether the permission with the specified permission target
name should be granted or denied.
- checkServerTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
-
Given the partial or complete certificate chain provided by the
peer, build a certificate path to a trusted root and return if
it can be validated and is trusted for server SSL
authentication based on the authentication type.
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the
peer, build and validate the certificate path based on the
authentication type and ssl parameters.
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the
peer, build and validate the certificate path based on the
authentication type and ssl parameters.
- checkSetFactory() - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to set the socket factory used by
ServerSocket or Socket, or the stream
handler factory used by URL.
- checkSetPermission(Context) - Static method in class ohos.sysappcomponents.settings.AppSettings
-
Checks whether a specified application has permission to modify system settings based on the application
context.
- checkState(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
Check current status.
- Checksum - Interface in java.util.zip
-
An interface representing a data checksum.
- checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
-
- checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
-
- checkType(Class<?>) - Method in class ohos.media.camera.params.ParameterKey.Key
-
Checks whether the type of a clazz is the same as the key value type.
- checkType(Class<?>) - Method in class ohos.media.camera.params.PropertyKey.Key
-
Checks whether the type of a clazz is the same as the key value type.
- checkTypeValue(int) - Static method in class ohos.agp.animation.Animator.CurveType
-
Checks the value of the curve type.
- checkValidIntValue(long) - Method in enum java.time.temporal.ChronoField
-
Checks that the specified value is valid and fits in an int.
- checkValidIntValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid and fits in an int.
- checkValidity() - Method in class java.security.cert.X509Certificate
-
Checks that the certificate is currently valid.
- checkValidity() - Method in class javax.security.cert.X509Certificate
-
Checks that the certificate is currently valid.
- checkValidity(Date) - Method in class java.security.cert.X509Certificate
-
Checks that the given date is within the certificate's
validity period.
- checkValidity(Date) - Method in class javax.security.cert.X509Certificate
-
Checks that the specified date is within the certificate's
validity period.
- checkValidValue(long) - Method in enum java.time.temporal.ChronoField
-
Checks that the specified value is valid for this field.
- checkValidValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid.
- checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to write to the specified file
descriptor.
- checkWrite(String) - Method in class java.lang.SecurityManager
-
Throws a SecurityException if the
calling thread is not allowed to write to the file specified by
the string argument.
- CHEROKEE - java.lang.Character.UnicodeScript
-
Unicode script "Cherokee".
- CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cherokee" Unicode character block.
- CHEROKEE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE - Static variable in class ohos.global.icu.lang.UScript
-
Cherokee
- CHEROKEE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- childAdded(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
-
This method gets called when a child node is added.
- childRemoved(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
-
This method gets called when a child node is removed.
- childrenNames() - Method in class java.util.prefs.AbstractPreferences
-
- childrenNames() - Method in class java.util.prefs.Preferences
-
Returns the names of the children of this preference node, relative to
this node.
- childrenNamesSpi() - Method in class java.util.prefs.AbstractPreferences
-
Returns the names of the children of this preference node.
- childSpi(String) - Method in class java.util.prefs.AbstractPreferences
-
Returns the named child of this preference node, creating it if it does
not already exist.
- childValue(T) - Method in class java.lang.InheritableThreadLocal
-
Computes the child's initial value for this inheritable thread-local
variable as a function of the parent's value at the time the child
thread is created.
- CHINA - Static variable in class java.util.Locale
-
Useful constant for country.
- CHINA - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- CHINESE - Static variable in class java.util.Locale
-
Useful constant for language.
- CHINESE - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that Chinese text elements will be detected.
- CHINESE - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for language.
- ChineseCalendar - Class in ohos.global.icu.util
-
ChineseCalendar is a concrete subclass of
Calendar
that implements a traditional Chinese calendar.
- ChineseCalendar() - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Construct a ChineseCalendar with the default time zone and locale.
- ChineseCalendar(int, int, int, int) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date set
in the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date set
in the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- ChineseCalendar(Date) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Construct a ChineseCalendar with the give date set in the default time zone
with the default locale.
- ChineseCalendar(Locale) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar based on the current time
in the default time zone with the given locale.
- ChineseCalendar(TimeZone) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
in the given time zone with the default FORMAT locale.
- ChineseCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
in the given time zone with the given locale.
- ChineseCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
with the given time zone with the given locale.
- ChineseCalendar(ULocale) - Constructor for class ohos.global.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar based on the current time
in the default time zone with the given locale.
- CHOICE - ohos.global.icu.text.MessagePattern.ArgType
-
The argument is a ChoiceFormat with one or more
((ARG_INT | ARG_DOUBLE), ARG_SELECTOR, message) tuples.
- ChoiceFormat - Class in java.text
-
A ChoiceFormat allows you to attach a format to a range of numbers.
- ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
-
Constructs with the limits and the corresponding formats.
- ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
-
Constructs with limits and corresponding formats based on the pattern.
- choices - Variable in class java.sql.DriverPropertyInfo
-
An array of possible values if the value for the field
DriverPropertyInfo.value may be selected
from a particular set of values; otherwise null.
- chooseClientAlias(String[], Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
-
Choose an alias to authenticate the client side of a secure
socket given the public key type and the list of
certificate issuer authorities recognized by the peer (if any).
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
-
Choose an alias to authenticate the client side of an
SSLEngine connection given the public key type
and the list of certificate issuer authorities recognized by
the peer (if any).
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
-
Choose an alias to authenticate the server side of an
SSLEngine connection given the public key type
and the list of certificate issuer authorities recognized by
the peer (if any).
- chooseServerAlias(String, Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
-
Choose an alias to authenticate the server side of a secure
socket given the public key type and the list of
certificate issuer authorities recognized by the peer (if any).
- CHORASMIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CHORASMIAN - Static variable in class ohos.global.icu.lang.UScript
-
- CHORASMIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ChronoField - Enum in java.time.temporal
-
A standard set of fields.
- ChronoLocalDate - Interface in java.time.chrono
-
A date without time-of-day or time-zone in an arbitrary chronology, intended
for advanced globalization use cases.
- ChronoLocalDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time without a time-zone in an arbitrary chronology, intended
for advanced globalization use cases.
- chronology() - Static method in class java.time.temporal.TemporalQueries
-
A query for the Chronology.
- Chronology - Interface in java.time.chrono
-
A calendar system, used to organize and identify dates.
- ChronoPeriod - Interface in java.time.chrono
-
A date-based amount of time, such as '3 years, 4 months and 5 days' in an
arbitrary chronology, intended for advanced globalization use cases.
- ChronoUnit - Enum in java.time.temporal
-
A standard set of date periods units.
- ChronoZonedDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time with a time-zone in an arbitrary chronology,
intended for advanced globalization use cases.
- chunkLength - Variable in class java.net.HttpURLConnection
-
The chunk-length when using chunked encoding streaming mode for output.
- Cipher - Class in javax.crypto
-
This class provides the functionality of a cryptographic cipher for
encryption and decryption.
- Cipher(CipherSpi, Provider, String) - Constructor for class javax.crypto.Cipher
-
Creates a Cipher object.
- CipherInputStream - Class in javax.crypto
-
A CipherInputStream is composed of an InputStream and a Cipher so
that read() methods return data that are read in from the
underlying InputStream but have been additionally processed by the
Cipher.
- CipherInputStream(InputStream) - Constructor for class javax.crypto.CipherInputStream
-
Constructs a CipherInputStream from an InputStream without
specifying a Cipher.
- CipherInputStream(InputStream, Cipher) - Constructor for class javax.crypto.CipherInputStream
-
Constructs a CipherInputStream from an InputStream and a
Cipher.
- CipherOutputStream - Class in javax.crypto
-
A CipherOutputStream is composed of an OutputStream and a Cipher so
that write() methods first process the data before writing them out
to the underlying OutputStream.
- CipherOutputStream(OutputStream) - Constructor for class javax.crypto.CipherOutputStream
-
Constructs a CipherOutputStream from an OutputStream without
specifying a Cipher.
- CipherOutputStream(OutputStream, Cipher) - Constructor for class javax.crypto.CipherOutputStream
-
Constructs a CipherOutputStream from an OutputStream and a
Cipher.
- CipherSpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI)
for the Cipher class.
- CipherSpi() - Constructor for class javax.crypto.CipherSpi
-
- Circle - Class in ohos.agp.utils
-
Provides circle specifications and alpha values.
- Circle(float, float, float) - Constructor for class ohos.agp.utils.Circle
-
A constructor used to create a
Circle instance with specified center coordinates and radius.
- CIRCLE - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- CIRCLE_MASK - ohos.agp.render.Paint.MaskType
-
Indicates that the mask is in the shape of circle.
- CIRTH - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CITY - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of city.
- CITY - Static variable in class ohos.data.search.schema.PlaceItem
-
Indicates the index field name of city.
- CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility" Unicode character block.
- CJK_COMPATIBILITY - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Forms" Unicode character block.
- CJK_COMPATIBILITY_FORMS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Ideographs" Unicode character
block.
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Radicals Supplement" Unicode character block.
- CJK_RADICALS_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Strokes" Unicode character block.
- CJK_STROKES - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Symbols and Punctuation" Unicode character block.
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension B" Unicode
character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension C" Unicode
character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension D" Unicode
character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- claimInterface(USBInterface, boolean) - Method in class ohos.usb.USBDevicePipe
-
Claims that a specified interface is exclusively occupied.
- clamp(T) - Method in class ohos.utils.Scope
-
Clamps a given value to the current range.
- CLAMP_TILEMODE - ohos.agp.render.Shader.TileMode
-
Indicates that the edge color of the original shading image will be shaded on the extra part.
- Class<T> - Class in java.lang
-
Instances of the class Class represent classes and
interfaces in a running Java application.
- CLASS - java.lang.annotation.RetentionPolicy
-
Annotations are to be recorded in the class file by the compiler
but need not be retained by the VM at run time.
- CLASS_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
When concatenated with a class attribute name,
indicates the format of that attribute,
using the layout language specified in the JSR 200 specification.
- CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
-
Name object for Class-Path
manifest attribute.
- ClassCastException - Exception in java.lang
-
Thrown to indicate that the code has attempted to cast an object
to a subclass of which it is not an instance.
- ClassCastException() - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException with no detail message.
- ClassCastException(String) - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException with the specified
detail message.
- ClassCircularityError - Error in java.lang
-
Thrown when the Java Virtual Machine detects a circularity in the
superclass hierarchy of a class being loaded.
- ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError with no detail message.
- ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError with the specified detail
message.
- classDepth(String) - Method in class java.lang.SecurityManager
-
- ClassFormatError - Error in java.lang
-
Thrown when the Java Virtual Machine attempts to read a class
file and determines that the file is malformed or otherwise cannot
be interpreted as a class file.
- ClassFormatError() - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError with no detail message.
- ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError with the specified
detail message.
- CLASSIFICATION_ALARM - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for alarms or timers.
- CLASSIFICATION_CALL - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for incoming calls or similar synchronous communication requests.
- CLASSIFICATION_EMAIL - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for emails.
- CLASSIFICATION_ERROR - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for errors occurred during background operations or
identity authentication.
- CLASSIFICATION_EVENT - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for calendar events.
- CLASSIFICATION_MESSAGE - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for short messages or instant messages.
- CLASSIFICATION_NAVIGATION - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for map navigation.
- CLASSIFICATION_PROGRESS - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for processes that are operated in the background
for a long time.
- CLASSIFICATION_PROMO - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for advertisement or promotion information.
- CLASSIFICATION_RECOMMENDATION - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for specific and timely recommendations of
a particular transaction.
- CLASSIFICATION_REMINDER - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for reminders previously set by the user.
- CLASSIFICATION_SERVICE - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for ongoing background services.
- CLASSIFICATION_SOCIAL - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for social network or sharing updates.
- CLASSIFICATION_STATUS - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for ongoing information about the device and contextual status.
- CLASSIFICATION_SYSTEM - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for system or device status updates.
- CLASSIFICATION_TRANSPORT - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the classification of notifications for media transport control during playback.
- classify(int) - Method in class ohos.global.icu.text.BidiClassifier
-
Gets customized Bidi class for the code point c.
- ClassLoader - Class in java.lang
-
A class loader is an object that is responsible for loading classes.
- ClassLoader() - Constructor for class java.lang.ClassLoader
-
Creates a new class loader using the
ClassLoader returned by
the method
getSystemClassLoader() as the parent class loader.
- ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
-
Creates a new class loader using the specified parent class loader for
delegation.
- ClassLoaderCreator - Class in ark.system
-
Creates a ClassLoader instance that dynamically loads classes from jar files.
- ClassLoaderCreator() - Constructor for class ark.system.ClassLoaderCreator
-
- classLoaderDepth() - Method in class java.lang.SecurityManager
-
- ClassLoaderHelper - Class in ark.system
-
Obtains the information that is loaded by the
ClassLoader instance created via
ClassLoaderCreator, including information about native libraries and resources.
- ClassLoaderHelper() - Constructor for class ark.system.ClassLoaderHelper
-
- classModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to a class.
- classname - Variable in exception java.io.InvalidClassException
-
Name of the invalid class.
- className - Variable in class ohos.bundle.AbilityInfo
-
Indicates the class name of the ability.
- ClassNotFoundException - Exception in java.lang
-
Thrown when an application tries to load in a class through its
string name using:
The forName method in class Class.
- ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException with no detail message.
- ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException with the
specified detail message.
- ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException with the
specified detail message and optional exception that was
raised while loading the class.
- classToZSON(Object) - Static method in class ohos.utils.zson.ZSONObject
-
Converts a specified class object into a ZSONObject.
- clean() - Method in class ohos.global.i18n.phonenumbers.InputFormatter
-
Clears the InputFormatter object.
- CLEAN_BACKGROUND_PROCESSES - Static variable in class ohos.security.SystemPermission
-
Allows an application to clear background processes based on their bundle names.
- cleanBundleCacheFiles(String, ICleanCacheCallback) - Method in interface ohos.bundle.IBundleManager
-
Clears cache data of a specified application.
- clear() - Method in class java.lang.ref.Reference
-
Clears this reference object.
- clear() - Method in class java.nio.Buffer
-
Clears this buffer.
- clear() - Method in class java.security.Provider
-
Clears this provider so that it no longer contains the properties
used to look up facilities implemented by the provider.
- clear() - Method in class java.util.AbstractCollection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.AbstractList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.AbstractMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.AbstractQueue
-
Removes all of the elements from this queue.
- clear() - Method in class java.util.ArrayDeque
-
Removes all of the elements from this deque.
- clear() - Method in class java.util.ArrayList
-
Removes all of the elements from this list.
- clear() - Method in class java.util.BitSet
-
Sets all of the bits in this BitSet to false.
- clear() - Method in class java.util.Calendar
-
Sets all the calendar field values and the time value
(millisecond offset from the
Epoch) of
this
Calendar undefined.
- clear() - Method in interface java.util.Collection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.ConcurrentHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Removes all of the elements from this view, by removing all
the mappings from the map backing this view.
- clear() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Removes all of the elements from this deque.
- clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes all of the elements from this list.
- clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.concurrent.DelayQueue
-
Atomically removes all of the elements from this delay queue.
- clear() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Atomically removes all of the elements from this deque.
- clear() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.SynchronousQueue
-
Does nothing.
- clear() - Method in class java.util.EnumMap
-
Removes all mappings from this map.
- clear() - Method in class java.util.HashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.HashSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Hashtable
-
Clears this hashtable so that it contains no keys.
- clear() - Method in class java.util.IdentityHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.jar.Attributes
-
Removes all attributes from this Map.
- clear() - Method in class java.util.jar.Manifest
-
Clears the main Attributes as well as the entries in this Manifest.
- clear() - Method in class java.util.LinkedHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.LinkedList
-
Removes all of the elements from this list.
- clear() - Method in interface java.util.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.Locale.Builder
-
Resets the builder to its initial, empty state.
- clear() - Method in interface java.util.Map
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.prefs.AbstractPreferences
-
- clear() - Method in class java.util.prefs.Preferences
-
Removes all of the preferences (key-value associations) in this
preference node.
- clear() - Method in class java.util.PriorityQueue
-
Removes all of the elements from this priority queue.
- clear() - Method in interface java.util.Set
-
Removes all of the elements from this set (optional operation).
- clear() - Method in class java.util.TreeMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.TreeSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class java.util.WeakHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class ohos.agp.animation.AnimatorGroup
-
Clears the animations in an animator group.
- clear() - Method in class ohos.agp.components.VelocityDetector
-
- clear() - Method in class ohos.agp.render.Region
-
Clears this Region.
- clear() - Method in class ohos.agp.utils.Rect
-
Clears this Rect.
- clear() - Method in class ohos.agp.utils.RectFloat
-
Clears this RectFloat.
- clear() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Clears the search conditions of DataAbilityPredicates.
- clear() - Method in class ohos.data.orm.OrmPredicates
-
Clears the search conditions of OrmPredicates.
- clear() - Method in interface ohos.data.preferences.Preferences
-
- clear() - Method in class ohos.data.rdb.AbsRdbPredicates
-
- clear() - Method in class ohos.data.rdb.RdbPredicates
-
- clear() - Method in class ohos.data.rdb.ValuesBucket
-
Clears all values in the current ValuesBucket.
- clear() - Method in class ohos.data.resultset.SharedBlock
-
Clears data in a shared block.
- clear() - Method in class ohos.data.search.model.IndexData
-
Clears this container.
- clear() - Method in class ohos.global.icu.text.MessagePattern
-
Clears this MessagePattern.
- clear() - Method in class ohos.global.icu.text.UnicodeSet
-
Removes all of the elements from this set.
- clear() - Method in class ohos.global.icu.util.Calendar
-
Clears the values of all the time fields.
- clear() - Method in class ohos.global.icu.util.ULocale.Builder
-
Resets the builder to its initial, empty state.
- clear() - Method in class ohos.miscservices.pasteboard.SystemPasteboard
-
Clears the pasteboard.
- clear() - Method in class ohos.utils.BasePacMap
-
Clears the current object.
- clear() - Method in class ohos.utils.geo.Rect
-
Clears this Rect.
- clear() - Method in class ohos.utils.geo.RectFloat
-
Clears this RectFloat.
- clear() - Method in class ohos.utils.IntArray
-
Clears all key-value pairs stored in the current IntArray object.
- clear() - Method in class ohos.utils.LightweightMap
-
Deletes all key-value pair mappings in an LightweightMap container.
- clear() - Method in class ohos.utils.LightweightSet
-
Clears an LightweightSet container.
- clear() - Method in class ohos.utils.LongPlainArray
-
Clears the current LongPlainArray object.
- clear() - Method in class ohos.utils.LruBuffer
-
Clears key-value pairs from the current buffer.
- clear() - Method in class ohos.utils.PacMap
-
Clears the current object.
- clear() - Method in class ohos.utils.PlainArray
-
Clears the current PlainArray object.
- clear() - Method in class ohos.utils.PlainBooleanArray
-
Clears all key-value pairs stored in the current PlainBooleanArray object.
- clear() - Method in class ohos.utils.PlainIntArray
-
Clears all key-value pairs stored in the current PlainIntArray object.
- clear() - Method in class ohos.utils.PlainLongArray
-
Clears all key-value pairs stored in the current PlainLongArray object.
- clear() - Method in class ohos.utils.zson.ZSONArray
-
Clears this ZSONArray.
- clear() - Method in class ohos.utils.zson.ZSONObject
-
Clears the map of the entire ZSONObject.
- clear(int) - Method in class java.util.BitSet
-
Sets the bit specified by the index to false.
- clear(int) - Method in class java.util.Calendar
-
Sets the given calendar field value and the time value
(millisecond offset from the
Epoch) of
this
Calendar undefined.
- clear(int) - Method in class ohos.global.icu.util.Calendar
-
Clears the value in the given time field.
- clear(int, int) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to false.
- CLEAR - ohos.agp.render.BlendMode
-
Clears the colors.
- CLEAR - ohos.agp.render.Canvas.PorterDuffMode
-
Clears the colors.
- clearAbortCommonEvent() - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Clears the abort state of the current ordered common event.
- clearAbortCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Clears the abort state of the current ordered common event.
- clearAdaptiveRules() - Method in class ohos.agp.components.AdaptiveBoxLayout
-
Clears all adaptive rules.
- clearAllMonitors() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- clearAssertionStatus() - Method in class java.lang.ClassLoader
-
Sets the default assertion status for this class loader to
false and discards any package defaults or class assertion
status settings associated with the class loader.
- clearBatch() - Method in interface java.sql.Statement
-
Empties this Statement object's current list of
SQL commands.
- clearBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger
with the designated bit cleared.
- clearBlock() - Method in class ohos.data.resultset.AbsSharedResultSet
-
Clears data in a shared block that is not empty in this AbsSharedResultSet object.
- clearBlurDrawLooper() - Method in class ohos.agp.render.Paint
-
Clears the shadow attributes of this Paint.
- clearCache() - Static method in class java.util.ResourceBundle
-
Removes all resource bundles from the cache that have been loaded
using the caller's class loader.
- clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
-
Removes all resource bundles from the cache that have been loaded
using the given class loader.
- clearCapabilities() - Method in class ohos.net.NetSpecifier.Builder
-
clear capablitities value.
- clearChanged() - Method in class java.util.Observable
-
Indicates that this object has no longer changed, or that it has
already notified all of its observers of its most recent change,
so that the hasChanged method will now return false.
- clearColorMatrix() - Method in class ohos.agp.components.element.Element
-
Clears the color matrix of this Element object.
- clearDataFlowTag() - Static method in class ohos.net.DataFlowStatistics
-
Clears the DataFlowStatistics tag of this thread.
- clearError() - Method in class java.io.PrintStream
-
Clears the internal error state of this stream.
- clearError() - Method in class java.io.PrintWriter
-
Clears the error state of this stream.
- clearExtensions() - Method in class java.util.Locale.Builder
-
Resets the extensions to their initial, empty state.
- clearExtensions() - Method in class ohos.global.icu.util.ULocale.Builder
-
Resets the extensions to their initial, empty state.
- clearFlags(int) - Method in class ohos.agp.window.service.Window
-
Clears flags from a window.
- clearFocus() - Method in class ohos.agp.components.Component
-
Requests giving up focus.
- clearIndex(String, String, Map<String, List<String>>) - Method in class ohos.data.search.SearchAbility
-
Clears indexes that match a device ID list from the index library
with a specified bundle name and group ID.
- clearIndexForm(String) - Method in class ohos.data.search.SearchAbility
-
Clears the index attributes configured for a specified bundle name.
- clearLatitude() - Method in class ohos.location.GeoAddress
-
Clears the latitude information in the current GeoAddress object.
- clearLongitude() - Method in class ohos.location.GeoAddress
-
Clears the longitude information in the current GeoAddress object.
- clearParameters() - Method in interface java.sql.PreparedStatement
-
Clears the current parameter values immediately.
- clearParameters() - Method in interface javax.sql.RowSet
-
Clears the parameters set for this RowSet object's command.
- clearPassword() - Method in class javax.crypto.spec.PBEKeySpec
-
Clears the internal copy of the password.
- clearPassword() - Method in class javax.security.auth.callback.PasswordCallback
-
Clear the retrieved password.
- clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode) - Method in class ohos.global.icu.text.MessagePattern
-
Clears this MessagePattern and sets the ApostropheMode.
- clearProperty(String) - Static method in class java.lang.System
-
Removes the system property indicated by the specified key.
- clearQuery() - Method in class ohos.utils.net.Uri.Builder
-
Clears the query field of the current hierarchical URI.
- clearRecords() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Clear the index.
- clearServices() - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Removes all services from the list of GATT services provided by this device.
- clearUpApplicationData() - Method in interface ohos.app.IAbilityManager
-
Clears user data of the application, which is equivalent to initializing the application.
- clearValues() - Method in interface ohos.data.rdb.Statement
-
Clears all dynamic values of a precompiled statement.
- clearWarnings() - Method in interface java.sql.Connection
-
Clears all warnings reported for this Connection object.
- clearWarnings() - Method in interface java.sql.ResultSet
-
Clears all warnings reported on this ResultSet object.
- clearWarnings() - Method in interface java.sql.Statement
-
Clears all the warnings reported on this Statement
object.
- clearWindowFlags(int) - Method in class ohos.agp.window.service.Window
-
Clears the flags from a window.
- CLICK_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because it is clicked.
- clickKey(IDialog, KeyEvent) - Method in interface ohos.agp.window.dialog.IDialog.KeyboardCallback
-
Called when a key is delivered to a dialog.
- clickKeyDown(KeyEvent) - Method in class ohos.agp.window.dialog.CommonDialog
-
Called when a key on the keyboard is pressed.
- clickKeyUp(KeyEvent) - Method in class ohos.agp.window.dialog.CommonDialog
-
Called when a key on the keyboard is released.
- CLIENT_PKG_NAME - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the client package name.
- CLIENT_STATE - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the running status of the client, either foreground or background.
- CLIENT_VERSION - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the client version.
- ClientInfoStatus - Enum in java.sql
-
Enumeration for status of the reason that a property could not be set
via a call to Connection.setClientInfo
- clientPkgName - Variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates the client package name.
- clientState - Variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates the running status of the client application.
- clientVersion - Variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates the version of the client application.
- CLIP_CENTER - ohos.agp.components.Image.ScaleMode
-
Scales the image to be of the same or a larger size than that of an
Image item according to a
ratio, and displays the image content in the center.
- CLIP_DIRECTION_NOT_SET - Static variable in class ohos.agp.components.Image
-
Indicates an image clipping direction that is not set.
- CLIP_GRAVITY_NOT_SET - Static variable in class ohos.agp.components.Image
-
Indicates a clipping alignment mode that is not set.
- CLIP_HORIZONTAL - Static variable in class ohos.agp.components.Image
-
Indicates the horizontal clipping mode.
- CLIP_VERTICAL - Static variable in class ohos.agp.components.Image
-
Indicates the vertical clipping mode.
- clipPath(Path, Canvas.ClipOp) - Method in class ohos.agp.render.Canvas
-
Clips the canvas with the specified path in the given mode.
- clipRect(float, float, float, float) - Method in class ohos.agp.render.Canvas
-
Modifies the canvas size based on the specified rectangle values.
- clipRect(int, int, int, float) - Method in class ohos.agp.render.Canvas
-
Modifies the canvas size based on the specified rectangle values.
- clipRect(Rect) - Method in class ohos.agp.render.Canvas
-
Cuts a specified rectangle from this canvas.
- clipRect(RectFloat) - Method in class ohos.agp.render.Canvas
-
Clips a specified rectangle out of a canvas.
- clipRect(RectFloat, Canvas.ClipOp) - Method in class ohos.agp.render.Canvas
-
Clips a specified rectangle in a specified mode.
- Clob - Class in ohos.data.orm
-
Represents a Clob that stores Character Large Objects (CLOBs) in the Object Relational Mapping (ORM) system.
- Clob - Interface in java.sql
-
The mapping in the Java™ programming language
for the SQL CLOB type.
- Clob(String) - Constructor for class ohos.data.orm.Clob
-
A constructor used to create a Clob object from data of the char type.
- CLOB - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
CLOB.
- clobToString(Clob) - Static method in class ohos.data.orm.BindUtils
-
Converts data of the java.sql.Clob type into a string.
- Clock - Class in java.time
-
A clock providing access to the current instant, date and time using a time-zone.
- Clock - Class in ohos.agp.components
-
Provides a clock control.
- Clock() - Constructor for class java.time.Clock
-
Constructor accessible by subclasses.
- Clock(Context) - Constructor for class ohos.agp.components.Clock
-
Default constructor used to create a
Clock instance by using the default attribute set and style.
- Clock(Context, AttrSet) - Constructor for class ohos.agp.components.Clock
-
A constructor used to create a
Clock instance by using specified attribute set and default style
after the XML file is parsed.
- Clock(Context, AttrSet, String) - Constructor for class ohos.agp.components.Clock
-
A constructor used to create a
Clock instance by using specified attribute set and specified style
after the XML file is parsed.
- CLOCK_HOUR_OF_AMPM - java.time.temporal.ChronoField
-
The clock-hour-of-am-pm.
- CLOCK_HOUR_OF_DAY - java.time.temporal.ChronoField
-
The clock-hour-of-day.
- CLOCK_WISE - ohos.agp.render.Path.Direction
-
Indicates that the contour is clockwise.
- clockRate - Variable in class ohos.media.player.Player.MediaTimeInfo
-
Indicates the rate of the media clock relative to the system clock.
- clockSequence() - Method in class java.util.UUID
-
The clock sequence value associated with this UUID.
- clone() - Method in class java.lang.Enum
-
Throws CloneNotSupportedException.
- clone() - Method in class java.lang.Object
-
Creates and returns a copy of this object.
- clone() - Method in class java.lang.Thread
-
Throws CloneNotSupportedException as a Thread can not be meaningfully
cloned.
- clone() - Method in class java.net.HttpCookie
-
Create and return a copy of this object.
- clone() - Method in interface java.security.acl.AclEntry
-
Clones this ACL entry.
- clone() - Method in interface java.security.cert.CertPathBuilderResult
-
Makes a copy of this CertPathBuilderResult.
- clone() - Method in interface java.security.cert.CertPathParameters
-
Makes a copy of this CertPathParameters.
- clone() - Method in interface java.security.cert.CertPathValidatorResult
-
Makes a copy of this CertPathValidatorResult.
- clone() - Method in interface java.security.cert.CertSelector
-
Makes a copy of this CertSelector.
- clone() - Method in interface java.security.cert.CertStoreParameters
-
Makes a copy of this CertStoreParameters.
- clone() - Method in class java.security.cert.CollectionCertStoreParameters
-
Returns a copy of this object.
- clone() - Method in interface java.security.cert.CRLSelector
-
Makes a copy of this CRLSelector.
- clone() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.PKIXCertPathChecker
-
Returns a clone of this object.
- clone() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.PKIXParameters
-
Makes a copy of this PKIXParameters object.
- clone() - Method in class java.security.cert.PKIXRevocationChecker
-
- clone() - Method in class java.security.cert.X509CertSelector
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.X509CRLSelector
-
Returns a copy of this object.
- clone() - Method in class java.security.MessageDigest
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.MessageDigestSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.Signature
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.SignatureSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.text.BreakIterator
-
Create a copy of this iterator
- clone() - Method in interface java.text.CharacterIterator
-
Create a copy of this iterator
- clone() - Method in class java.text.ChoiceFormat
-
Overrides Cloneable
- clone() - Method in class java.text.Collator
-
Overrides Cloneable
- clone() - Method in class java.text.DateFormat
-
Overrides Cloneable
- clone() - Method in class java.text.DateFormatSymbols
-
Overrides Cloneable
- clone() - Method in class java.text.DecimalFormat
-
Standard override; no change in semantics.
- clone() - Method in class java.text.DecimalFormatSymbols
-
Standard override.
- clone() - Method in class java.text.Format
-
Creates and returns a copy of this object.
- clone() - Method in class java.text.MessageFormat
-
Creates and returns a copy of this object.
- clone() - Method in class java.text.NumberFormat
-
Overrides Cloneable.
- clone() - Method in class java.text.RuleBasedCollator
-
Standard override; no change in semantics.
- clone() - Method in class java.text.SimpleDateFormat
-
Creates a copy of this SimpleDateFormat.
- clone() - Method in class java.text.StringCharacterIterator
-
Creates a copy of this iterator.
- clone() - Method in class java.util.AbstractMap
-
Returns a shallow copy of this AbstractMap instance: the keys
and values themselves are not cloned.
- clone() - Method in class java.util.ArrayDeque
-
Returns a copy of this deque.
- clone() - Method in class java.util.ArrayList
-
Returns a shallow copy of this ArrayList instance.
- clone() - Method in class java.util.BitSet
-
Cloning this BitSet produces a new BitSet
that is equal to it.
- clone() - Method in class java.util.Calendar
-
Creates and returns a copy of this object.
- clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a shallow copy of this ConcurrentSkipListMap
instance.
- clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns a shallow copy of this ConcurrentSkipListSet
instance.
- clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a shallow copy of this list.
- clone() - Method in class java.util.Date
-
Return a copy of this object.
- clone() - Method in class java.util.EnumMap
-
Returns a shallow copy of this enum map.
- clone() - Method in class java.util.EnumSet
-
Returns a copy of this set.
- clone() - Method in class java.util.GregorianCalendar
-
- clone() - Method in class java.util.HashMap
-
Returns a shallow copy of this HashMap instance: the keys and
values themselves are not cloned.
- clone() - Method in class java.util.HashSet
-
Returns a shallow copy of this HashSet instance: the elements
themselves are not cloned.
- clone() - Method in class java.util.Hashtable
-
Creates a shallow copy of this hashtable.
- clone() - Method in class java.util.IdentityHashMap
-
Returns a shallow copy of this identity hash map: the keys and values
themselves are not cloned.
- clone() - Method in class java.util.jar.Attributes
-
Returns a copy of the Attributes, implemented as follows:
- clone() - Method in class java.util.jar.Manifest
-
Returns a shallow copy of this Manifest.
- clone() - Method in class java.util.LinkedList
-
Returns a shallow copy of this LinkedList.
- clone() - Method in class java.util.Locale
-
Overrides Cloneable.
- clone() - Method in class java.util.SimpleTimeZone
-
Returns a clone of this SimpleTimeZone instance.
- clone() - Method in class java.util.TimeZone
-
Creates a copy of this TimeZone.
- clone() - Method in class java.util.TreeMap
-
Returns a shallow copy of this TreeMap instance.
- clone() - Method in class java.util.TreeSet
-
Returns a shallow copy of this TreeSet instance.
- clone() - Method in class java.util.Vector
-
Returns a clone of this vector.
- clone() - Method in class java.util.zip.ZipEntry
-
Returns a copy of this entry.
- clone() - Method in class javax.crypto.Mac
-
Returns a clone if the provider implementation is cloneable.
- clone() - Method in class javax.crypto.MacSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class ohos.aafwk.content.Intent
-
Clones this Intent object.
- clone() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Creates and returns a copy of this object.
- clone() - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Create DependentLayout.LayoutConfig clone.
- clone() - Method in class ohos.global.icu.text.BreakIterator
-
Clone method.
- clone() - Method in class ohos.global.icu.text.Collator
-
Clones the collator.
- clone() - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Standard override
- clone() - Method in class ohos.global.icu.text.DateFormat
-
Overrides clone.
- clone() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Overrides clone.
- clone() - Method in class ohos.global.icu.text.DateIntervalFormat
-
Clone this Format object polymorphically.
- clone() - Method in class ohos.global.icu.text.DateIntervalInfo
-
Clone this object.
- clone() - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Returns a copy of this DateTimePatternGenerator object.
- clone() - Method in class ohos.global.icu.text.DecimalFormat
-
- clone() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Creates and returns a copy of this object.
- clone() - Method in class ohos.global.icu.text.MessageFormat
-
Creates and returns a copy of this object.
- clone() - Method in class ohos.global.icu.text.MessagePattern
-
Creates and returns a copy of this object.
- clone() - Method in class ohos.global.icu.text.Normalizer
-
- clone() - Method in class ohos.global.icu.text.NumberFormat
-
Overrides clone.
- clone() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Clones the RuleBasedCollator
- clone() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Overrides Cloneable
- clone() - Method in class ohos.global.icu.text.UCharacterIterator
-
Creates a copy of this iterator, independent from other iterators.
- clone() - Method in class ohos.global.icu.text.UnicodeSet
-
Return a new set that is equivalent to this one.
- clone() - Method in class ohos.global.icu.util.Calendar
-
Overrides Cloneable
- clone() - Method in class ohos.global.icu.util.TimeZone
-
Overrides clone.
- clone() - Method in class ohos.global.icu.util.ULocale
-
This is for compatibility with Locale-- in actuality, since ULocale is
immutable, there is no reason to clone it, so this API returns 'this'.
- clone() - Method in class ohos.utils.BasePacMap
-
- clone() - Method in class ohos.utils.IntArray
-
Creates a clone of the current IntArray object.
- clone() - Method in class ohos.utils.LongPlainArray
-
Obtains a clone of the current LongPlainArray object.
- clone() - Method in class ohos.utils.PacMap
-
- clone() - Method in class ohos.utils.PlainArray
-
Obtains a clone of the current PlainArray object.
- clone() - Method in class ohos.utils.PlainBooleanArray
-
Creates a clone of the current PlainBooleanArray object.
- clone() - Method in class ohos.utils.PlainIntArray
-
Creates a clone of the current PlainIntArray object.
- clone() - Method in class ohos.utils.PlainLongArray
-
Obtains a cloned PlainLongArray object.
- clone() - Method in class ohos.utils.zson.ZSONArray
-
Clones this ZSONArray object.
- clone(Context, ResourceManager) - Method in class ohos.agp.components.LayoutScatter
-
- CLONE_ACTION - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the action attribute will be copied.
- CLONE_BORDERS_RECT - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the BORDERS_RECT attribute will be copied.
- CLONE_BUNDLE - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the bundle attribute will be copied.
- CLONE_ELEMENT - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the element attribute will be copied.
- CLONE_ENTITIES - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the entities attribute will be copied.
- CLONE_PICKER - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the picker attribute will be copied.
- CLONE_URI - Static variable in class ohos.aafwk.content.Intent
-
Indicates that the uri attribute will be copied.
- Cloneable - Interface in java.lang
-
A class implements the
Cloneable interface to
indicate to the
Object.clone() method that it
is legal for that method to make a
field-for-field copy of instances of that class.
- cloneAsThawed() - Method in class ohos.global.icu.text.Collator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.text.DateIntervalInfo
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.text.MessagePattern
-
Creates and returns an unfrozen copy of this object.
- cloneAsThawed() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.text.UnicodeSet
-
Clone a thawed version of this class, according to the Freezable interface.
- cloneAsThawed() - Method in interface ohos.global.icu.util.Freezable
-
Provides for the clone operation.
- cloneAsThawed() - Method in class ohos.global.icu.util.TimeZone
-
Provides for the clone operation.
- cloneByIntent(Intent, int) - Method in class ohos.aafwk.content.Intent
-
Copies the attributes of a specified Intent.
- cloneNode(SceneNode, boolean) - Method in interface ohos.agp.render.render3d.Scene
-
Creates a clone node that copies all components of the original node according to handle values.
- CloneNotSupportedException - Exception in java.lang
-
Thrown to indicate that the clone method in class
Object has been called to clone an object, but that
the object's class does not implement the Cloneable
interface.
- CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException with no
detail message.
- CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException with the
specified detail message.
- cloneOperation() - Method in class ohos.aafwk.content.Intent
-
Creates an Intent object that contains only the operation component of this Intent.
- cloneValue(Object) - Method in class ohos.media.camera.params.ParameterKey.Key
-
Clones an object of key values.
- close() - Method in class java.io.BufferedInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.BufferedReader
-
- close() - Method in class java.io.BufferedWriter
-
- close() - Method in class java.io.ByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class java.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class java.io.CharArrayReader
-
Closes the stream and releases any system resources associated with
it.
- close() - Method in class java.io.CharArrayWriter
-
Close the stream.
- close() - Method in interface java.io.Closeable
-
Closes this stream and releases any system resources associated
with it.
- close() - Method in class java.io.FileInputStream
-
Closes this file input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.FileOutputStream
-
Closes this file output stream and releases any system resources
associated with this stream.
- close() - Method in class java.io.FilterInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.FilterOutputStream
-
Closes this output stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.FilterReader
-
- close() - Method in class java.io.FilterWriter
-
- close() - Method in class java.io.InputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class java.io.InputStreamReader
-
- close() - Method in interface java.io.ObjectInput
-
Closes the input stream.
- close() - Method in class java.io.ObjectInputStream
-
Closes the input stream.
- close() - Method in interface java.io.ObjectOutput
-
Closes the stream.
- close() - Method in class java.io.ObjectOutputStream
-
Closes the stream.
- close() - Method in class java.io.OutputStream
-
Closes this output stream and releases any system resources
associated with this stream.
- close() - Method in class java.io.OutputStreamWriter
-
- close() - Method in class java.io.PipedInputStream
-
Closes this piped input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.PipedOutputStream
-
Closes this piped output stream and releases any system resources
associated with this stream.
- close() - Method in class java.io.PipedReader
-
Closes this piped stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.PipedWriter
-
Closes this piped output stream and releases any system resources
associated with this stream.
- close() - Method in class java.io.PrintStream
-
Closes the stream.
- close() - Method in class java.io.PrintWriter
-
Closes the stream and releases any system resources associated
with it.
- close() - Method in class java.io.PushbackInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.PushbackReader
-
Closes the stream and releases any system resources associated with
it.
- close() - Method in class java.io.RandomAccessFile
-
Closes this random access file stream and releases any system
resources associated with the stream.
- close() - Method in class java.io.Reader
-
Closes the stream and releases any system resources associated with
it.
- close() - Method in class java.io.SequenceInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class java.io.StringReader
-
Closes the stream and releases any system resources associated with
it.
- close() - Method in class java.io.StringWriter
-
Closing a StringWriter has no effect.
- close() - Method in class java.io.Writer
-
Closes the stream, flushing it first.
- close() - Method in interface java.lang.AutoCloseable
-
Closes this resource, relinquishing any underlying resources.
- close() - Method in class java.net.DatagramSocket
-
Closes this datagram socket.
- close() - Method in class java.net.DatagramSocketImpl
-
Close the socket.
- close() - Method in class java.net.ServerSocket
-
Closes this socket.
- close() - Method in class java.net.Socket
-
Closes this socket.
- close() - Method in class java.net.SocketImpl
-
Closes this socket.
- close() - Method in class java.net.URLClassLoader
-
Closes this URLClassLoader, so that it can no longer be used to load
new classes or resources that are defined by this loader.
- close() - Method in interface java.nio.channels.AsynchronousChannel
-
Closes this channel.
- close() - Method in interface java.nio.channels.Channel
-
Closes this channel.
- close() - Method in class java.nio.channels.FileLock
-
- close() - Method in interface java.nio.channels.InterruptibleChannel
-
Closes this channel.
- close() - Method in interface java.nio.channels.MulticastChannel
-
Closes this channel.
- close() - Method in class java.nio.channels.Selector
-
Closes this selector.
- close() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
-
Closes this channel.
- close() - Method in class java.nio.channels.spi.AbstractSelector
-
Closes this selector.
- close() - Method in class java.nio.file.FileSystem
-
Closes this file system.
- close() - Method in interface java.nio.file.WatchService
-
Closes this watch service.
- close() - Method in interface java.sql.Connection
-
Releases this Connection object's database and JDBC resources
immediately instead of waiting for them to be automatically released.
- close() - Method in interface java.sql.ResultSet
-
Releases this ResultSet object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
- close() - Method in interface java.sql.Statement
-
Releases this Statement object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
- close() - Method in class java.util.Formatter
-
Closes this formatter.
- close() - Method in class java.util.logging.ConsoleHandler
-
Override StreamHandler.close to do a flush but not
to close the output stream.
- close() - Method in class java.util.logging.FileHandler
-
Close all the files.
- close() - Method in class java.util.logging.Handler
-
Close the Handler and free all associated resources.
- close() - Method in class java.util.logging.MemoryHandler
-
Close the Handler and free all associated resources.
- close() - Method in class java.util.logging.SocketHandler
-
Close this output stream.
- close() - Method in class java.util.logging.StreamHandler
-
Close the current output stream.
- close() - Method in class java.util.Scanner
-
Closes this scanner.
- close() - Method in interface java.util.stream.BaseStream
-
Closes this stream, causing all close handlers for this stream pipeline
to be called.
- close() - Method in class java.util.zip.DeflaterInputStream
-
Closes this input stream and its underlying input stream, discarding
any pending uncompressed data.
- close() - Method in class java.util.zip.DeflaterOutputStream
-
Writes remaining compressed data to the output stream and closes the
underlying stream.
- close() - Method in class java.util.zip.GZIPInputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class java.util.zip.InflaterInputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class java.util.zip.InflaterOutputStream
-
Writes any remaining uncompressed data to the output stream and closes
the underlying output stream.
- close() - Method in class java.util.zip.ZipFile
-
Closes the ZIP file.
- close() - Method in class java.util.zip.ZipInputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class java.util.zip.ZipOutputStream
-
Closes the ZIP output stream as well as the stream being filtered.
- close() - Method in class javax.crypto.CipherInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class javax.crypto.CipherOutputStream
-
Closes this output stream and releases any system resources
associated with this stream.
- close() - Method in interface javax.sql.PooledConnection
-
Closes the physical connection that this PooledConnection
object represents.
- close() - Method in class ohos.agp.components.SlideDrawer
-
- close() - Method in class ohos.agp.render.Path
-
Connects the start point and end point of the path to form a closed path.
- close() - Method in class ohos.agp.render.PdfDisplay
-
- close() - Method in class ohos.agp.render.PdfDisplay.Page
-
- close() - Method in class ohos.agp.render.PdfGenerator
-
Closes the current PDF file.
- close() - Method in class ohos.bluetooth.ble.BleAdvertiser
-
Close this advertiser instance and release the callback instance.
- close() - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Disables a BLE peripheral device.
- close() - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Closes this BlePeripheralManager object and deregisters its callbacks.
- close() - Method in interface ohos.data.orm.OrmContext
-
Clears the memory data and releases the store.
- close() - Method in interface ohos.data.rdb.RdbStore
-
Closes an RDB.
- close() - Method in interface ohos.data.rdb.Statement
-
Closes the current precompiled SQL statement.
- close() - Method in class ohos.data.resultset.AbsResultSet
-
- close() - Method in class ohos.data.resultset.AbsSharedResultSet
-
- close() - Method in class ohos.data.resultset.CombinedResultSet
-
- close() - Method in interface ohos.data.resultset.ResultSet
-
Closes the result set.
- close() - Method in class ohos.data.resultset.ResultSetWrapper
-
- close() - Method in class ohos.data.resultset.SharedBlock
-
Release a reference of this object, closing this object if the last reference is released.
- close() - Method in class ohos.global.resource.Resource
-
Closes this resource and releases any system resources associated with the stream.
- close() - Method in interface ohos.javax.xml.stream.XMLEventReader
-
Frees any resources associated with this Reader.
- close() - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Frees any resources associated with this stream
- close() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Frees any resources associated with this Reader.
- close() - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Close this writer and free any resources associated with the
writer.
- close() - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
- close() - Method in class ohos.media.photokit.support.FetchResult
-
- close() - Method in class ohos.net.HttpResponseCache
-
Disables a cache without changing the data in it.
- close() - Method in class ohos.nfc.oma.Session
-
Disables all channels of a session.
- close() - Method in class ohos.rpc.ReliableFileDescriptor.AutoCloseFileInputStream
-
Closes this AutoCloseFileInputStream object,
whose ReliableFileDescriptor object is automatically closed as well.
- close() - Method in class ohos.rpc.ReliableFileDescriptor.AutoCloseFileOutputStream
-
Closes this AutoCloseFileOutputStream object,
whose ReliableFileDescriptor object is automatically closed as well.
- close() - Method in class ohos.rpc.ReliableFileDescriptor
-
Closes this ReliableFileDescriptor object.
- close() - Method in class ohos.sysappcomponents.calendar.CalendarCollection
-
Closes the result set.
- close() - Method in class ohos.usb.USBDevicePipe
-
Closes the USBDevicePipeAdapter.
- close() - Method in class ohos.utils.zson.ZSONReader
-
- close() - Method in class ohos.utils.zson.ZSONWriter
-
- close(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
- CLOSE - ohos.agp.components.SlideDrawer.DrawerState
-
Indicates the
SlideDrawer state when none of the optional components is displayed.
- CLOSE - Static variable in interface ohos.global.icu.lang.UCharacter.BidiPairedBracketType
-
Close paired bracket.
- CLOSE - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- CLOSE_ALL_RESULTS - Static variable in interface java.sql.Statement
-
The constant indicating that all ResultSet objects that
have previously been kept open should be closed when calling
getMoreResults.
- CLOSE_CURRENT_RESULT - Static variable in interface java.sql.Statement
-
The constant indicating that the current ResultSet object
should be closed when calling getMoreResults.
- CLOSE_CURSORS_AT_COMMIT - Static variable in interface java.sql.ResultSet
-
The constant indicating that open ResultSet objects with this
holdability will be closed when the current transaction is committed.
- CLOSE_FAILURE - Static variable in class java.util.logging.ErrorManager
-
CLOSE_FAILURE is used when a close of an output stream fails.
- CLOSE_PARENTHESIS - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- CLOSE_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- Closeable - Interface in java.io
-
A Closeable is a source or destination of data that can be closed.
- closeAshmem() - Method in class ohos.utils.Ashmem
-
Closes this Ashmem.
- closeBlock() - Method in class ohos.data.resultset.AbsSharedResultSet
-
Closes a shared block that is not empty in this AbsSharedResultSet object.
- closeChannel() - Method in class ohos.nfc.oma.Channel
-
Disables a channel.
- CLOSED - javax.net.ssl.SSLEngineResult.Status
-
The operation just closed this side of the
SSLEngine, or the operation
could not be completed because it was already closed.
- ClosedByInterruptException - Exception in java.nio.channels
-
Checked exception received by a thread when another thread interrupts it
while it is blocked in an I/O operation upon a channel.
- ClosedByInterruptException() - Constructor for exception java.nio.channels.ClosedByInterruptException
-
Constructs an instance of this class.
- ClosedChannelException - Exception in java.nio.channels
-
Checked exception thrown when an attempt is made to invoke or complete an
I/O operation upon channel that is closed, or at least closed to that
operation.
- ClosedChannelException() - Constructor for exception java.nio.channels.ClosedChannelException
-
Constructs an instance of this class.
- ClosedDirectoryStreamException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on
a directory stream that is closed.
- ClosedDirectoryStreamException() - Constructor for exception java.nio.file.ClosedDirectoryStreamException
-
Constructs an instance of this class.
- ClosedFileSystemException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on
a file and the file system is closed.
- ClosedFileSystemException() - Constructor for exception java.nio.file.ClosedFileSystemException
-
Constructs an instance of this class.
- ClosedSelectorException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a closed selector.
- ClosedSelectorException() - Constructor for exception java.nio.channels.ClosedSelectorException
-
Constructs an instance of this class.
- ClosedWatchServiceException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on
a watch service that is closed.
- ClosedWatchServiceException() - Constructor for exception java.nio.file.ClosedWatchServiceException
-
Constructs an instance of this class.
- closeEntry() - Method in class java.util.zip.ZipInputStream
-
Closes the current ZIP entry and positions the stream for reading the
next entry.
- closeEntry() - Method in class java.util.zip.ZipOutputStream
-
Closes the current ZIP entry and positions the stream for writing
the next entry.
- closeFile(FileDescriptor) - Static method in class ohos.system.OsHelper
-
Closes the file referred to by the specified file descriptor.
- closeFileDescriptor(FileDescriptor) - Static method in class ohos.rpc.MessageParcel
-
Disables a file descriptor in MessageParcel.
- closeInbound() - Method in class javax.net.ssl.SSLEngine
-
Signals that no more inbound network data will be sent
to this SSLEngine.
- closeInputStream() - Method in class ohos.net.LocalSocket
-
Closes the input stream of this socket.
- closeKvStore(KvStore) - Method in interface ohos.data.distributed.common.KvManager
-
Closes the KvStore database.
- closeNfc() - Method in class ohos.nfc.NfcController
-
Disables NFC.
- closeOutbound() - Method in class javax.net.ssl.SSLEngine
-
Signals that no more outbound application data will be sent
on this SSLEngine.
- closeOutputStream() - Method in class ohos.net.LocalSocket
-
Closes the output stream of this socket.
- closeOver(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Close this set over the given attribute.
- closeResultSet(KvStoreResultSet) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Closes a KvStoreResultSet object returned by getResultSet.
- closeResultSet(KvStoreResultSet) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Closes a KvStoreResultSet object returned by getResultSet.
- closeSessions() - Method in class ohos.nfc.oma.Reader
-
Disables all sessions on a secure element.
- closeSmoothly() - Method in class ohos.agp.components.SlideDrawer
-
- closeSmoothly(int) - Method in class ohos.agp.components.SlideDrawer
-
- closeSmoothly(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
- closeSmoothly(SlideDrawer.SlideDirection, int) - Method in class ohos.agp.components.SlideDrawer
-
- closeSocket() - Method in class ohos.net.LocalSocket
-
Closes the socket after the server and client finish communicating with each other.
- closeVoiceRecognition(BluetoothRemoteDevice) - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
Disables Bluetooth voice recognition and the Bluetooth audio channel.
- CLUSTER - Static variable in class ohos.utils.system.SystemCapability.IVI
-
Indicates system capabilities for the instrument cluster, including establishment of
an interaction channel between the central control head unit and the instrument cluster.
- cmdDecVolume(int) - Method in class ohos.media.tubecore.AVTube
-
Decreases the volume of this AVTube instance.
- cmdDecVolume(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Decrease the volume of the extended tube.
- cmdIncVolume(int) - Method in class ohos.media.tubecore.AVTube
-
Increases the volume of this AVTube instance.
- cmdIncVolume(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Increase the volume of the extended tube.
- cmdSetVolume(int) - Method in class ohos.media.tubecore.AVTube
-
Sets the volume for this AVTube instance.
- cmdSetVolume(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Set the volume of the extended tube.
- CMYK - ohos.agp.colors.ColorSpec
-
Indicates the CMYK color specification.
- CmykColor - Class in ohos.agp.colors
-
Indicates the cyan, magenta, yellow, and black (CMYK) color specification.
- CmykColor() - Constructor for class ohos.agp.colors.CmykColor
-
Default constructor used to create a
CmykColor instance.
- CmykColor(float, float, float, float) - Constructor for class ohos.agp.colors.CmykColor
-
A constructor used to create a
CmykColor instance by stetting the proportion of each color.
- CmykColor(float, float, float, float, int) - Constructor for class ohos.agp.colors.CmykColor
-
A constructor used to create a CmykColor instance by setting the proportion of each color
and the alpha value.
- CmykColor(CmykColor) - Constructor for class ohos.agp.colors.CmykColor
-
A constructor used to copy a
CmykColor instance.
- CmykPalette - Class in ohos.agp.colors
-
Indicates the cyan, magenta, yellow, and black (CMYK) color scheme palette.
- COARSE - Static variable in class ohos.utils.system.SystemCapability.Location
-
Indicates the network location capability.
- CODE_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
When concatenated with a code attribute name,
indicates the format of that attribute.
- Codec - Class in ohos.media.codec
-
Provides the audio/video encoding and decoding functions.
- Codec.ICodecListener - Interface in ohos.media.codec
-
Receives notifications during encoding or decoding, such as encoded or decoded data and error messages.
- CodecDescription - Class in ohos.media.codec
-
Provides methods for obtaining audio and video codec capabilities supported by the current device.
- CodecDescriptionList - Class in ohos.media.codec
-
Provides a MIME type list of media formats supported by codecs that are available for a device.
- CodecDescriptionList() - Constructor for class ohos.media.codec.CodecDescriptionList
-
A constructor used to create a CodecDescriptionList object.
- codepoint - Variable in class ohos.global.icu.text.UnicodeSet.EntryRange
-
The starting code point of the range.
- codepoint - Variable in class ohos.global.icu.text.UnicodeSetIterator
-
Current code point, or the special value IS_STRING, if
the iterator points to a string.
- codePointAt(char[], int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
char array.
- codePointAt(char[], int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointAt(char[], int, int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
char array, where only array elements with
index less than limit can be used.
- codePointAt(char[], int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointAt(int) - Method in class java.lang.String
-
Returns the character (Unicode code point) at the specified
index.
- codePointAt(int) - Method in class java.lang.StringBuffer
-
- codePointAt(int) - Method in class java.lang.StringBuilder
-
Returns the character (Unicode code point) at the specified
index.
- codePointAt(CharSequence, int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
CharSequence.
- codePointAt(CharSequence, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointBefore(char[], int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
char array.
- codePointBefore(char[], int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointBefore(char[], int, int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
char array, where only array elements with
index greater than or equal to start
can be used.
- codePointBefore(char[], int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointBefore(int) - Method in class java.lang.String
-
Returns the character (Unicode code point) before the specified
index.
- codePointBefore(int) - Method in class java.lang.StringBuffer
-
- codePointBefore(int) - Method in class java.lang.StringBuilder
-
Returns the character (Unicode code point) before the specified
index.
- codePointBefore(CharSequence, int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
CharSequence.
- codePointBefore(CharSequence, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointCount(char[], int, int) - Static method in class java.lang.Character
-
Returns the number of Unicode code points in a subarray of the
char array argument.
- codePointCount(char[], int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codePointCount(int, int) - Method in class java.lang.String
-
Returns the number of Unicode code points in the specified text
range of this String.
- codePointCount(int, int) - Method in class java.lang.StringBuffer
-
- codePointCount(int, int) - Method in class java.lang.StringBuilder
-
Returns the number of Unicode code points in the specified text
range of this sequence.
- codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
-
Returns the number of Unicode code points in the text range of
the specified char sequence.
- codePointCount(CharSequence, int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
- codepointEnd - Variable in class ohos.global.icu.text.UnicodeSet.EntryRange
-
The ending code point of the range
- codepointEnd - Variable in class ohos.global.icu.text.UnicodeSetIterator
-
When iterating over ranges using nextRange(),
codepointEnd contains the inclusive end of the
iteration range, if codepoint != IS_STRING.
- codePoints() - Method in interface java.lang.CharSequence
-
Returns a stream of code point values from this sequence.
- CoderMalfunctionError - Error in java.nio.charset
-
- CoderMalfunctionError(Exception) - Constructor for error java.nio.charset.CoderMalfunctionError
-
Initializes an instance of this class.
- CoderResult - Class in java.nio.charset
-
A description of the result state of a coder.
- CodeSigner - Class in java.security
-
This class encapsulates information about a code signer.
- CodeSigner(CertPath, Timestamp) - Constructor for class java.security.CodeSigner
-
Constructs a CodeSigner object.
- CodeSource - Class in java.security
-
This class extends the concept of a codebase to
encapsulate not only the location (URL) but also the certificate chains
that were used to verify signed code originating from that location.
- CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
-
Constructs a CodeSource and associates it with the specified
location and set of certificates.
- CodeSource(URL, CodeSigner[]) - Constructor for class java.security.CodeSource
-
Constructs a CodeSource and associates it with the specified
location and set of code signers.
- CodingErrorAction - Class in java.nio.charset
-
A typesafe enumeration for coding-error actions.
- COLD - ohos.batterymanager.BatteryInfo.BatteryHealthState
-
Indicates that the battery temperature is low.
- CollationElementIterator - Class in java.text
-
The CollationElementIterator class is used as an iterator
to walk through each character of an international string.
- CollationElementIterator - Class in ohos.global.icu.text
-
CollationElementIterator is an iterator created by
a RuleBasedCollator to walk through a string.
- CollationKey - Class in java.text
-
A CollationKey represents a String under the
rules of a specific Collator object.
- CollationKey - Class in ohos.global.icu.text
-
A CollationKey represents a String
under the rules of a specific Collator
object.
- CollationKey(String) - Constructor for class java.text.CollationKey
-
CollationKey constructor.
- CollationKey(String, byte[]) - Constructor for class ohos.global.icu.text.CollationKey
-
CollationKey constructor.
- CollationKey.BoundMode - Class in ohos.global.icu.text
-
Options that used in the API CollationKey.getBound() for getting a
CollationKey based on the bound mode requested.
- Collator - Class in java.text
-
The Collator class performs locale-sensitive
String comparison.
- Collator - Class in ohos.global.icu.text
-
[icu enhancement] ICU's replacement for
Collator. Methods, fields, and other functionality specific to ICU are labeled '
[icu]'.
- Collator() - Constructor for class java.text.Collator
-
Default constructor.
- Collator() - Constructor for class ohos.global.icu.text.Collator
-
Empty default constructor to make javadocs happy
- Collator.ReorderCodes - Interface in ohos.global.icu.text
-
Reordering codes for non-script groups that can be reordered under collation.
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface java.util.stream.Stream
-
- collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.DoubleStream
-
- collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.IntStream
-
- collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.LongStream
-
- collect(Collector<? super T, A, R>) - Method in interface java.util.stream.Stream
-
Performs a
mutable
reduction operation on the elements of this stream using a
Collector.
- collectArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by pre-processing
a sub-sequence of its arguments with a filter (another method handle).
- collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class java.util.stream.Collectors
-
Adapts a Collector to perform an additional finishing
transformation.
- Collection<E> - Interface in java.util
-
The root interface in the collection hierarchy.
- CollectionCertStoreParameters - Class in java.security.cert
-
Parameters used as input for the Collection CertStore
algorithm.
- CollectionCertStoreParameters() - Constructor for class java.security.cert.CollectionCertStoreParameters
-
Creates an instance of CollectionCertStoreParameters with
the default parameter values (an empty and immutable
Collection).
- CollectionCertStoreParameters(Collection<?>) - Constructor for class java.security.cert.CollectionCertStoreParameters
-
Creates an instance of CollectionCertStoreParameters
which will allow certificates and CRLs to be retrieved from the
specified Collection.
- Collections - Class in java.util
-
This class consists exclusively of static methods that operate on or return
collections.
- Collector<T,A,R> - Interface in java.util.stream
-
A
mutable reduction operation that
accumulates input elements into a mutable result container, optionally transforming
the accumulated result into a final representation after all input elements
have been processed.
- Collector.Characteristics - Enum in java.util.stream
-
Characteristics indicating properties of a Collector, which can
be used to optimize reduction implementations.
- Collectors - Class in java.util.stream
-
Implementations of
Collector that implement various useful reduction
operations, such as accumulating elements into collections, summarizing
elements according to various criteria, etc.
- color - Variable in class ohos.agp.render.Paint
-
Indicates the
Color attribute of the current
Paint object.
- Color - Class in ohos.agp.colors
-
Provides color specifications and alpha values.
- Color - Class in ohos.agp.utils
-
Provides color specifications and alpha values.
- Color() - Constructor for class ohos.agp.utils.Color
-
Default constructor used to create a
Color instance.
- Color(int) - Constructor for class ohos.agp.utils.Color
-
A constructor used to create a
Color instance of a specified color.
- Color(Color) - Constructor for class ohos.agp.colors.Color
-
A constructor used to create a Color instance based on an existing one.
- Color(ColorSpec) - Constructor for class ohos.agp.colors.Color
-
A constructor used to create a
Color instance.
- COLOR - ohos.agp.render.BlendMode
-
Creates a color using the hue and saturation of the source color and the brightness of the destination color.
- COLOR - ohos.global.resource.ResourceType
-
Indicates the color type.
- COLOR_ATTR - Static variable in class ohos.global.resource.solidxml.TypedAttribute
-
Indicates that the type of the XML attribute value is COLOR_ATTR.
- COLOR_BURN - ohos.agp.render.BlendMode
-
Darkens the destination color to reflect the source color.
- COLOR_DEFAULT - Static variable in class ohos.event.notification.NotificationRequest
-
Indicates the default notification background color, which means that no color is displayed.
- COLOR_DODGE - ohos.agp.render.BlendMode
-
Brightens the destination color to reflect the source color.
- Color_id_color_activated - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_end - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_end_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_end_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_start - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_start_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_start_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_activated_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_alert - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_alert_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_alert_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_background - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_background_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_background_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge_red - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge_red_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge_red_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_badge_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg_blur - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg_blur_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg_blur_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off01 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off01_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off01_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off02 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off02_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor_off02_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor01 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor01_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor01_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor02 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor02_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_auxcolor02_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_icon_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg_blur - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg_blur_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg_blur_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_sub_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_on - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_on_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_bottom_tab_text_on_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_button_normal - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_button_normal_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_button_normal_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_card_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_card_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_card_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_click_effect - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_click_effect_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_click_effect_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_activated - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_activated_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_activated_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_normal - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_normal_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_component_normal_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_connected - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_connected_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_connected_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_dialog_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_dialog_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_dialog_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_emphasize_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_normal - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_normal_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_normal_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_pressed - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_pressed_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_bg_pressed_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_center - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_center_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_center_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_end - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_end_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_end_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_end - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_end_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_end_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_start - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_start_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_start_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_icon_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_end - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_end_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_end_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_start - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_start_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_shadow_start_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_start - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_start_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_floating_button_start_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_primary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_primary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_primary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_second - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_second_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_second_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_tertiary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_tertiary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_content_tertiary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_outline - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_outline_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_focused_outline_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary_disable - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary_disable_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary_disable_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_foreground_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_fourth - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_fourth_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_fourth_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_handup - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_handup_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_handup_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_help_tip_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_help_tip_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_help_tip_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_hover - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_hover_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_hover_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_instant_tip_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_instant_tip_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_instant_tip_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_card_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_card_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_card_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_separator - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_separator_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_list_separator_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_light_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_light_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_regular - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_regular_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_regular_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thick - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thick_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thick_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thin - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thin_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_mask_thin_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_navigationbar_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_navigationbar_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_navigationbar_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux1 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux1_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux1_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux10 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux10_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux10_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux11 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux11_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux11_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux2 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux2_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux2_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux3 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux3_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux3_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux4 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux4_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux4_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux5 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux5_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux5_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux6 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux6_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux6_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux7 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux7_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux7_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux8 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux8_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux8_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux9 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux9_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette_aux9_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette1 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette1_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette1_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette10 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette10_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette10_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette11 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette11_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette11_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette2 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette2_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette2_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette3 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette3_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette3_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette4 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette4_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette4_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette5 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette5_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette5_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette6 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette6_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette6_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette7 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette7_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette7_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette8 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette8_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette8_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette9 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette9_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_palette9_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_panel_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_panel_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_panel_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_primary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_progress - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_progress_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_progress_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_secondary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_secondary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_secondary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special1 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special1_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special1_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special10 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special10_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special10_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special11 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special11_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special11_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special2 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special2_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special2_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special3 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special3_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special3_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special4 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special4_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special4_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special5 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special5_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special5_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special6 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special6_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special6_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special7 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special7_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special7_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special8 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special8_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special8_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special9 - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special9_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_special9_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_spinner_icon - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_spinner_icon_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_spinner_icon_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_statusbar_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_statusbar_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_statusbar_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_sub_background - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_sub_background_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_sub_background_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subheading_separator - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subheading_separator_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subheading_separator_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_line_on - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_line_on_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_line_on_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_on - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_on_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_subtab_text_on_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_bg_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_bg_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_bg_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_outline_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_outline_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_switch_outline_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tertiary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tertiary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tertiary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_sub_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_sub_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_field_sub_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_highlight_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hint_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_hyperlink_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_activated - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_activated_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_activated_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_primary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_search_url - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_search_url_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_search_url_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_activated - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_activated_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_activated_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_secondary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary_contrary - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary_contrary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary_contrary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_text_tertiary_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon_pressed - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon_pressed_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon_pressed_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_icon_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_sub_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_sub_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_sub_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_subtitle_text - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_subtitle_text_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_subtitle_text_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text_off - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text_off_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text_off_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_titlebar_text_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon_actived - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon_actived_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon_actived_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_icon_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_sub_bg - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_sub_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_sub_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text_actived - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text_actived_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text_actived_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_toolbar_text_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_background - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_background_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_background_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_foreground - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_foreground_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_tooltip_foreground_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_warning - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_warning_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Color_id_color_warning_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- COLOR_MODEL - Static variable in class ohos.media.common.Format
-
Indicates a key that describes the video color format.
- COLOR_SPACE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- ColorConverter - Class in ohos.agp.colors
-
Converts a color specification to another one.
- ColorFilter - Class in ohos.agp.render
-
Represents the color filter of a paint.
- ColorFilter(int, BlendMode) - Constructor for class ohos.agp.render.ColorFilter
-
A constructor used to create a ColorFilter instance based on the specified color value and blend mode.
- ColorMatrix - Class in ohos.agp.render
-
Transforms the alpha and color values of a
PixelMap object.
- ColorMatrix() - Constructor for class ohos.agp.render.ColorMatrix
-
Default constructor used to create a ColorMatrix instance.
- ColorMatrix(float[]) - Constructor for class ohos.agp.render.ColorMatrix
-
A constructor used to create a row major ColorMatrix instance and initialize it using a specified array.
- ColorMatrix(ColorMatrix) - Constructor for class ohos.agp.render.ColorMatrix
-
A constructor used to create and initialize a ColorMatrix instance.
- colorMode - Variable in class ohos.global.configuration.Configuration
-
Indicates the current color mode of your application.
- colorSpace - Variable in class ohos.media.image.common.ImageInfo
-
Indicates the color space specified by a
ColorSpace enum.
- ColorSpace - Enum in ohos.media.image.common
-
Describes types of image color space.
- ColorSpec - Enum in ohos.agp.colors
-
Indicates the supported color specifications, including the RGB, CMYK, HSV, HSL.
- columnNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column might not allow NULL values.
- columnNoNulls - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that a
column does not allow NULL values.
- columnNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column definitely allows NULL values.
- columnNullable - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that a
column allows NULL values.
- columnNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the nullability of columns is unknown.
- columnNullableUnknown - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that the
nullability of a column's values is unknown.
- columnSpec - Variable in class ohos.agp.components.TableLayout.LayoutConfig
-
Indicates the column specifications in the table layout.
- combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
-
Modify or update the provided ProtectionDomains.
- combine(ProtectionDomain[], ProtectionDomain[]) - Method in class javax.security.auth.SubjectDomainCombiner
-
Update the relevant ProtectionDomains with the Principals
from the Subject associated with this
SubjectDomainCombiner.
- combine(DoubleSummaryStatistics) - Method in class java.util.DoubleSummaryStatistics
-
Combines the state of another DoubleSummaryStatistics into this
one.
- combine(IntSummaryStatistics) - Method in class java.util.IntSummaryStatistics
-
Combines the state of another IntSummaryStatistics into this one.
- combine(LongSummaryStatistics) - Method in class java.util.LongSummaryStatistics
-
Combines the state of another LongSummaryStatistics into this
one.
- combineDateAndTime(String, String) - Method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Combines a relative date string and a time string in this object's
locale.
- CombinedResultSet - Class in ohos.data.resultset
-
Represents a linear result set that combines multiple result sets.
- CombinedResultSet(ResultSet[]) - Constructor for class ohos.data.resultset.CombinedResultSet
-
Instantiate the parameterized constructor of CombinedResultSet.
- combiner() - Method in interface java.util.stream.Collector
-
A function that accepts two partial results and merges them.
- COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks" Unicode character block.
- COMBINING_DIACRITICAL_MARKS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks Supplement" Unicode
character block.
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Half Marks" Unicode character block.
- COMBINING_HALF_MARKS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_MARK - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks for Symbols" Unicode
character block.
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Combining Diacritical Marks for
Symbols".
- COMBINING_MARKS_FOR_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Combining Diacritical Marks for
Symbols".
- COMBINING_SPACING_MARK - Static variable in class java.lang.Character
-
General category "Mc" in the Unicode specification.
- COMBINING_SPACING_MARK - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Mc
- command() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's operating system program and
arguments.
- command(Object) - Static method in class java.lang.Compiler
-
Examines the argument type and its fields and perform some documented
operation.
- command(String...) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's operating system program and
arguments.
- command(List<String>) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's operating system program and
arguments.
- COMMAND_PARAMETER_FLUSH - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the parameter of the command to flush sensor data.
- COMMAND_PARAMETER_SET_MODE - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the parameter of the command to set the sensor mode.
- COMMAND_TYPE_FLUSH - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the type of the command to flush sensor data.
- COMMAND_TYPE_SET_MODE - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the type of the command to set the sensor mode.
- COMMENT - Static variable in class ohos.data.search.schema.AppItem
-
Indicates the index field name of comment.
- COMMENT - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is a comment
- commentChar(int) - Method in class java.io.StreamTokenizer
-
Specified that the character argument starts a single-line
comment.
- COMMENTS - Static variable in class java.util.regex.Pattern
-
Permits whitespace and comments in pattern.
- commit() - Method in interface java.sql.Connection
-
Makes all changes made since the previous
commit/rollback permanent and releases any database locks
currently held by this Connection object.
- commit() - Method in interface ohos.data.distributed.common.KvStore
-
Submits a transaction operation in the KvStore database.
- commit() - Method in interface ohos.data.orm.OrmContext
-
Commits a transaction.
- COMMON - java.lang.Character.UnicodeScript
-
Unicode script "Common".
- COMMON - ohos.data.search.schema.IndexSchemaType
-
Indicates a common index schema.
- COMMON - Static variable in class ohos.global.icu.lang.UScript
-
Common
- COMMON_EVENT_ABILITY_ADDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an ability has been added.
- COMMON_EVENT_ABILITY_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an ability has been removed.
- COMMON_EVENT_ABILITY_UPDATED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an ability has been updated.
- COMMON_EVENT_ACCOUNT_DELETED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the account is deleted.
- COMMON_EVENT_AIRPLANE_MODE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the airplane mode of the device has changed.
- COMMON_EVENT_BATTERY_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the charging state, level,
and other information about the battery have changed.
- COMMON_EVENT_BATTERY_LOW - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the battery level is low.
- COMMON_EVENT_BATTERY_OKAY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the battery exit the low state.
- COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the audio state of Bluetooth A2DP Sink has changed.
- COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the connection state of Bluetooth A2DP Sink has changed.
- COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the playing state of Bluetooth A2DP Sink has changed.
- COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the AVRCP connection state of Bluetooth A2DP
has changed.
- COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the audio codec state of Bluetooth A2DP has changed.
- COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the connection state of Bluetooth A2DP.
- COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device connected using Bluetooth A2DP
is active.
- COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the playing state of Bluetooth A2DP has changed.
- COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the connection state of Bluetooth A2DP has changed.
- COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the connection state of
Bluetooth handsfree communication.
- COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device connected to
the Bluetooth handsfree is active.
- COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the calling state of a Bluetooth handsfree has changed.
- COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the audio gateway state of a Bluetooth handsfree
has changed.
- COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the audio state of a Bluetooth handsfree has changed.
- COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the connection state of a Bluetooth handsfree
has changed.
- COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Bluetooth scanning is finished on the device.
- COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Bluetooth scanning has been started on the device.
- COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Bluetooth adapter name of the device has changed.
- COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the requests for the user to turn off Bluetooth.
- COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the requests for the user to allow Bluetooth
to be scanned.
- COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the requests for the user to turn on Bluetooth.
- COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Bluetooth scanning mode of a device has changed.
- COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the state of a Bluetooth adapter has been changed,
for example, Bluetooth has been turned on or off.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a low level (ACL) connection has been established
with a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a low level (ACL) connection has been disconnected
from a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the battery level of a remote Bluetooth device
has been retrieved for the first time or has been changed since the last retrieval.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Bluetooth class of a remote Bluetooth device
has changed.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the connection to a remote Bluetooth device
has been canceled.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the response to the connection request from
a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the connection request from
a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a remote Bluetooth device has been discovered.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the friendly name of a remote Bluetooth device
has been retrieved for the first time or has been changed since the last retrieval.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the connection state of a remote Bluetooth device
has changed.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that Bluetooth pairing is canceled.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the pairing request from a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the SDP state of a remote Bluetooth device.
- COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the UUID connection state of a remote Bluetooth device.
- COMMON_EVENT_BOOT_COMPLETED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has finished booting and
the system has been loaded.
- COMMON_EVENT_BUNDLE_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an installed bundle has been uninstalled
from the device with the application data remained.
- COMMON_EVENT_CHARGING - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system starts charging the battery.
- COMMON_EVENT_CLOSE_SYSTEM_DIALOGS - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a user closes a temporary system dialog box.
- COMMON_EVENT_CONFIGURATION_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device state (for example, orientation and locale)
has changed.
- COMMON_EVENT_DATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system date has changed.
- COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system idle mode has changed.
- COMMON_EVENT_DISCHARGING - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system stops charging the battery.
- COMMON_EVENT_DISK_BAD_REMOVAL - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device was removed without
being unmounted.
- COMMON_EVENT_DISK_EJECT - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device was ejected.
- COMMON_EVENT_DISK_MOUNTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device was mounted.
- COMMON_EVENT_DISK_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device was removed.
- COMMON_EVENT_DISK_UNMOUNTABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device becomes unmountable.
- COMMON_EVENT_DISK_UNMOUNTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an external storage device was unmounted.
- COMMON_EVENT_DRIVE_MODE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system is in driving mode.
- COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that applications installed on the external storage
become available for the system.
- COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that applications installed on the external storage
become unavailable for the system.
- COMMON_EVENT_FOUNDATION_READY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the foundation is ready.
- COMMON_EVENT_HOME_MODE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system is in home mode.
- COMMON_EVENT_HWID_LOGIN - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about a login of a user with Huawei account ID.
- COMMON_EVENT_HWID_LOGOFF - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about a logoff of a Huawei account ID.
- COMMON_EVENT_HWID_LOGOUT - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about a logout of a user with Huawei account ID.
- COMMON_EVENT_HWID_TOKEN_INVALID - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Huawei account ID is invalid.
- COMMON_EVENT_IVI_ACTIVE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the battery service is active.
- COMMON_EVENT_IVI_LASTMODE_SAVE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a third-party application is instructed to save its last
mode.
- COMMON_EVENT_IVI_SLEEP - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the in-vehicle infotainment (IVI) system of
a vehicle is sleeping.
- COMMON_EVENT_IVI_STANDBY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a third-party application is instructed to pause the
current work.
- COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the in-vehicle system has an extreme temperature.
- COMMON_EVENT_IVI_TEMPERATURE_RECOVERY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the temperature of the in-vehicle system is
restored to normal.
- COMMON_EVENT_IVI_VOLTAGE_ABNORMAL - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the voltage of the vehicle power system is abnormal.
- COMMON_EVENT_IVI_VOLTAGE_RECOVERY - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the voltage of the vehicle power system is
restored to normal.
- COMMON_EVENT_LOCALE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device locale has changed.
- COMMON_EVENT_LOCATION_MODE_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the location mode of the system has changed.
- COMMON_EVENT_LOCKED_BOOT_COMPLETED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has finished booting and the system
has been loaded but the screen is still locked.
- COMMON_EVENT_MANAGE_PACKAGE_STORAGE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device storage is insufficient.
- COMMON_EVENT_MY_PACKAGE_REPLACED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a new version of your application package
has replaced the previous one.
- COMMON_EVENT_MY_PACKAGE_SUSPENDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an application package has been suspended.
- COMMON_EVENT_MY_PACKAGE_UNSUSPENDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an application package has not been suspended.
- COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the state of the device NFC adapter has changed.
- COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the NFC RF field is detected to be in the disabled state.
- COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the NFC RF field is detected to be in the enabled state.
- COMMON_EVENT_OFFICE_MODE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system is in office mode.
- COMMON_EVENT_PACKAGE_ADDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a new application package has been installed
on the device.
- COMMON_EVENT_PACKAGE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an application package
has been changed (for example, a component in the package has been enabled or disabled).
- COMMON_EVENT_PACKAGE_DATA_CLEARED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has cleared the application package data.
- COMMON_EVENT_PACKAGE_FIRST_LAUNCH - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an installed application is started for the first time.
- COMMON_EVENT_PACKAGE_FULLY_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an installed application,
including both the application data and code, have been completely uninstalled from the device.
- COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an application requires system verification.
- COMMON_EVENT_PACKAGE_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an installed application has been uninstalled
from the device with the application data remained.
- COMMON_EVENT_PACKAGE_REPLACED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a new version of an installed application package
has replaced the previous one on the device.
- COMMON_EVENT_PACKAGE_RESTARTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has restarted the application package and
killed all its processes.
- COMMON_EVENT_PACKAGE_VERIFIED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that an application has been verified by the system.
- COMMON_EVENT_PACKAGES_SUSPENDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that application packages have been suspended.
- COMMON_EVENT_PACKAGES_UNSUSPENDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that application packages have not been suspended.
- COMMON_EVENT_POWER_CONNECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device is connected to the external power.
- COMMON_EVENT_POWER_DISCONNECTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device is disconnected from the external power.
- COMMON_EVENT_POWER_SAVE_MODE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the power save mode of the system has changed.
- COMMON_EVENT_SCREEN_OFF - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device screen is off and the device is sleeping.
- COMMON_EVENT_SCREEN_ON - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device screen is on and the device is interactive.
- COMMON_EVENT_SHUTDOWN - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the device is being shut down and
the final shutdown will proceed.
- COMMON_EVENT_TIME_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system time is set.
- COMMON_EVENT_TIME_TICK - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system time has changed.
- COMMON_EVENT_TIMEZONE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the system time zone has changed.
- COMMON_EVENT_UID_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a user ID has been removed from the system.
- COMMON_EVENT_USB_ACCESSORY_ATTACHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a USB accessory has been attached.
- COMMON_EVENT_USB_ACCESSORY_DETACHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a USB accessory has been detached.
- COMMON_EVENT_USB_DEVICE_ATTACHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a USB device has been attached when the user device
functions as a USB host.
- COMMON_EVENT_USB_DEVICE_DETACHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a USB device has been detached when the user device
functions as a USB host.
- COMMON_EVENT_USER_ADDED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a user has been added to the system.
- COMMON_EVENT_USER_BACKGROUND - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has been brought to the background.
- COMMON_EVENT_USER_FOREGROUND - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has been brought to the foreground.
- COMMON_EVENT_USER_PRESENT - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user unlocks the device.
- COMMON_EVENT_USER_REMOVED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a user has been removed from the system.
- COMMON_EVENT_USER_STARTED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has been started.
- COMMON_EVENT_USER_STARTING - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user is going to be started.
- COMMON_EVENT_USER_STOPPED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user has been stopped.
- COMMON_EVENT_USER_STOPPING - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the user is going to be stopped.
- COMMON_EVENT_USER_SWITCHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a user switch is happening.
- COMMON_EVENT_USER_UNLOCKED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the credential-encrypted storage
has become unlocked for the current user when the device is unlocked after being restarted.
- COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the account visible changed.
- COMMON_EVENT_WIFI_AP_STAT_JOIN - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a client has joined the Wi-Fi hotspot of the
current device.
- COMMON_EVENT_WIFI_AP_STAT_LEAVE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that a client has dropped connection to the Wi-Fi hotspot of
the current device.
- COMMON_EVENT_WIFI_CONN_STATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Wi-Fi connection state has changed.
- COMMON_EVENT_WIFI_HOTSPOT_STATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the Wi-Fi hotspot state, such as enabled or disabled.
- COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the state of MPLink (an enhanced Wi-Fi feature)
has changed.
- COMMON_EVENT_WIFI_P2P_CONN_STATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Wi-Fi P2P connection state has changed.
- COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates that the Wi-Fi P2P current device state change.
- COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates that the Wi-Fi P2P group info is changed.
- COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates that the Wi-Fi P2P discovery state change.
- COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates that the Wi-Fi P2P peers state change.
- COMMON_EVENT_WIFI_P2P_STATE_CHANGED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the Wi-Fi P2P state, such as enabled and disabled.
- COMMON_EVENT_WIFI_POWER_STATE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event about the Wi-Fi state, such as enabled and disabled.
- COMMON_EVENT_WIFI_RSSI_VALUE - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Wi-Fi signal strength (RSSI) has changed.
- COMMON_EVENT_WIFI_SCAN_FINISHED - Static variable in class ohos.event.commonevent.CommonEventSupport
-
Indicates the action of a common event that the Wi-Fi access point has been scanned and proven to
be available.
- COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Common Indic Number Forms" Unicode character block.
- COMMON_INDIC_NUMBER_FORMS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_INDIC_NUMBER_FORMS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_NUMBER_SEPARATOR - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type CS
- CommonDataSource - Interface in javax.sql
-
Interface that defines the methods which are common between DataSource,
XADataSource and ConnectionPoolDataSource.
- CommonDialog - Class in ohos.agp.window.dialog
-
Creates a common dialog box.
- CommonDialog(Context) - Constructor for class ohos.agp.window.dialog.CommonDialog
-
A constructor used to create a CommonDialog instance.
- CommonDialog.DestroyedListener - Interface in ohos.agp.window.dialog
-
Interface that listens for dialog destruction events.
- COMMONEVENT_STICKY - Static variable in class ohos.security.SystemPermission
-
Allows an application to publish a sticky common event.
- CommonEventData - Class in ohos.event.commonevent
-
Carries common events, for example, publishing common event contents and storing common events
received after subscription.
- CommonEventData() - Constructor for class ohos.event.commonevent.CommonEventData
-
Default constructor used to create an empty CommonEventData instance.
- CommonEventData(Intent) - Constructor for class ohos.event.commonevent.CommonEventData
-
Creates a CommonEventData instance based on the intent parameter to set the content of
a common event.
- CommonEventData(Intent, int, String) - Constructor for class ohos.event.commonevent.CommonEventData
-
Creates a CommonEventData instance based on the parameters intent, code,
and data to set the content of the common event.
- CommonEventHandle - Interface in ohos.multimodalinput.standard
-
Provides methods for handling standard common events.
- CommonEventInfo - Class in ohos.bundle
-
Provides methods for obtaining configuration information about a static common event, including the bundle name,
class name, and permission.
- CommonEventInfo() - Constructor for class ohos.bundle.CommonEventInfo
-
Default constructor used to create a
CommonEventInfo instance for storing configuration
information about a static common event.
- CommonEventInfo(CommonEventInfo) - Constructor for class ohos.bundle.CommonEventInfo
-
A constructor used to create a
CommonEventInfo instance by copying parameters from an
existing one.
- CommonEventManager - Class in ohos.event.commonevent
-
Manages common events, such as publishing, subscribing to, and unsubscribing from common events.
- CommonEventPublishInfo - Class in ohos.event.commonevent
-
Provides information for publishing common events, including setting subscriber filter criteria,
common event type and mode.
- CommonEventPublishInfo() - Constructor for class ohos.event.commonevent.CommonEventPublishInfo
-
Default constructor used to create an empty CommonEventPublishInfo instance.
- CommonEventPublishInfo(CommonEventPublishInfo) - Constructor for class ohos.event.commonevent.CommonEventPublishInfo
-
A constructor used to create a CommonEventPublishInfo instance by copying parameters
from an existing one.
- CommonEventSubscribeInfo - Class in ohos.event.commonevent
-
Sets filter criteria of publishers, such as the device ID and permission, for subscribing to desired common events.
- CommonEventSubscribeInfo(CommonEventSubscribeInfo) - Constructor for class ohos.event.commonevent.CommonEventSubscribeInfo
-
A constructor used to create a CommonEventSubscribeInfo instance by copying parameters from
an existing one.
- CommonEventSubscribeInfo(MatchingSkills) - Constructor for class ohos.event.commonevent.CommonEventSubscribeInfo
-
A constructor used to create a CommonEventSubscribeInfo instance with the
matchingSkills parameters passed.
- CommonEventSubscribeInfo.ThreadMode - Enum in ohos.event.commonevent
-
Specifies the thread mode so that the callback method of the subscriber runs on the specified thread.
- CommonEventSubscriber - Class in ohos.event.commonevent
-
Provides methods that will be called back when a subscriber receives a new common event.
- CommonEventSubscriber(CommonEventSubscribeInfo) - Constructor for class ohos.event.commonevent.CommonEventSubscriber
-
A constructor used to create a CommonEventSubscriber instance with
the subscribeInfo parameter passed.
- CommonEventSupport - Class in ohos.event.commonevent
-
Provides a series of static system-level constants of common events.
- commonExecute(String, String, String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Performs a user-defined operation and issues different chip instructions according to funCallId.
- CommonItem - Class in ohos.data.search.schema
-
Represents the common index schema.
- CommonItem() - Constructor for class ohos.data.search.schema.CommonItem
-
A constructor used to create a CommonItem instance.
- CommonPattern - Class in ohos.utils
-
Provides methods for obtaining regular expressions used to verify common patterns.
- CommonPattern() - Constructor for class ohos.utils.CommonPattern
-
Default constructor used to create a instance
- commonPool() - Static method in class java.util.concurrent.ForkJoinPool
-
Returns the common pool instance.
- Communication() - Constructor for class ohos.utils.system.SystemCapability.Communication
-
- compact() - Method in class java.nio.ByteBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.CharBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.DoubleBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.FloatBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.IntBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.LongBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.ShortBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class ohos.global.icu.text.UnicodeSet
-
Reallocate this objects internal structures to take up the least
possible space, without changing this object's value.
- COMPACT - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- CompactDecimalFormat - Class in ohos.global.icu.text
-
Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
- CompactDecimalFormat.CompactStyle - Enum in ohos.global.icu.text
-
Style parameter for CompactDecimalFormat.
- Comparable<T> - Interface in java.lang
-
This interface imposes a total ordering on the objects of each class that
implements it.
- comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns the comparator used to order the elements in this queue,
or
null if this queue uses the
Comparable of its elements.
- comparator() - Method in class java.util.PriorityQueue
-
Returns the comparator used to order the elements in this
queue, or
null if this queue is sorted according to
the
Comparable of its elements.
- comparator() - Method in interface java.util.SortedMap
-
Returns the comparator used to order the keys in this map, or
null if this map uses the
Comparable of its keys.
- comparator() - Method in interface java.util.SortedSet
-
Returns the comparator used to order the elements in this set,
or
null if this set uses the
Comparable of its elements.
- comparator() - Method in class java.util.TreeMap
-
- comparator() - Method in class java.util.TreeSet
-
- Comparator<T> - Interface in java.util
-
A comparison function, which imposes a total ordering on some
collection of objects.
- compare(boolean, boolean) - Static method in class java.lang.Boolean
-
Compares two boolean values.
- compare(byte, byte) - Static method in class java.lang.Byte
-
Compares two byte values numerically.
- compare(char[], char[], int) - Static method in class ohos.global.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(char[], int, int, char[], int, int, int) - Static method in class ohos.global.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(char, char) - Static method in class java.lang.Character
-
Compares two char values numerically.
- compare(double, double) - Static method in class java.lang.Double
-
Compares the two specified double values.
- compare(float, float) - Static method in class java.lang.Float
-
Compares the two specified float values.
- compare(int, int) - Static method in class java.lang.Integer
-
Compares two int values numerically.
- compare(int, int, int) - Static method in class ohos.global.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(int, String, int) - Static method in class ohos.global.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(long, long) - Static method in class java.lang.Long
-
Compares two long values numerically.
- compare(short, short) - Static method in class java.lang.Short
-
Compares two short values numerically.
- compare(Object, Object) - Method in class java.text.Collator
-
Compares its two arguments for order.
- compare(Object, Object) - Method in class ohos.global.icu.text.Collator
-
Compares the source Object to the target Object.
- compare(String, String) - Method in class java.text.Collator
-
Compares the source string to the target string according to the
collation rules for this Collator.
- compare(String, String) - Method in class java.text.RuleBasedCollator
-
Compares the character data stored in two different strings based on the
collation rules.
- compare(String, String) - Method in class ohos.global.icu.text.Collator
-
Compares the source text String to the target text String according to
this Collator's rules, strength and decomposition mode.
- compare(String, String) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Compares the source text String to the target text String according to the collation rules, strength and
decomposition mode for this RuleBasedCollator.
- compare(String, String, int) - Static method in class ohos.global.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(OrmMigration, OrmMigration) - Method in class ohos.data.orm.DowngradeComparator
-
Compares the downgrade sequence of two
OrmMigration objects.
- compare(OrmMigration, OrmMigration) - Method in class ohos.data.orm.UpgradeComparator
-
- compare(T, T) - Method in interface java.util.Comparator
-
Compares its two arguments for order.
- compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
-
Returns 0 if the arguments are identical and
c.compare(a, b) otherwise.
- COMPARE_CODE_POINT_ORDER - Static variable in class ohos.global.icu.text.Normalizer
-
Option bit for compare:
Compare strings in code point order instead of code unit order.
- COMPARE_IGNORE_CASE - Static variable in class ohos.global.icu.text.Normalizer
-
Option bit for compare:
Perform case-insensitive comparison.
- compareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets the value to the given updated value
if the current value == the expected value.
- compareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically sets the value to the given updated value
if the current value == the expected value.
- compareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically sets the element at position i to the given
updated value if the current value == the expected value.
- compareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically sets the element at position i to the given
updated value if the current value == the expected value.
- compareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically sets the element at position i to the given
updated value if the current value == the expected value.
- compareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically sets the value to the given updated value
if the current value == the expected value.
- compareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value == the
expected value.
- compareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value == the
expected value.
- compareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value == the
expected value.
- compareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically sets the value to the given updated value
if the current value == the expected value.
- compareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Atomically sets the value of both the reference and mark
to the given update values if the
current reference is == to the expected reference
and the current mark is equal to the expected mark.
- compareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Atomically sets the value of both the reference and stamp
to the given update values if the
current reference is == to the expected reference
and the current stamp is equal to the expected stamp.
- compareAndSetForkJoinTaskTag(short, short) - Method in class java.util.concurrent.ForkJoinTask
-
Atomically conditionally sets the tag value for this task.
- compareAndSetPendingCount(int, int) - Method in class java.util.concurrent.CountedCompleter
-
Sets (atomically) the pending count to the given count only if
it currently holds the given expected value.
- compareAndSetState(int, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Atomically sets synchronization state to the given updated
value if the current state value equals the expected value.
- compareAndSetState(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Atomically sets synchronization state to the given updated
value if the current state value equals the expected value.
- comparePhoneNumbers(String, String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Compares two phone numbers.
- compareTo(E) - Method in class java.lang.Enum
-
Compares this enum with the specified object for order.
- compareTo(File) - Method in class java.io.File
-
Compares two abstract pathnames lexicographically.
- compareTo(Boolean) - Method in class java.lang.Boolean
-
Compares this Boolean instance with another.
- compareTo(Byte) - Method in class java.lang.Byte
-
Compares two Byte objects numerically.
- compareTo(Character) - Method in class java.lang.Character
-
Compares two Character objects numerically.
- compareTo(Double) - Method in class java.lang.Double
-
Compares two Double objects numerically.
- compareTo(Float) - Method in class java.lang.Float
-
Compares two Float objects numerically.
- compareTo(Integer) - Method in class java.lang.Integer
-
Compares two Integer objects numerically.
- compareTo(Iterable<String>) - Method in class ohos.global.icu.text.UnicodeSet
-
- compareTo(Long) - Method in class java.lang.Long
-
Compares two Long objects numerically.
- compareTo(Object) - Method in class java.io.ObjectStreamField
-
Compare this field with another ObjectStreamField.
- compareTo(Short) - Method in class java.lang.Short
-
Compares two Short objects numerically.
- compareTo(String) - Method in class java.lang.String
-
Compares two strings lexicographically.
- compareTo(BigDecimal) - Method in class java.math.BigDecimal
-
Compares this BigDecimal with the specified
BigDecimal.
- compareTo(BigInteger) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified BigInteger.
- compareTo(URI) - Method in class java.net.URI
-
Compares this URI to another object, which must be a URI.
- compareTo(ByteBuffer) - Method in class java.nio.ByteBuffer
-
Compares this buffer to another.
- compareTo(CharBuffer) - Method in class java.nio.CharBuffer
-
Compares this buffer to another.
- compareTo(Charset) - Method in class java.nio.charset.Charset
-
Compares this charset to another.
- compareTo(DoubleBuffer) - Method in class java.nio.DoubleBuffer
-
Compares this buffer to another.
- compareTo(FileTime) - Method in class java.nio.file.attribute.FileTime
-
Compares the value of two FileTime objects for order.
- compareTo(Path) - Method in interface java.nio.file.Path
-
Compares two abstract paths lexicographically.
- compareTo(FloatBuffer) - Method in class java.nio.FloatBuffer
-
Compares this buffer to another.
- compareTo(IntBuffer) - Method in class java.nio.IntBuffer
-
Compares this buffer to another.
- compareTo(LongBuffer) - Method in class java.nio.LongBuffer
-
Compares this buffer to another.
- compareTo(ShortBuffer) - Method in class java.nio.ShortBuffer
-
Compares this buffer to another.
- compareTo(Timestamp) - Method in class java.sql.Timestamp
-
Compares this Timestamp object to the given
Timestamp object.
- compareTo(CollationKey) - Method in class java.text.CollationKey
-
Compare this CollationKey to the target CollationKey.
- compareTo(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
-
Compares this date to another date, including the chronology.
- compareTo(ChronoLocalDate) - Method in class java.time.LocalDate
-
Compares this date to another date.
- compareTo(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Compares this date-time to another date-time, including the chronology.
- compareTo(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
-
Compares this date-time to another date-time.
- compareTo(Chronology) - Method in class java.time.chrono.AbstractChronology
-
Compares this chronology to another chronology.
- compareTo(Chronology) - Method in interface java.time.chrono.Chronology
-
Compares this chronology to another chronology.
- compareTo(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Compares this date-time to another date-time, including the chronology.
- compareTo(Duration) - Method in class java.time.Duration
-
Compares this duration to the specified Duration.
- compareTo(Instant) - Method in class java.time.Instant
-
Compares this instant to the specified instant.
- compareTo(LocalTime) - Method in class java.time.LocalTime
-
Compares this time to another time.
- compareTo(MonthDay) - Method in class java.time.MonthDay
-
Compares this month-day to another month-day.
- compareTo(OffsetDateTime) - Method in class java.time.OffsetDateTime
-
Compares this date-time to another date-time.
- compareTo(OffsetTime) - Method in class java.time.OffsetTime
-
Compares this OffsetTime to another time.
- compareTo(Year) - Method in class java.time.Year
-
Compares this year to another year.
- compareTo(YearMonth) - Method in class java.time.YearMonth
-
Compares this year-month to another year-month.
- compareTo(ZoneOffsetTransition) - Method in class java.time.zone.ZoneOffsetTransition
-
Compares this transition to another based on the transition instant.
- compareTo(ZoneOffset) - Method in class java.time.ZoneOffset
-
Compares this offset to another offset in descending order.
- compareTo(Calendar) - Method in class java.util.Calendar
-
Compares the time values (millisecond offsets from the
Epoch) represented by two
Calendar objects.
- compareTo(Date) - Method in class java.sql.Timestamp
-
Compares this Timestamp object to the given
Date object.
- compareTo(Date) - Method in class java.util.Date
-
Compares two Dates for ordering.
- compareTo(UUID) - Method in class java.util.UUID
-
Compares this UUID with the specified UUID.
- compareTo(BigDecimal) - Method in class ohos.global.icu.math.BigDecimal
-
Compares this BigDecimal to another, using unlimited precision.
- compareTo(BigDecimal, MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Compares this BigDecimal to another.
- compareTo(CollationKey) - Method in class ohos.global.icu.text.CollationKey
-
Compare this CollationKey to another CollationKey.
- compareTo(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Compares UnicodeSets, where shorter come first, and otherwise lexigraphically
(according to the comparison of the first characters that differ).
- compareTo(UnicodeSet, UnicodeSet.ComparisonStyle) - Method in class ohos.global.icu.text.UnicodeSet
-
Compares UnicodeSets, in three different ways.
- compareTo(Calendar) - Method in class ohos.global.icu.util.Calendar
-
Compares the times (in millis) represented by two
Calendar objects.
- compareTo(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Compares two ULocale for ordering.
- compareTo(VersionInfo) - Method in class ohos.global.icu.util.VersionInfo
-
Compares other with this VersionInfo.
- compareTo(Uri) - Method in class ohos.utils.net.Uri
-
- compareTo(RationalNumber) - Method in class ohos.utils.RationalNumber
-
Compares the current RationalNumber object with a given object.
- compareTo(T) - Method in interface java.lang.Comparable
-
Compares this object with the specified object for order.
- compareToIgnoreCase(String) - Method in class java.lang.String
-
Compares two strings lexicographically, ignoring case
differences.
- compareUnsigned(int, int) - Static method in class java.lang.Integer
-
Compares two int values numerically treating the values
as unsigned.
- compareUnsigned(long, long) - Static method in class java.lang.Long
-
Compares two long values numerically treating the values
as unsigned.
- comparing(Function<? super T, ? extends U>) - Static method in interface java.util.Comparator
-
Accepts a function that extracts a
Comparable sort key from a type
T, and returns a
Comparator<T> that compares by that sort key.
- comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface java.util.Comparator
-
Accepts a function that extracts a sort key from a type
T, and
returns a
Comparator<T> that compares by that sort key using
the specified
Comparator.
- comparingByKey() - Static method in interface java.util.Map.Entry
-
Returns a comparator that compares
Map.Entry in natural order on key.
- comparingByKey(Comparator<? super K>) - Static method in interface java.util.Map.Entry
-
- comparingByValue() - Static method in interface java.util.Map.Entry
-
Returns a comparator that compares
Map.Entry in natural order on value.
- comparingByValue(Comparator<? super V>) - Static method in interface java.util.Map.Entry
-
- comparingDouble(ToDoubleFunction<? super T>) - Static method in interface java.util.Comparator
-
Accepts a function that extracts a double sort key from a type
T, and returns a Comparator<T> that compares by that
sort key.
- comparingInt(ToIntFunction<? super T>) - Static method in interface java.util.Comparator
-
Accepts a function that extracts an int sort key from a type
T, and returns a Comparator<T> that compares by that
sort key.
- comparingLong(ToLongFunction<? super T>) - Static method in interface java.util.Comparator
-
Accepts a function that extracts a long sort key from a type
T, and returns a Comparator<T> that compares by that
sort key.
- COMPAT - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- COMPATIBLE - ohos.data.distributed.common.SchemaMode
-
Indicates the compatible mode.
- compelVerifyCallerPermission(String, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyCallerPermission(String, String) - Method in interface ohos.app.Context
-
Checks whether a specified permission has been granted to the calling process for inter-process
communication (IPC), and throws a
SecurityException if the permission is not granted.
- compelVerifyCallerUriPermission(Uri, int, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyCallerUriPermission(Uri, int, String) - Method in interface ohos.app.Context
-
Checks whether the calling process for IPC has the permission to access a specified URI, and throws
a
SecurityException if it does not have the permission.
- compelVerifyPermission(String, int, int, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyPermission(String, int, int, String) - Method in interface ohos.app.Context
-
Checks whether a specified permission has been granted to the process identified by
pid and
uid,
and throws a
SecurityException if the permission is not granted.
- compelVerifyPermission(String, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyPermission(String, String) - Method in interface ohos.app.Context
-
Checks whether a specified permission has been granted to the calling process, and throws
a
SecurityException if the permission is not granted.
- compelVerifyUriPermission(Uri, int, int, int, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyUriPermission(Uri, int, int, int, String) - Method in interface ohos.app.Context
-
Checks whether the process identified by
pid and
uid has the permission to access
a specified URI, and throws a
SecurityException if it does not have the permission.
- compelVerifyUriPermission(Uri, int, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyUriPermission(Uri, int, String) - Method in interface ohos.app.Context
-
Checks whether the calling process has the permission to access a specified URI, and throws
a
SecurityException if it does not have the permission.
- compelVerifyUriPermission(Uri, String, String, int, int, int, String) - Method in class ohos.app.AbilityContext
-
- compelVerifyUriPermission(Uri, String, String, int, int, int, String) - Method in interface ohos.app.Context
-
Checks whether the process identified by
pid and
uid has specified read and write permissions
as well as the permission to access a specified URI, and throws a
SecurityException if it does not have
the permissions.
- COMPILATION - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the media compilation status.
- compile(String) - Static method in class java.util.regex.Pattern
-
Compiles the given regular expression into a pattern.
- compile(String, int) - Static method in class java.util.regex.Pattern
-
Compiles the given regular expression into a pattern with the given
flags.
- compileClass(Class<?>) - Static method in class java.lang.Compiler
-
Compiles the specified class.
- compileClasses(String) - Static method in class java.lang.Compiler
-
Compiles all classes whose name matches the specified string.
- Compiler - Class in java.lang
-
The Compiler class is provided to support Java-to-native-code
compilers and related services.
- complement() - Method in class ohos.global.icu.text.UnicodeSet
-
This is equivalent to
complement(MIN_VALUE, MAX_VALUE).
- complement(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Complements the specified character in this set.
- complement(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Complements the specified range in this set.
- complement(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Complement the specified string in this set.
- complementAll(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Complement EACH of the characters in this string.
- complementAll(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Complements in this set all elements contained in the specified
set.
- complementOf(EnumSet<E>) - Static method in class java.util.EnumSet
-
Creates an enum set with the same element type as the specified enum
set, initially containing all the elements of this type that are
not contained in the specified set.
- CompletableFuture<T> - Class in java.util.concurrent
-
A
Future that may be explicitly completed (setting its
value and status), and may be used as a
CompletionStage,
supporting dependent functions and actions that trigger upon its
completion.
- CompletableFuture() - Constructor for class java.util.concurrent.CompletableFuture
-
Creates a new incomplete CompletableFuture.
- CompletableFuture.AsynchronousCompletionTask - Interface in java.util.concurrent
-
A marker interface identifying asynchronous tasks produced by
async methods.
- complete() - Method in class java.util.Calendar
-
Fills in any unset fields in the calendar fields.
- complete() - Method in class ohos.global.icu.util.Calendar
-
Fills in any unset fields in the time field list.
- complete(T) - Method in class java.util.concurrent.CompletableFuture
-
If not already completed, sets the value returned by
CompletableFuture.get() and related methods to the given value.
- complete(T) - Method in class java.util.concurrent.CountedCompleter
-
- complete(V) - Method in class java.util.concurrent.ForkJoinTask
-
Completes this task, and if not already aborted or cancelled,
returning the given value as the result of subsequent
invocations of join and related operations.
- completed(V, A) - Method in interface java.nio.channels.CompletionHandler
-
Invoked when an operation has completed.
- completedFuture(U) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is already completed with
the given value.
- completeExceptionally(Throwable) - Method in class java.util.concurrent.CompletableFuture
-
If not already completed, causes invocations of
CompletableFuture.get()
and related methods to throw the given exception.
- completeExceptionally(Throwable) - Method in class java.util.concurrent.ForkJoinTask
-
Completes this task abnormally, and if not already aborted or
cancelled, causes it to throw the given exception upon
join and related operations.
- CompletionException - Exception in java.util.concurrent
-
Exception thrown when an error or other exception is encountered
in the course of completing a result or task.
- CompletionException() - Constructor for exception java.util.concurrent.CompletionException
-
Constructs a CompletionException with no detail message.
- CompletionException(String) - Constructor for exception java.util.concurrent.CompletionException
-
Constructs a CompletionException with the specified detail
message.
- CompletionException(String, Throwable) - Constructor for exception java.util.concurrent.CompletionException
-
Constructs a CompletionException with the specified detail
message and cause.
- CompletionException(Throwable) - Constructor for exception java.util.concurrent.CompletionException
-
Constructs a CompletionException with the specified cause.
- CompletionHandler<V,A> - Interface in java.nio.channels
-
A handler for consuming the result of an asynchronous I/O operation.
- CompletionService<V> - Interface in java.util.concurrent
-
A service that decouples the production of new asynchronous tasks
from the consumption of the results of completed tasks.
- CompletionStage<T> - Interface in java.util.concurrent
-
A stage of a possibly asynchronous computation, that performs an
action or computes a value when another CompletionStage completes.
- COMPLEX_CONTEXT - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- COMPLICATION - Static variable in class ohos.utils.system.SystemCapability.Wearable
-
Indicates the system capability of complications, which display data on the watch face.
- Component - Class in ohos.agp.components
-
Provides basic components for a user interface (UI).
- Component - Interface in ohos.agp.render.render3d
-
Represents components of an entity.
- Component(Context) - Constructor for class ohos.agp.components.Component
-
Default constructor used to create a Component instance by using the default attribute set and style.
- Component(Context, AttrSet) - Constructor for class ohos.agp.components.Component
-
A constructor used to create a Component instance by using specified attribute set and default style
after the XML file is parsed.
- Component(Context, AttrSet, int) - Constructor for class ohos.agp.components.Component
-
A constructor used to create a Component instance based on the context, attribute set, and
default theme after the XML file is parsed.
- Component(Context, AttrSet, String) - Constructor for class ohos.agp.components.Component
-
A constructor used to create a Component instance by using specified attribute set and specified style
after the XML file is parsed.
- COMPONENT_STATE_CHECKED - Static variable in class ohos.agp.components.ComponentState
-
Indicates a checked state.
- COMPONENT_STATE_DISABLED - Static variable in class ohos.agp.components.ComponentState
-
Indicates a disabled state.
- COMPONENT_STATE_EMPTY - Static variable in class ohos.agp.components.ComponentState
-
Indicates a state that is empty.
- COMPONENT_STATE_FOCUSED - Static variable in class ohos.agp.components.ComponentState
-
Indicates the focused state.
- COMPONENT_STATE_HOVERED - Static variable in class ohos.agp.components.ComponentState
-
Indicates the hovered state.
- COMPONENT_STATE_PRESSED - Static variable in class ohos.agp.components.ComponentState
-
Indicates the pressed state.
- COMPONENT_STATE_SELECTED - Static variable in class ohos.agp.components.ComponentState
-
Indicates the selected state.
- Component.BindStateChangedListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when a component is bound to or detached from its window.
- Component.CanAcceptScrollListener - Interface in ohos.agp.components
-
Provides a listener to be invoked to decide a scrolling gesture can be accepted or not.
- Component.ClickedListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when a component is clicked.
- Component.ComponentStateChangedListener - Interface in ohos.agp.components
-
Provides a callback for state change events of a component.
- Component.DefSpeechEventListener - Class in ohos.agp.components
-
Provides a default callback to be invoked when a voice event is bound to a component.
- Component.DoubleClickedListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when a component is double-clicked.
- Component.DragFeedbackProvider - Class in ohos.agp.components
-
Provides an image (called a "drag shadow") that the system displays during the drag and drop operation.
- Component.DraggedListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when a drag event is dispatched to a component by a gesture recognizer.
- Component.DrawTask - Interface in ohos.agp.components
-
Implements a draw task.
- Component.EstimateSizeListener - Interface in ohos.agp.components
-
Provides an interface for customizing the size (width/height) estimating process.
- Component.EstimateSpec - Class in ohos.agp.components
-
Defines the measure specifications of a component.
- Component.FadeEffectEnum - Enum in ohos.agp.components
-
Enumerates the types of component indicators to which the fade-out effect can apply.
- Component.FocusChangedListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when the focus state of a component changes.
- Component.GestureType - Enum in ohos.agp.components
-
Enumerates gesture type.
- Component.KeyEventListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a key event is dispatched from a component.
- Component.LayoutDirection - Enum in ohos.agp.components
-
Enumerates horizontal layout directions.
- Component.LayoutRefreshedListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when the component is laid out again.
- Component.LongClickedListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a long touch event is dispatched from a component.
- Component.MeasureSpec - Class in ohos.agp.components
-
- Component.RotationEventListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a rotation event is dispatched from a component.
- Component.ScaledListener - Interface in ohos.agp.components
-
Provides callbacks for scale events of a component.
- Component.ScrolledListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a scroll event is dispatched from a component.
- Component.SpeechEventListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a voice event is bound to a component.
- Component.TouchEventListener - Interface in ohos.agp.components
-
Provides a callback to be invoked when a touch event is dispatched to a component.
- Component.VoiceEvent - Class in ohos.agp.components
-
Provides voice events for a component.
- ComponentContainer - Class in ohos.agp.components
-
A special component that can contain other components (called child components).
- ComponentContainer(Context) - Constructor for class ohos.agp.components.ComponentContainer
-
Default constructor used to create a ComponentContainer instance by using the default attribute set
and style.
- ComponentContainer(Context, AttrSet) - Constructor for class ohos.agp.components.ComponentContainer
-
A constructor used to create a ComponentContainer instance by using specified attribute set and default
style after the XML file is parsed.
- ComponentContainer(Context, AttrSet, String) - Constructor for class ohos.agp.components.ComponentContainer
-
A constructor used to create a ComponentContainer instance by using specified attribute set and
specified style
after the XML file is parsed.
- ComponentContainer.ArrangeListener - Interface in ohos.agp.components
-
Provides an interface for customizing the component arrangement process.
- ComponentContainer.LayoutConfig - Class in ohos.agp.components
-
Provides layout parameters, such as width and height and margin.
- ComponentHolder - Class in ohos.agp.components
-
Represents the component holder (layout) in the XML file.
- ComponentPadding - Class in ohos.agp.window.service
-
Describes window padding.
- ComponentPadding() - Constructor for class ohos.agp.window.service.ComponentPadding
-
- ComponentParent - Interface in ohos.agp.components
-
Defines features of a parent component.
- ComponentProvider - Class in ohos.agp.components
-
Provides remote components for cross-process display.
- ComponentProvider() - Constructor for class ohos.agp.components.ComponentProvider
-
Default constructor used to create a ComponentProvider.
- ComponentProvider(int, Context) - Constructor for class ohos.agp.components.ComponentProvider
-
A constructor used to create a ComponentProvider instance based on the layout ID and Context
of the application.
- ComponentProvider.Action - Class in ohos.agp.components
-
Describes actions that can be performed on remote components.
- ComponentProvider.ComponentProviderException - Exception in ohos.agp.components
-
Throws an exception for an error that occurs during a remote component operation.
- ComponentProviderException(String) - Constructor for exception ohos.agp.components.ComponentProvider.ComponentProviderException
-
- ComponentProviderException(Throwable) - Constructor for exception ohos.agp.components.ComponentProvider.ComponentProviderException
-
- COMPONENTS_CONFIGURATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- ComponentState - Class in ohos.agp.components
-
Defines the component state.
- ComponentState() - Constructor for class ohos.agp.components.ComponentState
-
- ComponentTransition - Class in ohos.agp.components
-
Provides an animation for the layout change of a ComponentContainer object.
- ComponentTransition() - Constructor for class ohos.agp.components.ComponentTransition
-
Default constructor used to create a ComponentTransition instance.
- ComponentTreeObserver - Class in ohos.agp.components
-
Defines listeners for the component hierarchy.
- ComponentTreeObserver.GlobalFocusUpdatedListener - Interface in ohos.agp.components
-
Callback to be invoked when the focus state within the component tree changes.
- ComponentTreeObserver.GlobalLayoutListener - Interface in ohos.agp.components
-
- ComponentTreeObserver.ScrollChangedListener - Interface in ohos.agp.components
-
Callback to be invoked when any element in the component hierarchy has been scrolled.
- ComponentTreeObserver.WindowBoundListener - Interface in ohos.agp.components
-
Callback to be invoked when the component hierarchy is bound to or unbound from its window.
- ComponentTreeObserver.WindowFocusUpdatedListener - Interface in ohos.agp.components
-
Callback to be invoked when the window focus state changes in the component hierarchy.
- componentType - Variable in class ohos.media.image.Image.Component
-
- compose(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
-
Returns a composed operator that first applies the before
operator to its input, and then applies this operator to the result.
- compose(Function<? super V, ? extends T>) - Method in interface java.util.function.Function
-
Returns a composed function that first applies the before
function to its input, and then applies this function to the result.
- compose(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
-
Returns a composed operator that first applies the before
operator to its input, and then applies this operator to the result.
- compose(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
-
Returns a composed operator that first applies the before
operator to its input, and then applies this operator to the result.
- COMPOSE - ohos.global.icu.text.Normalizer2.Mode
-
Decomposition followed by composition.
- COMPOSE_CONTIGUOUS - ohos.global.icu.text.Normalizer2.Mode
-
Compose only contiguously.
- composePair(int, int) - Method in class ohos.global.icu.text.Normalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- COMPOSER - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the composer.
- CompositeEvent - Class in ohos.multimodalinput.event
-
Defines composite events specific to common devices.
- CompositeEvent() - Constructor for class ohos.multimodalinput.event.CompositeEvent
-
- COMPRESSED_BITS_PER_PIXEL - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- COMPRESSION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- compute() - Method in class java.util.concurrent.CountedCompleter
-
The main computation performed by this task.
- compute() - Method in class java.util.concurrent.RecursiveAction
-
The main computation performed by this task.
- compute() - Method in class java.util.concurrent.RecursiveTask
-
The main computation performed by this task.
- compute(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class java.security.Provider
-
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null if there is no current mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null if there is no current mapping).
- computeBounds(RectFloat) - Method in class ohos.agp.render.Path
-
Computes the bounds of this Path object, that is, the minimum enclosing rectangle of this path.
- computeFields() - Method in class java.util.Calendar
-
- computeFields() - Method in class java.util.GregorianCalendar
-
Converts the time value (millisecond offset from the
Epoch) to calendar field values.
- computeFields() - Method in class ohos.global.icu.util.Calendar
-
Converts the current millisecond time value time to
field values in fields[].
- computeFloatValue(String, Configuration, DeviceCapability) - Static method in class ohos.global.resource.solidxml.TypedAttribute
-
Calculates the float value represented by the float attribute based on the device configuration and capability.
- computeGregorianFields(int) - Method in class ohos.global.icu.util.Calendar
-
Compute the Gregorian calendar year, month, and day of month from the
Julian day.
- computeGregorianMonthStart(int, int) - Method in class ohos.global.icu.util.Calendar
-
Compute the Julian day of a month of the Gregorian calendar.
- computeIfAbsent(Object, Function<? super Object, ?>) - Method in class java.security.Provider
-
If the specified key is not already associated with a value (or
is mapped to null), attempts to compute its value using
the given mapping function and enters it into this map unless
null.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless null.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
-
If the specified key is not already associated with a value (or is mapped
to null), attempts to compute its value using the given mapping
function and enters it into this map unless null.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless null.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.HashMap
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.Hashtable
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.Map
-
If the specified key is not already associated with a value (or is mapped
to null), attempts to compute its value using the given mapping
function and enters it into this map unless null.
- computeIfPresent(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class java.security.Provider
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
If the value for the specified key is present, attempts to
compute a new mapping given the key and its current mapped
value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
If the value for the specified key is present, attempts to
compute a new mapping given the key and its current mapped
value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- computeJulianDay() - Method in class ohos.global.icu.util.Calendar
-
Compute the Julian day number as specified by this calendar's fields.
- computeMillisInDay() - Method in class ohos.global.icu.util.Calendar
-
- computePixelValue(String, Configuration, DeviceCapability, boolean) - Static method in class ohos.global.resource.solidxml.TypedAttribute
-
Calculates the pixel value represented by the float attribute based on the device configuration and capability.
- COMPUTER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for the computer (including the desktop, notebook, PDA, and organizer).
- COMPUTER_DESKTOP_WORKSTATION - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: desktop workstation
- COMPUTER_HANDHELD_PC_PDA - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: handheld PC/PDA (clamshell)
- COMPUTER_LAPTOP - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: laptop
- COMPUTER_PALM_SIZE_PC_PDA - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: palm-size PC/PDA
- COMPUTER_SERVER_CLASS - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: server-class computer
- COMPUTER_TABLET - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: tablet
- COMPUTER_UNCATEGORIZED - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: uncategorized, for computer not assigned
- COMPUTER_WEARABLE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Computer major class: wearable computer (watch size)
- computeTightBounds() - Method in class ohos.agp.render.Path
-
Computes the tight bounds of this Path.
- computeTime() - Method in class java.util.Calendar
-
- computeTime() - Method in class java.util.GregorianCalendar
-
Converts calendar field values to the time value (millisecond
offset from the
Epoch).
- computeTime() - Method in class ohos.global.icu.util.Calendar
-
Converts the current field values in fields[] to the
millisecond time value time.
- computeTranslateRatio(DeviceCapability) - Static method in class ohos.global.resource.solidxml.TypedAttribute
-
Calculates the conversion rate of the float attribute based on the device capability.
- computeZoneOffset(long, int) - Method in class ohos.global.icu.util.Calendar
-
- concat(String) - Method in class java.lang.String
-
Concatenates the specified string to the end of this string.
- concat(DoubleStream, DoubleStream) - Static method in interface java.util.stream.DoubleStream
-
Creates a lazily concatenated stream whose elements are all the
elements of the first stream followed by all the elements of the
second stream.
- concat(IntStream, IntStream) - Static method in interface java.util.stream.IntStream
-
Creates a lazily concatenated stream whose elements are all the
elements of the first stream followed by all the elements of the
second stream.
- concat(LongStream, LongStream) - Static method in interface java.util.stream.LongStream
-
Creates a lazily concatenated stream whose elements are all the
elements of the first stream followed by all the elements of the
second stream.
- concat(Stream<? extends T>, Stream<? extends T>) - Static method in interface java.util.stream.Stream
-
Creates a lazily concatenated stream whose elements are all the
elements of the first stream followed by all the elements of the
second stream.
- concat(Matrix) - Method in class ohos.agp.render.Canvas
-
Transforms the current matrix with a specified matrix.
- CONCUR_READ_ONLY - Static variable in interface java.sql.ResultSet
-
The constant indicating the concurrency mode for a
ResultSet object that may NOT be updated.
- CONCUR_UPDATABLE - Static variable in interface java.sql.ResultSet
-
The constant indicating the concurrency mode for a
ResultSet object that may be updated.
- CONCURRENT - java.util.stream.Collector.Characteristics
-
Indicates that this collector is concurrent, meaning that
the result container can support the accumulator function being
called concurrently with the same result container from multiple
threads.
- CONCURRENT - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that the element source may be safely
concurrently modified (allowing additions, replacements, and/or removals)
by multiple threads without external synchronization.
- ConcurrentHashMap<K,V> - Class in java.util.concurrent
-
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
- ConcurrentHashMap() - Constructor for class java.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with the default initial table size (16).
- ConcurrentHashMap(int) - Constructor for class java.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size
accommodating the specified number of elements without the need
to dynamically resize.
- ConcurrentHashMap(int, float) - Constructor for class java.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity) and
initial table density (loadFactor).
- ConcurrentHashMap(int, float, int) - Constructor for class java.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity), table
density (loadFactor), and number of concurrently
updating threads (concurrencyLevel).
- ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentHashMap.KeySetView<K,V> - Class in java.util.concurrent
-
A view of a ConcurrentHashMap as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
- ConcurrentLinkedDeque<E> - Class in java.util.concurrent
-
An unbounded concurrent
Deque based on linked nodes.
- ConcurrentLinkedDeque() - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
-
Constructs an empty deque.
- ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
-
Constructs a deque initially containing the elements of
the given collection, added in traversal order of the
collection's iterator.
- ConcurrentLinkedQueue<E> - Class in java.util.concurrent
-
An unbounded thread-safe
Queue based on linked nodes.
- ConcurrentLinkedQueue() - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
-
Creates a ConcurrentLinkedQueue that is initially empty.
- ConcurrentLinkedQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
-
Creates a ConcurrentLinkedQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
- ConcurrentMap<K,V> - Interface in java.util.concurrent
-
A
Map providing thread safety and atomicity
guarantees.
- ConcurrentModificationException - Exception in java.util
-
This exception may be thrown by methods that have detected concurrent
modification of an object when such modification is not permissible.
- ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException with no
detail message.
- ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException with the
specified detail message.
- ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified detail message and
cause.
- ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause.
- ConcurrentNavigableMap<K,V> - Interface in java.util.concurrent
-
- ConcurrentSkipListMap<K,V> - Class in java.util.concurrent
-
- ConcurrentSkipListMap() - Constructor for class java.util.concurrent.ConcurrentSkipListMap
-
Constructs a new, empty map, sorted according to the
Comparable of the keys.
- ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
-
Constructs a new, empty map, sorted according to the specified
comparator.
- ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
-
Constructs a new map containing the same mappings as the given map,
sorted according to the
Comparable of
the keys.
- ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
-
Constructs a new map containing the same mappings and using the
same ordering as the specified sorted map.
- ConcurrentSkipListSet<E> - Class in java.util.concurrent
-
- ConcurrentSkipListSet() - Constructor for class java.util.concurrent.ConcurrentSkipListSet
-
Constructs a new, empty set that orders its elements according to
their
Comparable.
- ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
-
Constructs a new set containing the elements in the specified
collection, that orders its elements according to their
Comparable.
- ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
-
Constructs a new, empty set that orders its elements according to
the specified comparator.
- ConcurrentSkipListSet(SortedSet<E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
-
Constructs a new set containing the same elements and using the
same ordering as the specified sorted set.
- Condition - Interface in java.util.concurrent.locks
-
Condition factors out the
Object monitor
methods (
Object#wait(),
Object#notify
and
Object#notifyAll) into distinct objects to
give the effect of having multiple wait-sets per object, by
combining them with the use of arbitrary
Lock implementations.
- CONDITION_COUNT - ohos.global.icu.text.UnicodeSet.SpanCondition
-
One more than the last span condition.
- CONDITIONAL_JAPANESE_STARTER - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- ConditionHelper - Class in ohos.utils
-
A helper class to use the Condition class built in the java.util.concurrent.locks package
without processing Lock and java.lang.InterruptedException exceptions.
- ConditionHelper() - Constructor for class ohos.utils.ConditionHelper
-
A constructor used to create a ConditionHelper instance with the default wakeup state false.
- ConditionHelper(boolean) - Constructor for class ohos.utils.ConditionHelper
-
A constructor used to create a ConditionHelper instance with the specified wakeup state.
- ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Creates a new ConditionObject instance.
- ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Creates a new ConditionObject instance.
- config(String) - Method in class java.util.logging.Logger
-
Log a CONFIG message.
- config(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a CONFIG message, which is only to be constructed if the logging
level is such that the message will actually be logged.
- CONFIG - Static variable in class java.util.logging.Level
-
CONFIG is a message level for static configuration messages.
- configLocale(Locale) - Method in interface ohos.data.rdb.RdbStore
-
Sets the database locale.
- ConfigManager - Class in ohos.global.config
-
Manages globalization configurations.
- ConfigManager() - Constructor for class ohos.global.config.ConfigManager
-
- ConfigType - Enum in ohos.global.config
-
Indicates the type of a globalization configuration.
- Configuration - Class in ohos.global.configuration
-
Provides the configuration of the resource manager.
- Configuration() - Constructor for class ohos.global.configuration.Configuration
-
Default constructor used to create a Configuration instance.
- Configuration(Configuration) - Constructor for class ohos.global.configuration.Configuration
-
A constructor used to create a Configuration instance using an existing Configuration object.
- configure(CameraConfig) - Method in interface ohos.media.camera.device.Camera
-
Configures the camera.
- configureBlocking(boolean) - Method in class java.nio.channels.SelectableChannel
-
Adjusts this channel's blocking mode.
- configureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Adjusts this channel's blocking mode.
- confirm() - Method in interface ohos.agp.components.webengine.JsMessageResult
-
Handles the situation where a user confirmed the message pop-up.
- CONFLICT - Static variable in class ohos.global.icu.text.DateTimePatternGenerator.PatternInfo
-
- conflictingPattern - Variable in class ohos.global.icu.text.DateTimePatternGenerator.PatternInfo
-
- conicTo(float, float, float, float, float) - Method in class ohos.agp.render.Path
-
Adds a conic curve based on the absolute position.
- conicTo(Point, Point, float) - Method in class ohos.agp.render.Path
-
Adds a conic curve.
- conjugate(float, float, float, float) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Conjugates a quaternion based on its components.
- connect() - Method in class java.net.URLConnection
-
Opens a communications link to the resource referenced by this
URL, if such a connection has not already been established.
- connect() - Method in class ohos.media.photokit.metadata.AVLoggerConnection
-
Connects to the scanning service.
- connect() - Method in class ohos.media.sessioncore.AVBrowser
-
Connects to the media browser service.
- connect(boolean, BlePeripheralCallback) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Connects to a BLE peripheral device.
- connect(PipedInputStream) - Method in class java.io.PipedOutputStream
-
Connects this piped output stream to a receiver.
- connect(PipedOutputStream) - Method in class java.io.PipedInputStream
-
Causes this piped input stream to be connected
to the piped output stream src.
- connect(PipedReader) - Method in class java.io.PipedWriter
-
Connects this piped writer to a receiver.
- connect(PipedWriter) - Method in class java.io.PipedReader
-
Causes this piped reader to be connected
to the piped writer src.
- connect(String, int) - Method in class java.net.SocketImpl
-
Connects this socket to the specified port on the named host.
- connect(String, Properties) - Method in interface java.sql.Driver
-
Attempts to make a database connection to the given URL.
- connect(InetAddress, int) - Method in class java.net.DatagramSocket
-
Connects the socket to a remote address for this socket.
- connect(InetAddress, int) - Method in class java.net.DatagramSocketImpl
-
Connects a datagram socket to a remote destination.
- connect(InetAddress, int) - Method in class java.net.SocketImpl
-
Connects this socket to the specified port number on the specified host.
- connect(SocketAddress) - Method in class java.net.DatagramSocket
-
Connects this socket to a remote socket address (IP address + port number).
- connect(SocketAddress) - Method in class java.net.Socket
-
Connects this socket to the server.
- connect(SocketAddress) - Method in class java.nio.channels.AsynchronousSocketChannel
-
Connects this channel.
- connect(SocketAddress) - Method in class java.nio.channels.DatagramChannel
-
Connects this channel's socket.
- connect(SocketAddress) - Method in class java.nio.channels.SocketChannel
-
Connects this channel's socket.
- connect(SocketAddress, int) - Method in class java.net.Socket
-
Connects this socket to the server with a specified timeout value.
- connect(SocketAddress, int) - Method in class java.net.SocketImpl
-
Connects this socket to the specified port number on the specified host.
- connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
-
Connects this channel.
- connect(BluetoothRemoteDevice) - Method in class ohos.bluetooth.A2dpSink
-
Connect an a2dp source remote device
- connect(ServiceConnectCallback) - Method in class ohos.data.search.SearchAbility
-
Asynchronously connects to the fusion search service.
- connect(WifiP2pConfig, WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Initiates a P2P connection to a device with the specified configuration.
- CONNECT_ACCESSIBILITY_ABILITY - Static variable in class ohos.security.SystemPermission
-
Allows an auxiliary service of the accessibility service to be bound with the accessibility service.
- CONNECT_IME_ABILITY - Static variable in class ohos.security.SystemPermission
-
Allows a system application or service to bind the InputMethodAbility.
- CONNECT_SCREEN_SAVER_ABILITY - Static variable in class ohos.security.SystemPermission
-
Allows a system application or service to bind the ScreenSaverAbility.
- CONNECT_STRATEGY_ALLOW - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is allowed to connect for this device.
- CONNECT_STRATEGY_AUTO - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile will be auto connected when connecting this device.
- CONNECT_STRATEGY_DISALLOW - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is not allowed to connect for this device.
- CONNECT_STRATEGY_UNKNOWN - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile strategy is unknown.
- CONNECT_WALLPAPER - Static variable in class ohos.security.SystemPermission
-
Deprecated.
- connectAbility(Intent, IAbilityConnection) - Method in class ohos.aafwk.ability.Ability
-
Connects an ability to a Service ability.
- connectAbility(Intent, IAbilityConnection) - Method in class ohos.aafwk.ability.AbilitySlice
-
Connects the host ability to an ability that uses the Service template.
- connectAbility(Intent, IAbilityConnection) - Method in class ohos.app.AbilityContext
-
- connectAbility(Intent, IAbilityConnection) - Method in interface ohos.app.Context
-
- connectBluetoothSco() - Method in class ohos.media.audio.AudioManager
-
Connects to the Bluetooth SCO channel.
- connectDevice(USBDevice) - Method in class ohos.usb.USBCore
-
- connected - Variable in class java.net.URLConnection
-
If false, this connection object has not created a
communications link to the specified URL.
- CONNECTED - ohos.aafwk.ability.continuation.DeviceConnectState
-
Indicates that the device is connected.
- CONNECTED - ohos.wifi.WifiLinkedInfo.ConnState
-
The Wi-Fi connection has been set up.
- ConnectException - Exception in java.net
-
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
- ConnectException() - Constructor for exception java.net.ConnectException
-
Construct a new ConnectException with no detailed message.
- ConnectException(String) - Constructor for exception java.net.ConnectException
-
Constructs a new ConnectException with the specified detail
message as to why the connect error occurred.
- connectFailed(URI, SocketAddress, IOException) - Method in class java.net.ProxySelector
-
Called to indicate that a connection could not be established
to a proxy/socks server.
- CONNECTING - ohos.aafwk.ability.continuation.DeviceConnectState
-
Indicates that the device is being connected.
- CONNECTING - ohos.wifi.WifiLinkedInfo.ConnState
-
The Wi-Fi connection is being set up.
- Connection - Interface in java.sql
-
A connection (session) with a specific
database.
- CONNECTION_PRIORITY_HIGH - Static variable in class ohos.bluetooth.ble.BlePeripheralDevice
-
Connection parameter update - Request a high priority, low latency connection.
- CONNECTION_PRIORITY_LOW - Static variable in class ohos.bluetooth.ble.BlePeripheralDevice
-
Connection parameter update - Request low power, reduced data rate connection parameters.
- CONNECTION_PRIORITY_NORMAL - Static variable in class ohos.bluetooth.ble.BlePeripheralDevice
-
Connection parameter update - Use the connection parameters recommended by the
Bluetooth SIG.
- ConnectionCallback - Interface in ohos.ai.cv.common
-
Provides a callback method for receiving service status changes.
- connectionClosed(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
-
Notifies this ConnectionEventListener that
the application has called the method close on its
representation of a pooled connection.
- connectionErrorOccurred(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
-
Notifies this ConnectionEventListener that
a fatal error has occurred and the pooled connection can
no longer be used.
- ConnectionEvent - Class in javax.sql
-
An Event object that provides information about the
source of a connection-related event.
- ConnectionEvent(PooledConnection) - Constructor for class javax.sql.ConnectionEvent
-
Constructs a ConnectionEvent object initialized with
the given PooledConnection object.
- ConnectionEvent(PooledConnection, SQLException) - Constructor for class javax.sql.ConnectionEvent
-
Constructs a ConnectionEvent object initialized with
the given PooledConnection object and
SQLException object.
- ConnectionEventListener - Interface in javax.sql
-
An object that registers to be notified of events generated by a
PooledConnection object.
- ConnectionPendingException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to connect a
SocketChannel for which a non-blocking connection operation is already in
progress.
- ConnectionPendingException() - Constructor for exception java.nio.channels.ConnectionPendingException
-
Constructs an instance of this class.
- ConnectionPoolDataSource - Interface in javax.sql
-
A factory for PooledConnection
objects.
- ConnectionProperties - Class in ohos.net
-
Provides methods to obtain the link parameters of data networks.
- ConnectionProperties() - Constructor for class ohos.net.ConnectionProperties
-
ConnectionProperties constructor.
- ConnectionProperties(ConnectionProperties) - Constructor for class ohos.net.ConnectionProperties
-
ConnectionProperties constructor.
- connectionStateChangeEvent(int) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to send notifications of connection status changes.
- connectionStateChangeEvent(BlePeripheralDevice, int, int, int, int) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that the connection parameters were updated.
- CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pc" in the Unicode specification.
- CONNECTOR_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pc
- connectSco() - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
Create an audio channel connection.
- connectSocket() - Method in class ohos.net.LocalSocket
-
Connects the client socket to a specified address for setting up a connection with the server.
- connectTag() - Method in class ohos.nfc.tag.TagManager
-
Connects to a tag.
- connectThermalService(ThermalConnection, String) - Method in class ohos.thermallistener.ThermalListener
-
Connects to the thermal service to obtain the thermal severity level of this device through
ThermalConnection.
- connectToDebugger() - Static method in class ohos.hiviewdfx.Debug
-
Connects this process to the debugger for entering the debug mode.
- conservativelyContainsRect(RectFloat) - Method in class ohos.agp.render.Path
-
Checks whether this Path contains a specified rectangle area.
- console() - Static method in class java.lang.System
-
Returns the unique
Console object associated
with the current Java virtual machine, if any.
- Console - Class in java.io
-
Methods to access the character-based console device, if any, associated
with the current Java virtual machine.
- ConsoleHandler - Class in java.util.logging
-
This Handler publishes log records to System.err.
- ConsoleHandler() - Constructor for class java.util.logging.ConsoleHandler
-
Create a ConsoleHandler for System.err.
- CONSONANT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_DEAD - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_FINAL - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_HEAD_LETTER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_INITIAL_POSTFIXED - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_KILLER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_MEDIAL - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PLACEHOLDER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PRECEDING_REPHA - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PREFIXED - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUBJOINED - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUCCEEDING_REPHA - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_WITH_STACKER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- constant(Class<?>, Object) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle of the requested return type which returns the given
constant value every time it is invoked.
- CONSTANT_FLAG - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the created
IntentAgent should be immutable.
- ConstantCallSite - Class in java.lang.invoke
-
A
ConstantCallSite is a
CallSite whose target is permanent, and can never be changed.
- ConstantCallSite(MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
-
Creates a call site with a permanent target.
- ConstantCallSite(MethodType, MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
-
Creates a call site with a permanent target, possibly bound to the call site itself.
- constantName() - Method in exception java.lang.EnumConstantNotPresentException
-
Returns the name of the missing enum constant.
- ConstantState() - Constructor for class ohos.agp.components.element.Element.ConstantState
-
- CONSTRAIN_VIOLATION - ohos.data.distributed.common.KvStoreErrorCode
-
CONSTRAIN_VIOLATION error
- constrainClass(Class<?>) - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field class.
- ConstrainedFieldPosition - Class in ohos.global.icu.text
-
Represents a span of a string containing a given field.
- ConstrainedFieldPosition() - Constructor for class ohos.global.icu.text.ConstrainedFieldPosition
-
Initializes a CategoryFieldPosition.
- constrainField(Format.Field) - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field.
- Constructor<T> - Class in java.lang.reflect
-
Constructor provides information about, and access to, a single
constructor for a class.
- CONSTRUCTOR - java.lang.annotation.ElementType
-
Constructor declaration
- constructorModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to a constructor.
- Consumer<T> - Interface in java.util.function
-
Represents an operation that accepts a single input argument and returns no
result.
- Contact - Class in ohos.sysappcomponents.contact.entity
-
Provides information about a contact.
- Contact() - Constructor for class ohos.sysappcomponents.contact.entity.Contact
-
- CONTACT - ohos.data.search.schema.IndexSchemaType
-
Indicates a contact index schema.
- CONTACT_METADATA_SYNC_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether contact metadata synchronization is enabled.
- ContactAttributes - Class in ohos.sysappcomponents.contact
-
Provides contact attributes for contact query.
- ContactAttributes() - Constructor for class ohos.sysappcomponents.contact.ContactAttributes
-
- ContactAttributes.Attribute - Enum in ohos.sysappcomponents.contact
-
Enumerates contact attributes.
- ContactItem - Class in ohos.data.search.schema
-
Represents the index schema for contact items.
- ContactItem() - Constructor for class ohos.data.search.schema.ContactItem
-
A constructor used to create a ContactItem instance.
- ContactsCollection - Class in ohos.sysappcomponents.contact
-
Represents the query result containing a set of contacts.
- ContactsCollection() - Constructor for class ohos.sysappcomponents.contact.ContactsCollection
-
- ContactsHelper - Class in ohos.sysappcomponents.contact
-
Contact management class that provides methods for creating, updating, deleting, and querying contacts.
- ContactsHelper(Context) - Constructor for class ohos.sysappcomponents.contact.ContactsHelper
-
Creates a ContactsHelper instance.
- CONTAINED - ohos.global.icu.text.UnicodeSet.SpanCondition
-
Spans the longest substring that is a concatenation of set elements (characters or strings).
- containFileDescriptors() - Method in class ohos.rpc.MessageParcel
-
Checks whether this MessageParcel object contains file descriptors.
- containParameter(String) - Method in class ohos.utils.net.UrlQueryFilter
-
Checks whether a query parameter pair exists based on the specified key.
- contains(float, float) - Method in class ohos.agp.render.Path
-
Checks whether a specified point is contained in the area enclosed by this Path.
- contains(int) - Method in class ohos.global.icu.text.UnicodeFilter
-
Returns true for characters that are in the selected
subset.
- contains(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains the given character.
- contains(int) - Method in class ohos.utils.PlainArray
-
Checks whether the current PlainArray object contains the specified key.
- contains(int) - Method in class ohos.utils.PlainBooleanArray
-
Checks whether the current PlainBooleanArray object contains the specified key.
- contains(int) - Method in class ohos.utils.PlainIntArray
-
Checks whether the current PlainIntArray object contains the specified key.
- contains(int) - Method in class ohos.utils.PlainLongArray
-
Checks whether the current PlainLongArray object contains the specified key.
- contains(int, int) - Method in class ohos.agp.render.Region
-
Checks whether the current region contains the specified point.
- contains(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains every character
of the given range.
- contains(int, int, int, int) - Method in class ohos.agp.utils.Rect
-
Checks whether a specified rectangle is inside or equals to this rectangle.
- contains(long) - Method in class ohos.utils.LongPlainArray
-
Checks whether the current LongPlainArray object contains the specified key.
- contains(CharSequence) - Method in class java.lang.String
-
Returns true if and only if this string contains the specified
sequence of char values.
- contains(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains the given
multicharacter string.
- contains(Object) - Method in class java.util.AbstractCollection
-
Returns true if this collection contains the specified element.
- contains(Object) - Method in class java.util.ArrayDeque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in class java.util.ArrayList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in interface java.util.Collection
-
Returns true if this collection contains the specified element.
- contains(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in interface java.util.concurrent.BlockingDeque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in interface java.util.concurrent.BlockingQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Legacy method testing if some key maps into the specified value
in this table.
- contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns true if this deque contains at least one
element e such that o.equals(e).
- contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class java.util.concurrent.LinkedTransferQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class java.util.concurrent.SynchronousQueue
-
Always returns false.
- contains(Object) - Method in interface java.util.Deque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in class java.util.HashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.Hashtable
-
Tests if some key maps into the specified value in this hashtable.
- contains(Object) - Method in class java.util.LinkedList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in interface java.util.List
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class java.util.PriorityQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in interface java.util.Set
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.TreeSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.Vector
-
Returns true if this vector contains the specified element.
- contains(Object) - Method in class ohos.utils.LightweightSet
-
Checks whether an LightweightSet container has a specified key.
- contains(Object) - Method in class ohos.utils.zson.ZSONArray
-
Checks whether this ZSONArray contains an o object.
- contains(String, String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is String and value
contains a specified value.
- contains(String, String) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is String and value
contains a specified value.
- contains(String, String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is String and value
contains a specified value.
- contains(Charset) - Method in class java.nio.charset.Charset
-
Tells whether or not this charset contains the given charset.
- contains(K) - Method in class ohos.utils.LruBuffer
-
Checks whether the current buffer contains a specified key.
- contains(HiChecker.Rule) - Static method in class ohos.hiviewdfx.HiChecker
-
Checks whether a specified rule is included in the added rules.
- contains(Scope<T>) - Method in class ohos.utils.Scope
-
Checks whether a given range is within the current range.
- contains(T) - Method in class ohos.utils.Scope
-
Checks whether a given value is within the current range.
- containsAlias(String) - Method in class java.security.KeyStore
-
Checks if the given alias exists in this keystore.
- containsAll(Iterable<T>) - Method in class ohos.global.icu.text.UnicodeSet
-
- containsAll(String) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if there is a partition of the string such that this set contains each of the partitioned strings.
- containsAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Returns true if this collection contains all of the elements
in the specified collection.
- containsAll(Collection<?>) - Method in interface java.util.Collection
-
Returns true if this collection contains all of the elements
in the specified collection.
- containsAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
-
Returns false unless the given collection is empty.
- containsAll(Collection<?>) - Method in interface java.util.List
-
Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in interface java.util.Set
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class java.util.Vector
-
Returns true if this Vector contains all of the elements in the
specified Collection.
- containsAll(Collection<?>) - Method in class ohos.utils.LightweightMap
-
Checks whether an
LightweightMap container has all the objects in a specified
Collection object.
- containsAll(Collection<?>) - Method in class ohos.utils.LightweightSet
-
Checks whether an
LightweightSet container has all the objects of a specified
Collection.
- containsAll(Collection<?>) - Method in class ohos.utils.zson.ZSONArray
-
Checks whether this ZSONArray contains a c object.
- containsAll(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains all the characters and strings
of the given set.
- containsKey(Object) - Method in class java.util.AbstractMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class java.util.EnumMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class java.util.HashMap
-
Returns true if this map contains a mapping for the
specified key.
- containsKey(Object) - Method in class java.util.Hashtable
-
Tests if the specified object is a key in this hashtable.
- containsKey(Object) - Method in class java.util.IdentityHashMap
-
Tests whether the specified object reference is a key in this identity
hash map.
- containsKey(Object) - Method in class java.util.jar.Attributes
-
Returns true if this Map contains the specified attribute name (key).
- containsKey(Object) - Method in interface java.util.Map
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class java.util.TreeMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class java.util.WeakHashMap
-
Returns true if this map contains a mapping for the
specified key.
- containsKey(Object) - Method in class ohos.utils.LightweightMap
-
Checks whether an LightweightMap container has a key that is the same as a specified key.
- containsKey(Object) - Method in class ohos.utils.zson.ZSONObject
-
Checks whether the map of this ZSONObject contains an object matching the specified key.
- containsKey(String) - Method in class java.util.ResourceBundle
-
Determines whether the given key is contained in
this ResourceBundle or its parent bundles.
- containsNone(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given range.
- containsNone(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given string.
- containsNone(Iterable<T>) - Method in class ohos.global.icu.text.UnicodeSet
-
- containsNone(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if none of the characters or strings in this UnicodeSet appears in the string.
- containsSome(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
in the given range.
- containsSome(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
of the given string.
- containsSome(Iterable<T>) - Method in class ohos.global.icu.text.UnicodeSet
-
- containsSome(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
and strings of the given set.
- containsValue(Object) - Method in class java.util.AbstractMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.EnumMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.HashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.Hashtable
-
Returns true if this hashtable maps one or more keys to this value.
- containsValue(Object) - Method in class java.util.IdentityHashMap
-
Tests whether the specified object reference is a value in this identity
hash map.
- containsValue(Object) - Method in class java.util.jar.Attributes
-
Returns true if this Map maps one or more attribute names (keys)
to the specified value.
- containsValue(Object) - Method in class java.util.LinkedHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in interface java.util.Map
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.TreeMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class java.util.WeakHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class ohos.utils.LightweightMap
-
Checks whether an LightweightMap container has a value that is the same as a specified value.
- containsValue(Object) - Method in class ohos.utils.zson.ZSONObject
-
Checks whether the map of this ZSONObject contains a value object.
- CONTENT - Static variable in class ohos.data.search.schema.DocumentItem
-
Indicates the index field name of content.
- CONTENT - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of content.
- CONTENT - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of content.
- CONTENT - Static variable in class ohos.data.search.schema.NotepadItem
-
Indicates the index field name of content.
- CONTENT - Static variable in class ohos.data.search.schema.NoticeItem
-
Indicates the index field name of content.
- CONTENT_CONTROLS - Static variable in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Indicates that the control content is a control.
- CONTENT_ICONS - Static variable in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Indicates that the control content is an icon.
- CONTENT_TEXT - Static variable in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Indicates that the control content is text.
- CONTENT_TYPE - Static variable in class java.util.jar.Attributes.Name
-
Name object for Content-Type
manifest attribute.
- CONTENT_TYPE_MOVIE - ohos.media.audio.AudioStreamInfo.ContentType
-
Indicates that the content type is a soundtrack, typically accompanying
a movie or TV program.
- CONTENT_TYPE_MUSIC - ohos.media.audio.AudioStreamInfo.ContentType
-
Indicates that the content type is music.
- CONTENT_TYPE_SONIFICATION - ohos.media.audio.AudioStreamInfo.ContentType
-
Indicates that the content type is a sound used to accompany a user
action, such as a sound effect expressing a key click, or an event, such as the
type of a sound for a bonus being received in a game.
- CONTENT_TYPE_SPEECH - ohos.media.audio.AudioStreamInfo.ContentType
-
Indicates that the content type is speech.
- CONTENT_TYPE_UNKNOWN - ohos.media.audio.AudioStreamInfo.ContentType
-
Indicates an unknown or undefined content type.
- contentEquals(CharSequence) - Method in class java.lang.String
-
Compares this string to the specified CharSequence.
- contentEquals(StringBuffer) - Method in class java.lang.String
-
Compares this string to the specified StringBuffer.
- ContentHandler - Class in java.net
-
The abstract class ContentHandler is the superclass
of all classes that read an Object from a
URLConnection.
- ContentHandler - Interface in ohos.org.xml.sax
-
Receive notification of the logical content of a document.
- ContentHandler() - Constructor for class java.net.ContentHandler
-
- ContentHandlerFactory - Interface in java.net
-
This interface defines a factory for content handlers.
- context() - Method in interface java.nio.file.WatchEvent
-
Returns the context for the event.
- Context - Interface in ohos.app
-
Provides the context of an object in the application and obtains application environment information.
- CONTEXT_IGNORE_SECURITY - Static variable in interface ohos.app.Context
-
- CONTEXT_INCLUDE_CODE - Static variable in interface ohos.app.Context
-
- CONTEXT_RESOUCE_ONLY - Static variable in interface ohos.app.Context
-
- CONTEXT_RESTRICTED - Static variable in interface ohos.app.Context
-
- ContextInvalidArgException - Exception in ohos.app
-
Describes the exception thrown when a parameter passed in a
Context is invalid.
- ContextInvalidArgException(String) - Constructor for exception ohos.app.ContextInvalidArgException
-
- CONTEXTJ - ohos.global.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTJ requirements.
- contextLimit - Variable in class ohos.global.icu.text.Transliterator.Position
-
Ending index, exclusive, of the context to be considered for a
transliteration operation.
- CONTEXTO_DIGITS - ohos.global.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTO requirements for digits.
- CONTEXTO_PUNCTUATION - ohos.global.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTO requirements for punctuation characters.
- contextStart - Variable in class ohos.global.icu.text.Transliterator.Position
-
Beginning index, inclusive, of the context to be considered for
a transliteration operation.
- CONTINGENT_BREAK - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- ContinuationState - Enum in ohos.aafwk.ability
-
Enumerates the migration states of an
Ability that has implemented
IAbilityContinuation
and is in a reversible migration process that allows the ability to be migrated back.
- CONTINUE - java.nio.file.FileVisitResult
-
Continue.
- continueAbility() - Method in class ohos.aafwk.ability.Ability
-
Migrates this ability to another device on the same distributed network.
- continueAbility() - Method in class ohos.aafwk.ability.AbilitySlice
-
Migrates the host ability to another device on the same distributed network.
- continueAbility(String) - Method in class ohos.aafwk.ability.Ability
-
Migrates this ability to the given device on the same distributed network.
- continueAbility(String) - Method in class ohos.aafwk.ability.AbilitySlice
-
Migrates the host ability to the given device on the same distributed network.
- continueAbilityReversibly() - Method in class ohos.aafwk.ability.Ability
-
Migrates this ability to another device on the same distributed network in a reversible way that allows this
ability to be migrated back to the local device through
Ability.reverseContinueAbility().
- continueAbilityReversibly() - Method in class ohos.aafwk.ability.AbilitySlice
-
Migrates the host ability to another device on the same distributed network in a reversible way that allows the
ability to be migrated back to the local device through
AbilitySlice.reverseContinueAbility().
- continueAbilityReversibly(String) - Method in class ohos.aafwk.ability.Ability
-
Migrates this ability to the given device on the same distributed network in a reversible way that allows this
ability to be migrated back to the local device through
Ability.reverseContinueAbility().
- continueAbilityReversibly(String) - Method in class ohos.aafwk.ability.AbilitySlice
-
Migrates the host ability to another device on the same distributed network in a reversible way that allows the
ability to be migrated back to the local device through
AbilitySlice.reverseContinueAbility().
- Contour - Class in ohos.agp.utils
-
A class used to describe a simple graphic area, such as rectangle or path.
- Contour() - Constructor for class ohos.agp.utils.Contour
-
Default constructor used to create a Contour instance.
- CONTRAST - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- Control() - Constructor for class java.util.ResourceBundle.Control
-
Sole constructor.
- CONTROL - Static variable in class java.lang.Character
-
General category "Cc" in the Unicode specification.
- CONTROL - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- CONTROL - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cc
- CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Control Pictures" Unicode character block.
- CONTROL_PICTURES - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CONTROL_PICTURES_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CONTROL_VEHICLE_HMI_INFO - Static variable in class ohos.security.SystemPermission
-
define ohos permission name CONTROL_VEHICLE_HMI_INFO
- controlTransfer(int, int, int, int, byte[], int, int) - Method in class ohos.usb.USBDevicePipe
-
Performs control message transfer on endpoint zero.
- controlTransfer(int, int, int, int, byte[], int, int, int) - Method in class ohos.usb.USBDevicePipe
-
Performs control message transfer on endpoint zero.
- ConversationalMessage(String, long, MessageUser) - Constructor for class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
A constructor used to create a ConversationalMessage instance with the text, timestamp,
and MessageUser initialized.
- convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
-
Converts the given time duration in the given unit to this unit.
- convertCalledPartyBCDToStringWithoutTOA(byte[], int, int, int) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Converts a called party BCD number without the TOA field.
- convertCalledPartyBCDToStringWithTOA(byte[], int, int, int) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Converts a called party binary-coded decimal (BCD) number carrying the TOA field.
- convertDate(String, long) - Static method in class ohos.global.i18n.utils.TextRecognitionUtils
-
Converts the recognized time information in the given text to dates.
- convertDimensionToPix(String, float, int) - Static method in class ohos.agp.components.AttrHelper
-
Converts a dimension value to a number of pixels.
- convertDimensionToPix(Context, String, int) - Static method in class ohos.agp.components.AttrHelper
-
Converts a dimension value into a pixel value.
- convertNameToKey(String) - Static method in class ohos.media.photokit.metadata.AVStorage.Audio
-
Converts an artist or album name to a key that can be used for grouping, sorting, and search.
- convertPhoneNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Converts the character 'p' or 'P' in a phone number to a comma (,),
and the character "w" or "W" to a semicolon (;).
- convertRectToSignedValue() - Method in class ohos.agp.utils.RectFloat
-
Converts this rectangle into a signed string of floats in the specified pattern "[left,top][right,bottom]".
- convertRectToSignedValue() - Method in class ohos.utils.geo.RectFloat
-
Obtains the short string that can represent the current rectangle.
- convertRectToValue() - Method in class ohos.agp.utils.Rect
-
Converts the current rectangle into a string in the specified pattern "left top right bottom".
- convertRectToValue() - Method in class ohos.utils.geo.Rect
-
Obtains the string converted from the rectangle based on the defined format.
- convertToText(Context) - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Forcibly converts the content in a pasteboard Record object to text.
- convertValueToBoolean(String, boolean) - Static method in class ohos.agp.components.AttrHelper
-
Converts a value from a character string to a Boolean value.
- convertValueToColor(String) - Static method in class ohos.agp.components.AttrHelper
-
Converts a string into a
Color object.
- convertValueToElement(String) - Static method in class ohos.agp.components.AttrHelper
-
Converts a string into a
Element object.
- convertValueToFloat(String, float) - Static method in class ohos.agp.components.AttrHelper
-
Converts a character string to a floating point value.
- convertValueToInt(String, int) - Static method in class ohos.agp.components.AttrHelper
-
Converts a value from a character string to an integer.
- convertValueToLong(String, long) - Static method in class ohos.agp.components.AttrHelper
-
Converts a string to a long value.
- convertValueToRect(String) - Static method in class ohos.agp.utils.Rect
-
Converts a string of the specified pattern into a rectangle.
- convertValueToRect(String) - Static method in class ohos.utils.geo.Rect
-
Obtains the rectangle converted from the specified string based on the defined format.
- CookieHandler - Class in java.net
-
A CookieHandler object provides a callback mechanism to hook up a
HTTP state management policy implementation into the HTTP protocol
handler.
- CookieHandler() - Constructor for class java.net.CookieHandler
-
- CookieManager - Class in java.net
-
CookieManager provides a concrete implementation of
CookieHandler,
which separates the storage of cookies from the policy surrounding accepting
and rejecting cookies.
- CookieManager() - Constructor for class java.net.CookieManager
-
Create a new cookie manager.
- CookieManager(CookieStore, CookiePolicy) - Constructor for class java.net.CookieManager
-
Create a new cookie manager with specified cookie store and cookie policy.
- CookiePolicy - Interface in java.net
-
CookiePolicy implementations decide which cookies should be accepted
and which should be rejected.
- CookieStore - Class in ohos.agp.components.webengine
-
Manages cookies for WebView instances.
- CookieStore - Interface in java.net
-
A CookieStore object represents a storage for cookie.
- CookieStore() - Constructor for class ohos.agp.components.webengine.CookieStore
-
- COOL - ohos.thermallistener.ThermalConnection.ThermalSeverityLevel
-
The device is cool.
- COPTIC - java.lang.Character.UnicodeScript
-
Unicode script "Coptic".
- COPTIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Coptic" Unicode character block.
- COPTIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC - Static variable in class ohos.global.icu.lang.UScript
-
Coptic
- COPTIC_EPACT_NUMBERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_EPACT_NUMBERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CopticCalendar - Class in ohos.global.icu.util
-
Implement the Coptic calendar system.
- CopticCalendar() - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a default CopticCalendar using the current time
in the default time zone with the default locale.
- CopticCalendar(int, int, int) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar with the given date set
in the default time zone with the default locale.
- CopticCalendar(int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar with the given date
and time set for the default time zone with the default locale.
- CopticCalendar(Date) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar with the given date set
in the default time zone with the default locale.
- CopticCalendar(Locale) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar based on the current time
in the default time zone with the given locale.
- CopticCalendar(TimeZone) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar based on the current time
in the given time zone with the default locale.
- CopticCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar based on the current time
in the given time zone with the given locale.
- CopticCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar based on the current time
in the given time zone with the given locale.
- CopticCalendar(ULocale) - Constructor for class ohos.global.icu.util.CopticCalendar
-
Constructs a CopticCalendar based on the current time
in the default time zone with the given locale.
- copy(float) - Method in class ohos.agp.utils.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to the same float value specified
by size.
- copy(float) - Method in class ohos.utils.geo.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to the same float value specified
by size.
- copy(float, float) - Method in class ohos.agp.utils.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to those float values specified
by sizeX and sizeY.
- copy(float, float) - Method in class ohos.utils.geo.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to those float values specified
by sizeX and sizeY.
- copy(int) - Method in class ohos.agp.utils.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to the same int value specified
by size.
- copy(int) - Method in class ohos.utils.geo.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to the same int value specified
by size.
- copy(int, int) - Method in class ohos.agp.utils.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to those int values specified
by sizeX and sizeY.
- copy(int, int) - Method in class ohos.utils.geo.DimensFloat
-
Sets the values in the X and Y axes of this DimensFloat instance to those int values specified
by sizeX and sizeY.
- copy(int, int, int) - Method in interface ohos.global.icu.text.Replaceable
-
Copies a substring of this object, retaining metadata.
- copy(InputStream, Path, CopyOption...) - Static method in class java.nio.file.Files
-
Copies all bytes from an input stream to a file.
- copy(Path, OutputStream) - Static method in class java.nio.file.Files
-
Copies all bytes from a file to an output stream.
- copy(Path, Path, CopyOption...) - Static method in class java.nio.file.Files
-
Copy a file to a target file.
- copy(Path, Path, CopyOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Copy a file to a target file.
- copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
-
Copies all of the elements from one list into another.
- copy(DimensFloat) - Method in class ohos.agp.utils.DimensFloat
-
Copies the content of a specified DimensFloat instance into this instance.
- copy(DistFile, DistFile) - Static method in class ohos.data.distributed.file.DistFiles
-
Copies the content of a distributed file to another.
- copy(DimensFloat) - Method in class ohos.utils.geo.DimensFloat
-
Copies the content of a specified DimensFloat instance into this instance.
- COPY_ATTRIBUTES - java.nio.file.StandardCopyOption
-
Copy attributes to the new file.
- copyDataToImage(GpuResourceHandle, ByteBuffer, int, int) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Copies CPU data into a GPU image.
- copyFileDescriptor(FileDescriptor) - Static method in class ohos.system.OsHelper
-
Copies a file descriptor.
- copyFileDescriptor(FileDescriptor, int) - Static method in class ohos.system.OsHelper
-
Copies the specified file descriptor.
- copyFrom(InnerEvent) - Static method in class ohos.eventhandler.InnerEvent
-
Creates an InnerEvent by copying task, ID, and other information from an existing
InnerEvent.
- copyInto(Object[]) - Method in class java.util.Vector
-
Copies the components of this vector into the specified array.
- copyOf(boolean[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with false (if necessary)
so the copy has the specified length.
- copyOf(byte[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(char[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with null characters (if necessary)
so the copy has the specified length.
- copyOf(double[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(float[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(int[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(long[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(short[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(Collection<E>) - Static method in class java.util.EnumSet
-
Creates an enum set initialized from the specified collection.
- copyOf(EnumSet<E>) - Static method in class java.util.EnumSet
-
Creates an enum set with the same element type as the specified enum
set, initially containing the same elements (if any).
- copyOf(T[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
- copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
- copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(char[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(double[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(float[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(int[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(long[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(short[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(T[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- CopyOnWriteArrayList<E> - Class in java.util.concurrent
-
A thread-safe variant of
ArrayList in which all mutative
operations (
add,
set, and so on) are implemented by
making a fresh copy of the underlying array.
- CopyOnWriteArrayList() - Constructor for class java.util.concurrent.CopyOnWriteArrayList
-
Creates an empty list.
- CopyOnWriteArrayList(E[]) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
-
Creates a list holding a copy of the given array.
- CopyOnWriteArrayList(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
-
Creates a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- CopyOnWriteArraySet<E> - Class in java.util.concurrent
-
- CopyOnWriteArraySet() - Constructor for class java.util.concurrent.CopyOnWriteArraySet
-
Creates an empty set.
- CopyOnWriteArraySet(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArraySet
-
Creates a set containing all of the elements of the specified
collection.
- CopyOption - Interface in java.nio.file
-
An object that configures how to copy or move a file.
- COPYRIGHT - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- copySign(double, double) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the
second floating-point argument.
- copySign(double, double) - Static method in class java.lang.StrictMath
-
Returns the first floating-point argument with the sign of the
second floating-point argument.
- copySign(float, float) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the
second floating-point argument.
- copySign(float, float) - Static method in class java.lang.StrictMath
-
Returns the first floating-point argument with the sign of the
second floating-point argument.
- copyTo(DistFile) - Method in class ohos.data.distributed.file.DistFile
-
Copies the content of a distributed file to another on the same device.
- copyValueOf(char[]) - Static method in class java.lang.String
-
- copyValueOf(char[], int, int) - Static method in class java.lang.String
-
- CornerMark - Class in ohos.agp.components
-
Represents a corner mark class to mark components.
- CornerMark.CornerMarkCleaner - Class in ohos.agp.components
-
Represents the cleaner class for corner marks.
- CornerMarkCleaner(long) - Constructor for class ohos.agp.components.CornerMark.CornerMarkCleaner
-
A constructor used to create a CornerMarkCleaner instance.
- CORRUPT - ohos.data.DatabaseFileType
-
Indicates the database corrupt file.
- corruptionHandler(File) - Method in class ohos.data.orm.OrmDatabase
-
Called when a corruption exception occurs when the ORM database is opened.
- cos(double) - Static method in class java.lang.Math
-
Returns the trigonometric cosine of an angle.
- cos(double) - Static method in class java.lang.StrictMath
-
Returns the trigonometric cosine of an angle.
- cosh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic cosine of a double value.
- cosh(double) - Static method in class java.lang.StrictMath
-
Returns the hyperbolic cosine of a double value.
- count - Variable in class java.io.BufferedInputStream
-
The index one greater than the index of the last valid byte in
the buffer.
- count - Variable in class java.io.BufferedOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class java.io.ByteArrayInputStream
-
The index one greater than the last valid character in the input
stream buffer.
- count - Variable in class java.io.ByteArrayOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class java.io.CharArrayReader
-
The index of the end of this buffer.
- count - Variable in class java.io.CharArrayWriter
-
The number of chars in the buffer.
- count - Variable in class java.io.StringBufferInputStream
-
Deprecated.
The number of valid characters in the input stream buffer.
- count() - Method in interface java.nio.file.WatchEvent
-
Returns the event count.
- count() - Method in interface java.util.stream.DoubleStream
-
Returns the count of elements in this stream.
- count() - Method in interface java.util.stream.IntStream
-
Returns the count of elements in this stream.
- count() - Method in interface java.util.stream.LongStream
-
Returns the count of elements in this stream.
- count() - Method in interface java.util.stream.Stream
-
Returns the count of elements in this stream.
- count() - Method in class ohos.miscservices.wallpaper.WallpaperColorsCollection
-
Obtains the number of dominant colors.
- count() - Method in class ohos.sysappcomponents.calendar.CalendarCollection
-
Obtains the number of rows in the result set.
- count(String, String, String[]) - Method in interface ohos.data.rdb.RdbStore
-
Queries the number of rows that meet specified conditions in the RDB store.
- count(OrmPredicates) - Method in interface ohos.data.orm.OrmContext
-
Queries data that meets the conditions specified by the OrmPredicates instance and returns the number
of the matched data records in a specified column.
- count(AbsRdbPredicates) - Method in interface ohos.data.rdb.RdbStore
-
Obtains the number of rows in which data meets the specified instance object of
AbsRdbPredicates.
- COUNT - Static variable in interface ohos.sysappcomponents.calendar.column.BaseColumns
-
Indicates the total number of fields.
- COUNT_TYPE - ohos.data.rdb.RdbUtils.OperationType
-
Indicates the current database operation type is count.
- countDown() - Method in class java.util.concurrent.CountDownLatch
-
Decrements the count of the latch, releasing all waiting threads if
the count reaches zero.
- CountDownLatch - Class in java.util.concurrent
-
A synchronization aid that allows one or more threads to wait until
a set of operations being performed in other threads completes.
- CountDownLatch(int) - Constructor for class java.util.concurrent.CountDownLatch
-
Constructs a CountDownLatch initialized with the given count.
- CountedCompleter<T> - Class in java.util.concurrent
-
A
ForkJoinTask with a completion action performed when
triggered and there are no remaining pending actions.
- CountedCompleter() - Constructor for class java.util.concurrent.CountedCompleter
-
Creates a new CountedCompleter with no completer
and an initial pending count of zero.
- CountedCompleter(CountedCompleter<?>) - Constructor for class java.util.concurrent.CountedCompleter
-
Creates a new CountedCompleter with the given completer
and an initial pending count of zero.
- CountedCompleter(CountedCompleter<?>, int) - Constructor for class java.util.concurrent.CountedCompleter
-
Creates a new CountedCompleter with the given completer
and initial pending count.
- countEntities() - Method in class ohos.aafwk.content.Intent
-
Obtains the number of entities in an Intent.
- countEquivalentIDs(String) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns the number of IDs in the equivalency group that
includes the given ID.
- COUNTER_CLOCK_WISE - ohos.agp.render.Path.Direction
-
Indicates that the contour is counterclockwise.
- countIn(CharSequence) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence,
counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence.
- counting() - Static method in class java.util.stream.Collectors
-
Returns a Collector accepting elements of type T that
counts the number of input elements.
- COUNTING_ROD_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Counting Rod Numerals" Unicode character block.
- COUNTING_ROD_NUMERALS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- COUNTING_ROD_NUMERALS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- countObservers() - Method in class java.util.Observable
-
Returns the number of observers of this Observable object.
- countParagraphs() - Method in class ohos.global.icu.text.Bidi
-
Get the number of paragraphs.
- countParts() - Method in class ohos.global.icu.text.MessagePattern
-
Returns the number of "parts" created by parsing the pattern string.
- countPoints() - Method in class ohos.agp.render.Path
-
Obtains the number of points in this Path.
- countRuns() - Method in class ohos.global.icu.text.Bidi
-
Get the number of runs.
- COUNTRY - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of country.
- COUNTRY - Static variable in class ohos.data.search.schema.PlaceItem
-
Indicates the index field name of country.
- COUNTRY_REGION - ohos.global.config.ConfigType
-
Indicates the target country or region where the device is delivered.
- countStackFrames() - Method in class java.lang.Thread
-
- countTokens() - Method in class java.util.StringTokenizer
-
Calculates the number of times that this tokenizer's
nextToken method can be called before it generates an
exception.
- countTrace(String, int) - Static method in class ohos.tools.ByTrace
-
Records a trace for generating a count, such as clock pulse and the number of layers.
- countVerbs() - Method in class ohos.agp.render.Path
-
Obtains the length of the verb array contained in this Path.
- Courier - Class in ohos.eventhandler
-
Represents a reference to a specific event handler.
- Courier(EventHandler) - Constructor for class ohos.eventhandler.Courier
-
A constructor used to create a
Courier instance based on the given
EventHandler.
- Courier(IRemoteObject) - Constructor for class ohos.eventhandler.Courier
-
A constructor used to create a
Courier instance based on the given
IRemoteObject.
- CourierEx - Class in ohos.interwork.eventhandler
-
Represents a reference to a specific event handler.
- CourierEx(EventHandlerEx) - Constructor for class ohos.interwork.eventhandler.CourierEx
-
A constructor used to create a
CourierEx instance based on the given
EventHandlerEx.
- CR - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- CR - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- CR - Static variable in interface ohos.global.icu.lang.UCharacter.WordBreak
-
- CRASHED - Static variable in class ohos.aafwk.ability.ProcessErrorInfo
-
Condition codes of crashed
- crc - Variable in class java.util.zip.GZIPInputStream
-
CRC-32 for uncompressed data.
- crc - Variable in class java.util.zip.GZIPOutputStream
-
CRC-32 of uncompressed data.
- CRC32 - Class in java.util.zip
-
A class that can be used to compute the CRC-32 of a data stream.
- CRC32() - Constructor for class java.util.zip.CRC32
-
Creates a new CRC32 object.
- create() - Method in class java.net.DatagramSocketImpl
-
Creates a datagram socket.
- create() - Method in class ohos.agp.render.PdfGenerator.PageInfo.Builder
-
Creates a PageInfo object based on the information of the current page.
- create() - Method in class ohos.agp.window.dialog.BaseDialog
-
Creates a Dialog instance.
- create() - Method in class ohos.agp.window.dialog.CommonDialog
-
- create() - Static method in class ohos.eventhandler.EventRunner
-
Creates a thread and starts an EventRunner.
- create() - Static method in class ohos.media.image.ImagePacker
-
Creates an ImagePacker instance.
- create() - Static method in class ohos.rpc.MessageParcel
-
Creates an empty MessageParcel object with index 0.
- create() - Static method in class ohos.utils.Parcel
-
Creates an empty Parcel instance.
- create(boolean) - Method in class java.net.SocketImpl
-
Creates either a stream or a datagram socket.
- create(boolean) - Static method in class ohos.eventhandler.EventRunner
-
Creates a thread and starts an EventRunner with the
inNewThread parameter passed to specify who will manage the
EventRunner.
- create(byte[], int, int, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
Creates an
ImageSource based on a byte array with specified offset and length.
- create(byte[], ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
- create(int[], int, int, PixelMap.InitializationOptions) - Static method in class ohos.media.image.PixelMap
-
Creates a pixel map based on initialization options (such as the image size, pixel format, and alpha type) and
the data source described by a pixel color array, start offset, and number of pixels in a row.
- create(int[], PixelMap.InitializationOptions) - Static method in class ohos.media.image.PixelMap
-
Creates a pixel map based on initialization options (such as the image size, pixel format, and alpha type) and
the data source described by a pixel color array.
- create(int, int, int, int) - Static method in class ohos.media.image.ImageReceiver
-
Creates an
ImageReceiver instance based on a specified image width, height, format,
and the buffer queue capacity.
- create(int, String) - Static method in class ohos.media.audio.EchoCancelerEffect
-
Create a EchoCancelerEffect with specific sessionId and app packageName
- create(int, String) - Static method in class ohos.media.audio.GainControlEffect
-
Create a GainControlEffect with specific sessionId and app packageName
- create(int, String) - Static method in class ohos.media.audio.NoiseSuppressorEffect
-
Create a NoiseSuppressorEffect with specific sessionId and app packageName
- create(long) - Static method in class ohos.rpc.MessageParcel
-
Creates a MessageParcel object with a specified index from the cache pool.
- create(long) - Static method in class ohos.utils.Parcel
-
Creates an empty Parcel instance with a specified handler.
- create(F, S) - Static method in class ohos.utils.Pair
-
Creates a Pair object using objects f and s.
- create(FileDescriptor, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
- create(File, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
- create(InputStream, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
- create(String) - Static method in class java.net.URI
-
Creates a URI by parsing the given string.
- create(String) - Static method in class ohos.eventhandler.EventRunner
-
Creates a thread with the given name and starts an EventRunner.
- create(String, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
- create(ByteBuffer, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
Creates an
ImageSource based on a
ByteBuffer and source options.
- create(Callable<RawFileDescriptor>, ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
Creates an
ImageSource based on a
RawFileDescriptor
that is returned by a
Callable object.
- create(Context, TtsListener) - Method in class ohos.ai.tts.TtsClient
-
Creates a TTS client.
- create(PixelMap.InitializationOptions) - Static method in class ohos.media.image.PixelMap
-
Creates a pixel map based on initialization options (such as the image size, pixel format, and alpha type).
- create(PixelMap, Rect, PixelMap.InitializationOptions) - Static method in class ohos.media.image.PixelMap
-
Creates a pixel map based on initialization options (such as the image size, pixel format, and alpha type) and
the data source described by a source pixel map and the expected area on it.
- create(PixelMap, PixelMap.InitializationOptions) - Static method in class ohos.media.image.PixelMap
-
Creates a pixel map based on initialization options (such as the image size, pixel format, and alpha type) and
the data source described by a source pixel map.
- create(T, T) - Static method in class ohos.utils.Scope
-
Creates a range whose data type is the same as the input parameters.
- CREATE - java.nio.file.StandardOpenOption
-
Create a new file if it does not exist.
- CREATE_NEW - java.nio.file.StandardOpenOption
-
Create a new file, failing if the file already exists.
- CREATE_TTS_CLIENT_FAILED - Static variable in class ohos.ai.tts.constants.TtsEvent
-
Indicates that the TTS client fails to be created.
- CREATE_TTS_CLIENT_SUCCESS - Static variable in class ohos.ai.tts.constants.TtsEvent
-
Indicates that the TTS client is successfully created.
- createAgentFile(String, String) - Static method in class ohos.data.distributed.file.DistFiles
-
Creates an empty agent file denoted by the specified abstract pathname for a distributed file.
- createAgentFile(String, String, String) - Static method in class ohos.data.distributed.file.DistFiles
-
Creates an empty agent file denoted by the specified abstract pathname for a distributed file on the specified
remote device.
- createAnimatorProperty() - Method in class ohos.agp.components.Component
-
Creates a property animator object associated with a component.
- createArrayOf(String, Object[]) - Method in interface java.sql.Connection
-
Factory method for creating Array objects.
- createAshmem(String, int) - Static method in class ohos.utils.Ashmem
-
Creates an Ashmem object based on the specified debugging name and memory size.
- createAshmemFromExisting(long) - Static method in class ohos.utils.Ashmem
-
Creates an Ashmem object by copying an existing Ashmem object.
- createAsrClient(Context) - Static method in class ohos.ai.asr.AsrClient
-
Creates an AsrClient instance.
- createAVTubeEx(AVTube.SetInfo) - Method in class ohos.media.tubecore.AVTubeManager
-
Creates an AVTubeEx instance of a specified type.
- createBinding(int, Context) - Static method in class ohos.aafwk.abilityjet.databinding.DataBindingUtil
-
Obtains the declared
DataBinding object based on the given layout file ID and
Context object.
- createBinding(int, Context, String) - Static method in class ohos.aafwk.abilityjet.databinding.DataBindingUtil
-
Obtains the declared
DataBinding object based on the given layout file ID,
Context object,
and HAP package name.
- createBlob() - Method in interface java.sql.Connection
-
Constructs an object that implements the Blob interface.
- createBundleContext(String, int) - Method in class ohos.app.AbilityContext
-
- createBundleContext(String, int) - Method in interface ohos.app.Context
-
Creates a Context object for an application with the given bundle name.
- createCamera(String, CameraStateCallback, EventHandler) - Method in class ohos.media.camera.CameraKit
-
Creates a camera object.
- createCanonical(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Creates a ULocale from the id by first canonicalizing the id according to CLDR.
- createClassLoader(String, ClassLoader) - Static method in class ark.system.ClassLoaderCreator
-
Creates a ClassLoader instance that loads classes from jar files in different paths.
- createClassLoader(String, String, ClassLoader) - Static method in class ark.system.ClassLoaderCreator
-
Creates a ClassLoader instance that loads classes from jar files
and loads native libraries in different paths.
- createClassLoader(String, String, ClassLoader, boolean) - Static method in class ark.system.ClassLoaderCreator
-
Creates a ClassLoader instance that loads classes from jar files
and loads native libraries in different paths.
- createClob() - Method in interface java.sql.Connection
-
Constructs an object that implements the Clob interface.
- createComponent(Context) - Method in interface ohos.agp.render.layoutboost.LayoutMaker
-
Creates a root component in a layout.
- createComponentElement(String, AttrSet) - Method in class ohos.agp.components.LayoutScatter
-
Instantiates a component based on the fully qualified class name of the component.
- createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
-
Creates a new ContentHandler to read an object from
a URLStreamHandler.
- createCustomProtection() - Method in class ohos.security.keystore.KeyStoreProtectionParameter.Builder
-
Creates a KeyStoreProtectionParameter object.
- createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
-
Creates a new DatagramSocketImpl instance.
- createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
Converts the specified local date-time to the local date-time actually
seen on a wall clock.
- createDecoder() - Static method in class ohos.media.codec.Codec
-
Creates a decoder instance.
- createDefault(K) - Method in class ohos.utils.LruBuffer
-
Executes subsequent operations if miss to compute a value for the specific key.
- createDirectories(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a directory by creating all nonexistent parent directories first.
- createDirectory(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a new directory.
- createDirectory(Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
-
Creates a new directory.
- createDispatchGroup() - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Creates a task group.
- createEncoder() - Static method in class ohos.media.codec.Codec
-
Creates an encoder instance.
- createEngine() - Static method in class ohos.agp.render.render3d.impl.AgpEngineFactory
-
Creates an Engine instance.
- createEntity() - Method in interface ohos.agp.render.render3d.Scene
-
Creates an empty entity.
- createEvent(long, int, String) - Static method in class ohos.multimodalinput.event.SpeechEvent
-
A constructor used to create a SpeechEvent instance.
- createExternalTextureOes() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates an external OES texture.
- createFile(String) - Static method in class ohos.data.distributed.file.DistFiles
-
Creates an empty distributed file denoted by the specified abstract pathname.
- createFile(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a new and empty file, failing if the file already exists.
- createFilteredReader(XMLEventReader, EventFilter) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a filtered event reader that wraps the filter around the event reader
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a filtered reader that wraps the filter around the reader
- createFromAlpha() - Method in class ohos.media.image.PixelMap
-
Creates a PixelMap using the alpha channel of this PixelMap.
- createFromParcel(Parcel) - Static method in class ohos.aafwk.ability.DataAbilityOperation
-
Creates a DataAbilityOperation instance based on the given Parcel object.
- createFromParcel(Parcel) - Static method in class ohos.aafwk.ability.DataAbilityResult
-
Creates a DataAbilityResult instance based on the given Parcel object.
- createFromParcel(Parcel) - Static method in class ohos.aafwk.ability.Form
-
Creates a
Form object from a specified
Parcel object.
- createFromParcel(Parcel) - Static method in class ohos.aafwk.ability.ProviderFormInfo
-
Creates a
ProviderFormInfo object from a specified
Parcel object.
- createFromParcel(Parcel) - Static method in class ohos.media.player.Player.MediaTimedMetaData
-
- createFromParcel(Parcel) - Static method in class ohos.media.player.Player.MediaTimeInfo
-
- createFromParcel(Parcel) - Method in interface ohos.utils.Sequenceable.Producer
-
Creates a
Sequenceable instance from a
Parcel.
- createFromRules(String, String, int) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a Transliterator object constructed from
the given rule string.
- createGroup(WifiP2pConfig, WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Creates a P2P group.
- createHook(String, String[], ResultSet) - Method in interface ohos.data.resultset.ResultSetHook
-
Creates a hook to customize a specified result set.
- createHtmlTextRecord(String) - Static method in class ohos.miscservices.pasteboard.PasteData.Record
-
- createImageThumbnail(File, Size) - Static method in class ohos.media.photokit.metadata.AVThumbnailUtils
-
Creates a thumbnail of the specified image.
- createIncrementalSource(ImageSource.IncrementalSourceOptions) - Static method in class ohos.media.image.ImageSource
-
- createIncrementalSource(ImageSource.SourceOptions) - Static method in class ohos.media.image.ImageSource
-
Creates an incremental data source based on a
SourceOptions object.
- createInstance(String) - Static method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Creates a BlePeripheralDevice object with a specified MAC address.
- createInstance(ResultSet) - Method in interface ohos.data.orm.EntityHelper
-
- createInstance(DeviceManager.DeviceManagerCallback) - Static method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Creates a DeviceManager instance.
- createIntentRecord(Intent) - Static method in class ohos.miscservices.pasteboard.PasteData.Record
-
- createKeyEvent(int, int) - Static method in class ohos.multimodalinput.event.EventCreator
-
Creates a KeyEvent object based on the specified action and keycode.
- createKeyGenAlgorithmParaSpec() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Creates a KeyGenAlgorithmParaSpec object.
- createKvManager(KvManagerConfig) - Method in class ohos.data.distributed.common.KvManagerFactory
-
Creates a
KvManager instance based on the configuration information.
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.AdaptiveBoxLayout
-
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.ComponentContainer
-
Creates layout parameters using the attribute set of a child component.
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.DependentLayout
-
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.DirectionalLayout
-
Creates layout parameters using the attribute set of a child component.
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.MagicLayout
-
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.SlideDrawer
-
Creates layout parameters using the attribute set of a child component.
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.StackLayout
-
- createLayoutConfig(Context, AttrSet) - Method in class ohos.agp.components.TableLayout
-
- createLightDirectional(Quaternion, boolean, Vector3, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Create a directional light and add it to a scene.
- createLightPoint(Vector3, boolean, Vector3, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Creates a point light and adds it to the scene.
- createLightSpot(Vector3, Quaternion, boolean, Vector3, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Creates a spotlight and adds it to the scene.
- createLineBidi(int, int) - Method in class java.text.Bidi
-
Create a Bidi object representing the bidi information on a line of text within
the paragraph represented by the current Bidi.
- createLineBidi(int, int) - Method in class ohos.global.icu.text.Bidi
-
Create a Bidi object representing the bidi information on a line of text
within the paragraph represented by the current Bidi.
- createLink(Path, Path) - Static method in class java.nio.file.Files
-
Creates a new link (directory entry) for an existing file (optional
operation).
- createLink(Path, Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Creates a new link (directory entry) for an existing file.
- createLinkFile(String, String) - Static method in class ohos.data.distributed.file.DistFiles
-
Creates an empty link file denoted by the specified abstract pathname for a distributed file.
- createMaterial(String, String) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a material with a specified URI and name.
- createMesh(String, String, MeshBuilder) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a mesh.
- createMeshBuilder(int) - Method in interface ohos.agp.render.render3d.Engine
-
Creates a MeshBuilder for building a 3D mesh.
- createMessage(byte[], String) - Static method in class ohos.telephony.ShortMessage
-
Creates an SMS message instance based on the protocol data unit (PDU) and the specified SMS protocol.
- createNClob() - Method in interface java.sql.Connection
-
Constructs an object that implements the NClob interface.
- createNewFile() - Method in class java.io.File
-
Atomically creates a new, empty file named by this abstract pathname if
and only if a file with this name does not yet exist.
- createNewFile() - Method in class ohos.data.distributed.file.DistAgentFile
-
Creates a distributed agent file in a specified path.
- createNewFile() - Method in class ohos.data.distributed.file.DistLinkFile
-
Creates a distributed link file in a specified path.
- createNode() - Method in interface ohos.agp.render.render3d.Scene
-
Creates a node in a scene.
- createOrmPredicates(DataAbilityPredicates, Class<T>) - Static method in class ohos.data.dataability.DataAbilityUtils
-
- createPageInContainer(ComponentContainer, int) - Method in class ohos.agp.components.PageSliderProvider
-
Creates a page at a specified position.
- createParallelTaskDispatcher(String, TaskPriority) - Method in class ohos.app.AbilityContext
-
- createParallelTaskDispatcher(String, TaskPriority) - Method in interface ohos.app.Context
-
Creates a parallel task dispatcher with a specified priority.
- createPattern(List<TypedAttribute.AttrData>) - Method in class ohos.global.resource.ResourceManager
-
Creates a
ohos.global.resource.solidxml.TypedAttribute.Pattern instance based on the array that contains
TypedAttribute.AttrData.
- createPeriod(int[], int) - Static method in class ohos.vibrator.bean.VibrationPattern
-
Creates a periodic vibration effect with a given timing sequence.
- createPeriod(int[], int[], int) - Static method in class ohos.vibrator.bean.VibrationPattern
-
Creates a periodic vibration effect with a given timing sequence and intensity.
- createPerspectiveCamera(Vector3, Quaternion, float, float, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Creates a perspective camera and adds it to the scene.
- createPipe2() - Static method in class ohos.rpc.ReliableFileDescriptor
-
Creates an array of two ReliableFileDescriptor objects.
- createPipeFile(Uri, String, PacMap, T, PipeFileWriter<T>) - Method in class ohos.aafwk.ability.Ability
-
Creates a data pipe, calls a background thread to write the data pointed to by the specified Uri into
the pipe, and returns the FileDescriptor object used for data reading.
- createPixelmap(int, ImageSource.DecodingOptions) - Method in class ohos.media.image.ImageSource
-
Decodes source image data based on a specified index location in the
ImageSource and creates a pixel
map.
- createPixelmap(ImageSource.DecodingOptions) - Method in class ohos.media.image.ImageSource
-
Decodes source image data and creates a pixel map.
- createPlainTextRecord(CharSequence) - Static method in class ohos.miscservices.pasteboard.PasteData.Record
-
- createPlayback(ResourceHandle, SceneNode) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates an animation playback object that can control the animation state.
- createPod(String, String, ByteBuffer) - Method in interface ohos.agp.render.render3d.resources.RenderDataStorePod
-
Creates a POD object based on the specified unique name and the initial data.
- createRationalFromString(String) - Static method in class ohos.utils.RationalNumber
-
Creates a RationalNumber object based on a given string.
- createRdbPredicates(DataAbilityPredicates, String) - Static method in class ohos.data.dataability.DataAbilityUtils
-
- createRelative(String, String, String) - Static method in class ohos.bundle.ElementName
-
Creates another
ElementName instance where the class name of the ability is prefixed with the package
name.
- createReliablePipe() - Static method in class ohos.rpc.ReliableFileDescriptor
-
Creates an array of two ReliableFileDescriptor objects, with each containing a socket file descriptor.
- createRemoteObjectArray() - Method in class ohos.rpc.MessageParcel
-
- createRemoteObjectList() - Method in class ohos.rpc.MessageParcel
-
- createRenderDataStorePod(String) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a generic render data store for data of plain old data (POD) types.
- createRules(String) - Static method in class ohos.global.icu.text.PluralRules
-
Creates a PluralRules from a description if it is parsable,
otherwise returns null.
- createRunningLock(String, PowerManager.RunningLockType) - Method in class ohos.powermanager.PowerManager
-
- createSequenceable() - Method in class ohos.utils.Parcel
-
- createSequenceable(ClassLoader) - Method in class ohos.utils.Parcel
-
- createSequenceableArray() - Method in class ohos.utils.Parcel
-
- createSerialTaskDispatcher(String, TaskPriority) - Method in class ohos.app.AbilityContext
-
- createSerialTaskDispatcher(String, TaskPriority) - Method in interface ohos.app.Context
-
Creates a serial task dispatcher with a specified priority.
- createServerSocket() - Method in class javax.net.ServerSocketFactory
-
Returns an unbound server socket.
- createServerSocket(int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port.
- createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port, and uses the
specified connection backlog.
- createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port,
with a specified listen backlog and local IP.
- createSingle(int, int) - Static method in class ohos.vibrator.bean.VibrationPattern
-
Creates a one-shot vibration effect.
- createSNIMatcher(String) - Static method in class javax.net.ssl.SNIHostName
-
- createSocket() - Method in class javax.net.SocketFactory
-
Creates an unconnected socket.
- createSocket(String, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host
at the specified remote port.
- createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host
on the specified remote port.
- createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified port number
at the specified address.
- createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connect it to the specified remote address
on the specified remote port.
- createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
-
Returns a socket layered over an existing socket connected to the named
host, at the given port.
- createSocketImpl() - Method in interface java.net.SocketImplFactory
-
Creates a new SocketImpl instance.
- createSound(FileDescriptor, long, long) - Method in class ohos.media.audio.SoundPlayer
-
Creates and loads sound data from a file based on its descriptor.
- createSound(String) - Method in class ohos.media.audio.SoundPlayer
-
Creates and loads sound data from a specified path.
- createSound(String, AudioRendererInfo) - Method in class ohos.media.audio.SoundPlayer
-
Creates a sound based on the audio data and playback information loaded from a specified path.
- createSound(Context, int) - Method in class ohos.media.audio.SoundPlayer
-
Creates and loads sound data based on the application context and audio resource ID.
- createSound(BaseFileDescriptor) - Method in class ohos.media.audio.SoundPlayer
-
- createSound(AudioStreamInfo.StreamType, float) - Method in class ohos.media.audio.SoundPlayer
-
Creates a dual-tone multiple-frequency tone with specified stream type and tone volume.
- createSound(ToneDescriptor.ToneType, int) - Method in class ohos.media.audio.SoundPlayer
-
Creates a dual-tone multiple-frequency (DTMF) tone with specified tone frequency description and duration (ms).
- createSQLXML() - Method in interface java.sql.Connection
-
Constructs an object that implements the SQLXML interface.
- createSSD(String, String, String, String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Creates an supplementary security domain for storing information.
- createSSLEngine() - Method in class javax.net.ssl.SSLContext
-
Creates a new SSLEngine using this context.
- createSSLEngine(String, int) - Method in class javax.net.ssl.SSLContext
-
Creates a new SSLEngine using this context using
advisory peer information.
- createStatement() - Method in interface java.sql.Connection
-
Creates a Statement object for sending
SQL statements to the database.
- createStatement(int, int) - Method in interface java.sql.Connection
-
Creates a Statement object that will generate
ResultSet objects with the given type and concurrency.
- createStatement(int, int, int) - Method in interface java.sql.Connection
-
Creates a Statement object that will generate
ResultSet objects with the given type, concurrency,
and holdability.
- createStruct(String, Object[]) - Method in interface java.sql.Connection
-
Factory method for creating Struct objects.
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a symbolic link to a target (optional operation).
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
-
Creates a symbolic link to a target.
- createTempDirectory(String, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a new directory in the default temporary-file directory, using
the given prefix to generate its name.
- createTempDirectory(Path, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a new directory in the specified directory, using the given
prefix to generate its name.
- createTempFile(String, String) - Static method in class java.io.File
-
Creates an empty file in the default temporary-file directory, using
the given prefix and suffix to generate its name.
- createTempFile(String, String, File) - Static method in class java.io.File
-
Creates a new empty file in the specified directory, using the
given prefix and suffix strings to generate its name.
- createTempFile(String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates an empty file in the default temporary-file directory, using
the given prefix and suffix to generate its name.
- createTempFile(Path, String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Creates a new empty file in the specified directory, using the given
prefix and suffix strings to generate its name.
- createTexture(String, int, int, ImageFormat) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a texture based on the image name, width, height, and format.
- createTexture(String, String) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a texture based on the image name and URI.
- createTextureViewOes(String, int, int, int) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a texture view wrapping an external OpenGL ES (OES) texture.
- createTheme(List<TypedAttribute.AttrData>) - Method in class ohos.global.resource.ResourceManager
-
Creates a
ohos.global.resource.solidxml.TypedAttribute.Theme instance based on the array that contains
TypedAttribute.AttrData.
- createThumbnailPixelmap(ImageSource.DecodingOptions, boolean) - Method in class ohos.media.image.ImageSource
-
Decodes thumbnail data contained in the
ImageSource instance to generate a thumbnail and creates a
thumbnail pixel map.
- createTransition(int) - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Creates a transition instance for the specified year.
- createTubeSet(int) - Method in class ohos.media.tubecore.AVTubeManager
-
Creates a SetInfo instance for a media tube type with a specified resource ID of the type name.
- createTubeSet(String) - Method in class ohos.media.tubecore.AVTubeManager
-
Creates a SetInfo instance for a media tube type.
- createUniformRingBuffer(String, int) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Creates a uniform GPU buffer.
- createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
-
Creates an unresolved socket address from a hostname and a port number.
- createUriRecord(Uri) - Static method in class ohos.miscservices.pasteboard.PasteData.Record
-
- createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
-
Creates a new URLStreamHandler instance with the specified
protocol.
- createVideoThumbnail(File, Size) - Static method in class ohos.media.photokit.metadata.AVThumbnailUtils
-
Creates a thumbnail of the representative keyframe in the specified video.
- createViewHolder(SurfaceProvider) - Method in interface ohos.agp.render.render3d.Engine
-
Creates a ViewHolder using SurfaceProvider.
- createXMLEventReader(InputStream) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a java.io.InputStream
- createXMLEventReader(InputStream, String) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a java.io.InputStream
- createXMLEventReader(Reader) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a reader
- createXMLEventReader(String, InputStream) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a java.io.InputStream
- createXMLEventReader(String, Reader) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a reader
- createXMLEventReader(XMLStreamReader) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from an XMLStreamReader.
- createXMLEventReader(Source) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLEventReader from a JAXP source.
- createXMLEventWriter(OutputStream) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLEventWriter that writes to a stream
- createXMLEventWriter(OutputStream, String) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLEventWriter that writes to a stream
- createXMLEventWriter(Writer) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLEventWriter that writes to a writer
- createXMLEventWriter(Result) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLEventWriter that writes to a JAXP result.
- createXMLStreamReader(InputStream) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(InputStream, String) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(Reader) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a reader
- createXMLStreamReader(String, InputStream) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(String, Reader) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(Source) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Create a new XMLStreamReader from a JAXP source.
- createXMLStreamWriter(OutputStream) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLStreamWriter that writes to a stream
- createXMLStreamWriter(OutputStream, String) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLStreamWriter that writes to a stream
- createXMLStreamWriter(Writer) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLStreamWriter that writes to a writer
- createXMLStreamWriter(Result) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Create a new XMLStreamWriter that writes to a JAXP result.
- createZipEntry(String) - Method in class java.util.jar.JarInputStream
-
Creates a new JarEntry (ZipEntry) for the
specified JAR file entry name.
- createZipEntry(String) - Method in class java.util.zip.ZipInputStream
-
Creates a new ZipEntry object for the specified
entry name.
- creatHtmlData(String) - Static method in class ohos.miscservices.pasteboard.PasteData
-
- creatIntentData(Intent) - Static method in class ohos.miscservices.pasteboard.PasteData
-
- creationTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Returns the creation time.
- creator(Context) - Static method in class ohos.aafwk.ability.DataAbilityHelper
-
- creator(Context, Class<? extends CalendarEntity>) - Static method in class ohos.sysappcomponents.calendar.CalendarDataHelper
-
A constructor used to create a CalendarDataHelper object.
- creator(Context, Uri) - Static method in class ohos.aafwk.ability.DataAbilityHelper
-
- creator(Context, Uri, boolean) - Static method in class ohos.aafwk.ability.DataAbilityHelper
-
- CREATOR - Static variable in class ohos.media.common.AVDescription
-
- CREATOR - Static variable in class ohos.media.common.AVMetadata
-
Indicates a creator to generate an AVMetadata instance from a Parcel.
- CREATOR - Static variable in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
Creates a Sequenceable instance from a Parcel.
- CREATOR - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the AVPlaybackState object unmarshalled from a Parcel.
- CREATOR - Static variable in class ohos.media.common.sessioncore.AVQueueElement
-
- creatPlainTextData(CharSequence) - Static method in class ohos.miscservices.pasteboard.PasteData
-
- creatUriData(Uri) - Static method in class ohos.miscservices.pasteboard.PasteData
-
- CRL - Class in java.security.cert
-
This class is an abstraction of certificate revocation lists (CRLs) that
have different formats but important common uses.
- CRL(String) - Constructor for class java.security.cert.CRL
-
Creates a CRL of the specified type.
- CRLException - Exception in java.security.cert
-
CRL (Certificate Revocation List) Exception.
- CRLException() - Constructor for exception java.security.cert.CRLException
-
Constructs a CRLException with no detail message.
- CRLException(String) - Constructor for exception java.security.cert.CRLException
-
Constructs a CRLException with the specified detail
message.
- CRLException(String, Throwable) - Constructor for exception java.security.cert.CRLException
-
Creates a CRLException with the specified
detail message and cause.
- CRLException(Throwable) - Constructor for exception java.security.cert.CRLException
-
Creates a CRLException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CRLReason - Enum in java.security.cert
-
- CRLSelector - Interface in java.security.cert
-
A selector that defines a set of criteria for selecting CRLs.
- cropRect(int, int, int, int) - Method in class ohos.media.image.common.Rect
-
Crops a rectangle area.
- cross(Vector3, Vector3) - Static method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the cross product of two vectors.
- crossJoin(Class<J>) - Method in class ohos.data.orm.OrmPredicates
-
Adds a cross join condition to a SQL statement.
- crossJoin(String) - Method in class ohos.data.rdb.RdbPredicates
-
Adds a cross join condition to a SQL statement.
- CRYPTO_PARAMETER_BLOCK_MODE - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the block cipher mode used for encryption.
- CRYPTO_PARAMETER_DIGEST - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the digest algorithm used for encryption.
- CRYPTO_PARAMETER_ENCRYPT_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the padding mode used for encryption.
- CRYPTO_PARAMETER_SIGNATURE_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the padding mode used for signing.
- CryptoPrimitive - Enum in java.security
-
An enumeration of cryptographic primitives.
- CT_NATIONAL_ROAMING_CARD - Static variable in class ohos.telephony.TelephonyConstants
-
Icc card type: China Telecom Internal Roaming Card (Dual Mode).
- CU_DUAL_MODE_CARD - Static variable in class ohos.telephony.TelephonyConstants
-
Icc card type: China Unicom Dual Mode Card.
- CUBEMAP - ohos.agp.render.render3d.components.SceneComponent.BackgroundType
-
- CUBIC_BEZIER_ACCELERATION - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for animation acceleration.
- CUBIC_BEZIER_DECELERATION - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for animation deceleration.
- CUBIC_BEZIER_EXTREME_DECELERATION - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for extreme animation deceleration.
- CUBIC_BEZIER_FRICTION - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for a friction-based animation.
- CUBIC_BEZIER_RHYTHM - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset rhythm curve.
- CUBIC_BEZIER_SHARP - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset sharp curve.
- CUBIC_BEZIER_SMOOTH - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset smooth curve.
- CUBIC_BEZIER_STANDARD - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset standard curve.
- CUBIC_CENTIMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-centimeter
- CUBIC_FOOT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-foot
- CUBIC_HERMITE - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation accelerates to pass the mid-point,
then moves backwards, and finally accelerates to reach the target.
- CUBIC_INCH - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-inch
- CUBIC_KILOMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-kilometer
- CUBIC_METER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-meter
- CUBIC_MILE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-mile
- CUBIC_YARD - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-yard
- CubicBezierCurve - Class in ohos.agp.animation.timelinecurves
-
Represents a cubic Bezier curve, which is a type of timeline curve.
- CubicBezierCurve(float, float, float, float) - Constructor for class ohos.agp.animation.timelinecurves.CubicBezierCurve
-
A constructor used to create a CubicBezierCurve instance with specified control parameters.
- cubicTo(float, float, float, float, float, float) - Method in class ohos.agp.render.Path
-
Adds a cubic bezier curve.
- cubicTo(Point, Point, Point) - Method in class ohos.agp.render.Path
-
Adds a cubic Bezier curve.
- CUNEIFORM - java.lang.Character.UnicodeScript
-
Unicode script "Cuneiform".
- CUNEIFORM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cuneiform" Unicode character block.
- CUNEIFORM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- CUNEIFORM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cuneiform Numbers and Punctuation" Unicode
character block.
- CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CUP - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cup
- CUP_METRIC - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: cup-metric
- Currency - Class in java.util
-
Represents a currency.
- Currency - Class in ohos.global.icu.util
-
A class encapsulating a currency, as defined by ISO 4217.
- Currency(String) - Constructor for class ohos.global.icu.util.Currency
-
Constructs a currency object for the given ISO 4217 3-letter
code.
- CURRENCY - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the currency field.
- CURRENCY - Static variable in interface ohos.global.icu.text.Collator.ReorderCodes
-
Characters with the currency property.
- CURRENCY - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- CURRENCY_SPC_CURRENCY_MATCH - Static variable in class ohos.global.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_INSERT - Static variable in class ohos.global.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class ohos.global.icu.text.DecimalFormatSymbols
-
- CURRENCY_SYMBOL - Static variable in class java.lang.Character
-
General category "Sc" in the Unicode specification.
- CURRENCY_SYMBOL - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sc
- CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Currency Symbols" Unicode character block.
- CURRENCY_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CURRENCY_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Currency.CurrencyUsage - Enum in ohos.global.icu.util
-
Currency Usage used for Decimal Format
- CurrencyAmount - Class in ohos.global.icu.util
-
An amount of currency, consisting of a Number and a Currency.
- CurrencyAmount(double, Currency) - Constructor for class ohos.global.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a Java currency.
- CurrencyAmount(double, Currency) - Constructor for class ohos.global.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a currency.
- CurrencyAmount(Number, Currency) - Constructor for class ohos.global.icu.util.CurrencyAmount
-
Constructs a new object given a number and a Java currency.
- CurrencyAmount(Number, Currency) - Constructor for class ohos.global.icu.util.CurrencyAmount
-
Constructs a new object given a number and a currency.
- CurrencyPluralInfo - Class in ohos.global.icu.text
-
This class represents the information needed by
DecimalFormat to format currency plural,
such as "3.00 US dollars" or "1.00 US dollar".
- CurrencyPluralInfo() - Constructor for class ohos.global.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the default FORMAT locale.
- CurrencyPluralInfo(Locale) - Constructor for class ohos.global.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPluralInfo(ULocale) - Constructor for class ohos.global.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify general currency style of format.
- current() - Method in class java.text.BreakIterator
-
Returns character index of the text boundary that was most
recently returned by next(), next(int), previous(), first(), last(),
following(int) or preceding(int).
- current() - Method in interface java.text.CharacterIterator
-
Gets the character at the current position (as returned by getIndex()).
- current() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.current() for String.
- current() - Static method in class java.util.concurrent.ThreadLocalRandom
-
Returns the current thread's ThreadLocalRandom.
- current() - Static method in class ohos.eventhandler.EventHandler
-
Obtains the current event handler.
- current() - Static method in class ohos.eventhandler.EventRunner
-
Obtains the EventRunner object bound to the current thread.
- current() - Method in class ohos.global.icu.text.BreakIterator
-
Return the iterator's current position.
- current() - Method in class ohos.global.icu.text.UCharacterIterator
-
Returns the code unit at the current index.
- CURRENT_ERA - Static variable in class ohos.global.icu.util.JapaneseCalendar
-
- currentClassLoader() - Method in class java.lang.SecurityManager
-
- currentCodePoint() - Method in class ohos.global.icu.text.UCharacterIterator
-
Returns the codepoint at the current index.
- currentDescription(XMLStreamReader) - Static method in class ohos.utils.xml.XmlUtils
-
Obtains the brief description of the content that is being read during XML parsing.
- currentLoadedClass() - Method in class java.lang.SecurityManager
-
- currentThread() - Static method in class java.lang.Thread
-
Returns a reference to the currently executing thread object.
- currentTimeMillis() - Static method in class java.lang.System
-
Returns the current time in milliseconds.
- cursorMoved(RowSetEvent) - Method in interface javax.sql.RowSetListener
-
Notifies registered listeners that a RowSet object's
cursor has moved.
- CURVE_SUPPORT - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
CURVE_SUPPORT of
Text.
- CurveType() - Constructor for class ohos.agp.animation.Animator.CurveType
-
- curVolume() - Method in class ohos.media.tubecore.AVTube
-
Obtains the current volume of this AVTube instance.
- CUSTOM - ohos.agp.render.render3d.components.CameraComponent.CameraType
-
Indicates the camera with a customized projection matrix.
- CUSTOM - ohos.data.search.schema.IndexSchemaType
-
Indicates a custom index schema.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.Email
-
Indicates a custom label.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.Event
-
Indicates a custom label.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
TYPE_CUSTOM
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Indicates a custom label.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Indicates a custom label.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a custom label.
- CUSTOM_LABEL - Static variable in class ohos.sysappcomponents.contact.entity.SipAddress
-
Indicates a custom label.
- CUSTOM_RENDERED - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- customButtonText - Variable in class ohos.biometrics.authentication.BiometricAuthentication.SystemAuthDialogInfo
-
Indicates the customized authentication button text.
- CUSTOMIZED - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve defined in java instead of in native
- CustomizeData() - Constructor for class ohos.bundle.FormInfo.CustomizeData
-
- CvPoint - Class in ohos.ai.cv.common
-
Describes location information of an image in a two-dimensional coordinate system.
- CvPoint() - Constructor for class ohos.ai.cv.common.CvPoint
-
Default constructor used to create a CvPoint instance.
- CvPoint(int, int) - Constructor for class ohos.ai.cv.common.CvPoint
-
A constructor used to create a CvPoint instance using the input
parameters x and y.
- CvPoint(CvPoint) - Constructor for class ohos.ai.cv.common.CvPoint
-
A constructor used to create a CvPoint instance using the input
parameter src.
- CvRect - Class in ohos.ai.cv.common
-
Describes the rectangle area of images.
- CvRect() - Constructor for class ohos.ai.cv.common.CvRect
-
Default constructor used to create a CvRect instance.
- CvRect(int, int, int, int) - Constructor for class ohos.ai.cv.common.CvRect
-
A constructor used to create a CvRect instance using the input parameters inputTop,
inputLeft, inputBottom, and inputRight.
- CvRect(CvRect) - Constructor for class ohos.ai.cv.common.CvRect
-
A constructor used to create a CvRect instance using the input parameter
inputCvRect.
- CYAN - Static variable in class ohos.agp.colors.CmykPalette
-
- CYAN - Static variable in class ohos.agp.colors.HslPalette
-
The HSL representation for cyan.
- CYAN - Static variable in class ohos.agp.colors.HsvPalette
-
The HSV representation for cyan.
- CYAN - Static variable in class ohos.agp.colors.RgbPalette
-
- CYAN - Static variable in class ohos.agp.utils.Color
-
Indicates the cyan color, represented by 0xFF00FFFF.
- CYCLE - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation repeats to move in the sinusoidal pattern at the start.
- CyclicBarrier - Class in java.util.concurrent
-
A synchronization aid that allows a set of threads to all wait for
each other to reach a common barrier point.
- CyclicBarrier(int) - Constructor for class java.util.concurrent.CyclicBarrier
-
Creates a new CyclicBarrier that will trip when the
given number of parties (threads) are waiting upon it, and
does not perform a predefined action when the barrier is tripped.
- CyclicBarrier(int, Runnable) - Constructor for class java.util.concurrent.CyclicBarrier
-
Creates a new CyclicBarrier that will trip when the
given number of parties (threads) are waiting upon it, and which
will execute the given barrier action when the barrier is tripped,
performed by the last thread entering the barrier.
- CYPRIOT - java.lang.Character.UnicodeScript
-
Unicode script "Cypriot".
- CYPRIOT - Static variable in class ohos.global.icu.lang.UScript
-
Cypriot
Script in Unicode 4
- CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cypriot Syllabary" Unicode character block.
- CYPRIOT_SYLLABARY - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYPRIOT_SYLLABARY_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - java.lang.Character.UnicodeScript
-
Unicode script "Cyrillic".
- CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cyrillic" Unicode character block.
- CYRILLIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - Static variable in class ohos.global.icu.lang.UScript
-
Cyrillic
- CYRILLIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cyrillic Extended-A" Unicode character block.
- CYRILLIC_EXTENDED_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cyrillic Extended-B" Unicode character block.
- CYRILLIC_EXTENDED_B - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cyrillic Supplementary" Unicode character block.
- CYRILLIC_SUPPLEMENTARY - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENTARY_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- G_FORCE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of acceleration: g-force
- GAF - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- GAIN_CONTROL - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- GainControlEffect - Class in ohos.media.audio
-
The GainControlEffect class provides gain control effect attach to AudioCapturer.
- gainFocus(int) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains information about the node that gains accessibility focus.
- gainFocus(int) - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains the accessibility node that gains the focus.
- gainNextFocus(int) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the next focused node in the specified direction of the currently focused node.
- GALLON - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: gallon
- GALLON_IMPERIAL - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: gallon-imperial
- GAMAL - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- GatheringByteChannel - Interface in java.nio.channels
-
A channel that can write bytes from a sequence of buffers.
- GATT - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is Gatt profile.
- GATT_SERVER - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is Gatt server profile.
- GattCharacteristic - Class in ohos.bluetooth.ble
-
Represents the Bluetooth GATT characteristic.
- GattCharacteristic(UUID, int, int) - Constructor for class ohos.bluetooth.ble.GattCharacteristic
-
- GattDescriptor - Class in ohos.bluetooth.ble
-
Represents the Bluetooth GATT descriptor.
- GattDescriptor(UUID, int) - Constructor for class ohos.bluetooth.ble.GattDescriptor
-
- GattService - Class in ohos.bluetooth.ble
-
Represents the Bluetooth GATT service.
- GattService(UUID, boolean) - Constructor for class ohos.bluetooth.ble.GattService
-
A constructor used to create a
GattService instance with a specified UUID.
- gc() - Method in class java.lang.Runtime
-
Runs the garbage collector.
- gc() - Static method in class java.lang.System
-
Runs the garbage collector.
- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of
abs(this) and abs(val).
- GCMParameterSpec - Class in javax.crypto.spec
-
Specifies the set of parameters required by a
Cipher using the Galois/Counter Mode (GCM) mode.
- GCMParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.GCMParameterSpec
-
Constructs a GCMParameterSpec using the specified authentication
tag bit-length and IV buffer.
- GCMParameterSpec(int, byte[], int, int) - Constructor for class javax.crypto.spec.GCMParameterSpec
-
Constructs a GCMParameterSpec object using the specified
authentication tag bit-length and a subset of the specified
buffer as the IV.
- GEMINATION_MARK - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- GENBOT - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ግንቦት, the 9th month of the Ethiopic year.
- GENDER - Static variable in class ohos.data.search.schema.ContactItem
-
Indicates the index field name of gender.
- GENERAL_CATEGORY - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property General_Category.
- GENERAL_CATEGORY_MASK - Static variable in interface ohos.global.icu.lang.UProperty
-
Bitmask property General_Category_Mask.
- GENERAL_OTHER_TYPES - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cn
Not Assigned (no characters in [UnicodeData.txt] have this property)
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "General Punctuation" Unicode character block.
- GENERAL_PUNCTUATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GENERAL_PUNCTUATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GeneralReceiver - Class in ohos.app
-
Provides generic callback methods for receiving results from other processes during inter-process communication
(IPC).
- GeneralReceiver() - Constructor for class ohos.app.GeneralReceiver
-
A constructor used to create a
GeneralReceiver instance whose
EventHandler is null.
- GeneralReceiver(EventHandler) - Constructor for class ohos.app.GeneralReceiver
-
A constructor used to create a
GeneralReceiver instance with an
EventHandler object passed.
- GeneralSecurityException - Exception in java.security
-
The GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it.
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
-
Constructs a GeneralSecurityException with no detail message.
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
-
Constructs a GeneralSecurityException with the specified detail
message.
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Creates a GeneralSecurityException with the specified
detail message and cause.
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Creates a GeneralSecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- generate(DoubleSupplier) - Static method in interface java.util.stream.DoubleStream
-
Returns an infinite sequential unordered stream where each element is
generated by the provided DoubleSupplier.
- generate(IntSupplier) - Static method in interface java.util.stream.IntStream
-
Returns an infinite sequential unordered stream where each element is
generated by the provided IntSupplier.
- generate(LongSupplier) - Static method in interface java.util.stream.LongStream
-
Returns an infinite sequential unordered stream where each element is
generated by the provided LongSupplier.
- generate(Supplier<T>) - Static method in interface java.util.stream.Stream
-
Returns an infinite sequential unordered stream where each element is
generated by the provided Supplier.
- generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a certificate object and initializes it with
the data read from the input stream inStream.
- generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
-
Returns a (possibly empty) collection view of the certificates read
from the given input stream inStream.
- generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
a List of Certificates.
- generateCone(String, ResourceHandle, float, float, int) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a cone entity.
- generateConeMesh(String, ResourceHandle, float, float, int) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a cone mesh.
- generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a certificate revocation list (CRL) object and initializes it
with the data read from the input stream inStream.
- generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
-
Returns a (possibly empty) collection view of the CRLs read
from the given input stream inStream.
- generateCube(String, ResourceHandle, float, float, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a cube entity.
- generateCubeMesh(String, ResourceHandle, float, float, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a cube mesh.
- generateKey() - Method in class javax.crypto.KeyGenerator
-
Generates a secret key.
- generateKeyPair() - Method in class java.security.KeyPairGenerator
-
Generates a key pair.
- generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
-
Generates a key pair.
- generateParameters() - Method in class java.security.AlgorithmParameterGenerator
-
Generates the parameters.
- generatePlane(String, ResourceHandle, float, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a plane entity.
- generatePlaneMesh(String, ResourceHandle, float, float) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a plane mesh.
- generatePrivate(KeySpec) - Method in class java.security.KeyFactory
-
Generates a private key object from the provided key specification
(key material).
- generatePublic(KeySpec) - Method in class java.security.KeyFactory
-
Generates a public key object from the provided key specification
(key material).
- generateSecret() - Method in class javax.crypto.KeyAgreement
-
Generates the shared secret and returns it in a new buffer.
- generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
-
Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset inclusive.
- generateSecret(String) - Method in class javax.crypto.KeyAgreement
-
Creates the shared secret and returns it as a SecretKey
object of the specified algorithm.
- generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
-
Generates a SecretKey object from the provided key
specification (key material).
- generateSeed(int) - Method in class java.security.SecureRandom
-
Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- generateSphere(String, ResourceHandle, float, int, int) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a sphere entity.
- generateSphereMesh(String, ResourceHandle, float, int, int) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Generates a sphere mesh.
- generic() - Method in class java.lang.invoke.MethodType
-
Converts all types, both reference and primitive, to Object.
- GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
-
GENERIC_FAILURE is used for failure that don't fit
into one of the other categories.
- GENERIC_LAB - ohos.media.image.common.ColorSpace
-
Indicates the color space using CIE XYZ D50 as the profile conversion space.
- GENERIC_LOCATION - ohos.global.icu.text.TimeZoneFormat.Style
-
Generic location format, such as "United States Time (New York)" and "Italy Time".
- GENERIC_LOCATION - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName() indicating
a long name derived from the timezone's fallback name, such as
"United States (Los Angeles)."
- GENERIC_LONG - ohos.global.icu.text.TimeZoneFormat.Style
-
Generic long non-location format, such as "Eastern Time".
- GENERIC_SHORT - ohos.global.icu.text.TimeZoneFormat.Style
-
Generic short non-location format, such as "ET".
- GENERIC_TEMPERATURE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of temperature: generic
- GENERIC_TZ - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for generic non-location format, such as Pacific Time;
used in combinations date + time + zone, or time + zone.
- GENERIC_XYZ - ohos.media.image.common.ColorSpace
-
Indicates the color space based on the standard illuminant with D50 as the white point.
- GenericArrayType - Interface in java.lang.reflect
-
GenericArrayType represents an array type whose component
type is either a parameterized type or a type variable.
- GenericDeclaration - Interface in java.lang.reflect
-
A common interface for all entities that declare type variables.
- genericMethodType(int) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are all Object.
- genericMethodType(int, boolean) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are Object with an optional trailing Object[] array.
- GenericSignatureFormatError - Error in java.lang.reflect
-
Thrown when a syntactically malformed signature attribute is
encountered by a reflective method that needs to interpret the
generic signature information for a type, method or constructor.
- GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
-
Constructs a new GenericSignatureFormatError.
- GenericSignatureFormatError(String) - Constructor for error java.lang.reflect.GenericSignatureFormatError
-
Constructs a new GenericSignatureFormatError with the
specified message.
- genExemptionBlob() - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob.
- genExemptionBlob(byte[]) - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob, and stores the result in
the output buffer.
- genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob, and stores the result in
the output buffer, starting at outputOffset
inclusive.
- genKeyPair() - Method in class java.security.KeyPairGenerator
-
Generates a key pair.
- GENRE - Static variable in class ohos.data.search.schema.MusicItem
-
Indicates the index field name of genre.
- GENRE - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the genre.
- GeoAddress - Class in ohos.location
-
Represents a data class that describes geographic locations.
- GeoAddress(Locale) - Constructor for class ohos.location.GeoAddress
-
Creates a GeoAddress object.
- GEOCODE - Static variable in class ohos.utils.system.SystemCapability.Location
-
Indicates the geocode capability.
- GeoConvert - Class in ohos.location
-
Implements mutual conversion between geographic location and address information.
- GeoConvert() - Constructor for class ohos.location.GeoConvert
-
Creates a GeoConvert instance with default parameters.
- GeoConvert(Locale) - Constructor for class ohos.location.GeoConvert
-
Creates a GeoConvert instance with customized parameters.
- GEOLOCATION_ORIGINS_ALLOWED - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Indicates the default geographical location that can be used by the browser.
- GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Geometric Shapes" Unicode character block.
- GEOMETRIC_SHAPES - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - java.lang.Character.UnicodeScript
-
Unicode script "Georgian".
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian" Unicode character block.
- GEORGIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - Static variable in class ohos.global.icu.lang.UScript
-
Georgian
- GEORGIAN_EXTENDED - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_EXTENDED_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian Supplement" Unicode character block.
- GEORGIAN_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GERMAN - Static variable in class java.util.Locale
-
Useful constant for language.
- GERMAN - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that German text elements will be detected.
- GERMAN - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for language.
- GERMANY - Static variable in class java.util.Locale
-
Useful constant for country.
- GERMANY - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- GesturePathDefine - Class in ohos.accessibility.ability
-
Defines the path of a gesture.
- GesturePathDefine() - Constructor for class ohos.accessibility.ability.GesturePathDefine
-
- GesturePathPositionDefine - Class in ohos.accessibility.ability
-
Describes the position for the path of a gesture.
- GesturePathPositionDefine() - Constructor for class ohos.accessibility.ability.GesturePathPositionDefine
-
- GestureResultListener - Class in ohos.accessibility.ability
-
Provides a listener to observe the result of sending gestures to the screen.
- GestureResultListener() - Constructor for class ohos.accessibility.ability.GestureResultListener
-
- GestureResultListenerInfo - Class in ohos.accessibility.ability
-
Provides information about the listener observing the gestures sent to the screen.
- GestureResultListenerInfo(GestureResultListener) - Constructor for class ohos.accessibility.ability.GestureResultListenerInfo
-
A constructor used to create a GestureResultListenerInfo instance based on the specified listener.
- gestureSimulate(List<GesturePathDefine>, GestureResultListener) - Method in class ohos.accessibility.ability.AccessibleAbility
-
Sends customized gestures to the screen.
- get() - Method in class java.lang.ref.PhantomReference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.Reference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.SoftReference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ThreadLocal
-
Returns the value in the current thread's copy of this
thread-local variable.
- get() - Method in class java.nio.ByteBuffer
-
Relative get method.
- get() - Method in class java.nio.CharBuffer
-
Relative get method.
- get() - Method in class java.nio.DoubleBuffer
-
Relative get method.
- get() - Method in class java.nio.FloatBuffer
-
Relative get method.
- get() - Method in class java.nio.IntBuffer
-
Relative get method.
- get() - Method in class java.nio.LongBuffer
-
Relative get method.
- get() - Method in class java.nio.ShortBuffer
-
Relative get method.
- get() - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Returns the current value.
- get() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Gets the current value.
- get() - Method in class java.util.concurrent.atomic.AtomicLong
-
Gets the current value.
- get() - Method in class java.util.concurrent.atomic.AtomicReference
-
Gets the current value.
- get() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Returns the current value.
- get() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Returns the current value.
- get() - Method in class java.util.concurrent.CompletableFuture
-
Waits if necessary for this future to complete, and then
returns its result.
- get() - Method in class java.util.concurrent.ForkJoinTask
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get() - Method in interface java.util.concurrent.Future
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get() - Method in class java.util.concurrent.FutureTask
-
- get() - Method in interface java.util.function.Supplier
-
Gets a result.
- get() - Method in class java.util.Optional
-
If a value is present in this Optional, returns the value,
otherwise throws NoSuchElementException.
- get() - Static method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains an AccessibilityWindow instance.
- get() - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance.
- get() - Static method in class ohos.hiviewdfx.ResourceTag
-
Obtains a new ResourceTag object.
- get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Returns the current values of both the reference and the mark.
- get(byte[]) - Method in class java.nio.ByteBuffer
-
Relative bulk get method.
- get(byte[]) - Static method in class ohos.data.distributed.common.Value
-
Obtains Value objects of the byte array type.
- get(byte[], int, int) - Method in class java.nio.ByteBuffer
-
Relative bulk get method.
- get(char[]) - Method in class java.nio.CharBuffer
-
Relative bulk get method.
- get(char[], int, int) - Method in class java.nio.CharBuffer
-
Relative bulk get method.
- get(double) - Static method in class ohos.data.distributed.common.Value
-
Obtains Value objects of the double type.
- get(double[]) - Method in class java.nio.DoubleBuffer
-
Relative bulk get method.
- get(double[], int, int) - Method in class java.nio.DoubleBuffer
-
Relative bulk get method.
- get(float) - Static method in class ohos.data.distributed.common.Value
-
Obtains Value objects of the float type.
- get(float[]) - Method in class java.nio.FloatBuffer
-
Relative bulk get method.
- get(float[], int, int) - Method in class java.nio.FloatBuffer
-
Relative bulk get method.
- get(int) - Method in class java.nio.ByteBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.CharBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.DoubleBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.FloatBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.IntBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.LongBuffer
-
Absolute get method.
- get(int) - Method in class java.nio.ShortBuffer
-
Absolute get method.
- get(int) - Method in class java.util.AbstractList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.AbstractSequentialList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.ArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.BitSet
-
Returns the value of the bit with the specified index.
- get(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Gets the current value at position i.
- get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Gets the current value at position i.
- get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Gets the current value at position i.
- get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.LinkedList
-
Returns the element at the specified position in this list.
- get(int) - Method in interface java.util.List
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.Vector
-
Returns the element at the specified position in this Vector.
- get(int) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Obtains the matrix value at the specified index.
- get(int) - Method in class ohos.agp.utils.Matrix
-
Obtains a matrix value based on the array index.
- get(int) - Static method in class ohos.data.distributed.common.Value
-
Obtains Value objects of the int type.
- get(int) - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance with the event ID specified.
- get(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the value for a given time field.
- get(int) - Method in class ohos.utils.PlainArray
-
Queries the value associated with a specified key.
- get(int) - Method in class ohos.utils.PlainBooleanArray
-
Queries the value associated with a specified key.
- get(int) - Method in class ohos.utils.PlainIntArray
-
Queries the value associated with a specified key.
- get(int) - Method in class ohos.utils.PlainLongArray
-
Queries the value associated with a specified key.
- get(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the object at the specified index in this ZSONArray.
- get(int[]) - Method in class java.nio.IntBuffer
-
Relative bulk get method.
- get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Returns the current values of both the reference and the stamp.
- get(int[], int, int) - Method in class java.nio.IntBuffer
-
Relative bulk get method.
- get(int, boolean) - Method in class ohos.utils.PlainBooleanArray
-
Queries the value associated with the specified key with the defaultValue parameter passed.
- get(int, int) - Method in class java.util.BitSet
-
Returns a new BitSet composed of bits from this BitSet
from fromIndex (inclusive) to toIndex (exclusive).
- get(int, int) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Obtains the matrix value at the specified row and column.
- get(int, int) - Method in class ohos.agp.utils.Matrix44
-
Obtains the value at a specified position in this Matrix44 and returns a float number.
- get(int, int) - Method in class ohos.utils.PlainIntArray
-
Queries the value associated with the specified key with the defaultValue parameter passed.
- get(int, long) - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance with the event ID and long integer data specified.
- get(int, long) - Method in class ohos.utils.PlainLongArray
-
Queries the value associated with the specified key with the defaultValue parameter passed.
- get(int, long, Object) - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance with the event ID and required data specified.
- get(int, E) - Method in class ohos.utils.PlainArray
-
Queries the value associated with the specified key with the defaultValue parameter passed.
- get(int, Object) - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance with the event ID and object specified.
- get(long) - Method in class ohos.utils.LongPlainArray
-
Queries the value associated with a specified key.
- get(long[]) - Method in class java.nio.LongBuffer
-
Relative bulk get method.
- get(long[], int, int) - Method in class java.nio.LongBuffer
-
Relative bulk get method.
- get(long, E) - Method in class ohos.utils.LongPlainArray
-
Queries the value associated with the specified key with the defaultValue parameter passed.
- get(long, TimeUnit) - Method in class java.util.concurrent.CompletableFuture
-
Waits if necessary for at most the given time for this future
to complete, and then returns its result, if available.
- get(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinTask
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get(long, TimeUnit) - Method in interface java.util.concurrent.Future
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
-
- get(short[]) - Method in class java.nio.ShortBuffer
-
Relative bulk get method.
- get(short[], int, int) - Method in class java.nio.ShortBuffer
-
Relative bulk get method.
- get(Object) - Method in class java.lang.reflect.Field
-
Returns the value of the field represented by this Field, on
the specified object.
- get(Object) - Method in class java.security.Provider
-
- get(Object) - Method in class java.util.AbstractMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.Dictionary
-
Returns the value to which the key is mapped in this dictionary.
- get(Object) - Method in class java.util.EnumMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.HashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.Hashtable
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.IdentityHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.jar.Attributes
-
Returns the value of the specified attribute name, or null if the
attribute name was not found.
- get(Object) - Method in class java.util.LinkedHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in interface java.util.Map
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.TreeMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.WeakHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class ohos.utils.LightweightMap
-
Obtains the value equal to a specified key in an LightweightMap container.
- get(Object) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the object matching the specified key in the map of this ZSONObject.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object.
- get(Runnable) - Static method in class ohos.eventhandler.InnerEvent
-
Obtains an InnerEvent instance that carries a specified task.
- get(String) - Method in interface ohos.agp.render.render3d.resources.RenderDataStorePod
-
Obtains data from a specified POD object.
- get(String) - Static method in class ohos.data.distributed.common.Value
-
Obtains Value objects of the string type.
- get(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key.
- get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named boolean field from the persistent field.
- get(String, byte) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named byte field from the persistent field.
- get(String, char) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named char field from the persistent field.
- get(String, double) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named double field from the persistent field.
- get(String, float) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named float field from the persistent field.
- get(String, int) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named int field from the persistent field.
- get(String, long) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named long field from the persistent field.
- get(String, short) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named short field from the persistent field.
- get(String, Object) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named Object field from the persistent field.
- get(String, String) - Method in class java.util.prefs.AbstractPreferences
-
- get(String, String) - Method in class java.util.prefs.Preferences
-
Returns the value associated with the specified key in this preference
node.
- get(String, String...) - Static method in class java.nio.file.Paths
-
Converts a path string, or a sequence of strings that when joined form
a path string, to a Path.
- get(URI) - Method in interface java.net.CookieStore
-
Retrieve cookies associated with given URI, or whose domain matches the
given URI.
- get(URI) - Static method in class java.nio.file.Paths
-
Converts the given URI to a
Path object.
- get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
-
Retrieve the cached response based on the requesting uri,
request method and request headers.
- get(URI, String, Map<String, List<String>>) - Method in class ohos.net.HttpResponseCache
-
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
-
Gets all the applicable cookies from a cookie cache for the
specified uri in the request header.
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
-
- get(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
-
- get(TemporalField) - Method in interface java.time.chrono.Era
-
Gets the value of the specified field from this era as an int.
- get(TemporalField) - Method in enum java.time.DayOfWeek
-
Gets the value of the specified field from this day-of-week as an int.
- get(TemporalField) - Method in class java.time.Instant
-
Gets the value of the specified field from this instant as an int.
- get(TemporalField) - Method in class java.time.LocalDate
-
Gets the value of the specified field from this date as an int.
- get(TemporalField) - Method in class java.time.LocalDateTime
-
Gets the value of the specified field from this date-time as an int.
- get(TemporalField) - Method in class java.time.LocalTime
-
Gets the value of the specified field from this time as an int.
- get(TemporalField) - Method in enum java.time.Month
-
Gets the value of the specified field from this month-of-year as an int.
- get(TemporalField) - Method in class java.time.MonthDay
-
Gets the value of the specified field from this month-day as an int.
- get(TemporalField) - Method in class java.time.OffsetDateTime
-
Gets the value of the specified field from this date-time as an int.
- get(TemporalField) - Method in class java.time.OffsetTime
-
Gets the value of the specified field from this time as an int.
- get(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
-
Gets the value of the specified field as an int.
- get(TemporalField) - Method in class java.time.Year
-
Gets the value of the specified field from this year as an int.
- get(TemporalField) - Method in class java.time.YearMonth
-
Gets the value of the specified field from this year-month as an int.
- get(TemporalField) - Method in class java.time.ZonedDateTime
-
Gets the value of the specified field from this date-time as an int.
- get(TemporalField) - Method in class java.time.ZoneOffset
-
Gets the value of the specified field from this offset as an int.
- get(TemporalUnit) - Method in interface java.time.chrono.ChronoPeriod
-
Gets the value of the requested unit.
- get(TemporalUnit) - Method in class java.time.Duration
-
Gets the value of the requested unit.
- get(TemporalUnit) - Method in class java.time.Period
-
Gets the value of the requested unit.
- get(TemporalUnit) - Method in interface java.time.temporal.TemporalAmount
-
Returns the value of the requested unit.
- get(K) - Method in class ohos.utils.LruBuffer
-
Obtains the value associated with a specified key.
- get(O) - Method in class ohos.utils.ObjectAttribute
-
Obtains the attribute value of a specified object.
- get(AccessibilityWindow) - Static method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains an AccessibilityWindow instance cloned from the source window.
- get(InnerEvent) - Static method in class ohos.eventhandler.InnerEvent
-
Clones an InnerEvent instance by copying the event ID, task, owner, and other information of an existing
InnerEvent instance to it.
- get(ParameterKey.Key<T>) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the parameter value of the current frame capture configuration.
- get(ParameterKey.Key<T>) - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the parameter value of the current frame capture configuration.
- get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- GET_ABILITY_INFO_WITH_APPLICATION - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return includes application information in the AbilityInfo.
- GET_ABILITY_INFO_WITH_PERMISSION - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return includes permission information in the AbilityInfo.
- GET_APPLICATION_INFO_WITH_PERMISSION - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return includes permission information in the ApplicationInfo.
- GET_BUNDLE_DEFAULT - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return does not include ability information.
- GET_BUNDLE_FAILED - ohos.aafwk.ability.FormException.FormError
-
Failed to obtain the bundle to which the form belongs based on the request parameters.
- GET_BUNDLE_INFO - Static variable in class ohos.security.SystemPermission
-
Allows a non-system application to query information about other applications.
- GET_BUNDLE_INFO_PRIVILEGED - Static variable in class ohos.security.SystemPermission
-
Allows a privileged application to query information about other applications using the same signature.
- GET_BUNDLE_WITH_ABILITIES - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return includes ability information.
- GET_BUNDLE_WITH_REQUESTED_PERMISSION - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that bundle information to return includes requested permission information.
- GET_MPLINK_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain information about an MpLink that consists of a Wi-Fi network
and a cellular network.
- GET_NETWORK_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain network information.
- GET_POSITION_AND_TANGENT_MATRIX_FLAG - Static variable in class ohos.agp.render.PathMeasure
-
Indicates the flag of getting position and tangent.
- GET_POSITION_MATRIX_FLAG - Static variable in class ohos.agp.render.PathMeasure
-
Indicates the flag of getting position.
- GET_SENSITIVE_PERMISSIONS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to obtain the sensitive permissions that have been granted to other applications.
- GET_TANGENT_MATRIX_FLAG - Static variable in class ohos.agp.render.PathMeasure
-
Indicates the flag of getting tangent.
- GET_TELEPHONY_STATE - Static variable in class ohos.security.SystemPermission
-
Allows an application to read telephony information.
- GET_WALLPAPER - Static variable in class ohos.security.SystemPermission
-
Allows a system application to read wallpaper files.
- GET_WIFI_CONFIG - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain the Wi-Fi configuration.
- GET_WIFI_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain Wi-Fi information.
- GET_WIFI_LOCAL_MAC - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain the MAC address of the local Wi-Fi or Bluetooth device.
- GET_WIFI_PEERS_MAC - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain the MAC address of the peer Wi-Fi or Bluetooth device.
- get2DigitYearStart() - Method in class java.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- get2DigitYearStart() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- getA() - Method in class java.security.spec.EllipticCurve
-
Returns the first coefficient a of the
elliptic curve.
- getAabbMax() - Method in class ohos.agp.render.render3d.util.BoundingBox
-
Obtains the maximum corner value of the AABB.
- getAabbMin() - Method in class ohos.agp.render.render3d.util.BoundingBox
-
Obtains the minimum corner value of the AABB.
- getAbilities() - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail.UsedScene
-
Obtains the abilities which is request permission.
- getAbility() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the host ability of this AbilitySlice.
- getAbilityBaseBundleName() - Method in class ohos.aafwk.ability.AbilityMissionInfo
-
Indicate the base bundle name of the mission.
- getAbilityDelegator() - Static method in class ohos.aafwk.ability.delegation.AbilityDelegatorRegistry
-
- getAbilityIcon(String, String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the icon of a specified ability.
- getAbilityInfo() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains information about the application with the accessibility ability.
- getAbilityInfo() - Method in class ohos.app.AbilityContext
-
- getAbilityInfo() - Method in interface ohos.app.Context
-
Obtains information about the current ability.
- getAbilityInfo(Intent, int) - Method in class ohos.bundle.LauncherService
-
Obtains a launcher ability based on the
ElementName and
userId specified in the given
Intent.
- getAbilityInfos() - Method in class ohos.bundle.BundleInfo
-
Obtains a list of all abilities contained in the current bundle.
- getAbilityInfos() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the abilities supported by this HAP module.
- getAbilityLabel(String, String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the label of a specified ability.
- getAbilityList(int, int) - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Queries the list of accessibility abilities.
- getAbilityList(String, int) - Method in class ohos.bundle.LauncherService
-
- getAbilityManager() - Method in class ohos.app.AbilityContext
-
- getAbilityManager() - Method in interface ohos.app.Context
-
Obtains an ability manager.
- getAbilityMissionId() - Method in class ohos.aafwk.ability.AbilityMissionInfo
-
Indicate the mission id.
- getAbilityName() - Method in class ohos.aafwk.ability.Ability
-
Obtains the class name in this ability name, without the prefixed bundle name.
- getAbilityName() - Method in class ohos.aafwk.ability.Form
-
Obtains the class name of the ability to which this Form belongs.
- getAbilityName() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the abilityName attribute included in this Operation.
- getAbilityName() - Method in class ohos.bundle.ElementName
-
Obtains the name of an ability.
- getAbilityName() - Method in class ohos.bundle.FormInfo
-
Obtains the class name of the ability to which this form belongs.
- getAbilityName() - Method in class ohos.interwork.bundle.ElementNameEx
-
Obtains the name of an ability.
- getAbilityName() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the ability name of the work.
- getAbilityPackage() - Method in class ohos.aafwk.ability.Ability
-
Obtains the singleton
AbilityPackage object to which this ability belongs.
- getAbilityPackageContext() - Method in class ohos.app.AbilityContext
-
- getAbilityPackageContext() - Method in interface ohos.app.Context
-
Obtains the Context object of this ability.
- getAbilitySliceState(AbilitySlice) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the lifecycle state of a specified ability slice.
- getAbilityState(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the lifecycle state of a specified ability.
- getAbilityTopBundleName() - Method in class ohos.aafwk.ability.AbilityMissionInfo
-
Indicate the top bundle name of the mission.
- getAbilityType() - Method in class ohos.miscservices.timeutility.Timer.TimerIntent
-
Obtains the ability component type.
- getAbortCommonEvent() - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Checks whether the current ordered common event should be aborted.
- getAbortCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Checks whether the current ordered common event should be aborted.
- getAbsoluteFile() - Method in class java.io.File
-
Returns the absolute form of this abstract pathname.
- getAbsolutePath() - Method in class java.io.File
-
Returns the absolute pathname string of this abstract pathname.
- getAccColour() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the account color.
- getAccDisplayName() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the display name of the account.
- getAcceptedIssuers() - Method in interface javax.net.ssl.X509TrustManager
-
Return an array of certificate authority certificates
which are trusted for authenticating peers.
- getAccessibility() - Method in class ohos.agp.components.Component
-
Obtains the accessibility state.
- getAccessibilityAbilityType() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the type of the accessibility ability.
- getAccessibilityCaptionProperties() - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Obtains the properties of the accessibility caption function.
- getAccessibilityDescription() - Method in class ohos.agp.components.Component
-
Obtains the accessibility description of this component.
- getAccessibilityEventType() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the type of an accessibility event.
- getAccessibilityId() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the ID of this accessibility node.
- getAccessibleInfoViaContent(String) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Searches for node information based on the specified content.
- getAccId() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the account ID.
- getAccName() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the account name.
- getAccountAbility() - Static method in class ohos.account.AccountAbility
-
Obtains the AccountAbility instance.
- getAccountCredential(String, String) - Method in class ohos.account.app.AppAccountAbility
-
Obtains the credential of this application account.
- getAccountExtraInfo(String) - Method in class ohos.account.app.AppAccountAbility
-
Obtains extra information of this application account.
- getAccTimezone() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the time zone of the account.
- getAccType() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the account type.
- getAccuracy() - Method in class ohos.location.Location
-
Obtains the predicted horizontal accuracy of the device at the current location, in unit of meters.
- getAccuracy() - Method in class ohos.sensor.data.SensorData
-
Obtains the accuracy of a sensor.
- getAcl() - Method in interface java.nio.file.attribute.AclFileAttributeView
-
Reads the access control list.
- getAction() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of an action in an Intent.
- getAction() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the action attribute included in this Operation.
- getAction() - Method in class ohos.agp.components.DragEvent
-
Obtains action.
- getAction() - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains the mouse action.
- getAction() - Method in class ohos.multimodalinput.event.SpeechEvent
-
Obtains the action of this speech event.
- getAction() - Method in class ohos.multimodalinput.event.StylusEvent
-
Obtains the stylus action.
- getAction() - Method in class ohos.multimodalinput.event.TouchEvent
-
Obtains the current pointer action status.
- getActionButton() - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains the mouse button whose status has changed.
- getActionButtons() - Method in class ohos.event.notification.NotificationRequest
-
- getActionDownAnimation(Component, int) - Static method in class ohos.agp.animation.styledsolutions.GravitationalClick
-
Generates an animator property (scaling effect) for a component, corresponding to an ACTION_DOWN event (that is,
when the user touches the screen).
- getActionDownAnimation(Component, int, float) - Static method in class ohos.agp.animation.styledsolutions.GravitationalClick
-
Generates an animator property (scaling effect) for a component while specifying the scaling percentage,
corresponding to an ACTION_DOWN event (that is, when the user touches the screen).
- getActionKey() - Method in class ohos.agp.components.ComponentProvider.Action
-
Obtains the action key.
- getActionName() - Method in class ohos.data.search.schema.ActionItem
-
Obtains the value of the actionName index field.
- getActionProperty() - Method in class ohos.multimodalinput.event.SpeechEvent
-
Obtains the property value carried in action.
- getActions() - Method in class java.io.FilePermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class java.net.SocketPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class java.security.AllPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class java.security.BasicPermission
-
Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
a BasicPermission.
- getActions() - Method in class java.security.Permission
-
Returns the actions as a String.
- getActions() - Method in class java.security.UnresolvedPermission
-
Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
an UnresolvedPermission.
- getActions() - Method in class javax.security.auth.PrivateCredentialPermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class ohos.agp.components.ComponentProvider
-
Obtains all actions.
- getActionSchema() - Static method in class ohos.data.search.schema.ActionItem
-
Obtains the attributes of index fields in this index schema.
- getActionTag() - Method in class ohos.agp.components.ComponentProvider.Action
-
Obtains the action type.
- getActionUpAnimation(Component, int) - Static method in class ohos.agp.animation.styledsolutions.GravitationalClick
-
Generates an animator property for a component, corresponding to an ACTION_UP or ACTION_CANCEL event, so as to
restore the original size of the component (with the scaling percentage being 1F).
- getActivated() - Method in class ohos.media.audio.SoundEffect
-
Checks whether a sound effect is activated.
- getActiveCapturerConfigs() - Method in class ohos.media.audio.AudioManager
-
Obtains currently active capturer configurations of the device.
- getActiveCount() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the approximate number of threads that are actively
executing tasks.
- getActiveNotificationNums() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains the number of active notifications of the current application in the system.
- getActiveNotificationNums(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getActiveNotifications() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains active notifications of the current application in the system.
- getActiveNotifications(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getActiveQueueElementId() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the ID of the active media item in the playback queue.
- getActiveRendererConfigs() - Method in class ohos.media.audio.AudioManager
-
Obtains information about the active audio streams, including the usage type, content type, and flags.
- getActiveThreadCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the number of threads that are currently
stealing or executing tasks.
- getActor() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the actor index field.
- getActualConfig() - Method in class ohos.media.photokit.common.PixelMapConfigs
-
get actual config
- getActualDelayTime() - Method in class ohos.backgroundtaskmgr.DelaySuspendInfo
-
Obtains the delay duration.
- getActualMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value that the specified calendar field
could have, given the time value of this
Calendar.
- getActualMaximum(int) - Method in class java.util.GregorianCalendar
-
- getActualMaximum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the maximum value that this field could have, given the
current date.
- getActualMaximum(int) - Method in class ohos.global.icu.util.GregorianCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMaximum(int) - Method in class ohos.global.icu.util.JapaneseCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value that the specified calendar field
could have, given the time value of this Calendar.
- getActualMinimum(int) - Method in class java.util.GregorianCalendar
-
- getActualMinimum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the minimum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class ohos.global.icu.util.GregorianCalendar
-
Return the minimum value that this field could have, given the current date.
- getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
-
Returns an array of Type objects representing the actual type
arguments to this type.
- getAdditionalData() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the additional data included in this NotificationActionButton.
- getAdditionalData() - Method in class ohos.event.notification.NotificationRequest
-
- getAdditionalData() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the additional data included in this NotificationUserInput object.
- getAdditionalFlags() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the additional flags of the camera, for example, whether the camera is used for shadow rendering.
- getAdditionalLineSpacing() - Method in class ohos.agp.components.Text
-
Obtains the extra spacing added to the height of each line in a text component.
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
- getAdditionalText() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- getAdditions() - Method in class ohos.location.Location
-
Obtains extended information about a Location object.
- getAdditions() - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Obtains additional property data.
- getAddress() - Method in class java.net.DatagramPacket
-
Returns the IP address of the machine to which this datagram is being
sent or from which the datagram was received.
- getAddress() - Method in class java.net.Inet4Address
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class java.net.Inet6Address
-
Returns the raw IP address of this InetAddress object.
- getAddress() - Method in class java.net.InetAddress
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class java.net.InetSocketAddress
-
Gets the InetAddress.
- getAddress() - Method in class java.net.InterfaceAddress
-
Returns an InetAddress for this address.
- getAddress() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the address index field.
- getAddress() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains a device address.
- getAddress() - Method in class ohos.net.IpPrefix
-
Returns the first IP address in the prefix.
- getAddress() - Method in class ohos.net.LinkAddress
-
Obtains the IP address of a connection.
- getAddress() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint address.
- getAddress(String) - Static method in class ohos.global.i18n.utils.TextRecognitionUtils
-
Recognizes address information in the given text.
- getAddressFromLocation(double, double, int) - Method in class ohos.location.GeoConvert
-
Obtains the possible address list based on the specified longitude and latitude coordinates.
- getAddressFromLocationName(String, double, double, double, double, int) - Method in class ohos.location.GeoConvert
-
Obtains the possible address list based on the specified location information and geographic region.
- getAddressFromLocationName(String, int) - Method in class ohos.location.GeoConvert
-
Obtains the possible address list based on the specified location information.
- getAddressUrl() - Method in class ohos.location.GeoAddress
-
Obtains the website URL in the current GeoAddress object, for example,
the official website of a company.
- getAdjustButtonsElements() - Method in class ohos.agp.components.Slider
-
Obtains the
Element objects of all increase and decrease buttons.
- getAdler() - Method in class java.util.zip.Deflater
-
Returns the ADLER-32 value of the uncompressed data.
- getAdler() - Method in class java.util.zip.Inflater
-
Returns the ADLER-32 value of the uncompressed data.
- getAdministrativeArea() - Method in class ohos.location.GeoAddress
-
Obtains the administrative region name of the current GeoAddress object, for example,
Hong Kong (China) and California.
- getAdvanceWidths(String, float[]) - Method in class ohos.agp.render.Paint
-
Obtains the text width in advance.
- getAdvertiseFlag() - Method in class ohos.bluetooth.ble.BleScanResult
-
Returns the advertising flag.
- getAeMode() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the automatic exposure (AE) mode configured for the current frame capture.
- getAeMode() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the automatic exposure (AE) mode configured for the current frame capture.
- getAeRect() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the AE area configured for the current frame capture.
- getAeRect() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the AE area configured for the current frame capture.
- getAeResult() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the automatic exposure (AE) result of the current frame.
- getAeTrigger() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the AE trigger type configured for the current frame capture.
- getAeTrigger() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the AE trigger type configured for the current frame capture.
- getAffectedByUris() - Method in class ohos.data.resultset.AbsResultSet
-
- getAffectedByUris() - Method in interface ohos.data.resultset.ResultSet
-
Obtains the list of URIs registered to observe changes that affect the result set.
- getAffectedByUris() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getAffineX() - Method in class java.security.spec.ECPoint
-
Returns the affine x-coordinate x.
- getAffineY() - Method in class java.security.spec.ECPoint
-
Returns the affine y-coordinate y.
- getAfMode() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the autofocus (AF) mode configured for the current frame capture.
- getAfMode() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the autofocus (AF) mode configured for the current frame capture.
- getAfRect() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the AF area configured for the current frame capture.
- getAfRect() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the AF area configured for the current frame capture.
- getAfResult() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the AF result of the current frame.
- getAfTrigger() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the AF trigger type configured for the current frame capture.
- getAfTrigger() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the AF trigger type configured for the current frame capture.
- getAge(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the "age" of the code point.
- getAidBytes() - Method in class ohos.nfc.oma.Aid
-
Obtains the value of Aid in byte array format.
- getAids(ElementName, String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Obtains a list of AIDs of the specified type in a given application.
- getAlbum() - Method in class ohos.data.search.schema.MusicItem
-
Obtains the value of the album index field.
- getAlbumCapacity() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the capacity of this AlbumList instance.
- getAlbumId() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the ID of this AlbumList instance.
- getAlbumListInfo(String[]) - Method in class ohos.media.photokit.MediaLibrary
-
Obtains
AlbumListInfo instances from SmartGallery based on specified album
IDs.
- getAlbumName() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the name of this AlbumList instance.
- getAlbumTag() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the tag of this AlbumList instance.
- getAlgName() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the encryption algorithm.
- getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
-
Returns the standard name of the algorithm this parameter
generator is associated with.
- getAlgorithm() - Method in class java.security.AlgorithmParameters
-
Returns the name of the algorithm associated with this parameter object.
- getAlgorithm() - Method in class java.security.cert.CertPathBuilder
-
Returns the name of the algorithm of this CertPathBuilder.
- getAlgorithm() - Method in class java.security.cert.CertPathValidator
-
Returns the algorithm name of this CertPathValidator.
- getAlgorithm() - Method in interface java.security.Key
-
Returns the standard algorithm name for this key.
- getAlgorithm() - Method in class java.security.KeyFactory
-
Gets the name of the algorithm
associated with this KeyFactory.
- getAlgorithm() - Method in class java.security.KeyPairGenerator
-
Returns the standard name of the algorithm for this key pair generator.
- getAlgorithm() - Method in class java.security.MessageDigest
-
Returns a string that identifies the algorithm, independent of
implementation details.
- getAlgorithm() - Method in class java.security.Provider.Service
-
Return the name of the algorithm of this service.
- getAlgorithm() - Method in class java.security.SecureRandom
-
Returns the name of the algorithm implemented by this SecureRandom
object.
- getAlgorithm() - Method in class java.security.Signature
-
Returns the name of the algorithm for this signature object.
- getAlgorithm() - Method in class java.security.SignedObject
-
Retrieves the name of the signature algorithm.
- getAlgorithm() - Method in class javax.crypto.Cipher
-
Returns the algorithm name of this Cipher object.
- getAlgorithm() - Method in class javax.crypto.KeyAgreement
-
Returns the algorithm name of this KeyAgreement object.
- getAlgorithm() - Method in class javax.crypto.KeyGenerator
-
Returns the algorithm name of this KeyGenerator object.
- getAlgorithm() - Method in class javax.crypto.Mac
-
Returns the algorithm name of this Mac object.
- getAlgorithm() - Method in class javax.crypto.SealedObject
-
Returns the algorithm that was used to seal this object.
- getAlgorithm() - Method in class javax.crypto.SecretKeyFactory
-
Returns the algorithm name of this SecretKeyFactory object.
- getAlgorithm() - Method in class javax.crypto.spec.PSource
-
Returns the PSource algorithm name.
- getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
-
Returns the name of the algorithm associated with this secret key.
- getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
-
Returns the algorithm name of this KeyManagerFactory object.
- getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns the algorithm name of this TrustManagerFactory
object.
- getAlgorithmConstraints() - Method in class javax.net.ssl.SSLParameters
-
Returns the cryptographic algorithm constraints.
- getAlgorithmProperty(String, String) - Static method in class java.security.Security
-
- getAlgorithms(String) - Static method in class java.security.Security
-
Returns a Set of Strings containing the names of all available
algorithms or types for the specified Java cryptographic service
(e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
- getAlgParameters() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the algorithm parameters used by the encryption algorithm.
- getAlias() - Method in class ohos.data.orm.OrmConfig
-
Obtains the alias in this OrmConfig object.
- getAlias() - Method in interface ohos.data.orm.OrmContext
-
Obtains the storage alias related to the current database context.
- getAlignment() - Method in class ohos.agp.components.DependentLayout
-
Obtains the alignment mode of child components in a dependent layout.
- getAlignment() - Method in class ohos.agp.components.DirectionalLayout
-
Obtains the child component alignment.
- getAlignment() - Method in class ohos.agp.components.MagicLayout
-
Obtains the alignment mode of components in the layout.
- getAlignmentType() - Method in class ohos.agp.components.TableLayout
-
Obtains the alignment mode in a table layout.
- getAll() - Method in interface ohos.data.preferences.Preferences
-
- getAll() - Method in class ohos.data.rdb.ValuesBucket
-
Obtains a Set containing all columns and their values stored in the current ValuesBucket.
- getAll() - Method in class ohos.utils.BasePacMap
-
Obtains all the data that has been stored.
- getAll() - Method in class ohos.utils.PacMap
-
Obtains all the data that has been stored.
- getAllAbilitySlice(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains all ability slices of a specified ability.
- getAllAccessibleAccounts() - Method in class ohos.account.app.AppAccountAbility
-
Obtains information about all accessible accounts.
- getAllAccounts(String) - Method in class ohos.account.app.AppAccountAbility
-
Obtains information about all accounts of a specified account owner.
- getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
-
Returns the keys of all attributes defined on the
iterator's text range.
- getAllByName(String) - Static method in class java.net.InetAddress
-
Given the name of a host, returns an array of its IP addresses,
based on the configured name service on the system.
- getAllByName(String) - Method in class ohos.net.NetHandle
-
Resolves a host name to obtain all IP addresses.
- getAllColumnNames() - Method in class ohos.data.resultset.AbsResultSet
-
- getAllColumnNames() - Method in class ohos.data.resultset.CombinedResultSet
-
- getAllColumnNames() - Method in interface ohos.data.resultset.ResultSet
-
Obtains the names of all columns in a result set.
- getAllColumnNames() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getAllColumnNames() - Method in class ohos.data.resultset.TableResultSet
-
- getAllComponents() - Method in class ohos.agp.components.ComponentProvider
-
- getAllConversationalMessages() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Obtains all messages included in this conversation-like notification.
- getAllCreatedOsAccounts() - Method in class ohos.account.AccountAbility
-
Obtains the number of all OS accounts created on a device.
- getAllDisplays(Context) - Method in class ohos.agp.window.service.DisplayManager
-
Obtains all displays of a specific context.
- getAllForms() - Method in class ohos.aafwk.ability.AbilitySlice
-
- getAllForms() - Method in interface ohos.bundle.IBundleManager
-
- getAllFormsInfo() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the
FormInfo objects provided by all applications on the device.
- getAllFormsInfo() - Method in interface ohos.bundle.IBundleManager
-
Obtains the
FormInfo objects provided by all HarmonyOS applications on the device.
- getAllInputDeviceID() - Static method in class ohos.multimodalinput.device.InputDevice
-
Obtains the IDs of all input devices on a bearer device.
- getAllKeywordValues(String) - Method in class ohos.global.icu.text.PluralRules
-
Returns all the values that trigger this keyword, or null if the number of such
values is unlimited.
- getAllKvStoreId() - Method in interface ohos.data.distributed.common.KvManager
-
Obtains the storeId of all KvStore databases that are created
by using the getKvStore method and not deleted by calling the deleteKvStore method.
- getAllLines() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Obtains the list of lines included in this multi-line notification.
- getAllNets() - Method in class ohos.net.NetManager
-
Obtains the list of data networks that are activated.
- getAllowUserInteraction() - Method in class java.net.URLConnection
-
Returns the value of the allowUserInteraction field for
this object.
- getAllPermissionGroupDefs() - Method in interface ohos.bundle.IBundleManager
-
Obtains all known permission groups in the system.
- getAllRecordsLength() - Method in class ohos.nfc.tag.NdefMessage
-
Obtains the length of this NDEF message.
- getAllRunningProcesses() - Method in interface ohos.app.IAbilityManager
-
Obtains information about application processes that are running on the device.
- getAllRxBytes() - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) received through all NICs.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Obtains all body sensors.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Obtains all environment sensors.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryLightAgent
-
Obtains all light sensors.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Obtains all motion sensors.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Obtains all orientation sensors.
- getAllSensors() - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Obtains all sensors in the other category.
- getAllSensors() - Method in class ohos.sensor.agent.SensorAgent
-
Obtains a specified category of sensors.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Obtains a specified type of sensors in the body category.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Obtains a specified type of sensors in the environment category.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Obtains a specified type of sensors in the light category.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Obtains a specified type of sensors in the motion category.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Obtains a specified type of sensors in the orientation category.
- getAllSensors(int) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Obtains a specified type of sensors in the other category.
- getAllSensors(int) - Method in class ohos.sensor.agent.SensorAgent
-
Obtains a specified type of sensors in a sensor category.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of stack traces for all live threads.
- getAllTxBytes() - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) sent through all NICs.
- getAlpha() - Method in class ohos.agp.colors.Color
-
Obtains the alpha value of a color instance.
- getAlpha() - Method in class ohos.agp.components.Component
-
Obtains the alpha value of a component.
- getAlpha() - Method in class ohos.agp.components.element.Element
-
Obtains the alpha value of an element object.
- getAlpha() - Method in class ohos.agp.render.Paint
-
Obtains the alpha value.
- getAlphaCutoff() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the alpha cutoff value of this material.
- getAlphaMode() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the alpha rendering mode of this material.
- getAlternateName() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the alternateName index field.
- getAlternateSetting() - Method in class ohos.usb.USBInterface
-
Get the AlternateSetting field of a USB interface.
- getAltitude() - Method in class ohos.location.Location
-
Obtain altitude of current location object.
- getAltitude(ImageSource, double) - Static method in class ohos.media.image.ExifUtils
-
Obtains altitude information about the image in its Exif property.
- getAmbientOcclusion() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the ambient occlusion texture.
- getAmbientOcclusionFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the ambient occlusion factor of this material.
- getAmPmOrder() - Method in class ohos.agp.components.TimePicker
-
Obtains the format of the column representing a.m.
- getAmPmStrings() - Method in class java.text.DateFormatSymbols
-
Gets ampm strings.
- getAmPmStrings() - Method in class ohos.agp.components.TimePicker
-
Obtains a string array indicating a.m.
- getAmPmStrings() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns am/pm strings.
- getAmString() - Method in class ohos.agp.components.TimePicker
-
Obtains the string that represents a.m.
- getAnchor() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains an anchor accessibility node that anchors this window to another window.
- getAndAccumulate(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the previous value.
- getAndAccumulate(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the previous value.
- getAndAccumulate(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the previous value.
- getAndAccumulate(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the previous value.
- getAndAccumulate(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the previous value.
- getAndAccumulate(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the previous value.
- getAndAccumulate(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the previous value.
- getAndAccumulate(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the previous value.
- getAndAccumulate(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the previous value.
- getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically adds the given value to the current value.
- getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically adds the given value to the current value.
- getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically decrements by one the current value.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically decrements by one the current value.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically increments by one the current value.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically increments by one the current value.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically increments by one the element at index i.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically increments by one the element at index i.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets to the given value and returns the previous value.
- getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically sets the element at position i to the given value
and returns the old value.
- getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically sets to the given value and returns the old value.
- getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically sets to the given value and returns the old value.
- getAndUpdate(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically updates the element at index i with the results
of applying the given function, returning the previous value.
- getAndUpdate(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically updates the element at index i with the results
of applying the given function, returning the previous value.
- getAndUpdate(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically updates the element at index i with the results
of applying the given function, returning the previous value.
- getAndUpdate(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically updates the current value with the results of
applying the given function, returning the previous value.
- getAndUpdate(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically updates the current value with the results of
applying the given function, returning the previous value.
- getAndUpdate(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically updates the current value with the results of
applying the given function, returning the previous value.
- getAndUpdate(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically updates the field of the given object managed by this updater
with the results of applying the given function, returning the previous
value.
- getAndUpdate(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically updates the field of the given object managed by this updater
with the results of applying the given function, returning the previous
value.
- getAndUpdate(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically updates the field of the given object managed by this updater
with the results of applying the given function, returning the previous
value.
- getAngle() - Method in class ohos.agp.render.Paint
-
Obtains the stroke miter value of the Paint object.
- getAnimations() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of animations that have been imported.
- getAnimations() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all animation resources.
- getAnimatorProperty(int) - Method in class ohos.agp.components.ComponentTransition
-
Obtains the component property animator of the specified transition type.
- getAnimatorsAt(int) - Method in class ohos.agp.animation.AnimatorGroup
-
Obtains animators used in a round of an animator group.
- getAnnotation(Class<A>) - Method in class java.lang.Class
-
- getAnnotation(Class<A>) - Method in class java.lang.Package
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Executable
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Parameter
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotations() - Method in class java.lang.Class
-
- getAnnotations() - Method in class java.lang.Package
-
- getAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns annotations that are present on this element.
- getAnnotations() - Method in class java.lang.reflect.Parameter
-
Returns annotations that are present on this element.
- getAnnotationsByType(Class<A>) - Method in class java.lang.Class
-
- getAnnotationsByType(Class<A>) - Method in class java.lang.Package
-
- getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns annotations that are associated with this element.
- getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Executable
-
Returns annotations that are associated with this element.
- getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Field
-
Returns annotations that are associated with this element.
- getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
-
Returns annotations that are associated with this element.
- getAnonymousLogger() - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getAnonymousLogger(String) - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getApiVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the API version number.
- getApostropheMode() - Method in class ohos.global.icu.text.MessageFormat
-
[icu]
- getApostropheMode() - Method in class ohos.global.icu.text.MessagePattern
-
- getAppAccountSync(String) - Method in class ohos.account.app.AppAccountAbility
-
Checks whether a specified application account allows application data synchronization.
- getAppCategory() - Method in class ohos.data.search.schema.AppItem
-
Obtains the value of the appCategory index field.
- getAppContext() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the application context.
- getAppendItemFormat(int) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemFormats.
- getAppendItemName(int) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemName.
- getAppId() - Method in class ohos.bundle.BundleInfo
-
Obtains the ID of the application to which the current bundle belongs.
- getAppId() - Method in class ohos.data.search.model.SearchableEntity
-
Obtains the unique ID of the application whose ability will be launched.
- getAppInfo() - Method in class ohos.bundle.BundleInfo
-
Obtains information about the application to which the current bundle belongs.
- getAppLargeMemory() - Method in interface ohos.app.IAbilityManager
-
Obtains the maximum memory that can be used by an application on the current device.
- getApplicationBufferSize() - Method in interface javax.net.ssl.SSLSession
-
Gets the current size of the largest application data that is
expected when using this session.
- getApplicationContext() - Method in class ohos.app.AbilityContext
-
- getApplicationContext() - Method in interface ohos.app.Context
-
Obtains the
Context object of the application.
- getApplicationInfo() - Method in class ohos.app.AbilityContext
-
- getApplicationInfo() - Method in interface ohos.app.Context
-
Obtains information about the current application.
- getApplicationInfo() - Method in class ohos.bundle.AbilityInfo
-
Obtains information about the current application.
- getApplicationInfo() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains information about the application to which the ability belongs.
- getApplicationInfo(String, int, int) - Method in interface ohos.bundle.IBundleManager
-
- getApplicationInfo(String, int, int) - Method in class ohos.bundle.LauncherService
-
Obtains information about an application based on the given bundle name, flag, and user ID.
- getApplicationInfos(int, int) - Method in interface ohos.bundle.IBundleManager
-
Obtains information about all installed applications of a specified user.
- getApplyType() - Method in class ohos.agp.components.ComponentProvider
-
Obtains the operation type.
- getAppMemory() - Method in interface ohos.app.IAbilityManager
-
Obtains the memory that can be used by an application on the current device.
- getAppNames() - Method in class ohos.event.notification.NotificationSubscribeInfo
-
Obtains the application names in the current NotificationSubscribeInfo object.
- getAppNet() - Method in class ohos.net.NetManager
-
- getAppSchema() - Static method in class ohos.data.search.schema.AppItem
-
Obtains a list of index field attributes in this AppItem object.
- getAppsGrantedPermissions(String[]) - Method in interface ohos.bundle.IBundleManager
-
Obtains the list of applications that have the specified permissions.
- getAppSize() - Method in class ohos.storageinfomgr.StorageInfo
-
Obtains the application size.
- getAppType() - Method in class ohos.app.AbilityContext
-
Obtains the type of this application.
- getAppType() - Method in interface ohos.app.Context
-
Obtains the type of this application.
- getAppType(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the type of a specified application based on the given bundle name.
- getArc() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the arc attributes of a
ShapeElement object in the shape of
ShapeElement.ARC.
- getArea() - Method in class ohos.agp.utils.Circle
-
Obtains the area of this circle.
- getArg1(InnerEvent) - Static method in class ohos.interwork.eventhandler.InnerEventUtils
-
Obtains the value of the external attribute arg1 for a specified InnerEvent.
- getArg2(InnerEvent) - Static method in class ohos.interwork.eventhandler.InnerEventUtils
-
Obtains the value of the external attribute arg2 for a specified InnerEvent.
- getArgType() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
otherwise ArgType.NONE.
- getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
-
Returns the class of the mismatched argument.
- getArgumentNames() - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Returns the top-level argument names.
- getArguments() - Static method in class ohos.aafwk.ability.delegation.AbilityDelegatorRegistry
-
- getArkPrivateDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the private dirty memory pages used by the Ark heap when the application is running.
- getArkPss() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the amount of memory actually used by the Ark heap when the application is running.
- getArkSharedDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the shared dirty memory pages used by the Ark heap when the application is running.
- getAroundElements() - Method in class ohos.agp.components.Text
-
Obtains element objects around a text.
- getAroundElementsPadding() - Method in class ohos.agp.components.Text
-
Obtains the padding between the text and element objects.
- getAroundElementsRelative() - Method in class ohos.agp.components.Text
-
Obtains element objects around a text.
- getArray() - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY value designated
by this
Array object in the form of an array in the Java
programming language.
- getArray(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array object in the Java programming language.
- getArray(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Array object
in the Java programming language.
- getArray(long, int) - Method in interface java.sql.Array
-
Retrieves a slice of the SQL ARRAY
value designated by this Array object, beginning with the
specified index and containing up to count
successive elements of the SQL array.
- getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retreives a slice of the SQL ARRAY value
designated by this Array object, beginning with the specified
index and containing up to count
successive elements of the SQL array.
- getArray(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the Java programming language.
- getArray(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Array object
in the Java programming language.
- getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY value designated by this
Array object.
- getArrivedParties() - Method in class java.util.concurrent.Phaser
-
Returns the number of registered parties that have arrived at
the current phase of this phaser.
- getArrivedTime() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Obtains the time when this message arrived.
- getArtist() - Method in class ohos.data.search.schema.MusicItem
-
Obtains the value of the artist index field.
- getAsBoolean() - Method in interface java.util.function.BooleanSupplier
-
Gets a result.
- getAscent(int) - Method in class ohos.agp.text.Layout
-
Obtains the ascent from a specified line.
- getAsciiName() - Method in class javax.net.ssl.SNIHostName
-
- getAsciiStream() - Method in interface java.sql.Clob
-
Retrieves the CLOB value designated by this Clob
object as an ascii stream.
- getAsciiStream() - Method in class ohos.data.orm.Clob
-
- getAsciiStream(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a stream of ASCII characters.
- getAsciiStream(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a stream of
ASCII characters.
- getAsDouble() - Method in interface java.util.function.DoubleSupplier
-
Gets a result.
- getAsDouble() - Method in class java.util.OptionalDouble
-
If a value is present in this OptionalDouble, returns the value,
otherwise throws NoSuchElementException.
- getAsDouble(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key and converts it into a double value.
- getAsFloat(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key and converts it into a float value.
- getAshmemIdentity() - Method in class ohos.utils.Ashmem
-
Acquires the identity of Ashmem object.
- getAShmemSize() - Method in class ohos.utils.Ashmem
-
Obtains the memory size of the Ashmem object.
- getAsInt() - Method in interface java.util.function.IntSupplier
-
Gets a result.
- getAsInt() - Method in class java.util.OptionalInt
-
If a value is present in this OptionalInt, returns the value,
otherwise throws NoSuchElementException.
- getAsInteger(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key and converts it into an integer value.
- getAsLong() - Method in interface java.util.function.LongSupplier
-
Gets a result.
- getAsLong() - Method in class java.util.OptionalLong
-
If a value is present in this OptionalLong, returns the value,
otherwise throws NoSuchElementException.
- getAsLong(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key and converts it into a long value.
- getAssistantIntention(String, int) - Method in class ohos.ai.nlu.NluClient
-
Recognizes assistant intentions and obtains the recognition result (synchronous method).
- getAssistantIntention(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Recognizes assistant intentions and obtains the recognition result (asynchronous method).
- getAssociatedData(String, String) - Method in class ohos.account.app.AppAccountAbility
-
Obtains data associated with this application account.
- getAsString(String) - Method in class ohos.data.search.model.IndexData
-
Obtains the value matching a specified key and converts it into a string value.
- getAsyncMode() - Method in class java.util.concurrent.ForkJoinPool
-
Returns true if this pool uses local first-in-first-out
scheduling mode for forked tasks that are never joined.
- getAt(int) - Method in class ohos.utils.IntArray
-
Obtains the value at a specified index.
- getAtqa() - Method in class ohos.nfc.tag.NfcATag
-
Obtains the ATQA of an NFC-A tag.
- getATR() - Method in class ohos.nfc.oma.Session
-
Obtains the Answer to Reset of a secure element.
- getAttachment() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the attachment index field.
- getAttachment() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the attachment index field.
- getAttachment() - Method in class ohos.data.search.schema.NotepadItem
-
Obtains the value of the attachment index field.
- getAttendeeTypes() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the type of the participant.
- getAttr(int) - Method in interface ohos.agp.components.AttrSet
-
Obtains an attribute using its index.
- getAttr(String) - Method in interface ohos.agp.components.AttrSet
-
Obtains an attribute by its name.
- getAttribute(String) - Method in class java.nio.file.FileStore
-
Reads the value of a file store attribute.
- getAttribute(String) - Method in class java.security.Provider.Service
-
Return the value of the specified attribute or null if this
attribute is not set for this Service.
- getAttribute(String, String, Locale) - Static method in class ohos.global.i18n.phonenumbers.PhoneNumberAttribution
-
Obtains the home location of a phone number based on the number, defaultRegion
and the region specified by Locale.
- getAttribute(Path, String, LinkOption...) - Static method in class java.nio.file.Files
-
Reads the value of a file attribute.
- getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the value of the named attribute for the current character.
- getAttributeByName(QName) - Method in interface ohos.javax.xml.stream.events.StartElement
-
Returns the attribute referred to by this name
- getAttributeCount() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the count of attributes on this START_ELEMENT,
this method is only valid on a START_ELEMENT or ATTRIBUTE.
- getAttributeLocalName(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the localName of the attribute at the provided
index
- getAttributeName(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the qname of the attribute at the provided index
- getAttributeNamespace(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the namespace of the attribute at the provided
index
- getAttributePrefix(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the prefix of this attribute at the
provided index
- getAttributes() - Method in class java.net.JarURLConnection
-
Return the Attributes object for this connection if the URL
for it points to a JAR file entry, null otherwise.
- getAttributes() - Method in interface java.security.KeyStore.Entry
-
Retrieves the attributes associated with an entry.
- getAttributes() - Method in class java.security.KeyStore.PrivateKeyEntry
-
Retrieves the attributes associated with an entry.
- getAttributes() - Method in class java.security.KeyStore.SecretKeyEntry
-
Retrieves the attributes associated with an entry.
- getAttributes() - Method in class java.security.KeyStore.TrustedCertificateEntry
-
Retrieves the attributes associated with an entry.
- getAttributes() - Method in interface java.sql.Struct
-
Produces the ordered values of the attributes of the SQL
structured type that this Struct object represents.
- getAttributes() - Method in interface java.text.AttributedCharacterIterator
-
Returns a map with the attributes defined on the current
character.
- getAttributes() - Method in class java.util.jar.JarEntry
-
Returns the Manifest Attributes for this
entry, or null if none.
- getAttributes() - Method in class ohos.agp.window.service.Display
-
Obtains the Attributes of a display.
- getAttributes() - Method in class ohos.global.resource.solidxml.Node
-
Obtains the attribute set of a node.
- getAttributes() - Method in interface ohos.javax.xml.stream.events.StartElement
-
Returns an Iterator of non-namespace declared attributes declared on
this START_ELEMENT,
returns an empty iterator if there are no attributes.
- getAttributes() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint attributes.
- getAttributes(String) - Method in class java.util.jar.Manifest
-
Returns the Attributes for the specified entry name.
- getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given attribute of the given type
for a user-defined type (UDT) that is available in the given schema
and catalog.
- getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
-
Produces the ordered values of the attributes of the SQL
structured type that this Struct object represents.
- getAttributeType(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the XML type of the attribute at the provided
index
- getAttributeTypeInfo(int) - Method in class ohos.javax.xml.validation.TypeInfoProvider
-
Returns the immutable
TypeInfo object for the specified
attribute of the current element.
- getAttributeValue(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the value of the attribute at the
index
- getAttributeValue(String, String) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the normalized attribute value of the
attribute with the namespace and localName
If the namespaceURI is null the namespace
is not checked for equality
- getAttrName() - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Obtains the attribute name of this
AttrData.
- getAttrType() - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Obtains the attribute type of this
AttrData.
- getAttrType() - Method in class ohos.utils.ObjectAttribute
-
Obtains the type of the attribute encapsulated in the current ObjectAttribute object.
- getAttrValue() - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Obtains the attribute value of this
AttrData.
- getAudioChannel() - Method in class ohos.media.audio.AudioCapturer
-
Obtains channel mask information used for audio recording.
- getAudioChannel() - Method in class ohos.media.audio.AudioRenderer
-
Obtains channel mask information for audio playback.
- getAudioHandler() - Method in class ohos.media.player.Player
-
Obtains the
AudioHandler for audio parameters whose values are out of common ranges.
- getAudioInputSource() - Method in class ohos.media.audio.AudioCapturer
-
Obtains the audio stream input source.
- getAudioInputSource() - Method in class ohos.media.audio.AudioCapturerConfig
-
Obtains information about the audio input source.
- getAudioParameter(String) - Method in class ohos.media.audio.AudioManager
-
Obtains the value of audio device parameters specified by key.
- getAudioPitch() - Method in class ohos.media.player.Player
-
Obtains the pitch coefficient set for the current audio.
- getAudioSourceType() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the audio source type.
- getAudioStreamFlag() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the audio stream flag.
- getAudioStreamInfo() - Method in class ohos.media.audio.AudioCapturerInfo
-
Obtains audio stream information from the recording parameter.
- getAudioStreamInfo() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains audio stream information from the playback parameter.
- getAudioStreamOutputFlag() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains the output flag of the audio stream.
- getAudioStreamType() - Method in class ohos.media.player.Player
-
Obtains the audio type.
- getAudioTime() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the playback timestamp.
- getAudioTime(Timestamp, Timestamp.Timebase) - Method in class ohos.media.audio.AudioCapturer
-
- getAudioVolumes() - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Obtains the volume of all audio channels for a sound playback task.
- getAuthenticationTips() - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Obtains authentication tips.
- getAuthor() - Method in class ohos.data.search.schema.DocumentItem
-
Obtains the value of the author index field.
- getAuthority() - Method in class java.net.URI
-
Returns the decoded authority component of this URI.
- getAuthority() - Method in class java.net.URL
-
Gets the authority part of this URL.
- getAuthorityKeyIdentifier() - Method in class java.security.cert.X509CertSelector
-
Returns the authorityKeyIdentifier criterion.
- getAuthorityName() - Method in exception java.security.cert.CertificateRevokedException
-
Returns the name of the authority that signed the certificate's
revocation status information.
- getAutoCapitalizeMode(int) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Obtains the letter case of the text at the cursor position in the edit box.
- getAutoCommit() - Method in interface java.sql.Connection
-
Retrieves the current auto-commit mode for this Connection
object.
- getAutoDeletedTime() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the period during which a notification is deleted.
- getAutoLayout() - Method in class ohos.agp.components.ComponentContainer
-
Obtains whether automatic layout is enabled.
- getAutoScrollingCount() - Method in class ohos.agp.components.Text
-
Obtains the auto scrolling count of a text.
- getAutoScrollingDuration() - Method in class ohos.agp.components.Text
-
Obtains the auto scrolling duration of a text.
- getAvailability() - Method in interface ohos.ai.cv.common.ICvBase
-
Obtains the installation status of a plug-in.
- getAvailable() - Static method in class ohos.global.icu.util.MeasureUnit
-
Get all of the available units.
- getAvailable(String) - Static method in class ohos.global.icu.util.MeasureUnit
-
For the given type, return the available units.
- getAvailableBuffer(long) - Method in class ohos.media.codec.Codec
-
Obtains a ByteBuffer in normal mode.
- getAvailableCalendarTypes() - Static method in class java.util.Calendar
-
Returns an unmodifiable Set containing all calendar types
supported by Calendar in the runtime environment.
- getAvailableChronologies() - Static method in interface java.time.chrono.Chronology
-
Returns the available chronologies.
- getAvailableCores() - Static method in class ohos.os.ProcessManager
-
Obtains CPU cores available for the current process on a multi-core device.
- getAvailableCurrencies() - Static method in class java.util.Currency
-
Gets the set of available currencies.
- getAvailableCurrencies() - Static method in class ohos.global.icu.util.Currency
-
Returns the set of available currencies.
- getAvailableCurrencyCodes(Locale, Date) - Static method in class ohos.global.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given
Locale on the
given date.
- getAvailableCurrencyCodes(ULocale, Date) - Static method in class ohos.global.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given locale on the
given date.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all the available IDs supported.
- getAvailableIDs() - Static method in class ohos.global.icu.text.Transliterator
-
Returns an enumeration over the programmatic names of registered
Transliterator objects.
- getAvailableIDs() - Static method in class ohos.global.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs.
- getAvailableIDs(int) - Static method in class java.util.TimeZone
-
Gets the available IDs according to the given time zone offset in milliseconds.
- getAvailableIDs(int) - Static method in class ohos.global.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
with the given raw offset from GMT.
- getAvailableIDs(String) - Static method in class ohos.global.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
associated with the given country.
- getAvailableIDs(TimeZone.SystemTimeZoneType, String, Integer) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns a set of time zone ID strings with the given filter conditions.
- getAvailableLocales() - Static method in class java.text.BreakIterator
-
Returns an array of all locales for which the
get*Instance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.Collator
-
Returns an array of all locales for which the
getInstance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.DateFormat
-
Returns an array of all locales for which the
get*Instance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.DateFormatSymbols
-
Returns an array of all locales for which the
getInstance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
-
Returns an array of all locales for which the
getInstance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.NumberFormat
-
Returns an array of all locales for which the
get*Instance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.time.format.DecimalStyle
-
Lists all the locales that are supported.
- getAvailableLocales() - Static method in class java.util.Calendar
-
Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableLocales() - Static method in class java.util.Locale
-
Returns an array of all installed locales.
- getAvailableLocales() - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a list of locales for which BreakIterators can be used.
- getAvailableLocales() - Static method in class ohos.global.icu.text.Collator
-
Returns the set of locales, as Locale objects, for which collators
are installed.
- getAvailableLocales() - Static method in class ohos.global.icu.text.DateFormat
-
Returns the set of locales for which DateFormats are installed.
- getAvailableLocales() - Static method in class ohos.global.icu.text.DateFormatSymbols
-
Returns an array of all locales for which the getInstance methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns an array of all locales for which the getInstance methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class ohos.global.icu.text.NumberFormat
-
Returns the list of Locales for which NumberFormats are available.
- getAvailableLocales() - Static method in class ohos.global.icu.util.Calendar
-
Returns the list of locales for which Calendars are installed.
- getAvailableLocales() - Static method in class ohos.global.icu.util.Currency
-
Return an array of the locales for which a currency
is defined.
- getAvailableLocales() - Static method in class ohos.global.icu.util.ULocale
-
[icu] Note: Unlike the Locale API, this returns an array of ULocale,
not Locale.
- getAvailableMetaZoneIDs() - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs.
- getAvailableMetaZoneIDs(String) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs used by the given time zone.
- getAvailableNames() - Static method in class ohos.global.icu.text.NumberingSystem
-
Returns a string array containing a list of the names of numbering systems
currently known to ICU.
- getAvailableResultKeys() - Method in interface ohos.media.camera.params.ParametersResult
-
Gets available result keys of this parameter setting.
- getAvailableSources() - Static method in class ohos.global.icu.text.Transliterator
-
Returns an enumeration over the source names of registered
transliterators.
- getAvailableSpace() - Method in class ohos.data.usage.StatVfs
-
Obtains the available bytes of the file system for the application.
- getAvailableStatus() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event status.
- getAvailableTargets(String) - Static method in class ohos.global.icu.text.Transliterator
-
Returns an enumeration over the target names of registered
transliterators having a given source name.
- getAvailableTypes() - Static method in class ohos.global.icu.util.MeasureUnit
-
Get all of the available units' types.
- getAvailableULocales() - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the set of locales, as ULocale objects, for which collators
are installed.
- getAvailableULocales() - Static method in class ohos.global.icu.util.Currency
-
Return an array of the ulocales for which a currency
is defined.
- getAvailableVariants(String, String) - Static method in class ohos.global.icu.text.Transliterator
-
Returns an enumeration over the variant names of registered
transliterators having a given source name and target name.
- getAvailableZoneIds() - Static method in class java.time.ZoneId
-
Gets the set of available zone IDs.
- getAvailSysMem() - Method in class ohos.aafwk.ability.SystemMemoryInfo
-
Obtains the available system memory.
- getAVController() - Method in class ohos.aafwk.ability.Ability
-
Obtains window media controller of an ability.
- getAVController() - Method in class ohos.media.sessioncore.AVSession
-
Obtains the
AVController instance automatically created
when this
AVSession instance was created.
- getAVDescription() - Method in class ohos.media.common.AVMetadata
-
Obtains the brief description of this AVMetadata object.
- getAVDescription() - Method in class ohos.media.common.sessioncore.AVElement
-
Obtains detailed information about the media item.
- getAVElement(String, AVElementCallback) - Method in class ohos.media.sessioncore.AVBrowser
-
Obtains a
AVElement instance based on the media item ID.
- getAverage() - Method in class java.util.DoubleSummaryStatistics
-
Returns the arithmetic mean of values recorded, or zero if no
values have been recorded.
- getAverage() - Method in class java.util.IntSummaryStatistics
-
Returns the arithmetic mean of values recorded, or zero if no values have been
recorded.
- getAverage() - Method in class java.util.LongSummaryStatistics
-
Returns the arithmetic mean of values recorded, or zero if no values have been
recorded.
- getAVMetadata() - Method in class ohos.media.sessioncore.AVController
-
Obtains metadata of the media item.
- getAVPlaybackAction() - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
Obtains a custom action.
- getAVPlaybackActionName() - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
Obtains the display name of the custom action.
- getAVPlaybackActions() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the actions supported by this AVSession instance.
- getAVPlaybackCustomActions() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the custom action list.
- getAVPlaybackErrorMessage() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the message displayed when an error occurs during playback.
- getAVPlaybackSpeed() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the current playback speed.
- getAVPlaybackState() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the playback state.
- getAVPlaybackState() - Method in class ohos.media.sessioncore.AVController
-
Obtains the playback state.
- getAVQueueElement() - Method in class ohos.media.sessioncore.AVController
-
Obtains the playback queue.
- getAVQueueTitle() - Method in class ohos.media.sessioncore.AVController
-
Obtains the title of the playback queue.
- getAVSessionAbility() - Method in class ohos.media.sessioncore.AVController
-
Obtains the
IntentAgent instance for
starting the user interface.
- getAVSessionInfo() - Method in class ohos.media.sessioncore.AVController
-
Obtains additional information about the media session.
- getAVToken() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Obtains the
AVToken attached to this media playback notification.
- getAVToken() - Method in class ohos.media.sessioncore.AVBrowser
-
Obtains the media session token.
- getAVToken() - Method in class ohos.media.sessioncore.AVBrowserService
-
- getAVToken() - Method in class ohos.media.sessioncore.AVController
-
Obtains the token for your application to connect to the
AVSession
instance.
- getAVToken() - Method in class ohos.media.sessioncore.AVSession
-
Obtains the token for your application to connect to this AVSession instance.
- getAwbMode() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the auto white balance (AWB) mode set for the current frame capture.
- getAwbMode() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the auto white balance (AWB) mode set for the current frame capture.
- getB() - Method in class java.security.spec.EllipticCurve
-
Returns the second coefficient b of the
elliptic curve.
- getBackgroundElement() - Method in class ohos.agp.components.Component
-
Obtains element in the component's background.
- getBackgroundImg() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the background image information about this HAP module.
- getBackgroundInstructElement() - Method in class ohos.agp.components.ProgressBar
-
Obtains the
Element object used as the background of a progress bar.
- getBackgroundModes() - Method in class ohos.bundle.AbilityInfo
-
Obtains the backgroundModes tag of an ability.
- getBackgroundPolicy() - Method in class ohos.net.NetManager
-
Queries the background policy of the current application.
- getBackgroundType() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the background type for this scene.
- getBackward(int) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Obtains a specified length of characters behind the cursor.
- getBadge() - Method in class ohos.agp.components.Component.VoiceEvent
-
Gets the event Badge.
- getBadgeIconStyle() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the badge icon style of this notification.
- getBadgeNumber() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the number to be displayed for this notification.
- getBand() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the frequency band of a Wi-Fi access point.
- getBand() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the frequency band of a Wi-Fi access point.
- getBandWidth() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the bandwidth of a Wi-Fi access point.
- getBarcodeDetector(Context) - Static method in class ohos.ai.cv.common.VisionManager
-
- getBaseBundleName() - Method in class java.util.ResourceBundle
-
Returns the base name of this bundle, if known, or null if unknown.
- getBaseColor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the base color texture.
- getBaseColorFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the base color factor of this material.
- getBaseDensity() - Method in class ohos.media.image.PixelMap
-
Obtains the base pixel density of this PixelMap.
- getBaseDirection(CharSequence) - Static method in class ohos.global.icu.text.Bidi
-
Get the base direction of the text provided according to the Unicode
Bidirectional Algorithm.
- getBaseLevel() - Method in class java.text.Bidi
-
Return the base level (0 if left-to-right, 1 if right-to-left).
- getBaseLevel() - Method in class ohos.global.icu.text.Bidi
-
Return the base level (0 if left-to-right, 1 if right-to-left).
- getBaseline(int) - Method in class ohos.agp.text.Layout
-
Obtains the baseline of a specified line.
- getBasement() - Method in class ohos.agp.components.TextField
-
Obtains the element object used as the underline of a text box.
- getBaseName() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns the (normalized) base name for this locale,
like
ULocale.getName(), but without keywords.
- getBaseName(String) - Static method in class ohos.global.icu.util.ULocale
-
- getBaseSkeleton(String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Utility to return a unique base skeleton from a given pattern.
- getBaseSkeletons(Set<String>) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Return a list of all the base skeletons (in canonical form) from this class
- getBaseType() - Method in interface java.sql.Array
-
Retrieves the JDBC type of the elements in the array designated
by this Array object.
- getBaseTypeName() - Method in interface java.sql.Array
-
Retrieves the SQL type name of the elements in
the array designated by this Array object.
- getBaseTypeName() - Method in interface java.sql.Ref
-
Retrieves the fully-qualified SQL name of the SQL structured type that
this Ref object references.
- getBaseUnit() - Method in enum java.time.temporal.ChronoField
-
- getBaseUnit() - Method in interface java.time.temporal.TemporalField
-
Gets the unit that the field is measured in.
- getBaseUri() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the root URI for locating external resources.
- getBaseURI() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for
resolving a relative
systemId to an absolute URI.
- getBasicConstraints() - Method in class java.security.cert.X509Certificate
-
Gets the certificate constraints path length from the
critical BasicConstraints extension, (OID = 2.5.29.19).
- getBasicConstraints() - Method in class java.security.cert.X509CertSelector
-
Returns the basic constraints constraint.
- getBatteryChargingStatus() - Method in class ohos.powermanager.DevicePowerStatusInfo
-
Obtains the charging status of a device.
- getBatteryLevel() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery charge level of a device.
- getBatteryLevel() - Method in class ohos.powermanager.DevicePowerStatusInfo
-
Obtains the battery level of a device.
- getBatteryTemperature() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery temperature (Celsius) of a device.
- getBccEmail() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the bccEmail index field.
- getBccName() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the bccName index field.
- getBeginCharIndex(int) - Method in class ohos.agp.text.Layout
-
Obtains the index to the first character of a specified line.
- getBeginIndex() - Method in interface java.text.CharacterIterator
-
Returns the start index of the text.
- getBeginIndex() - Method in class java.text.FieldPosition
-
Retrieves the index of the first character in the requested field.
- getBeginIndex() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.getBeginIndex() for String.
- getBeginVersion() - Method in class ohos.data.orm.OrmMigration
-
Obtains the value of variable beginVersion.
- getBestPattern(String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBestPattern(String, int) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBestPattern(String, Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the most suitable format in the region specified by
java.util.Locale based on a given string representing the date and
time format.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of a table's optimal set of columns that
uniquely identifies a row.
- getBidiPairedBracket(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Maps the specified character to its paired bracket character.
- getBigDecimal(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.math.BigDecimal with full precision.
- getBigDecimal(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the BigDecimal object at the specified index of this ZSONArray.
- getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
-
- getBigDecimal(int, int) - Method in interface java.sql.ResultSet
-
- getBigDecimal(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.math.BigDecimal with full precision.
- getBigDecimal(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the BigDecimal object matching the specified key in the map of this ZSONObject.
- getBigDecimal(String, int) - Method in interface java.sql.ResultSet
-
- getBigIcon() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the large icon of this notification.
- getBigInteger(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the BigInteger object at the specified index of this ZSONArray.
- getBigInteger(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the BigInteger object matching the specified key in the map of this ZSONObject.
- getBigPicture() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- getBinaryStream() - Method in interface java.sql.Blob
-
Retrieves the BLOB value designated by this
Blob instance as a stream.
- getBinaryStream() - Method in interface java.sql.SQLXML
-
Retrieves the XML value designated by this SQLXML instance as a stream.
- getBinaryStream() - Method in class ohos.data.orm.Blob
-
- getBinaryStream(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a stream of
uninterpreted bytes.
- getBinaryStream(long, long) - Method in interface java.sql.Blob
-
Returns an InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream(long, long) - Method in class ohos.data.orm.Blob
-
Returns an InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a stream of uninterpreted
bytes.
- getBirthDate() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the birthDate index field.
- getBitsNumberPerPixel(int) - Static method in class ohos.media.image.common.ImageFormat
-
Obtains the number of bits per pixel of the specified image format.
- getBlack() - Method in class ohos.agp.colors.CmykColor
-
Obtains the proportion of black.
- getBleCapabilities() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the Bluetooth BLE capability of a device.
- getBleMaxAdvertisingDataLength() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the maximum length of advertising data supported by the Bluetooth BLE of a device.
- getBlendMode() - Method in class ohos.agp.render.Paint
-
Obtains the blend mode of this Paint.
- getBlob(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
BLOB parameter as a
Blob object in the Java programming language.
- getBlob(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Blob object
in the Java programming language.
- getBlob(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getBlob(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getBlob(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getBlob(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a byte array.
- getBlob(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getBlob(int) - Method in class ohos.data.resultset.TableResultSet
-
- getBlob(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the byte array value at the position specified by rowIndex and columnIndex.
- getBlob(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
BLOB parameter as a
Blob object in the Java programming language.
- getBlob(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Blob object
in the Java programming language.
- getBlock() - Method in class ohos.data.resultset.AbsSharedResultSet
-
Get current shared block.
- getBlock() - Method in interface ohos.data.resultset.SharedResultSet
-
- getBlockedCities(Context) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains a list of city IDs that are inappropriate for display in the current
locale.
- getBlockedLangs(Context) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains a list of languages that are inappropriate for display in the current
locale.
- getBlockedLangs2String(Context) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains a list of String objects representing languages that are
inappropriate for display in the current locale.
- getBlockedRegions(Context, Locale) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains a list of regions that are inappropriate for display in a given
locale.
- getBlocker(Thread) - Static method in class java.util.concurrent.locks.LockSupport
-
Returns the blocker object supplied to the most recent
invocation of a park method that has not yet unblocked, or null
if not blocked.
- getBlocks() - Method in class ohos.ai.cv.text.Text
-
Obtains the detection result of text blocks in a given image.
- getBlockSize() - Method in class javax.crypto.Cipher
-
Returns the block size (in bytes).
- getBlocksNum() - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the number of blocks of this MifareClassic tag.
- getBlocksNumForSector(int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the number of blocks in a specified sector of this MifareClassic tag.
- getBlue() - Method in class ohos.agp.colors.RgbColor
-
Obtains the blue color value of a RgbColor object.
- getBlueBrightness() - Method in class ohos.light.bean.LightBrightness
-
Obtains the brightness value of the blue channel when the light blinks.
- getBody() - Method in class java.net.CacheRequest
-
Returns an OutputStream to which the response body can be
written.
- getBody() - Method in class java.net.CacheResponse
-
Returns the response body as an InputStream.
- getBoolean() - Method in class ohos.global.resource.Element
-
Obtains a boolean value based on this Element.
- getBoolean(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC BIT
or BOOLEAN parameter as a
boolean in the Java programming language.
- getBoolean(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a boolean in the Java programming language.
- getBoolean(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the boolean value at the specified index of this ZSONArray and automatically converts
the value into a Boolean object.
- getBoolean(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance boolean field.
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a boolean.
- getBoolean(String) - Static method in class java.lang.Boolean
-
Returns true if and only if the system property
named by the argument exists and is equal to the string
"true".
- getBoolean(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC BIT or BOOLEAN
parameter as a
boolean in the Java programming language.
- getBoolean(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a boolean in the Java programming language.
- getBoolean(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the boolean value of a specified key.
- getBoolean(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Boolean value of a specified column name.
- getBoolean(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the boolean value matching the specified key in the map of this ZSONObject and
automatically converts the value into a Boolean object.
- getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
-
- getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
-
Returns the boolean value represented by the string associated with the
specified key in this preference node.
- getBoolean(String, boolean) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the boolean format.
- getBoolean(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the boolean value matching a specified device ID and key.
- getBoolean(ConfigType) - Method in class ohos.global.config.ConfigManager
-
Converts a globalization configuration to a boolean value.
- getBooleanArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a boolean array matching the given key.
- getBooleanAttribute(DateFormat.BooleanAttribute) - Method in class ohos.global.icu.text.DateFormat
-
Returns the current value for the specified BooleanAttribute for this instance
if attribute is missing false is returned.
- getBooleanParam(String, boolean) - Method in class ohos.aafwk.content.Intent
-
Obtains a boolean value matching the given key.
- getBooleanQueryParam(String, boolean) - Method in class ohos.utils.net.Uri
-
Obtains the first result that matches the query field in the current URI based on a specified
key and checks whether the result is not false or 0.
- getBooleanValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains a boolean value referenced by the XML attribute.
- getBooleanValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the boolean value at the specified index of this ZSONArray.
- getBooleanValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the boolean value matching a specified key.
- getBooleanValue(String) - Method in class ohos.utils.PacMap
-
Obtains the boolean value matching a specified key.
- getBooleanValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the boolean value matching the specified key in the map of this ZSONObject.
- getBooleanValue(String, boolean) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a boolean value of the attribute matching the key in this Theme.
- getBooleanValue(String, boolean) - Method in class ohos.utils.BasePacMap
-
Obtains the boolean value matching a specified key.
- getBooleanValue(String, boolean) - Method in class ohos.utils.PacMap
-
Obtains the boolean value matching a specified key.
- getBooleanValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the boolean[] value matching a specified key.
- getBooleanValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the boolean[] value matching a specified key.
- getBooleanValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getBooleanValueArray method to obtain the
boolean array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getBoolValue() - Method in interface ohos.agp.components.Attr
-
Obtains the Boolean value of an attribute.
- getBordersRect() - Method in class ohos.aafwk.content.Intent
-
Obtains the bordersRect attribute of this Intent.
- getBottom() - Method in class ohos.agp.components.Component
-
Obtains the bottom edge position of a component relative to the parent layout.
- getBottom(int) - Method in class ohos.agp.text.Layout
-
Obtains the bottom of a specified line.
- getBottomLeft() - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Obtains the coordinate of the
CvPoint data type in the lower left corner of the document bounding box.
- getBottomRight() - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Obtains the coordinate of the
CvPoint data type in the lower right corner of the document bounding box.
- getBottonElement() - Method in class ohos.agp.components.Text
-
Obtains the element at the bottom of the text.
- getBound(int, int) - Method in class ohos.global.icu.text.CollationKey
-
Produces a bound for the sort order of a given collation key and a
strength level.
- getBoundary() - Method in class ohos.agp.components.ListContainer
-
Obtains the
Element object used as the custom boundary of the list.
- getBoundaryColor() - Method in class ohos.agp.components.ListContainer
-
Obtains the boundary color of this ListContainer object.
- getBoundaryFadeEffectBottomRate() - Method in class ohos.agp.components.Component
-
Obtains the rate multiplied by the basic boundary width to obtain the bottom boundary width of the component's
fade-effect area.
- getBoundaryFadeEffectLeftRate() - Method in class ohos.agp.components.Component
-
Obtains the rate multiplied by the basic boundary width to obtain the left boundary width of the component's
fade-effect area.
- getBoundaryFadeEffectRightRate() - Method in class ohos.agp.components.Component
-
Obtains the rate multiplied by the basic boundary width to obtain the right boundary width of the component's
fade-effect area.
- getBoundaryFadeEffectTopRate() - Method in class ohos.agp.components.Component
-
Obtains the rate multiplied by the basic boundary width to obtain the top boundary width of the component's
fade-effect area.
- getBoundaryPath() - Method in class ohos.agp.render.Region
-
Obtains the boundary path of this Region.
- getBoundaryPath(Path) - Method in class ohos.agp.render.Region
-
Obtains the boundary path of this Region and sets it to a specified Path object.
- getBoundarySwitch() - Method in class ohos.agp.components.ListContainer
-
Specifies whether to enable boundary drawing.
- getBoundaryThickness() - Method in class ohos.agp.components.ListContainer
-
Obtains the thickness of boundary lines.
- getBoundingBox() - Method in class ohos.ai.cv.text.TextBlock
-
Obtains the bounding box for detecting the text block.
- getBoundRect() - Method in class ohos.agp.window.dialog.CommonDialog
-
Obtains the bounds of a moving window.
- getBoundRect() - Method in class ohos.agp.window.service.Window
-
Obtains the bounds of a moving window.
- getBounds() - Method in interface java.lang.reflect.TypeVariable
-
Returns an array of Type objects representing the
upper bound(s) of this type variable.
- getBounds() - Method in class ohos.agp.components.element.Element
-
Obtains the bounds rectangle of an
Element object.
- getBounds() - Method in class ohos.agp.render.Region
-
Obtains the boundary rectangle of this Region.
- getBounds() - Method in class ohos.agp.render.render3d.resources.MeshDesc
-
Obtains a bounding box that contains this mesh.
- getBounds(Rect) - Method in class ohos.agp.render.Region
-
Obtains the boundary rectangle of this Region and sets it to a specified Rect object.
- getBoundsUsingTransform(Entity, boolean) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Calculates the entity boundary using the transformation component.
- getBoundsUsingWorldMatrix(Entity, boolean) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Calculates the entity boundary using the world matrix.
- getBreakIterator() - Method in class ohos.global.icu.text.SearchIterator
-
Returns the BreakIterator that is used to restrict the indexes at which
matches are detected.
- getBriefText() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- getBriefText() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
- getBriefText() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- getBroadcast() - Method in class java.net.DatagramSocket
-
Tests if SO_BROADCAST is enabled.
- getBroadcast() - Method in class java.net.InterfaceAddress
-
Returns an InetAddress for the broadcast address
for this InterfaceAddress.
- getBroadcastCookie(int) - Method in class ohos.rpc.RemoteObjectCallbackList
-
Obtains the cookie associated with the callback matching the given index in the broadcast.
- getBroadcastInterface(int) - Method in class ohos.rpc.RemoteObjectCallbackList
-
Obtains the callback matching the given index in the broadcast.
- getBrowserOptions() - Method in class ohos.media.sessioncore.AVBrowserService
-
- getBssid() - Method in class ohos.wifi.WifiDeviceConfig
-
Obtains the BSSID in the Wi-Fi configuration.
- getBssid() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the BSSID of a Wi-Fi access point.
- getBssid() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the BSSID of a Wi-Fi access point.
- getBtScanMode() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the Bluetooth scanning mode of a device.
- getBtState() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the Bluetooth status of a device.
- getBubbleElement() - Method in class ohos.agp.components.Text
-
Obtains the Element object of the bubble box where the cursor stays.
- getBubbleHeight() - Method in class ohos.agp.components.Text
-
Obtains the height of the bubble box for the text.
- getBubbleWidth() - Method in class ohos.agp.components.Text
-
Obtains the width of the bubble box for the text.
- getBucket(int) - Method in class ohos.global.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the index-th bucket.
- getBucketCount() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Return the number of buckets in the index.
- getBucketCount() - Method in class ohos.global.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the number of index buckets and labels, including underflow/inflow/overflow.
- getBucketIndex(CharSequence) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the bucket number for the given name.
- getBucketIndex(CharSequence) - Method in class ohos.global.icu.text.AlphabeticIndex.ImmutableIndex
-
Finds the index bucket for the given name and returns the number of that bucket.
- getBucketLabels() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the labels.
- getBuffer() - Method in class java.io.StringWriter
-
Return the string buffer itself.
- getBuffer() - Method in class ohos.media.image.Image.Component
-
Obtains the
ByteBuffer object of the current color component.
- getBufferFormat(ByteBuffer) - Method in class ohos.media.codec.Codec
-
Obtains the output data format.
- getBufferFrameCount() - Method in class ohos.media.audio.AudioCapturer
-
Obtains the buffer size in frames.
- getBufferFrameSize() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the size of frames in the audio buffer for audio playback.
- getBufferSizeInBytes() - Method in class ohos.media.audio.AudioCapturerInfo
-
Obtains the buffer size of the audio stream.
- getBufferSizeInBytes() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains the buffer size of the audio stream.
- getBufferUnderflowTimes() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the number of times that the data in the audio buffer is insufficient.
- getBuildVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the build (B) version number, which increases with each new development build.
- getBundle() - Method in class ohos.aafwk.content.Intent
-
Obtains the name of the bundle specified in an Intent.
- getBundle(String) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name, the default locale,
and the caller's class loader.
- getBundle(String, Locale) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name and locale,
and the caller's class loader.
- getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name, locale, and class
loader.
- getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, target
locale, class loader and control.
- getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, target
locale and control, and the caller's class loader.
- getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, the
default locale and the specified control.
- getBundleArchiveInfo(String, int) - Method in interface ohos.bundle.IBundleManager
-
Obtains information about an application bundle contained in a HarmonyOS Ability Package (HAP).
- getBundleCodePath() - Method in class ohos.app.AbilityContext
-
- getBundleCodePath() - Method in interface ohos.app.Context
-
Obtains the path of the package containing the current ability.
- getBundleGids(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains an array of all group IDs associated with a specified bundle.
- getBundleImportance() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains the importance level of this application.
- getBundleImportance(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getBundleInfo(String, int) - Method in interface ohos.bundle.IBundleManager
-
Obtains the
BundleInfo based on a given bundle name.
- getBundleInfo(String, String, int) - Method in interface ohos.bundle.IBundleManager
-
Obtains the
BundleInfo based on a given networkId and bundle name.
- getBundleInfos(int) - Method in interface ohos.bundle.IBundleManager
-
Obtains
BundleInfo of all bundles available in the system.
- getBundleInstaller() - Method in interface ohos.bundle.IBundleManager
-
Obtains the interface used to install bundles.
- getBundleManager() - Method in class ohos.app.AbilityContext
-
- getBundleManager() - Method in interface ohos.app.Context
-
- getBundleName() - Method in class ohos.aafwk.ability.Form
-
Obtains the application bundle name of the Feature Ability (FA) to which this Form belongs.
- getBundleName() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the bundleName attribute included in this Operation.
- getBundleName() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the application bundle name.
- getBundleName() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the bundle name of the event source, that is, the bundle name of the target application.
- getBundleName() - Method in class ohos.app.AbilityContext
-
- getBundleName() - Method in interface ohos.app.Context
-
Obtains the bundle name of the current ability.
- getBundleName() - Method in class ohos.bundle.AbilityInfo
-
Obtains the name of the bundle containing the ability.
- getBundleName() - Method in class ohos.bundle.BackupBundleInfo
-
Obtains the bundle name of the application to back up.
- getBundleName() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the bundle name of this static common event.
- getBundleName() - Method in class ohos.bundle.ElementName
-
Obtains the bundle name of an ability.
- getBundleName() - Method in class ohos.bundle.FormInfo
-
Obtains the bundle name of the application to which this form belongs.
- getBundleName() - Method in class ohos.bundle.LauncherShortcutInfo
-
Obtains the bundle name of the application to which this shortcut belongs.
- getBundleName() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the bundle name of the application to which this shortcut belongs.
- getBundleName() - Method in class ohos.data.search.model.SearchableEntity
-
Obtains the bundle name of the ability that will be launched.
- getBundleName() - Method in class ohos.interwork.bundle.ElementNameEx
-
Obtains the bundle name of an ability.
- getBundleName() - Method in class ohos.sysappcomponents.contact.entity.Holder
-
Obtains the bundle name of a contact holder.
- getBundleName() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the bundle name of the work.
- getBundleName(IntentAgent) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- getBundleResourcePath() - Method in class ohos.app.AbilityContext
-
- getBundleResourcePath() - Method in interface ohos.app.Context
-
Obtains the path of the HarmonyOS Ability Package (HAP} containing this ability.
- getBundlesForUid(int) - Method in interface ohos.bundle.IBundleManager
-
Obtains all bundle names of a specified application based on the given application UID.
- getButtonComponent() - Method in class ohos.agp.window.dialog.CommonDialog
-
Obtains the content of button area.
- getButtonElement() - Method in class ohos.agp.components.AbsButton
-
Obtains the element set as a button.
- getButtons() - Method in class ohos.multimodalinput.event.StylusEvent
-
Obtains the button state change of the stylus.
- getByAddress(byte[]) - Static method in class java.net.InetAddress
-
Returns an InetAddress object given the raw IP address .
- getByAddress(String, byte[]) - Static method in class java.net.InetAddress
-
Creates an InetAddress based on the provided host name and IP address.
- getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
-
- getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
-
Create an Inet6Address in the exact manner of
InetAddress#getByAddress(String,byte[]) except that the IPv6 scope_id is
set to the value corresponding to the given interface for the address
type specified in
addr.
- getByIndex(int) - Static method in class java.net.NetworkInterface
-
Get a network interface given its index.
- getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
-
Convenience method to search for a network interface that
has the specified Internet Protocol (IP) address bound to
it.
- getByInt(int) - Static method in enum ohos.agp.components.Component.FadeEffectEnum
-
Obtains the enumeration object according to the value.
- getByInt(int) - Static method in enum ohos.agp.components.Image.ScaleMode
-
Obtains the enumeration object based on the value.
- getByInt(int) - Static method in enum ohos.agp.utils.Rect.RotationEnum
-
Obtains the enumeration object based on the value.
- getByInt(int) - Static method in enum ohos.agp.utils.RectFloat.RotationEnum
-
Obtains a RotationEnum object specified by enumInt.
- getByInt(int) - Static method in enum ohos.utils.geo.Rect.RotationEnum
-
Obtains the enumeration object based on the value.
- getByInt(int) - Static method in enum ohos.utils.geo.RectFloat.RotationEnum
-
Obtains a RotationEnum object specified by enumInt.
- getByName(String) - Static method in class java.net.InetAddress
-
Determines the IP address of a host, given the host's name.
- getByName(String) - Static method in class java.net.NetworkInterface
-
Searches for the network interface with the specified name.
- getByName(String) - Method in class ohos.net.NetHandle
-
Resolves a host name to obtain the first IP address.
- getByte(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TINYINT parameter
as a byte in the Java programming language.
- getByte(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a byte in the Java programming language.
- getByte(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the byte value at specified index of this ZSONArray and automatically converts
the value into a Byte object.
- getByte(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance byte field.
- getByte(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a byte.
- getByte(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TINYINT parameter as a byte
in the Java programming language.
- getByte(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a byte in the Java programming language.
- getByte(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the byte value of a specified column name.
- getByte(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the byte value matching the specified key in the map of this ZSONObject and automatically
converts the value into a Byte object.
- getByteArray() - Method in class ohos.data.distributed.common.Value
-
Obtains values of the byte array type.
- getByteArray(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the byte[] value of a specified key.
- getByteArray(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the byte array value of a specified column name.
- getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
-
- getByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
-
Returns the byte array value represented by the string associated with
the specified key in this preference node.
- getByteArray(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the byte[] value matching a specified device ID and key.
- getByteArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a byte-type array matching the given key.
- getByteParam(String, byte) - Method in class ohos.aafwk.content.Intent
-
Obtains a byte-type value matching the given key.
- getBytes() - Method in class java.lang.String
-
Encodes this String into a sequence of bytes using the
platform's default charset, storing the result into a new byte array.
- getBytes() - Method in interface java.sql.RowId
-
Returns an array of bytes representing the value of the SQL ROWID
designated by this java.sql.RowId object.
- getBytes() - Method in class ohos.utils.Parcel
-
Reads all bytes from the Parcel instance.
- getBytes(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC BINARY or
VARBINARY parameter as an array of byte
values in the Java programming language.
- getBytes(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a byte array in the Java programming language.
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
- getBytes(long, int) - Method in interface java.sql.Blob
-
Retrieves all or part of the BLOB
value that this Blob object represents, as an array of
bytes.
- getBytes(long, int) - Method in class ohos.data.orm.Blob
-
- getBytes(String) - Method in class java.lang.String
-
Encodes this String into a sequence of bytes using the named
charset, storing the result into a new byte array.
- getBytes(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC BINARY or VARBINARY
parameter as an array of byte values in the Java
programming language.
- getBytes(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a byte array in the Java programming language.
- getBytes(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the byte array matching the specified key in the map of this ZSONObject.
- getBytes(Charset) - Method in class java.lang.String
-
Encodes this
String into a sequence of bytes using the given
charset, storing the result into a
new byte array.
- getBytesNumberPerRow() - Method in class ohos.media.image.PixelMap
-
Obtains the number of bytes in each row of pixels.
- getBytesRead() - Method in class java.util.zip.Deflater
-
Returns the total number of uncompressed bytes input so far.
- getBytesRead() - Method in class java.util.zip.Inflater
-
Returns the total number of compressed bytes input so far.
- getByteStream() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of bytes.
- getByteStream() - Method in class ohos.org.xml.sax.InputSource
-
Get the byte stream for this input source.
- getBytesWritten() - Method in class java.util.zip.Deflater
-
Returns the total number of compressed bytes output so far.
- getBytesWritten() - Method in class java.util.zip.Inflater
-
Returns the total number of uncompressed bytes output so far.
- getByteValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the byte value at the specified index of this ZSONArray.
- getByteValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the byte value matching a specified key.
- getByteValue(String) - Method in class ohos.utils.PacMap
-
Obtains the byte value matching a specified key.
- getByteValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the byte value matching the specified key in the map of this ZSONObject.
- getByteValue(String, byte) - Method in class ohos.utils.BasePacMap
-
Obtains the byte value matching a specified key.
- getByteValue(String, byte) - Method in class ohos.utils.PacMap
-
Obtains the byte value matching a specified key.
- getByteValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the byte[] value matching a specified key.
- getByteValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the byte[] value matching a specified key.
- getByValue(int) - Static method in enum ohos.data.resultset.ResultSet.ColumnType
-
Get cell unit type by the number.
- getCA() - Method in class java.security.cert.TrustAnchor
-
Returns the name of the most-trusted CA as an X500Principal.
- getCacheDir() - Method in class ohos.app.AbilityContext
-
- getCacheDir() - Method in interface ohos.app.Context
-
Obtains the application-specific cache directory on the device's internal storage.
- getCachedLocation() - Method in class ohos.location.Locator
-
Obtains the location information cached in the system.
- getCachedPagesLimit() - Method in class ohos.agp.components.PageSlider
-
Obtains the number of pages to retain on either side of the current page.
- getCacheMaxCount() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the maximum number of hardware FIFO elements supported by a sensor.
- getCacheSize() - Method in class ohos.agp.components.RecycleItemProvider
-
- getCacheSize() - Method in class ohos.storageinfomgr.StorageInfo
-
Obtains the application cached data size.
- getCalculationType() - Method in class ohos.global.icu.util.IslamicCalendar
-
gets the calculation type for this calendar.
- getCalendar() - Method in class java.text.DateFormat
-
Gets the calendar associated with this date/time formatter.
- getCalendar() - Method in class ohos.global.icu.text.DateFormat
-
Returns the calendar associated with this date/time formatter.
- getCalendar(long) - Static method in class ohos.data.orm.BindUtils
-
Translates time in long format into time in calendar format.
- getCalendarField() - Method in class java.text.DateFormat.Field
-
Returns the Calendar field associated with this
attribute.
- getCalendarField() - Method in class ohos.global.icu.text.DateFormat.Field
-
Returns the Calendar field associated with this attribute.
- getCalendarName(Calendar, Locale) - Static method in class ohos.global.i18n.utils.CalendarUtils
-
Obtains the names of local calendars for a given locale.
- getCalendarName(Calendar, ULocale) - Method in class ohos.global.i18n.utils.CalendarUtils
-
Deprecated.
- getCalendarType() - Method in interface java.time.chrono.Chronology
-
Gets the calendar type of the calendar system.
- getCalendarType() - Method in class java.time.chrono.HijrahChronology
-
Gets the calendar type of the Islamic calendar.
- getCalendarType() - Method in class java.time.chrono.IsoChronology
-
Gets the calendar type of the underlying calendar system - 'iso8601'.
- getCalendarType() - Method in class java.time.chrono.JapaneseChronology
-
Gets the calendar type of the underlying calendar system - 'japanese'.
- getCalendarType() - Method in class java.time.chrono.MinguoChronology
-
Gets the calendar type of the underlying calendar system - 'roc'.
- getCalendarType() - Method in class java.time.chrono.ThaiBuddhistChronology
-
Gets the calendar type of the underlying calendar system - 'buddhist'.
- getCalendarType() - Method in class java.util.Calendar
-
Returns the calendar type of this Calendar.
- getCalendarType() - Method in class java.util.GregorianCalendar
-
Returns "gregory" as the calendar type.
- getCallback() - Method in exception javax.security.auth.callback.UnsupportedCallbackException
-
Get the unrecognized Callback.
- getCallback() - Method in class ohos.agp.components.element.Element
-
Obtains the listener for element attribute changes
- getCallbackHandler() - Method in class java.security.KeyStore.CallbackHandlerProtection
-
Returns the CallbackHandler.
- getCaller() - Method in class ohos.app.AbilityContext
-
- getCaller() - Method in interface ohos.app.Context
-
Obtains information about the caller of this ability.
- getCallerPackageName() - Method in class ohos.media.common.sessioncore.AVCallerUserInfo
-
Obtains the application bundle name in this AVCallerUserInfo instance.
- getCallerPid() - Method in class ohos.media.common.sessioncore.AVCallerUserInfo
-
Obtains the application process ID in this AVCallerUserInfo instance.
- getCallerUid() - Method in class ohos.media.common.sessioncore.AVCallerUserInfo
-
Obtains the user ID in this AVCallerUserInfo instance.
- getCallerUserInfo() - Method in class ohos.media.sessioncore.AVBrowserService
-
Obtains information about the remote user who sends the current request.
- getCallingAbility() - Method in class ohos.app.AbilityContext
-
- getCallingAbility() - Method in interface ohos.app.Context
-
Obtains the
ElementName of the ability that called the current ability.
- getCallingBundle() - Method in class ohos.app.AbilityContext
-
- getCallingBundle() - Method in interface ohos.app.Context
-
Obtains the bundle name of the ability that called the current ability.
- getCallingDeviceID() - Static method in class ohos.rpc.IPCSkeleton
-
Obtains the ID of the device where the peer process resides.
- getCallingPid() - Static method in class ohos.rpc.IPCSkeleton
-
Obtains the PID of a proxy.
- getCallingPid() - Method in class ohos.rpc.RemoteObject
-
- getCallingUid() - Static method in class ohos.rpc.IPCSkeleton
-
Obtains the UID of a proxy.
- getCallingUid() - Method in class ohos.rpc.RemoteObject
-
- getCallState() - Method in class ohos.dcall.DistributedCallManager
-
Obtains the call state.
- getCallState() - Method in class ohos.media.audio.AudioManager
-
Obtains the current call state.
- getCamera() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the available camera in the current scene.
- getCameraAbility(String) - Method in class ohos.media.camera.CameraKit
-
Gets the static ability of a specified logical or physical camera.
- getCameraConfigBuilder() - Method in interface ohos.media.camera.device.Camera
-
- getCameraId() - Method in interface ohos.media.camera.device.Camera
-
Gets the camera ID.
- getCameraIds() - Method in class ohos.media.camera.CameraKit
-
Gets current logical camera IDs.
- getCameraInfo(String) - Method in class ohos.media.camera.CameraKit
-
Gets a
CameraInfo object about a specified logical camera.
- getCameraType() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the camera type.
- getCAName() - Method in class java.security.cert.TrustAnchor
-
Returns the name of the most-trusted CA in RFC 2253 String
format.
- getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns a List of Locales as candidate
locales for baseName and locale.
- getCanonicalFile() - Method in class java.io.File
-
Returns the canonical form of this abstract pathname.
- getCanonicalHostName() - Method in class java.net.InetAddress
-
Gets the fully qualified domain name for this IP address.
- getCanonicalID(String) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalID(String, boolean[]) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalName() - Method in class java.lang.Class
-
Returns the canonical name of the underlying class as
defined by the Java Language Specification.
- getCanonicalPath() - Method in class java.io.File
-
Returns the canonical pathname string of this abstract pathname.
- getCanvas() - Method in class ohos.agp.render.PdfGenerator.PdfPage
-
Obtains the canvas of the current page.
- getCapabilities() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the capabilities of a Wi-Fi access point.
- getCapabilityValues() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the functions of the accessibility ability.
- getCapacity() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the remaining battery power of a device.
- getCapacity() - Method in class ohos.media.image.ImageReceiver
-
Obtains the maximum buffer capacity of the image receiver.
- getCapacity() - Method in class ohos.utils.IntArray
-
Obtains the capacity of the current IntArray object.
- getCapacity() - Method in class ohos.utils.Parcel
-
Obtains the storage capacity (in bytes) of the Parcel instance.
- getCapitalizationContext() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Return capitalization context.
- getCapturerSessionId() - Method in class ohos.media.audio.AudioCapturer
-
Obtains a recording session ID.
- getCaptureTriggerId() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the ID of the frame capture trigger.
- getCAPublicKey() - Method in class java.security.cert.TrustAnchor
-
Returns the public key of the most-trusted CA.
- getCatalog() - Method in interface java.sql.Connection
-
Retrieves this Connection object's current catalog name.
- getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
-
Gets the designated column's table's catalog name.
- getCatalogs() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the catalog names available in this database.
- getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the String that this database uses as the
separator between a catalog and table name.
- getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the database vendor's preferred term for "catalog".
- getCategory() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the category index field.
- getCategoryId() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the category ID of this AlbumList instance.
- getCategoryName() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the category name of this AlbumList instance.
- getCause() - Method in exception java.io.UncheckedIOException
-
Returns the cause of this exception.
- getCause() - Method in exception java.io.WriteAbortedException
-
Returns the exception that terminated the operation (the cause).
- getCause() - Method in exception java.lang.ClassNotFoundException
-
Returns the cause of this exception (the exception that was raised
if an error occurred while attempting to load the class; otherwise
null).
- getCause() - Method in error java.lang.ExceptionInInitializerError
-
Returns the cause of this error (the exception that occurred
during a static initialization that caused this error to be created).
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
-
Returns the cause of this exception (the thrown target exception,
which may be null).
- getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the cause of this exception (the Throwable
instance wrapped in this UndeclaredThrowableException,
which may be null).
- getCause() - Method in class java.lang.Throwable
-
Returns the cause of this throwable or null if the
cause is nonexistent or unknown.
- getCause() - Method in exception java.nio.file.DirectoryIteratorException
-
Returns the cause of this exception.
- getCause() - Method in exception java.security.PrivilegedActionException
-
Returns the cause of this exception (the exception thrown by
the privileged computation that resulted in this
PrivilegedActionException).
- getCause() - Method in error ohos.javax.xml.parsers.FactoryConfigurationError
-
use the exception chaining mechanism of JDK1.4
- getCause() - Method in error ohos.javax.xml.stream.FactoryConfigurationError
-
use the exception chaining mechanism of JDK1.4
- getCause() - Method in exception ohos.org.xml.sax.SAXException
-
Return the cause of the exception
- getCcEmail() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the ccEmail index field.
- getCcName() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the ccName index field.
- getCellularDataFlowType() - Method in class ohos.telephony.CellularDataInfoManager
-
Obtains the uplink and downlink status of cellular data services.
- getCellularDataState(int) - Method in class ohos.telephony.CellularDataInfoManager
-
Obtains the connection state of the PS domain.
- getCellularRxBytes() - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) received through the cellular network.
- getCellularTxBytes() - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) sent through the cellular network.
- getCenter() - Method in class ohos.agp.utils.Circle
-
Obtains the center of this circle.
- getCenter() - Method in class ohos.agp.utils.Rect
-
Obtains an array of coordinates of the center point of this Rect object.
- getCenter() - Method in class ohos.agp.utils.RectFloat
-
Obtains the center point of this RectFloat.
- getCenter() - Method in class ohos.utils.geo.Rect
-
Obtains an array of coordinates of the center point of this Rect object.
- getCenter() - Method in class ohos.utils.geo.RectFloat
-
Obtains the center point of this RectFloat.
- getCenterBounds() - Method in class ohos.agp.components.element.FlexElement
-
- getCenterFocusablePosition() - Method in class ohos.agp.components.ListContainer
-
Obtain the position index of the focusable item located in the component center.
- getCenterFrequencies() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the center frequencies of a hotspot that uses a WLAN channel with a width of 40 MHz,
80 MHz, or 160 MHz, or uses two non-overlapping WLAN channels, both with a width of 80 MHz.
- getCenterX() - Method in class ohos.accessibility.ability.DisplayResizeController
-
Obtains the X coordinate of the center in this display resizing rectangle.
- getCenterX() - Method in class ohos.agp.utils.Circle
-
Obtains the x-coordinate of the circle's center.
- getCenterX() - Method in class ohos.agp.utils.Rect
-
Obtains the X-axis center of a rectangle.
- getCenterX() - Method in class ohos.utils.geo.Rect
-
Obtains the X-axis center of a rectangle.
- getCenterY() - Method in class ohos.accessibility.ability.DisplayResizeController
-
Obtains the Y coordinate of the center in this display resizing rectangle.
- getCenterY() - Method in class ohos.agp.utils.Circle
-
Obtains the y-coordinate of the circle's center.
- getCenterY() - Method in class ohos.agp.utils.Rect
-
Obtains the Y-axis center of a rectangle.
- getCenterY() - Method in class ohos.utils.geo.Rect
-
Obtains the Y-axis center of a rectangle.
- getCenterZoomFactor() - Method in class ohos.agp.components.Component
-
Obtains the zoom factor for scaling the center component item.
- getCentralScrollMode() - Method in class ohos.agp.components.Component
-
Obtains the state of the central scroll mode.
- getCentralVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the central channel.
- getCertificate() - Method in class java.security.cert.X509CertSelector
-
Returns the certificateEquals criterion.
- getCertificate() - Method in class java.security.KeyStore.PrivateKeyEntry
-
Gets the end entity Certificate
from the certificate chain in this entry.
- getCertificate() - Method in class ohos.net.http.SslError
-
Obtains the SSL certificate of this SslError object.
- getCertificate(String) - Method in class java.security.KeyStore
-
Returns the certificate associated with the given alias.
- getCertificateAlias(Certificate) - Method in class java.security.KeyStore
-
Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- getCertificateChain() - Method in class java.security.KeyStore.PrivateKeyEntry
-
Gets the Certificate chain from this entry.
- getCertificateChain(String) - Method in class java.security.KeyStore
-
Returns the certificate chain associated with the given alias.
- getCertificateChain(String) - Method in interface javax.net.ssl.X509KeyManager
-
Returns the certificate chain associated with the given alias.
- getCertificateChecking() - Method in class java.security.cert.X509CRLSelector
-
Returns the certificate being checked.
- getCertificateIssuer() - Method in class java.security.cert.X509CRLEntry
-
Get the issuer of the X509Certificate described by this entry.
- getCertificates() - Method in class java.net.JarURLConnection
-
Return the Certificate object for this connection if the URL
for it points to a JAR file entry, null otherwise.
- getCertificates() - Method in class java.security.cert.CertPath
-
Returns the list of certificates in this certification path.
- getCertificates() - Method in class java.security.CodeSource
-
Returns the certificates associated with this CodeSource.
- getCertificates() - Method in class java.util.jar.JarEntry
-
Returns the Certificate objects for this entry, or
null if none.
- getCertificates(CertSelector) - Method in class java.security.cert.CertStore
-
Returns a Collection of Certificates that
match the specified selector.
- getCertificateValid() - Method in class java.security.cert.X509CertSelector
-
Returns the certificateValid criterion.
- getCertifiedText() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
- getCertPath() - Method in interface java.security.cert.CertPathBuilderResult
-
Returns the built certification path.
- getCertPath() - Method in exception java.security.cert.CertPathValidatorException
-
Returns the certification path that was being validated when
the exception was thrown.
- getCertPath() - Method in class java.security.cert.PKIXCertPathBuilderResult
-
Returns the built and validated certification path.
- getCertPathCheckers() - Method in class java.security.cert.PKIXParameters
-
Returns the List of certification path checkers.
- getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
-
Returns an iteration of the CertPath encodings supported
by this certificate factory, with the default encoding first.
- getCertStoreParameters() - Method in class java.security.cert.CertStore
-
Returns the parameters used to initialize this CertStore.
- getCertStores() - Method in class java.security.cert.PKIXParameters
-
Returns an immutable List of CertStores that
are used to find certificates and CRLs.
- getChainId() - Method in class ohos.hiviewdfx.HiTraceId
-
Obtains the call chain ID from a HiTraceId object.
- getChangedEnd() - Method in class ohos.miscservices.inputmethod.EditingText
-
Obtains the end index of the changed text in the content of the application editor.
- getChangedStart() - Method in class ohos.miscservices.inputmethod.EditingText
-
Obtains the start index of the changed text in the content of the application editor.
- getChannel() - Method in class java.io.FileInputStream
-
Returns the unique
FileChannel
object associated with this file input stream.
- getChannel() - Method in class java.io.FileOutputStream
-
Returns the unique
FileChannel
object associated with this file output stream.
- getChannel() - Method in class java.io.RandomAccessFile
-
Returns the unique
FileChannel
object associated with this file.
- getChannel() - Method in class java.net.DatagramSocket
-
Returns the unique
DatagramChannel object
associated with this datagram socket, if any.
- getChannel() - Method in class java.net.ServerSocket
-
- getChannel() - Method in class java.net.Socket
-
Returns the unique
SocketChannel
object associated with this socket, if any.
- getChannelCount() - Method in class ohos.media.audio.AudioCapturer
-
Obtains the number of audio recording channels.
- getChannelCount(AudioStreamInfo.ChannelMask) - Static method in class ohos.media.audio.AudioStreamInfo
-
Obtains the number of audio channels contained in the specified audio channel mask.
- getChannelCounts() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains an array whose elements indicate the channel types supported by the device.
- getChannelIndexMasks() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains the channel index masks.
- getChannelMask() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the channel mask of the audio stream.
- getChannelMasks() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains the channel masks.
- getChar() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a char value.
- getChar(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a char value.
- getChar(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
char or of another primitive type convertible to
type char via a widening conversion.
- getChar(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a char.
- getChar(String) - Method in class ohos.utils.BasePacMap
-
Obtains the char value matching a specified key.
- getChar(String) - Method in class ohos.utils.PacMap
-
Obtains the char value matching a specified key.
- getChar(String, char) - Method in class ohos.utils.BasePacMap
-
Obtains the char value matching a specified key.
- getChar(String, char) - Method in class ohos.utils.PacMap
-
Obtains the char value matching a specified key.
- getCharacterEncodingScheme() - Method in interface ohos.javax.xml.stream.events.StartDocument
-
Returns the encoding style of the XML data
- getCharacterEncodingScheme() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the character encoding declared on the xml declaration
Returns null if none was declared
- getCharacterInstance() - Static method in class java.text.BreakIterator
-
- getCharacterInstance() - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
-
- getCharacterInstance(Locale) - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(ULocale) - Static method in class ohos.global.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacteristic() - Method in class ohos.bluetooth.ble.GattDescriptor
-
- getCharacteristic(UUID) - Method in class ohos.bluetooth.ble.GattService
-
Obtains a characteristic with a specified UUID of a service.
- getCharacteristics() - Method in class ohos.bluetooth.ble.GattService
-
- getCharacterIterator() - Method in class ohos.global.icu.text.UCharacterIterator
-
Returns a java.text.CharacterIterator object for the underlying text of this iterator.
- getCharacterOffset() - Method in interface ohos.javax.xml.stream.Location
-
Return the byte or character offset into the input source this location
is pointing to.
- getCharacterOrientation() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for characters.
- getCharacterStream() - Method in interface java.sql.Clob
-
Retrieves the CLOB value designated by this Clob
object as a java.io.Reader object (or as a stream of
characters).
- getCharacterStream() - Method in interface java.sql.SQLXML
-
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
- getCharacterStream() - Method in class ohos.data.orm.Clob
-
- getCharacterStream() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of 16-bit units.
- getCharacterStream() - Method in class ohos.org.xml.sax.InputSource
-
Get the character stream for this input source.
- getCharacterStream(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getCharacterStream(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getCharacterStream(long, long) - Method in interface java.sql.Clob
-
Returns a Reader object that contains a partial Clob value, starting
with the character specified by pos, which is length characters in length.
- getCharacterStream(long, long) - Method in class ohos.data.orm.Clob
-
- getCharacterStream(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getCharacterStream(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getCharArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the char[] value matching a specified key.
- getCharArray(String) - Method in class ohos.utils.PacMap
-
Obtains the char[] value matching a specified key.
- getCharArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a char array matching the given key.
- getCharFromExtendedName(String) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getCharFromName(String) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getCharFromNameAlias(String) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getChargingStatus() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery charging status of a device.
- getCharIndexByCoordinate(int, float) - Method in class ohos.agp.text.Layout
-
Obtains the index of the character that is closest to the given horizontal coordinate in a specified line.
- getCharParam(String, char) - Method in class ohos.aafwk.content.Intent
-
Obtains a char value matching the given key.
- getChars(int, int, char[], int) - Method in class java.lang.String
-
Copies characters from this string into the destination character
array.
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
- getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
-
Characters are copied from this sequence into the
destination character array dst.
- getChars(int, int, char[], int) - Method in interface ohos.global.icu.text.Replaceable
-
Copies characters from this object into the destination
character array.
- getCharSequenceArrayListParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an ArrayList parameter value of CharSequence elements that matches the given key.
- getCharSequenceArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a CharSequence array matching the given key.
- getCharSequenceParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a CharSequence value matching the specified key.
- getCharset() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains the encoding for the data of the resource response.
- getCharsetName() - Method in exception java.nio.charset.IllegalCharsetNameException
-
Retrieves the illegal charset name.
- getCharsetName() - Method in exception java.nio.charset.UnsupportedCharsetException
-
Retrieves the name of the unsupported charset.
- getChatIntention(String, int) - Method in class ohos.ai.nlu.NluClient
-
Recognizes Information Message (IM) intentions and obtains the recognition result (synchronous method).
- getChatIntention(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Recognizes IM intentions and obtains the recognition result (asynchronous method).
- getChecksum() - Method in class java.util.zip.CheckedInputStream
-
Returns the Checksum for this input stream.
- getChecksum() - Method in class java.util.zip.CheckedOutputStream
-
Returns the Checksum for this output stream.
- getChild() - Method in class java.util.prefs.NodeChangeEvent
-
Returns the node that was added or removed.
- getChild() - Method in class ohos.global.resource.solidxml.Node
-
Obtains the root node of a node.
- getChild(int) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains information about the child node at a specified index.
- getChild(int) - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains information about the accessibility child window at a specified index.
- getChild(String) - Method in class java.util.prefs.AbstractPreferences
-
Returns the named child if it exists, or null if it does not.
- getChild(String) - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains a child node based on the name.
- getChildCount() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the number of child nodes.
- getChildCount() - Method in class ohos.agp.components.ComponentContainer
-
Obtains the quantity of child components.
- getChildCount() - Method in class ohos.agp.components.ListContainer
-
- getChildElement(int) - Method in class ohos.agp.components.element.ElementContainer.ElementState
-
Obtains an element object from a container based on the element object index.
- getChildElementCount() - Method in class ohos.agp.components.element.ElementContainer.ElementState
-
Obtains the number of element objects in a container.
- getChildId(int) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the ID of the child node at a specified index.
- getChildIndex(Component) - Method in class ohos.agp.components.ComponentContainer
-
Queries the position of a child component.
- getChildIndex(Component) - Method in interface ohos.agp.components.ComponentParent
-
Queries the position of a child component.
- getChildNum() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the quantity of child windows.
- getChildren() - Method in interface java.security.cert.PolicyNode
-
Returns an iterator over the children of this node.
- getChildren() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the list of child nodes of a node.
- getChildren() - Method in class ohos.data.distributed.common.FieldNode
-
Obtains the list of child nodes of this FieldNode.
- getChildSizeWithMode(int, int, int) - Static method in class ohos.agp.components.Component.EstimateSpec
-
Creates a measure specification for the child component based on the specified size and mode.
- getChronology() - Method in interface java.time.chrono.ChronoLocalDate
-
Gets the chronology of this date.
- getChronology() - Method in interface java.time.chrono.ChronoLocalDateTime
-
Gets the chronology of this date-time.
- getChronology() - Method in interface java.time.chrono.ChronoPeriod
-
Gets the chronology that defines the meaning of the supported units.
- getChronology() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the chronology of this date-time.
- getChronology() - Method in class java.time.chrono.HijrahDate
-
Gets the chronology of this date, which is the Hijrah calendar system.
- getChronology() - Method in class java.time.chrono.JapaneseDate
-
Gets the chronology of this date, which is the Japanese calendar system.
- getChronology() - Method in class java.time.chrono.MinguoDate
-
Gets the chronology of this date, which is the Minguo calendar system.
- getChronology() - Method in class java.time.chrono.ThaiBuddhistDate
-
Gets the chronology of this date, which is the Thai Buddhist calendar system.
- getChronology() - Method in class java.time.format.DateTimeFormatter
-
Gets the overriding chronology to be used during formatting.
- getChronology() - Method in class java.time.LocalDate
-
Gets the chronology of this date, which is the ISO calendar system.
- getChronology() - Method in class java.time.Period
-
Gets the chronology of this period, which is the ISO calendar system.
- getCipherSuite() - Method in class java.net.SecureCacheResponse
-
Returns the cipher suite in use on the original connection that
retrieved the network resource.
- getCipherSuite() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the cipher suite in use by the session which was produced
by the handshake.
- getCipherSuite() - Method in class javax.net.ssl.HttpsURLConnection
-
Returns the cipher suite in use on this connection.
- getCipherSuite() - Method in interface javax.net.ssl.SSLSession
-
Returns the name of the SSL cipher suite which is used for all
connections in the session.
- getCipherSuites() - Method in class javax.net.ssl.SSLParameters
-
Returns a copy of the array of ciphersuites or null if none
have been set.
- getCity() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the city where the photo is taken.
- getCity() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the city index field.
- getCity() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the city where this contact is located.
- getCityName(String, Locale) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains the name of a specified city for a given locale.
- getClass() - Method in class java.lang.Object
-
Returns the runtime class of this Object.
- getClassContext() - Method in class java.lang.SecurityManager
-
Returns the current execution stack as an array of classes.
- getClasses() - Method in class java.lang.Class
-
Returns an array containing Class objects representing all
the public classes and interfaces that are members of the class
represented by this Class object.
- getClassification() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the classification of this notification.
- getClassifyAlbums() - Method in class ohos.media.photokit.MediaLibrary
-
Obtains categorized
AlbumList instances from SmartGallery.
- getClassloader() - Method in class ohos.app.AbilityContext
-
- getClassloader() - Method in interface ohos.app.Context
-
Obtains a ClassLoader instance.
- getClassLoader() - Method in class java.lang.Class
-
Returns the class loader for the class.
- getClassLoader() - Method in class java.security.ProtectionDomain
-
Returns the ClassLoader of this domain.
- getClassLoader() - Method in class ohos.aafwk.content.IntentParams
-
Obtains the ClassLoader used for the custom parameters of the Sequenceable type.
- getClassLoader() - Method in class ohos.utils.BasePacMap
-
Obtains the ClassLoader used by the inner object within this PacMap instance.
- getClassName() - Method in class java.lang.StackTraceElement
-
Returns the fully qualified name of the class containing the
execution point represented by this stack trace element.
- getClassName() - Method in class java.security.Provider.Service
-
Return the name of the class implementing this service.
- getClassName() - Method in exception java.util.MissingResourceException
-
Gets parameter passed by constructor.
- getClassName() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the class name.
- getClassName() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the class name.
- getClassName() - Method in class ohos.bundle.AbilityInfo
-
Obtains the class name of an ability.
- getClassName() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the class name of this static common event.
- getCLDRVersion() - Static method in class ohos.global.icu.util.LocaleData
-
Returns the current CLDR version
- getClearCoatFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getClearCoatRoughness() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getClearUserDataFlag(String, String) - Method in interface ohos.bundle.IBundleManager
-
Obtains whether the application's user data can be clear or not.
- getClickedListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring click events of this component.
- getClientAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
-
Get the matching aliases for authenticating the client side of a secure
socket given the public key type and the list of
certificate issuer authorities recognized by the peer (if any).
- getClientInfo() - Method in interface java.sql.Connection
-
Returns a list containing the name and current value of each client info
property supported by the driver.
- getClientInfo(String) - Method in interface java.sql.Connection
-
Returns the value of the client info property specified by name.
- getClientInfoProperties() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a list of the client info properties
that the driver supports.
- getClientList() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the list of clients of this Wi-Fi P2P group.
- getClientSessionContext() - Method in class javax.net.ssl.SSLContext
-
Returns the client session context, which represents the set of
SSL sessions available for use during the handshake phase of
client-side SSL sockets.
- getClipAlignment() - Method in class ohos.agp.components.Image
-
Obtains the image clipping alignment mode.
- getClipData() - Method in class ohos.agp.components.DragEvent
-
- getClipDirection() - Method in class ohos.agp.components.Image
-
Obtains the image clipping direction.
- getClipEnabled() - Method in class ohos.agp.components.Component
-
Checks whether automatic clipping of this component is enabled when it exceeds its parent layout.
- getClipGravity() - Method in class ohos.agp.components.Image
-
- getClipRect() - Method in class ohos.media.image.Image
-
Obtains the cropped area of an image.
- getClob(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC CLOB parameter as a
java.sql.Clob object in the Java programming language.
- getClob(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Clob object
in the Java programming language.
- getClob(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC CLOB parameter as a
java.sql.Clob object in the Java programming language.
- getClob(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Clob object
in the Java programming language.
- getCloseButton() - Method in class ohos.agp.components.SearchBar
-
Obtains the close button of this SearchBar.
- getCoarseChangesIterator() - Method in class ohos.global.icu.text.Edits
-
Returns an Iterator for coarse-grained change edits
(adjacent change edits are treated as one).
- getCoarseIterator() - Method in class ohos.global.icu.text.Edits
-
Returns an Iterator for coarse-grained change and no-change edits
(adjacent change edits are treated as one).
- getCode() - Method in class ohos.ai.nlu.ResponseResult
-
Obtains the result code (represented by the code field) of NLU recognition.
- getCode() - Method in enum ohos.data.distributed.common.SecurityLevel
-
- getCode() - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Obtains the result code of the current ordered common event.
- getCode() - Method in class ohos.event.commonevent.CommonEventData
-
Obtains the result code of a common event.
- getCode() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Obtains the result code of the current ordered common event.
- getCode(String) - Static method in class ohos.global.icu.lang.UScript
-
Gets the script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCode(Locale) - Static method in class ohos.global.icu.lang.UScript
-
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCode(ULocale) - Static method in class ohos.global.icu.lang.UScript
-
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCodeCacheDir() - Method in class ohos.app.AbilityContext
-
- getCodeCacheDir() - Method in interface ohos.app.Context
-
Obtains the application-specific code-cache directory on the device's internal storage.
- getCodeFromName(String) - Static method in class ohos.global.icu.lang.UScript
-
Returns the script code associated with the given Unicode script property alias
(name or abbreviation).
- getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
-
- getCodePoint(char) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the code point corresponding to the BMP code point.
- getCodePoint(char, char) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns a code point corresponding to the two surrogate code units.
- getCodeSigners() - Method in class java.security.CodeSource
-
Returns the code signers associated with this CodeSource.
- getCodeSigners() - Method in class java.util.jar.JarEntry
-
Returns the CodeSigner objects for this entry, or
null if none.
- getCodeSource() - Method in class java.security.ProtectionDomain
-
Returns the CodeSource of this domain.
- getCofactor() - Method in class java.security.spec.ECParameterSpec
-
Returns the cofactor.
- getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
-
Returns a CollationElementIterator for the given String.
- getCollationElementIterator(String) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given String.
- getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
-
Returns a CollationElementIterator for the given CharacterIterator.
- getCollationElementIterator(CharacterIterator) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given CharacterIterator.
- getCollationElementIterator(UCharacterIterator) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given UCharacterIterator.
- getCollationKey(String) - Method in class java.text.Collator
-
Transforms the String into a series of bits that can be compared bitwise
to other CollationKeys.
- getCollationKey(String) - Method in class java.text.RuleBasedCollator
-
Transforms the string into a series of characters that can be compared
with CollationKey.compareTo.
- getCollationKey(String) - Method in class ohos.global.icu.text.Collator
-
Transforms the String into a CollationKey suitable for efficient
repeated comparison.
- getCollationKey(String) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Get a Collation key for the argument String source from this RuleBasedCollator.
- getCollator() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get a clone of the collator used internally.
- getCollator() - Method in class ohos.global.icu.text.StringSearch
-
- getCollection() - Method in class java.security.cert.CollectionCertStoreParameters
-
Returns the Collection from which Certificates
and CRLs are retrieved.
- getColor() - Method in class ohos.agp.render.Paint
-
Obtains the Color attribute of a Paint object.
- getColor() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the light color.
- getColor() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the background color of this notification.
- getColor() - Method in class ohos.global.resource.Element
-
Obtains a color value based on this Element.
- getColor(int) - Method in class ohos.app.AbilityContext
-
- getColor(int) - Method in interface ohos.app.Context
-
Get the color of this Context based on the specified resource ID.
- getColorFilter() - Method in class ohos.agp.render.Paint
-
Obtains the color filter of this Paint.
- getColorMatrix() - Method in class ohos.agp.components.element.Element
-
Obtains the color matrix of this Element object.
- getColorMatrix() - Method in class ohos.agp.render.Paint
-
Obtains the color matrix of a Paint object.
- getColorMode() - Method in class ohos.app.AbilityContext
-
- getColorMode() - Method in interface ohos.app.Context
-
Obtains color mode.
- getColorMode() - Method in class ohos.bundle.FormInfo
-
Obtains the color mode of this form.
- getColorOffset() - Method in class ohos.agp.render.Vertices
-
Obtains the offset within the array of vertex colors.
- getColors() - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Get vertex color data, in vec4 format (r, g, b, a), this buffer is optional.
- getColors() - Method in class ohos.agp.render.Vertices
-
Obtains an array of vertex colors.
- getColors(int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
- getColorValue() - Method in interface ohos.agp.components.Attr
-
Obtains the
Color value of an attribute.
- getColorValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the color data represented by an integer value referenced by the XML attribute.
- getColorValue(String) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the color value.
- getColorValue(String) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a color value of the attribute matching the key in this Theme.
- getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
-
Returns the fully-qualified name of the Java class whose instances
are manufactured if the method ResultSet.getObject
is called to retrieve a value
from the column.
- getColumnCount() - Method in interface java.sql.ResultSetMetaData
-
Returns the number of columns in this ResultSet object.
- getColumnCount() - Method in class ohos.agp.components.TableLayout
-
Obtains the number of columns in the table layout.
- getColumnCount() - Method in class ohos.agp.components.TableLayoutManager
-
Obtains the number of columns in the table.
- getColumnCount() - Method in class ohos.data.resultset.AbsResultSet
-
- getColumnCount() - Method in interface ohos.data.resultset.ResultSet
-
Obtains the number of columns in the result set.
- getColumnCount() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getColumnCount() - Method in class ohos.data.resultset.TableResultSet
-
- getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates the designated column's normal maximum width in characters.
- getColumnIndexForName(String) - Method in class ohos.data.resultset.AbsResultSet
-
- getColumnIndexForName(String) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the column index based on the specified column name.
- getColumnIndexForName(String) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
-
Gets the designated column's suggested title for use in printouts and
displays.
- getColumnName(int) - Method in interface java.sql.ResultSetMetaData
-
Get the designated column's name.
- getColumnNameForIndex(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getColumnNameForIndex(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the column name based on the specified column index.
- getColumnNameForIndex(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getColumnNumber() - Method in interface ohos.javax.xml.stream.Location
-
Return the column number where the current event ends,
returns -1 if none is available.
- getColumnNumber() - Method in interface ohos.org.xml.sax.Locator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in exception ohos.org.xml.sax.SAXParseException
-
The column number of the end of the text where the exception occurred.
- getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of table columns available in
the specified catalog.
- getColumnSet() - Method in class ohos.data.rdb.ValuesBucket
-
Obtains a Set containing all columns stored in the current ValuesBucket.
- getColumnType(int) - Method in interface java.sql.ResultSetMetaData
-
Retrieves the designated column's SQL type.
- getColumnTypeForIndex(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getColumnTypeForIndex(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getColumnTypeForIndex(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the data type based on the specified column index.
- getColumnTypeForIndex(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getColumnTypeForIndex(int) - Method in class ohos.data.resultset.TableResultSet
-
- getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
-
Retrieves the designated column's database-specific type name.
- getCombinedPattern(Pattern) - Method in class ohos.global.resource.solidxml.Pattern
-
Obtains a combined pattern formed by this Pattern and another pattern, which will act as a child pattern.
- getCombinedTheme(Theme) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a combined theme formed by this Theme and another theme,
which will act as a child theme.
- getCombiningClass(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the combining class of the argument codepoint
- getCombiningClass(int) - Method in class ohos.global.icu.text.Normalizer2
-
Gets the combining class of c.
- getCommand() - Method in interface javax.sql.RowSet
-
Retrieves this RowSet object's command property.
- getComment() - Method in class java.net.HttpCookie
-
Returns the comment describing the purpose of this cookie, or
null if the cookie has no comment.
- getComment() - Method in class java.util.zip.ZipEntry
-
Returns the comment string for the entry.
- getComment() - Method in class java.util.zip.ZipFile
-
Returns the zip file comment, or null if none.
- getComment() - Method in class ohos.data.search.schema.AppItem
-
Obtains the value of the comment index field.
- getCommentURL() - Method in class java.net.HttpCookie
-
Returns the comment URL describing the purpose of this cookie, or
null if the cookie has no comment URL.
- getCommonDivisor(int, int) - Static method in class ohos.utils.RationalNumber
-
Obtains the greatest common divisor of two specified numbers.
- getCommonPoolParallelism() - Static method in class java.util.concurrent.ForkJoinPool
-
Returns the targeted parallelism level of the common pool.
- getCommonSchema() - Static method in class ohos.data.search.schema.CommonItem
-
Obtains a list of index field attributes in this CommonItem object.
- getComparator() - Method in interface java.util.Spliterator
-
- getComparator(Comparator<Object>, boolean) - Static method in class ohos.global.icu.text.LocaleDisplayNames.UiListItem
-
Return a comparator that compares the locale names for the display locale or the in-self names,
depending on an input parameter.
- getCompatibleVersion() - Method in class ohos.bundle.BundleInfo
-
Obtains the minimum API version required for the application to run.
- getCompletedTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the approximate total number of tasks that have
completed execution.
- getCompleter() - Method in class java.util.concurrent.CountedCompleter
-
Returns the completer established in this task's constructor,
or null if none.
- getComponent() - Method in class ohos.aafwk.ability.AbilityForm
-
Obtains the root component of an AbilityForm from the supplier.
- getComponent() - Method in class ohos.aafwk.ability.Form
-
- getComponent() - Method in class ohos.aafwk.ability.fraction.Fraction
-
Obtains the component of this Fraction.
- getComponent() - Method in class ohos.agp.components.Component.DragFeedbackProvider
-
Return the component of DragFeedbackProvider.
- getComponent() - Method in class ohos.agp.window.dialog.ToastDialog
-
Obtains the content of the dialog.
- getComponent(int, Component, ComponentContainer) - Method in class ohos.agp.components.BaseItemProvider
-
Obtains a component that displays data in a specified position in the data set.
- getComponent(Class<ComponentType>) - Method in interface ohos.agp.render.render3d.Entity
-
Obtains the component of a specified type from the entity.
- getComponent(ImageFormat.ComponentType) - Method in class ohos.media.image.Image
-
Obtains the color component based on a specified component type.
- getComponentAt(int) - Method in class ohos.agp.components.ComponentContainer
-
Obtains a child component using an index.
- getComponentAt(int) - Method in class ohos.agp.components.ListContainer
-
Obtains the Component from the set of visible items by position.
- getComponentDescription() - Method in class ohos.agp.components.Component
-
Obtains the description of the content in a component.
- getComponentLocation(Component) - Method in class ohos.agp.window.dialog.ListDialog
-
Obtains the location of a specified component.
- getComponentMinSize() - Method in class ohos.agp.components.Component
-
Obtains the possible minimum size of this component.
- getComponentName() - Method in class ohos.data.search.model.SearchableEntity
-
Obtains the class name of the ability that will be launched.
- getComponentNumber(int) - Static method in class ohos.media.image.common.ImageFormat
-
Obtains the number of components of a specified image format.
- getComponentParent() - Method in class ohos.agp.components.Component
-
Obtains the parent layout of a component.
- getComponentParent() - Method in interface ohos.agp.components.ComponentParent
-
Obtains the parent component of a child component.
- getComponentPosition() - Method in class ohos.agp.components.Component
-
Obtains the component's position relative to the parent layout.
- getComponentProvider() - Method in class ohos.aafwk.ability.ProviderFormInfo
-
- getComponentResourceId() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the resource ID.
- getComponentSize() - Method in class ohos.agp.components.Component
-
Obtains the component size.
- getComponentStateChangedListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring state changes of this component.
- getComponentTransition() - Method in class ohos.agp.components.ComponentContainer
-
- getComponentTreeObserver() - Method in class ohos.agp.components.Component
-
Obtains the ComponentTreeObserver for the component.
- getComponentType() - Method in class java.lang.Class
-
Returns the Class representing the component type of an
array.
- getComponentTypeCount() - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the number of component types of all items in a dataset.
- getCompositeIndexes() - Method in class ohos.data.distributed.common.Schema
-
Obtains the list of composite indexes that has been set for this Schema instance.
- getCompoundElementPadding() - Method in class ohos.agp.components.Picker
-
Obtains the padding between the text and
Element objects.
- getCompressedSize() - Method in class java.util.zip.ZipEntry
-
Returns the size of the compressed entry data.
- getCompressNativeLibs() - Method in class ohos.bundle.BundleInfo
-
Obtains the CompressNativeLibs information of this bundle.
- getConcurrency() - Method in interface java.sql.ResultSet
-
Retrieves the concurrency mode of this ResultSet object.
- getCondition() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the condition that the process is in.
- getConfig() - Method in class ohos.global.resource.Element
-
Get a config according to a resource ID.
- getConfigManager() - Method in class ohos.global.resource.ResourceManager
-
Obtains ConfigManager to get global configurations.
- getConfiguration() - Method in class java.security.DomainLoadStoreParameter
-
Gets the identifier for the domain configuration data.
- getConfiguration() - Method in class ohos.global.resource.ResourceManager
-
Obtains the current configuration.
- getConfiguration(int) - Method in class ohos.usb.USBDevice
-
Get a USBConfig instance of this device by index.
- getConfigurationCount() - Method in class ohos.usb.USBDevice
-
Get the number of configurations of this device.
- getConfigUrl() - Method in class ohos.net.HttpProxy
-
Obtains the configured URL.
- getConjugate() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains a conjugated quaternion.
- getConnectedDevices() - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
Obtains the list of connected Bluetooth devices.
- getConnectedDevicesInfo(DeviceFilterStrategy) - Method in interface ohos.data.distributed.common.KvManager
-
Get all connected devices information, which has distributed capability.
- getConnection() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in interface java.sql.Statement
-
Retrieves the Connection object
that produced this Statement object.
- getConnection() - Method in interface javax.sql.DataSource
-
Attempts to establish a connection with the data source that
this DataSource object represents.
- getConnection() - Method in interface javax.sql.PooledConnection
-
Creates and returns a Connection object that is a handle
for the physical connection that
this PooledConnection object represents.
- getConnection() - Method in interface javax.sql.RowSetInternal
-
Retrieves the Connection object that was passed to this
RowSet object.
- getConnection(String) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnection(String, String) - Method in interface javax.sql.DataSource
-
Attempts to establish a connection with the data source that
this DataSource object represents.
- getConnection(String, String, String) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnection(String, Properties) - Static method in class java.sql.DriverManager
-
Attempts to establish a connection to the given database URL.
- getConnectionProperties(NetHandle) - Method in class ohos.net.NetManager
-
Queries the connection properties of a network.
- getConnectState(int) - Static method in enum ohos.aafwk.ability.continuation.DeviceConnectState
-
Obtains a DeviceConnectState enum constant based on a specified int value.
- getConnectTimeout() - Method in class java.net.URLConnection
-
Returns setting for connect timeout.
- getConnState() - Method in class ohos.wifi.p2p.WifiP2pDevice
-
Obtains the status of the Wi-Fi P2P device.
- getConnState() - Method in class ohos.wifi.p2p.WifiP2pNetworkInfo
-
Obtains the detailed state of the Wi-Fi P2P network.
- getConnState() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the state of this Wi-Fi connection.
- getConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified
public constructor of the class represented by this Class
object.
- getConstructors() - Method in class java.lang.Class
-
Returns an array containing Constructor objects reflecting
all the public constructors of the class represented by this
Class object.
- getContactSchema() - Static method in class ohos.data.search.schema.ContactItem
-
Obtains a list of index field attributes in this ContactItem object.
- getContent() - Method in class java.net.URL
-
Gets the contents of this URL.
- getContent() - Method in class java.net.URLConnection
-
Retrieves the contents of this URL connection.
- getContent() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the node content.
- getContent() - Method in class ohos.data.search.schema.DocumentItem
-
Obtains the value of the content index field.
- getContent() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the content index field.
- getContent() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the content index field.
- getContent() - Method in class ohos.data.search.schema.NotepadItem
-
Obtains the value of the content index field.
- getContent() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the content index field.
- getContent() - Method in class ohos.event.notification.NotificationRequest
-
- getContent(Class[]) - Method in class java.net.URL
-
Gets the contents of this URL.
- getContent(Class[]) - Method in class java.net.URLConnection
-
Retrieves the contents of this URL connection.
- getContent(URLConnection) - Method in class java.net.ContentHandler
-
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object from it.
- getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
-
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object that matches one of the types specified.
- getContentCustomComponent() - Method in class ohos.agp.window.dialog.CommonDialog
-
Obtains the content displayed in the content area.
- getContentEnable() - Method in class ohos.agp.components.Component
-
Obtains whether the content of the component will be drawn.
- getContentEncoding() - Method in class java.net.URLConnection
-
Returns the value of the content-encoding header field.
- getContentEndOffset() - Method in class ohos.agp.components.ListContainer
-
Obtains the end offset of a list container.
- getContentHandler() - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Gets the
ContentHandler which receives the
augmented validation result.
- getContentHandler() - Method in interface ohos.org.xml.sax.XMLReader
-
Return the current content handler.
- getContentLength() - Method in class java.net.URLConnection
-
Returns the value of the content-length header field.
- getContentLengthLong() - Method in class java.net.URLConnection
-
Returns the value of the content-length header field as a
long.
- getContentList() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the content list in the event.
- getContentPosition() - Method in class ohos.agp.components.Component
-
Obtains the positions when drawing.
- getContentPositionX() - Method in class ohos.agp.components.Component
-
Obtains the X-axis coordinate.
- getContentPositionY() - Method in class ohos.agp.components.Component
-
Obtains the Y-axis coordinate.
- getContents() - Method in class java.util.ListResourceBundle
-
Returns an array in which each item is a pair of objects in an
Object array.
- getContentStartOffset() - Method in class ohos.agp.components.ListContainer
-
Obtains the start offset of a list container.
- getContentType() - Method in class java.net.URLConnection
-
Returns the value of the content-type header field.
- getContentType() - Method in class ohos.event.notification.NotificationRequest.NotificationContent
-
Obtains the type value of the notification content.
- getContentType() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the content type of the audio stream.
- getContentTypeFor(String) - Method in interface java.net.FileNameMap
-
Gets the MIME type for the specified file name.
- getContext() - Static method in class java.security.AccessController
-
This method takes a "snapshot" of the current calling context, which
includes the current Thread's inherited AccessControlContext and any
limited privilege scope, and places it in an AccessControlContext object.
- getContext() - Method in interface ohos.agp.components.Attr
-
Obtains the context associated with an attribute.
- getContext() - Method in class ohos.agp.components.Component
-
Obtains the context object held by this component.
- getContext() - Method in class ohos.app.AbilityContext
-
Obtains the application context.
- getContext() - Method in class ohos.global.icu.text.BidiClassifier
-
Returns the current classifier context.
- getContext(DisplayContext.Type) - Method in class ohos.global.icu.text.DateFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContext(DisplayContext.Type) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the current value for a specified DisplayContext.Type.
- getContext(DisplayContext.Type) - Method in class ohos.global.icu.text.NumberFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContextClassLoader() - Method in class java.lang.Thread
-
Returns the context ClassLoader for this Thread.
- getContextObject() - Static method in class ohos.rpc.IPCSkeleton
-
- getContextualShaper(int) - Static method in class java.awt.font.NumericShaper
-
Returns a contextual shaper for the provided unicode range(s).
- getContextualShaper(int, int) - Static method in class java.awt.font.NumericShaper
-
Returns a contextual shaper for the provided unicode range(s).
- getContextualShaper(Set<NumericShaper.Range>) - Static method in class java.awt.font.NumericShaper
-
Returns a contextual shaper for the provided Unicode
range(s).
- getContextualShaper(Set<NumericShaper.Range>, NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
-
Returns a contextual shaper for the provided Unicode range(s).
- getContinuationRegisterManager() - Method in class ohos.aafwk.ability.Ability
-
- getContinuationRegisterManager() - Method in class ohos.aafwk.ability.AbilitySlice
-
- getContinuationState() - Method in class ohos.aafwk.ability.Ability
-
Obtains the migration state of this ability.
- getContinuationState() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the migration state of the host ability.
- getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Gets the policy on whether to continue executing existing
periodic tasks even when this executor has been shutdown.
- getContractionsAndExpansions(UnicodeSet, UnicodeSet, boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Gets unicode sets containing contractions and/or expansions of a collator
- getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
-
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats.
- getConversationTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Obtains the title to be displayed for the conversation.
- getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
-
Returns the incompatible conversion.
- getConversion() - Method in exception java.util.IllegalFormatConversionException
-
Returns the inapplicable conversion.
- getConversion() - Method in exception java.util.UnknownFormatConversionException
-
Returns the unknown conversion.
- getCookie() - Method in class ohos.data.async.JobParams
-
Obtains the cookie of an asynchronous task.
- getCookie(String) - Method in class ohos.agp.components.webengine.CookieStore
-
Obtains the cookie of the specified URL.
- getCookies() - Method in interface java.net.CookieStore
-
Get all not-expired cookies in cookie store.
- getCookieStore() - Method in class java.net.CookieManager
-
To retrieve current cookie store.
- getCoordinateForVertical(int) - Method in class ohos.agp.text.Layout
-
Obtains the position of the vertical coordinate where a specified indexed character is located.
- getCoordinateInMainDir(int) - Method in class ohos.agp.text.Layout
-
Obtains the primary horizontal position of a specified text offset.
- getCoordinateInSecondDir(int) - Method in class ohos.agp.text.Layout
-
Obtains the secondary horizontal position of a specified text offset.
- getCoordinateSurface() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Obtains the surface where the central coordinate system is based.
- getCoordinateSurface() - Method in interface ohos.media.camera.device.FrameConfig
-
Obtains the surface where the central coordinate system is based.
- getCorePoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the core number of threads.
- getCornerMark() - Method in class ohos.agp.components.Component
-
Obtains the corner mark object of the component.
- getCornerPathEffectRadius() - Method in class ohos.agp.render.Paint
-
Obtains the corner radius of this CornerPathEffect.
- getCornerPoints() - Method in class ohos.ai.cv.text.Text
-
Obtains the vertex array specified by
CvPoint
for determining the position of curved text in a given image.
- getCornerPoints() - Method in class ohos.ai.cv.text.TextBlock
-
Obtains the vertex array specified by
CvPoint for determining the position of curved text blocks.
- getCornerPoints() - Method in class ohos.ai.cv.text.TextElement
-
Obtains the corner points for determining the position of the text element.
- getCornerPoints() - Method in class ohos.ai.cv.text.TextLine
-
Obtains the vertex array specified by
CvPoint for determining the position of curved text lines.
- getCornerRadii() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the four corner's radius.
- getCornerRadii() - Method in class ohos.agp.components.Image
-
Obtains the four corner's radius.
- getCornerRadius() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the corner radius.
- getCornerRadius() - Method in class ohos.agp.components.Image
-
Obtains the corner radius.
- getCount() - Method in class java.util.concurrent.CountDownLatch
-
Returns the current count.
- getCount() - Method in class java.util.DoubleSummaryStatistics
-
Return the count of values recorded.
- getCount() - Method in class java.util.IntSummaryStatistics
-
Returns the count of values recorded.
- getCount() - Method in class java.util.LongSummaryStatistics
-
Returns the count of values recorded.
- getCount() - Method in class ohos.aafwk.ability.DataAbilityResult
-
Obtains the number of rows affected by the operation.
- getCount() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the number of accessibility events.
- getCount() - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the total number of data items in a provider.
- getCount() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the number of indicator items.
- getCount() - Method in class ohos.agp.components.PageSliderProvider
-
Obtains the number of available views in the current adapter.
- getCount() - Method in class ohos.data.search.model.Recommendation
-
Obtains the number of indexes in this group.
- getCount() - Method in class ohos.media.photokit.support.FetchResult
-
Obtains the number of AlbumList or AlbumListInfo instances contained in this FetchResult
instance.
- getCount() - Method in class ohos.vibrator.bean.VibrationPattern
-
Obtains the vibration counts of a vibrator.
- getCountofLoadClasses() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the number of classes loaded by this process.
- getCountry() - Method in class java.util.Locale
-
Returns the country/region code for this locale, which should
either be the empty string, an uppercase ISO 3166 2-letter code,
or a UN M.49 3-digit code.
- getCountry() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the country/region where the photo is taken.
- getCountry() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the country index field.
- getCountry() - Method in class ohos.global.icu.util.ULocale
-
Returns the country/region code for this locale, which will either be the empty string
or an uppercase ISO 3166 2-letter code.
- getCountry() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the country/region where this contact is located.
- getCountry(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the country/region code for this locale, which will either be the empty string
or an uppercase ISO 3166 2-letter code.
- getCountryCode() - Method in class ohos.location.GeoAddress
-
Obtains the country code of the current GeoAddress object, for example, EN.
- getCountryCode() - Method in class ohos.wifi.WifiDevice
-
Obtains the country code of this device.
- getCountryIsoFromDbNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Obtains the ISO country code of a phone number from the database.
- getCountryName() - Method in class ohos.location.GeoAddress
-
Obtains the country name of the current GeoAddress object, for example, China.
- getCountryName(Locale, Locale) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains the region name localized for display in a given locale.
- getCountryName(Locale, Locale, boolean) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains the region name localized for display in a given locale.
- getCoverData() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the file path of the cover photo of this AlbumList instance.
- getCoverId() - Method in class ohos.media.photokit.support.AlbumList
-
Obtains the cover photo ID of this AlbumList instance.
- getCplc(String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Obtains the Card Production Life Cycle (CPLC) data of a chip.
- getCpuAbi() - Method in class ohos.bundle.BundleInfo
-
Obtains the cpuAbi information of this bundle.
- getCpuTime() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the amount of time that the current process has occupied CPU.
- getCrc() - Method in class java.util.zip.ZipEntry
-
Returns the CRC-32 checksum of the uncompressed entry data.
- getCreateCount() - Method in class ohos.utils.LruBuffer
-
- getCreateTime() - Method in class ohos.event.notification.NotificationRequest
-
Deprecated.
- getCreationDate(String) - Method in class java.security.KeyStore
-
Returns the creation date of the entry identified by the given alias.
- getCreationTime() - Method in class java.util.zip.ZipEntry
-
Returns the creation time of the entry.
- getCreationTime() - Method in interface javax.net.ssl.SSLSession
-
Returns the time at which this Session representation was created,
in milliseconds since midnight, January 1, 1970 UTC.
- getCreatorBundleName() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the bundle name of the notification creator.
- getCreatorPid() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the PID of the notification creator.
- getCreatorUid() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the UID of the notification creator.
- getCredentialClass() - Method in class javax.security.auth.PrivateCredentialPermission
-
Returns the Class name of the Credential associated with this
PrivateCredentialPermission.
- getCriticalError() - Method in class ohos.net.http.SslError
-
Obtains the most severe SSL error in this SslError object.
- getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
-
Gets a Set of the OID strings for the extension(s) marked
CRITICAL in the certificate/CRL managed by the object
implementing this interface.
- getCRLs(CRLSelector) - Method in class java.security.cert.CertStore
-
Returns a Collection of CRLs that
match the specified selector.
- getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the foreign key columns in the given foreign key
table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the crtCoefficient.
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the crtCoefficient.
- getCrtCoefficient() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the crtCoefficient.
- getCrtCoefficient() - Method in class java.security.spec.RSAOtherPrimeInfo
-
Returns the prime's crtCoefficient.
- getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the crtCoefficient.
- getCsRadioTech(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains RAT of the CS domain on the registered network.
- getCurrency() - Method in class java.text.DecimalFormat
-
Gets the currency used by this decimal format when formatting
currency values.
- getCurrency() - Method in class java.text.DecimalFormatSymbols
-
Gets the currency of these DecimalFormatSymbols.
- getCurrency() - Method in class java.text.NumberFormat
-
Gets the currency used by this number format when formatting
currency values.
- getCurrency() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the currency used to display currency amounts.
- getCurrency() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
- getCurrency() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the Currency object used to display currency
amounts.
- getCurrency() - Method in class ohos.global.icu.util.CurrencyAmount
-
Returns the currency of this object.
- getCurrencyCode() - Method in class java.util.Currency
-
Gets the ISO 4217 currency code of this currency.
- getCurrencyCode() - Method in class ohos.global.icu.util.Currency
-
Returns the ISO 4217 3-letter code for this currency object.
- getCurrencyFormat() - Static method in class ohos.global.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the default FORMAT locale.
- getCurrencyFormat(Locale) - Static method in class ohos.global.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given
Locale.
- getCurrencyFormat(ULocale) - Static method in class ohos.global.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given locale.
- getCurrencyInstance() - Static method in class java.text.NumberFormat
-
Returns a currency format for the current default
FORMAT locale.
- getCurrencyInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a currency format for the specified locale.
- getCurrencyInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyPattern() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
- getCurrencyPluralInfo() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the current instance of CurrencyPluralInfo.
- getCurrencyPluralPattern(String) - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Given a plural count, gets currency plural pattern of this locale,
used for currency plural format
- getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
Returns the currency symbol for the currency of these
DecimalFormatSymbols in their locale.
- getCurrencySymbol() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the string denoting the local currency.
- getCurrencyUsage() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the strategy for rounding currency amounts.
- getCurrentAbilitySlice(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the top ability slice of a specified ability.
- getCurrentAppSorting() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains the map for sorting notifications of the current application.
- getCurrentAppSorting(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getCurrentBufferedPosition() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the buffer's position.
- getCurrentComponent() - Method in class ohos.agp.components.PageFlipper
-
Obtains the currently displayed child component.
- getCurrentComponentFocus() - Method in class ohos.agp.window.service.Window
-
Obtains the Component object that has gained focus in this window.
- getCurrentControllerInfo() - Method in class ohos.media.sessioncore.AVSession
-
Obtains information about the AVController instance sending the current request.
- getCurrentDevice() - Method in class ohos.media.audio.AudioCapturer
-
Obtains information about the device that is recording audio.
- getCurrentDevice() - Method in class ohos.media.audio.AudioRenderer
-
Obtains information about an audio playback device.
- getCurrentElement() - Method in class ohos.agp.components.element.AnimatedStateElement
-
- getCurrentElement() - Method in class ohos.agp.components.element.Element
-
- getCurrentElement() - Method in class ohos.agp.components.element.ElementContainer
-
- getCurrentElement() - Method in class ohos.agp.components.element.StateElement
-
- getCurrentEventQueue() - Static method in class ohos.eventhandler.EventRunner
-
Obtains the event queue of the EventRunner associated with the current thread.
- getCurrentFocus() - Method in class ohos.aafwk.ability.Ability
-
Obtains the component that currently has window focus.
- getCurrentIndex() - Method in class ohos.agp.components.PageFlipper
-
Obtains the index of the currently displayed child component.
- getCurrentPage() - Method in class ohos.agp.components.PageSlider
-
Obtains the selected page.
- getCurrentPosition() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the current playback position.
- getCurrentPowerStatusInfo() - Method in class ohos.powermanager.PowerManager
-
- getCurrentSizeRange(Point, Point) - Method in class ohos.agp.window.service.Display
-
Obtains the size range of a display, in unit of pixels.
- getCurrentSlidingState() - Method in class ohos.agp.components.PageSlider
-
Obtains the current sliding state.
- getCurrentStream(int) - Method in class ohos.media.player.Player
-
Obtains the index of a media stream (of a specified type) selected for playback.
- getCurrentThreadTime() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of milliseconds elapsed in the current thread.
- getCurrentThreadTimeNs() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of nanoseconds elapsed in the current thread.
- getCurrentTime() - Method in class ohos.media.player.Player
-
Obtains the playback position, which is in milliseconds.
- getCurrentTime() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of milliseconds that have elapsed since the Unix epoch.
- getCurrentTimeNs() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of nanoseconds that have elapsed since the Unix epoch.
- getCurrentTopAbility() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the ability that is currently being displayed.
- getCurrentWorkID() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the workID in the current WorkInfo object.
- getCurrValue(int) - Method in class ohos.agp.components.ScrollHelper
-
Obtains the X/Y-axis coordinate during scrolling or flinging.
- getCurrVelocity() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the current velocity.
- getCursor() - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains the current position of the mouse pointer.
- getCursorDelta(int) - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains the movement of the mouse pointer in the given direction since last call.
- getCursorElement() - Method in class ohos.agp.components.Text
-
Obtains the element object of the cursor in a text.
- getCursorName() - Method in interface java.sql.ResultSet
-
Retrieves the name of the SQL cursor used by this ResultSet
object.
- getCurve() - Method in class java.security.spec.ECParameterSpec
-
Returns the elliptic curve that this parameter defines.
- getCurvedTime(float) - Method in interface ohos.agp.animation.Animator.TimelineCurve
-
Obtains the value that represents a fraction in the timeline curve based on the specified time.
- getCurvedTime(float) - Method in class ohos.agp.animation.timelinecurves.CubicBezierCurve
-
Obtains the value of a specified animation execution time.
- getCurvedTime(float) - Method in class ohos.agp.animation.timelinecurves.SpringCurve
-
Obtains the curve value at the specified the normalized time.
- getCurveType() - Method in class ohos.agp.animation.Animator
-
Obtains the curve type of an animator.
- getCustomBigView() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the
ComponentProvider object defining the custom view to
be displayed when this notification is expanded.
- getCustomClassifier() - Method in class ohos.global.icu.text.Bidi
-
Gets the current custom class classifier used for Bidi class
determination.
- getCustomClassLoader() - Method in class ohos.interwork.utils.PacMapEx
-
Obtains the ClassLoader used by the custom object within this PacMap instance.
- getCustomFloatView() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the
ComponentProvider object defining the custom view to be
displayed when this notification is shown as a floating window at the top of the screen.
- getCustomizeDatas() - Method in class ohos.bundle.FormInfo
-
Obtains the custom data defined in this form.
- getCustomizedClass(int) - Method in class ohos.global.icu.text.Bidi
-
Retrieves the Bidi class for a given code point.
- getCustomMessage() - Method in class ohos.hiviewdfx.Caution
-
Obtains custom caution message.
- getCustomProjection() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the projection matrix for the customized type of camera.
- getCustomView() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the
ComponentProvider object defining the custom view set in
this notification.
- getCyan() - Method in class ohos.agp.colors.CmykColor
-
Obtains the proportion of cyan.
- getDashIntervalCount() - Method in class ohos.agp.render.Paint
-
- getDashPathEffectIntervals() - Method in class ohos.agp.render.Paint
-
- getDashPathEffectPhase() - Method in class ohos.agp.render.Paint
-
- getData() - Method in class java.net.DatagramPacket
-
Returns the data buffer.
- getData() - Method in class ohos.aafwk.abilityjet.activedata.ActiveData
-
Obtains the active data.
- getData() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains the data of the resource response.
- getData() - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Obtains values from the matrix into a 16-element array.
- getData() - Method in class ohos.agp.utils.Matrix
-
Obtains the floating point array of a matrix.
- getData() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the list of additional data contained in this static common event.
- getData() - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Obtains the result data of the current ordered common event.
- getData() - Method in class ohos.event.commonevent.CommonEventData
-
- getData() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Obtains the result data of the current ordered common event.
- getData() - Method in class ohos.global.icu.text.AlphabeticIndex.Record
-
Get the data
- getData() - Method in interface ohos.javax.xml.stream.events.Characters
-
Get the character data of this event
- getData() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains the file path of the photo.
- getDataAbilityPredicatesBackReferences() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Obtains the internal Map<Integer, Integer> object.
- getDatabaseDir() - Method in class ohos.app.AbilityContext
-
- getDatabaseDir() - Method in interface ohos.app.Context
-
Obtains the local database path.
- getDatabaseFileSecurityLevel() - Method in class ohos.data.DatabaseFileConfig
-
Obtains the security level of the database file.
- getDatabaseFileSecurityLevel() - Method in class ohos.data.orm.OrmConfig
-
Obtains the security level of the database file.
- getDatabaseFileSecurityLevel() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the security level of the database file.
- getDatabaseFileType() - Method in class ohos.data.DatabaseFileConfig
-
Obtains the database file type.
- getDatabaseFileType() - Method in class ohos.data.orm.OrmConfig
-
Obtains the database file type in this OrmConfig object.
- getDatabaseFileType() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the database file type in this StoreConfig object.
- getDatabaseMajorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the minor version number of the underlying database.
- getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the name of this database product.
- getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the version number of this database product.
- getDataDetail() - Method in class ohos.miscservices.inputmethod.RichContent
-
Obtains the description of rich content.
- getDataDir() - Method in class ohos.app.AbilityContext
-
- getDataDir() - Method in interface ohos.app.Context
-
Obtains the absolute path where all private data files of this application are stored.
- getDataFlowTag() - Static method in class ohos.net.DataFlowStatistics
-
Obtains the DataFlowStatistics tag of this thread.
- getDataSize() - Method in exception java.sql.DataTruncation
-
Gets the number of bytes of data that should have been transferred.
- getDataSize() - Method in class ohos.storageinfomgr.StorageInfo
-
Obtains the application data size.
- getDataSourceName() - Method in interface javax.sql.RowSet
-
Retrieves the logical name that identifies the data source for this
RowSet object.
- getDataString() - Method in class ohos.aafwk.ability.FormBindingData
-
Obtains the form data stored in this FormBindingData object.
- getDataUri() - Method in class ohos.miscservices.inputmethod.RichContent
-
Obtains the URI of rich content.
- getDate() - Method in class java.net.URLConnection
-
Returns the value of the date header field.
- getDate() - Method in class java.security.cert.PKIXParameters
-
Returns the time for which the validity of the certification path
should be determined.
- getDate() - Method in class java.sql.Time
-
Deprecated.
- getDate() - Method in class java.util.Date
-
- getDate(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC DATE parameter as a
java.sql.Date object.
- getDate(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Date object in the Java programming language.
- getDate(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the Date object at the specified index of this ZSONArray.
- getDate(int, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC DATE parameter as a
java.sql.Date object, using
the given Calendar object
to construct the date.
- getDate(int, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Date object
in the Java programming language.
- getDate(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATE parameter as a
java.sql.Date object.
- getDate(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Date object in the Java programming language.
- getDate(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the Date object matching the specified key in the map of this ZSONObject.
- getDate(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATE parameter as a
java.sql.Date object, using
the given Calendar object
to construct the date.
- getDate(String, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Date object
in the Java programming language.
- getDateAndTime() - Method in class java.security.cert.X509CRLSelector
-
Returns the dateAndTime criterion.
- getDateCreate() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the dateCreate index field.
- getDateFormat() - Method in class ohos.global.icu.text.DateIntervalFormat
-
Gets the date formatter
- getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
-
Gets a copy of the date and time format symbols of this date format.
- getDateFormatSymbols() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateInstance() - Static method in class java.text.DateFormat
-
Gets the date formatter with the default formatting style
for the default
FORMAT locale.
- getDateInstance() - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date formatter with the default formatting style
for the default FORMAT locale.
- getDateInstance(int) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the default
FORMAT locale.
- getDateInstance(int) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the default FORMAT locale.
- getDateInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the given locale.
- getDateInstance(int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(Calendar, int) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object for the default locale that can be used
to format dates in the calendar system specified by
cal.
- getDateInstance(Calendar, int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates in
the calendar system specified by
cal.
- getDateInstance(Calendar, int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates in
the calendar system specified by
cal.
- getDateIntervalInfo() - Method in class ohos.global.icu.text.DateIntervalFormat
-
Gets the date time interval patterns.
- getDateModified() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains the date when the photo is modified.
- getDateOrder() - Method in class ohos.agp.components.DatePicker
-
Obtains the date format.
- getDateTaken() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains the date when the photo is taken.
- getDateTimeAfter() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'after' offset.
- getDateTimeBefore() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'before' offset.
- getDateTimeFormat() - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDateTimeFormat.
- getDateTimeFormat(int, int, Locale) - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns a DateFormat appropriate to this calendar.
- getDateTimeFormat(int, int, ULocale) - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns a DateFormat appropriate to this calendar.
- getDateTimeInstance() - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the default formatting style
for the default
FORMAT locale.
- getDateTimeInstance() - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date/time formatter with the default formatting style
for the default FORMAT locale.
- getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given date and time
formatting styles for the default
FORMAT locale.
- getDateTimeInstance(int, int) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date/time formatter with the given date and time
formatting styles for the default FORMAT locale.
- getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(int, int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(int, int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(Calendar, int, int) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object for the default locale that can be used to format
dates and times in the calendar system specified by
cal.
- getDateTimeInstance(Calendar, int, int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates and times in
the calendar system specified by
cal.
- getDateTimeInstance(Calendar, int, int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates and times in
the calendar system specified by
cal.
- getDay() - Method in class java.sql.Time
-
Deprecated.
- getDay() - Method in class java.util.Date
-
- getDaylightSavings(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the amount of daylight savings in use for the specified instant in this zone.
- getDayOfMonth() - Method in class java.time.LocalDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class java.time.LocalDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class java.time.MonthDay
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class java.time.OffsetDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class java.time.ZonedDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class ohos.agp.components.DatePicker
-
Obtains the day set in the date picker.
- getDayOfMonthIndicator() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the indicator of the day-of-month of the transition.
- getDayOfWeek() - Method in class java.time.LocalDate
-
Gets the day-of-week field, which is an enum DayOfWeek.
- getDayOfWeek() - Method in class java.time.LocalDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek.
- getDayOfWeek() - Method in class java.time.OffsetDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek.
- getDayOfWeek() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the day-of-week of the transition.
- getDayOfWeek() - Method in class java.time.ZonedDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek.
- getDayOfYear() - Method in class java.time.LocalDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class java.time.LocalDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class java.time.OffsetDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class java.time.ZonedDateTime
-
Gets the day-of-year field.
- getDays() - Method in class java.time.Period
-
Gets the amount of days of this period.
- getDebuggerConnectStatus() - Static method in class ohos.hiviewdfx.Debug
-
Obtains whether this process has been connected to the debugger.
- getDecimal() - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDecimal.
- getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
-
Returns a copy of the decimal format symbols, which is generally not
changed by the programmer or user.
- getDecimalFormatSymbols() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns a copy of the decimal format symbols used by this formatter.
- getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for decimal sign.
- getDecimalSeparator() - Method in class java.time.format.DecimalStyle
-
Gets the character that represents the decimal point.
- getDecimalSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for decimal sign.
- getDecimalSeparatorString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for decimal sign.
- getDecimalStyle() - Method in class java.time.format.DateTimeFormatter
-
Gets the DecimalStyle to be used during formatting.
- getDeclaredAnnotation(Class<A>) - Method in class java.lang.Class
-
- getDeclaredAnnotation(Class<A>) - Method in class java.lang.Package
-
- getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getDeclaredAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns this element's annotation for the specified type if
such an annotation is directly present, else null.
- getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.Parameter
-
- getDeclaredAnnotations() - Method in class java.lang.Class
-
- getDeclaredAnnotations() - Method in class java.lang.Package
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
- getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Executable
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Field
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Method
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Parameter
-
Returns annotations that are directly present on this element.
- getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Package
-
- getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getDeclaredAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns this element's annotation(s) for the specified type if
such annotations are either directly present or
indirectly present.
- getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
-
- getDeclaredClasses() - Method in class java.lang.Class
-
Returns an array of Class objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class object.
- getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified
constructor of the class or interface represented by this
Class object.
- getDeclaredConstructors() - Method in class java.lang.Class
-
Returns an array of Constructor objects reflecting all the
constructors declared by the class represented by this
Class object.
- getDeclaredField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified declared
field of the class or interface represented by this Class
object.
- getDeclaredFields() - Method in class java.lang.Class
-
Returns an array of Field objects reflecting all the fields
declared by the class or interface represented by this
Class object.
- getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
-
Returns a Method object that reflects the specified
declared method of the class or interface represented by this
Class object.
- getDeclaredMethods() - Method in class java.lang.Class
-
Returns an array containing Method objects reflecting all the
declared methods of the class or interface represented by this
Class object, including public, protected, default (package)
access, and private methods, but excluding inherited methods.
- getDeclaringClass() - Method in class java.lang.Class
-
If the class or interface represented by this Class object
is a member of another class, returns the Class object
representing the class in which it was declared.
- getDeclaringClass() - Method in class java.lang.Enum
-
Returns the Class object corresponding to this enum constant's
enum type.
- getDeclaringClass() - Method in interface java.lang.invoke.MethodHandleInfo
-
Returns the class in which the cracked method handle's underlying member was defined.
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
-
Returns the Class object representing the class or interface
that declares the executable represented by this object.
- getDeclaringClass() - Method in class java.lang.reflect.Executable
-
Returns the Class object representing the class or interface
that declares the executable represented by this object.
- getDeclaringClass() - Method in class java.lang.reflect.Field
-
Returns the Class object representing the class or interface
that declares the field represented by this Field object.
- getDeclaringClass() - Method in interface java.lang.reflect.Member
-
Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
- getDeclaringClass() - Method in class java.lang.reflect.Method
-
Returns the Class object representing the class or interface
that declares the executable represented by this object.
- getDeclaringExecutable() - Method in class java.lang.reflect.Parameter
-
Return the Executable which declares this parameter.
- getDecodedAuthority() - Method in class ohos.utils.net.Uri
-
Obtains the decoded authority field of the current URI.
- getDecodedFragment() - Method in class ohos.utils.net.Uri
-
Obtains the decoded fragment field of the current URI.
- getDecodedHost() - Method in class ohos.utils.net.Uri
-
Obtains the decoded host field of the current URI.
- getDecodedPath() - Method in class ohos.utils.net.Uri
-
Obtains the decoded path field in the current URI.
- getDecodedPathList() - Method in class ohos.utils.net.Uri
-
Obtains a list of decoded paths in the current URI.
- getDecodedQuery() - Method in class ohos.utils.net.Uri
-
Obtains the decoded query field in the current URI.
- getDecodedQueryParams() - Method in class ohos.utils.net.Uri
-
Obtains all search criteria and values in the query field of the current URI.
- getDecodedSchemeSpecificPart() - Method in class ohos.utils.net.Uri
-
Obtains the decoded scheme-specific-part field in the current URI.
- getDecodedUserInfo() - Method in class ohos.utils.net.Uri
-
Obtains the decoded user-info field of the current URI.
- getDecodeEvent(int) - Static method in enum ohos.media.image.common.DecodeEvent
-
Creates a DecodeEvent instance based on the passed enum value.
- getDecoder() - Static method in class java.util.Base64
-
Returns a
Decoder that decodes using the
Basic type base64 encoding scheme.
- getDecomposition() - Method in class java.text.Collator
-
Get the decomposition mode of this Collator.
- getDecomposition() - Method in class ohos.global.icu.text.Collator
-
Returns the decomposition mode of this Collator.
- getDecomposition() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Returns the decomposition mode of this Collator.
- getDecomposition(int) - Method in class ohos.global.icu.text.Normalizer2
-
Gets the decomposition mapping of c.
- getDecreaseButton() - Method in class ohos.agp.components.Slider
-
Obtains the object used to draw a decrease button.
- getDecreaseButtonClickedListener() - Method in class ohos.agp.components.Slider
-
Obtains the listener for the decrease button.
- getDeepLink() - Method in class ohos.bundle.FormInfo
-
- getDefault() - Static method in class java.net.CookieHandler
-
Gets the system-wide cookie handler.
- getDefault() - Static method in class java.net.ProxySelector
-
Gets the system-wide proxy selector.
- getDefault() - Static method in class java.net.ResponseCache
-
Gets the system-wide response cache.
- getDefault() - Static method in class java.nio.file.FileSystems
-
Returns the default FileSystem.
- getDefault() - Static method in class java.util.Locale
-
Gets the current value of the default locale for this instance
of the Java Virtual Machine.
- getDefault() - Static method in class java.util.TimeZone
-
Gets the default TimeZone of the Java virtual machine.
- getDefault() - Static method in class javax.net.ServerSocketFactory
-
Returns a copy of the environment's default socket factory.
- getDefault() - Static method in class javax.net.SocketFactory
-
Returns a copy of the environment's default socket factory.
- getDefault() - Static method in class javax.net.ssl.SSLContext
-
Returns the default SSL context.
- getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
-
Returns the default SSL server socket factory.
- getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
-
Returns the default SSL socket factory.
- getDefault() - Static method in class ohos.global.icu.util.TimeZone
-
Gets the default TimeZone for this host.
- getDefault() - Static method in class ohos.global.icu.util.ULocale
-
Returns the current default ULocale.
- getDefault(Locale.Category) - Static method in class java.util.Locale
-
Gets the current value of the default locale for the specified Category
for this instance of the Java Virtual Machine.
- getDefault(ULocale.Category) - Static method in class ohos.global.icu.util.ULocale
-
Returns the current default ULocale for the specified category.
- getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
-
Obtains the default KeyManagerFactory algorithm name.
- getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
-
Obtains the default TrustManagerFactory algorithm name.
- getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
-
Returns the default value of the allowUserInteraction
field.
- getDefaultBundleName() - Method in class ohos.agp.components.ComponentProvider
-
Obtains the default bundle name.
- getDefaultCellularDataSlotId() - Method in class ohos.telephony.CellularDataInfoManager
-
Obtains the SIM card where cellular data services are available.
- getDefaultCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
-
Returns the list of cipher suites which are enabled by default.
- getDefaultCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
-
Returns the list of cipher suites which are enabled by default.
- getDefaultDimension() - Method in class ohos.bundle.FormInfo
-
Obtains the default grid style of this form.
- getDefaultDisplay(Context) - Method in class ohos.agp.window.service.DisplayManager
-
Obtains the default display of a specific context.
- getDefaultElement(int, int, boolean, float, float, int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains the Element instance of the default built-in static wallpaper.
- getDefaultFormHeight() - Method in class ohos.bundle.AbilityInfo
-
- getDefaultFormWidth() - Method in class ohos.bundle.AbilityInfo
-
- getDefaultFractionDigits() - Method in class java.util.Currency
-
Gets the default number of fraction digits used with this currency.
- getDefaultFractionDigits() - Method in class ohos.global.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency.
- getDefaultFractionDigits(Currency.CurrencyUsage) - Method in class ohos.global.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency with Usage.
- getDefaultHost(Context) - Static method in class ohos.bluetooth.BluetoothHost
-
Obtains a default
BluetoothHost instance to perform Bluetooth operations on a device.
- getDefaultHostnameVerifier() - Static method in class javax.net.ssl.HttpsURLConnection
-
Gets the default HostnameVerifier that is inherited
by new instances of this class.
- getDefaultHttpProxy() - Method in class ohos.net.NetManager
-
Obtains the default
HttpProxy proxy settings.
- getDefaultName() - Method in interface ohos.agp.components.webengine.PickFilesParams
-
Obtains the default file name.
- getDefaultNet() - Method in class ohos.net.NetManager
-
Obtains the data network that is activated by default.
- getDefaultOrder() - Method in class ohos.global.icu.text.DateIntervalInfo
-
Get default order -- whether the first date in pattern is later date
or not.
- getDefaultParseOptions() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the default parse options used by this TimeZoneFormat instance.
- getDefaultPort() - Method in class java.net.URL
-
Gets the default port number of the protocol associated
with this URL.
- getDefaultPort() - Method in class java.net.URLStreamHandler
-
Returns the default port for a URL parsed by this handler.
- getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
-
- getDefaultResourceImportFlags() - Method in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Obtains the default flag for importing resources.
- getDefaultSceneImportFlags() - Method in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Obtains the default flag for importing scenes.
- getDefaultSceneIndex() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the default scene index.
- getDefaultSmsSlotId() - Method in class ohos.telephony.ShortMessageManager
-
Obtains the default SIM card for sending SMS messages.
- getDefaultSSLParameters() - Method in class javax.net.ssl.SSLContext
-
Returns a copy of the SSLParameters indicating the default
settings for this SSL context.
- getDefaultSSLSocketFactory() - Static method in class javax.net.ssl.HttpsURLConnection
-
Gets the default static SSLSocketFactory that is
inherited by new instances of this class.
- getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
-
Retrieves this database's default transaction isolation level.
- getDefaultType() - Static method in class java.security.cert.CertPathBuilder
-
Returns the default CertPathBuilder type as specified by
the certpathbuilder.type security property, or the string
"PKIX" if no such property exists.
- getDefaultType() - Static method in class java.security.cert.CertPathValidator
-
Returns the default CertPathValidator type as specified by
the certpathvalidator.type security property, or the string
"PKIX" if no such property exists.
- getDefaultType() - Static method in class java.security.cert.CertStore
-
Returns the default CertStore type as specified by the
certstore.type security property, or the string
"LDAP" if no such property exists.
- getDefaultType() - Static method in class java.security.KeyStore
-
Returns the default keystore type as specified by the
keystore.type security property, or the string
"jks" (acronym for "Java keystore")
if no such property exists.
- getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
-
Returns the default handler invoked when a thread abruptly terminates
due to an uncaught exception.
- getDefaultUseCaches() - Method in class java.net.URLConnection
-
Returns the default value of a URLConnection's
useCaches flag.
- getDefaultValue() - Method in class java.lang.reflect.Method
-
Returns the default value for the annotation member represented by
this Method instance.
- getDefaultValue() - Method in class ohos.data.distributed.common.FieldNode
-
Obtains the default field value.
- getDefaultVoiceSlotId() - Method in class ohos.telephony.SimInfoManager
-
Obtains the default card slot for the voice service.
- getDelay() - Method in class ohos.agp.animation.Animator
-
Obtains the startup delay of an animator.
- getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
-
Returns the remaining delay associated with this object, in the
given time unit.
- getDelegatedTask() - Method in class javax.net.ssl.SSLEngine
-
Returns a delegated Runnable task for
this SSLEngine.
- getDeletedItems() - Method in class ohos.data.search.model.ChangedIndexContent
-
Obtains the indexes deleted from the index library.
- getDeletedList() - Method in class ohos.data.orm.AllChangeToTarget
-
Obtains the list of deleted
OrmObject objects.
- getDeleteEntries() - Method in class ohos.data.distributed.common.ChangeNotification
-
Obtains data deletion records.
- getDeleteStatement() - Method in interface ohos.data.orm.EntityHelper
-
Obtains the declaration statement of the table that maps to a deleted
OrmObject instance
in the relational database.
- getDelimiter(int) - Method in class ohos.global.icu.util.LocaleData
-
Retrieves a delimiter string from the locale data.
- getDeliveryTime() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the time when a notification is delivered.
- getDeltaTimeMicros() - Method in interface ohos.agp.render.render3d.Engine.Time
-
Obtains the time elapsed since the previous frame, in milliseconds.
- getDenominator() - Method in class ohos.utils.RationalNumber
-
Obtains the denominator of the current RationalNumber object.
- getDensity(Context) - Static method in class ohos.agp.components.AttrHelper
-
Obtains the display density.
- getDepth() - Method in interface java.security.cert.PolicyNode
-
Returns the depth of this node in the valid policy tree.
- getDescent(int) - Method in class ohos.agp.text.Layout
-
Obtains the descent from a specified li
- getDescription() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the description of the error.
- getDescription() - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Obtains the description used for device filtering.
- getDescription() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the description of the accessibility ability.
- getDescription() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the accessibility event description.
- getDescription() - Method in class ohos.bundle.AbilityInfo
-
Obtains the description of an ability.
- getDescription() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the description of the application or the resource index of the application description.
- getDescription() - Method in class ohos.bundle.FormInfo
-
Obtains the description of this form.
- getDescription() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the description of this HAP module.
- getDescription() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the description index field.
- getDescription() - Method in class ohos.data.usage.Volume
-
Obtains the description of this volume.
- getDescription() - Method in class ohos.event.notification.NotificationSlot
-
- getDescription() - Method in class ohos.event.notification.NotificationSlotGroup
-
- getDescription() - Method in class ohos.global.icu.text.NumberingSystem
-
Returns the description string of the current numbering system.
- getDescription() - Method in class ohos.media.common.AVDescription
-
Obtains the media item description.
- getDescription() - Method in class ohos.media.common.sessioncore.AVQueueElement
-
- getDescription() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the description of a file to be downloaded.
- getDescription() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event description.
- getDescriptionInfo() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the description of the accessibility node.
- getDescriptionInfo() - Method in class ohos.accessibility.ability.AccessibleOperation
-
Obtains the operation description.
- getDescriptions(int) - Method in class ohos.location.GeoAddress
-
Obtains the description identified by a specified index.
- getDescriptionsSize() - Method in class ohos.location.GeoAddress
-
Obtains the total number of descriptions in the current GeoAddress object.
- getDescriptor(UUID) - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Returns a
Optional with a given UUID out of the list of
descriptors for this characteristic.
- getDescriptors() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
- getDestination() - Method in class ohos.net.RouteInfo
-
Obtains the destination IP address.
- getDetectMode() - Method in class ohos.ai.cv.text.TextConfiguration
-
Obtains the text detection mode.
- getDetectType() - Method in class ohos.ai.cv.text.TextConfiguration
-
- getDevice() - Method in class ohos.data.distributed.file.DistFile
-
Obtains information about the device to which the file or directory denoted by this abstract pathname belongs.
- getDeviceAddr() - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Obtains the MAC address of this BlePeripheralDevice object.
- getDeviceAddr() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the Bluetooth MAC address.
- getDeviceAddress() - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Obtains the device address of this WifiP2pConfig instance.
- getDeviceAddress() - Method in class ohos.wifi.p2p.WifiP2pDevice
-
Obtains the address of the Wi-Fi P2P device.
- getDeviceAltitude(float) - Static method in class ohos.sensor.data.CategoryEnvironmentData
-
Obtains the altitude at which the device is located based on the current atmospheric pressure.
- getDeviceAltitude(float, float) - Static method in class ohos.sensor.data.CategoryEnvironmentData
-
Obtains the altitude at which the device is located based on the sea-level atmospheric
pressure and the current atmospheric pressure.
- getDeviceCapabilities() - Method in class ohos.bundle.AbilityInfo
-
Obtains the device capabilities required for running an ability.
- getDeviceCapability() - Method in class ohos.global.resource.ResourceManager
-
Obtains the device capability.
- getDeviceClass() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the class of a peer Bluetooth device.
- getDeviceClass() - Method in class ohos.usb.USBDevice
-
Gets the Class field of a USB device.
- getDeviceClipBounds() - Method in class ohos.agp.render.Canvas
-
Obtains the clip bounds represented by device coordinates.
- getDeviceClipBounds(Rect) - Method in class ohos.agp.render.Canvas
-
Obtains the clip bounds represented by device coordinates, which is specified by bounds.
- getDeviceConfigInfo() - Method in interface ohos.app.IAbilityManager
-
Obtains configuration information about the device, such as its touch type, keyboard type, and navigation device.
- getDeviceDensity(Context) - Method in class ohos.agp.render.Canvas
-
Obtains the device density.
- getDeviceGLESVersion() - Method in class ohos.aafwk.ability.DeviceConfigInfo
-
Obtains the OpenGL ES version required by the application.
- getDeviceId() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the deviceId attribute included in this Operation.
- getDeviceId() - Method in class ohos.ai.tts.TtsParams
-
Obtains the device ID.
- getDeviceId() - Method in class ohos.bundle.ElementName
-
Obtains the unique device ID of an ability.
- getDeviceId() - Method in class ohos.data.distributed.common.ChangeNotification
-
Obtains the ID of the device whose data has changed.
- getDeviceId() - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Obtains the network ID of this device.
- getDeviceId() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Obtains the device ID in this CommonEventSubscribeInfo object.
- getDeviceId() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains the ID of the device that plays the audio stream.
- getDeviceId() - Method in class ohos.media.player.Player.DeviceInfo
-
Obtains a device ID.
- getDeviceId() - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Obtains the ID of the bearing device for the input device that generates the current event.
- getDeviceId() - Method in class ohos.multimodalinput.event.SpeechEvent
-
- getDeviceId() - Method in class ohos.usb.USBDevice
-
Gets the Id field of a USB device.
- getDeviceId(String) - Static method in class ohos.usb.USBDevice
-
Gets the Id field of the USB device.
- getDeviceInfo(String) - Static method in class ohos.distributedschedule.interwork.DeviceManager
-
Obtains information about a specified remote device on the distributed network
based on the given network ID.
- getDeviceLinkType(String) - Method in interface ohos.media.camera.device.CameraInfo
-
Gets a physical camera link type.
- getDeviceList(int) - Static method in class ohos.distributedschedule.interwork.DeviceManager
-
Obtains information about all remote devices on the distributed network.
- getDeviceName() - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Obtains the name of this BlePeripheralDevice object.
- getDeviceName() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the name of a peer Bluetooth device.
- getDeviceName() - Method in class ohos.distributedhardware.devicemanager.DeviceInfo
-
Obtains the device name.
- getDeviceName() - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Obtains the name of this device.
- getDeviceName() - Method in class ohos.usb.USBDevice
-
Get the Name field of a USB device.
- getDeviceName() - Method in class ohos.wifi.p2p.WifiP2pDevice
-
Obtains the name of the Wi-Fi P2P device.
- getDeviceName(int) - Static method in class ohos.usb.USBDevice
-
Get the Name field of a USB device.
- getDeviceOrientation(float[], float[]) - Static method in class ohos.sensor.data.CategoryOrientationData
-
Obtains the device orientation based on the rotation matrix.
- getDevicePowerStatusInfo() - Static method in class ohos.powermanager.DevicePowerStatusInfo
-
Obtains a DevicePowerStatusInfo object.
- getDeviceProtocol() - Method in class ohos.usb.USBDevice
-
Get the Protocol field of a USB device.
- getDeviceRotationMatrix(float[], float[]) - Static method in class ohos.sensor.data.CategoryOrientationData
-
Obtains the rotation matrix of the current device position based on the rotation vector.
- getDevices() - Method in class ohos.usb.USBCore
-
Returns the hash map of USB devices.
- getDevices(AudioDeviceDescriptor.DeviceFlag) - Static method in class ohos.media.audio.AudioManager
-
Obtains information about audio input or output devices, or that about all audio devices.
- getDevicesByStates(int[]) - Method in class ohos.bluetooth.A2dpSink
-
- getDevicesByStates(int[]) - Method in class ohos.bluetooth.A2dpSource
-
- getDevicesByStates(int[]) - Method in class ohos.bluetooth.ble.BleCentralManager
-
Obtains the list of devices in the specified status.
- getDevicesByStates(int[]) - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Obtains the list of BLE peripheral devices in a specified state.
- getDevicesByStates(int[]) - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
- getDevicesByStates(int[]) - Method in interface ohos.bluetooth.ProfileBase
-
Obtains the list of devices in the specified status.
- getDeviceState() - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Obtains the state of this device.
- getDeviceState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.A2dpSink
-
- getDeviceState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.A2dpSource
-
- getDeviceState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
- getDeviceState(BluetoothRemoteDevice) - Method in interface ohos.bluetooth.ProfileBase
-
- getDeviceSubclass() - Method in class ohos.usb.USBDevice
-
Get the SubClass field of a USB device.
- getDeviceType() - Method in class ohos.ai.tts.TtsParams
-
Obtains the device type.
- getDeviceType() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the type of a peer Bluetooth device.
- getDeviceType() - Method in class ohos.distributedhardware.devicemanager.DeviceInfo
-
Obtains the device type.
- getDeviceType() - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Obtains the type of this device.
- getDeviceType() - Static method in class ohos.system.DeviceInfo
-
Obtains the device type represented by a string.
- getDeviceTypes() - Method in class ohos.bundle.AbilityInfo
-
Obtains the types of devices where an ability can run.
- getDeviceTypes() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the device types supported by this HAP module.
- getDeviceUuids() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the supported UUIDs of the remote Bluetooth device.
- getDevType() - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Obtains the list of device types.
- getDialectHandling() - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the dialect handling used in the display names.
- getDigestAlgorithm() - Method in class java.security.spec.MGF1ParameterSpec
-
Returns the algorithm name of the message digest used by the mask
generation function.
- getDigestAlgorithm() - Method in class java.security.spec.PSSParameterSpec
-
Returns the message digest algorithm name.
- getDigestAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
-
Returns the message digest algorithm name.
- getDigestLength() - Method in class java.security.MessageDigest
-
Returns the length of the digest in bytes, or 0 if this operation is
not supported by the provider and the implementation is not cloneable.
- getDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for a digit in a pattern.
- getDigit() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for a digit in a pattern.
- getDigits() - Method in class ohos.global.icu.math.MathContext
-
Returns the digits setting.
- getDigits() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the array of characters used as digits, in order from 0 through 9
- getDigitStrings() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the array of strings used as digits, in order from 0 through 9
- getDimension(String) - Method in class ohos.utils.BasePacMap
-
Obtains the Dimension object in PacMap based on the specified key.
- getDimensionValue() - Method in interface ohos.agp.components.Attr
-
Obtains the dimension value of an attribute.
- getDimensionValue(Context, String) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the pixel value based on the specified dimension value.
- getDir(String, int) - Method in class ohos.app.AbilityContext
-
- getDir(String, int) - Method in interface ohos.app.Context
-
Obtains the directory for storing custom data files of the application.
- getDirection() - Method in class ohos.global.icu.text.Bidi
-
Get the directionality of the text.
- getDirection() - Method in class ohos.global.icu.text.BidiRun
-
Get direction of run
- getDirection() - Method in class ohos.location.Location
-
Obtains the moving direction of the device at the current location, in unit of degrees.
- getDirection() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint direction.
- getDirection(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the Bidirection property of a code point.
- getDirectionality(char) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character.
- getDirectionality(int) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character (Unicode code point).
- getDirectionality(int) - Static method in class ohos.global.icu.lang.UCharacter
-
- getDisableMessage() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the disable message of this shortcut.
- getDiscard() - Method in class java.net.HttpCookie
-
Returns the discard attribute of the cookie
- getDiskMountedStatus() - Static method in class ohos.data.usage.DataUsage
-
Queries the mount state of the primary device.
- getDiskMountedStatus(File) - Static method in class ohos.data.usage.DataUsage
-
Queries the mount state of the device that houses a specified file path.
- getDisplayCountry() - Method in class java.util.Locale
-
Returns a name for the locale's country that is appropriate for display to the
user.
- getDisplayCountry() - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's country localized for display in the default DISPLAY locale.
- getDisplayCountry(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's country localized for display in the provided locale.
- getDisplayCountry(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's country localized for display in the provided locale.
- getDisplayCountry(Locale) - Method in class java.util.Locale
-
Returns a name for the locale's country that is appropriate for display to the
user.
- getDisplayCountry(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's country localized for display in the provided locale.
- getDisplayedBottomElement() - Method in class ohos.agp.components.DatePicker
-
Obtains the
Element instance used to draw a split line at the bottom of the selected number in a date
picker.
- getDisplayedBottomElement() - Method in class ohos.agp.components.Picker
-
Obtains the
Element instance used to draw the split line at the bottom of a selected number.
- getDisplayedBottomElement() - Method in class ohos.agp.components.TimePicker
-
Obtains the
Element instance used to draw the split line at the bottom of a selected number in the
time picker.
- getDisplayedData() - Method in class ohos.agp.components.Picker
-
Obtains the string array matching the numbers to display.
- getDisplayedLinesElements() - Method in class ohos.agp.components.Picker
-
Obtains the
Element instance used to draw displayed lines at the top and bottom of selected text.
- getDisplayedLinesElements() - Method in class ohos.agp.components.TimePicker
-
Obtains an array of instances used to draw split lines in this time picker.
- getDisplayedTopElement() - Method in class ohos.agp.components.DatePicker
-
Obtains the
Element instance used to draw a split line on the top of a selected number in the date
picker.
- getDisplayedTopElement() - Method in class ohos.agp.components.Picker
-
Obtains the
Element instance used to draw the split line on the top of a selected number.
- getDisplayedTopElement() - Method in class ohos.agp.components.TimePicker
-
Obtains the
Element instance of the top split line in this time picker.
- getDisplayId() - Method in class ohos.agp.window.service.Display
-
Obtains the ID of a display.
- getDisplayKeyword(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the default DISPLAY locale.
- getDisplayKeyword(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeyword(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeywordValue(String) - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the default DISPLAY locale.
- getDisplayKeywordValue(String, String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, ULocale) - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayLanguage() - Method in class java.util.Locale
-
Returns a name for the locale's language that is appropriate for display to the
user.
- getDisplayLanguage() - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's language localized for display in the default DISPLAY locale.
- getDisplayLanguage(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguage(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguage(Locale) - Method in class java.util.Locale
-
Returns a name for the locale's language that is appropriate for display to the
user.
- getDisplayLanguage(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale's language localized for display in the default DISPLAY locale.
- getDisplayLanguageWithDialect(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(ULocale) - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale's language localized for display in the provided locale.
- getDisplayMode() - Method in class ohos.agp.components.SlideDrawer
-
Obtains the display modes for the optional components for all directions.
- getDisplayMode() - Method in class ohos.miscservices.inputmethodability.KeyboardController
-
Obtains the real-time display mode of the keyboard.
- getDisplayMode(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
Obtains the display mode for the optional components for a certain direction.
- getDisplayName() - Method in class java.net.NetworkInterface
-
Get the display name of this network interface.
- getDisplayName() - Method in class java.util.Currency
-
- getDisplayName() - Method in class java.util.Locale
-
Returns a name for the locale that is appropriate for display to the
user.
- getDisplayName() - Method in class java.util.TimeZone
-
Returns a long standard time name of this TimeZone suitable for
presentation to the user in the default locale.
- getDisplayName() - Method in class ohos.agp.window.service.Display
-
Obtains the name of a display.
- getDisplayName() - Method in class ohos.global.icu.util.Currency
-
Returns the display name for this currency in the default locale.
- getDisplayName() - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY locale.
- getDisplayName() - Method in class ohos.global.icu.util.ULocale
-
Returns this locale name localized for display in the default DISPLAY locale.
- getDisplayName() - Method in class ohos.sysappcomponents.contact.entity.Email
-
Obtains the displayed email name.
- getDisplayName() - Method in class ohos.sysappcomponents.contact.entity.Holder
-
Obtains the displayed name of a contact holder.
- getDisplayName(boolean, int) - Method in class java.util.TimeZone
-
Returns a name in the specified style of this TimeZone
suitable for presentation to the user in the default locale.
- getDisplayName(boolean, int) - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY locale.
- getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
-
Returns a name in the specified style of this TimeZone
suitable for presentation to the user in the specified
locale.
- getDisplayName(boolean, int, Locale) - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(boolean, int, ULocale) - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(int, int, Locale) - Method in class java.util.Calendar
-
Returns the string representation of the calendar
field value in the given style and
locale.
- getDisplayName(String) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the default DISPLAY locale.
- getDisplayName(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayName(String, Locale) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(String, TimeZoneNames.NameType, long) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the display name of the time zone at the given date.
- getDisplayName(String, ULocale) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Chronology
-
Gets the textual representation of this chronology.
- getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Era
-
Gets the textual representation of this era.
- getDisplayName(TextStyle, Locale) - Method in class java.time.chrono.JapaneseEra
-
Gets the textual representation of this era.
- getDisplayName(TextStyle, Locale) - Method in enum java.time.DayOfWeek
-
Gets the textual representation, such as 'Mon' or 'Friday'.
- getDisplayName(TextStyle, Locale) - Method in enum java.time.Month
-
Gets the textual representation, such as 'Jan' or 'December'.
- getDisplayName(TextStyle, Locale) - Method in class java.time.ZoneId
-
Gets the textual representation of the zone, such as 'British Time' or
'+02:00'.
- getDisplayName(Locale) - Method in enum java.time.temporal.ChronoField
-
- getDisplayName(Locale) - Method in interface java.time.temporal.TemporalField
-
Gets the display name for the field in the requested locale.
- getDisplayName(Locale) - Method in class java.util.Currency
-
Gets the name that is suitable for displaying this currency for
the specified locale.
- getDisplayName(Locale) - Method in class java.util.Locale
-
Returns a name for the locale that is appropriate for display
to the user.
- getDisplayName(Locale) - Method in class java.util.TimeZone
-
Returns a long standard time name of this TimeZone suitable for
presentation to the user in the specified locale.
- getDisplayName(Locale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(Locale) - Method in class ohos.global.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName(Locale) - Method in class ohos.global.icu.util.Currency
-
Returns the display name for this currency in the given locale.
- getDisplayName(Locale) - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(Locale, Locale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(ULocale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(ULocale) - Method in class ohos.global.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName(ULocale) - Method in class ohos.global.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayName(ULocale, ULocale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
-
Returns a Map containing all names of the calendar
field in the given style and
locale and their corresponding field values.
- getDisplayNameWithDialect() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale name localized for display in the default DISPLAY locale.
- getDisplayNameWithDialect(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayNameWithDialect(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayNameWithDialect(ULocale) - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale name localized for display in the provided locale.
- getDisplayNotch() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains information about a display notch.
- getDisplayNumber(String, boolean, float, float[]) - Method in class ohos.agp.render.Paint
-
Calculates the number of characters that can be displayed within the specified width.
- getDisplayOrientation() - Method in class ohos.app.AbilityContext
-
- getDisplayOrientation() - Method in interface ohos.app.Context
-
Obtains the current display orientation of this ability.
- getDisplayResizeController() - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains the controller for display resizing operations.
- getDisplayResizeController(int) - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains the controller for display resizing operations.
- getDisplayResizeRect() - Method in class ohos.accessibility.ability.DisplayResizeController
-
Obtains the display resizing rectangle.
- getDisplayScript() - Method in class java.util.Locale
-
Returns a name for the the locale's script that is appropriate for display to
the user.
- getDisplayScript() - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's script localized for display in the default DISPLAY locale.
- getDisplayScript(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's script localized for display in the provided locale.
- getDisplayScript(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's script localized for display in the provided locale.
- getDisplayScript(Locale) - Method in class java.util.Locale
-
Returns a name for the locale's script that is appropriate
for display to the user.
- getDisplayScript(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's script localized for display in the provided locale.
- getDisplayVariant() - Method in class java.util.Locale
-
Returns a name for the locale's variant code that is appropriate for display to the
user.
- getDisplayVariant() - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's variant localized for display in the default DISPLAY locale.
- getDisplayVariant(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's variant localized for display in the provided locale.
- getDisplayVariant(String, ULocale) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a locale's variant localized for display in the provided locale.
- getDisplayVariant(Locale) - Method in class java.util.Locale
-
Returns a name for the locale's variant code that is appropriate for display to the
user.
- getDisplayVariant(ULocale) - Method in class ohos.global.icu.util.ULocale
-
Returns this locale's variant localized for display in the provided locale.
- getDisposeMode() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Checks whether dynamic decoding is enabled for this frame animation.
- getDistance() - Method in interface ohos.agp.render.render3d.util.SceneUtil.RayCastResult
-
Obtains the distance from the start position of the ray to the ray-cast node.
- getDistance() - Method in class ohos.agp.utils.Line
-
Obtains the distance between the start point and end point of this line.
- getDistanceInterval() - Method in class ohos.location.RequestParam
-
Obtains the minimum moving distance in the RequestParam object.
- getDistributedDir() - Method in class ohos.app.AbilityContext
-
- getDistributedDir() - Method in interface ohos.app.Context
-
Obtains the distributed file path.
- getDistributedVirtualDeviceId() - Method in class ohos.account.AccountAbility
-
Obtains the distributed virtual device ID (DVID).
- getDistrict() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the city district where the photo is taken.
- getDistrict() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the district index field.
- getDither() - Method in class ohos.agp.render.Paint
-
Obtains the Dither attribute of a Paint.
- getDividerLineColor() - Method in class ohos.agp.components.ProgressBar
-
Obtains the divider line color.
- getDividerLinesNumber() - Method in class ohos.agp.components.ProgressBar
-
Obtains the number of dividers for this progress bar.
- getDividerLineThickness() - Method in class ohos.agp.components.ProgressBar
-
Obtains the divider line thickness.
- getDnsServers() - Method in class ohos.net.ConnectionProperties
-
Obtains the DNS server address list of a connection.
- getDocRefine(Context) - Static method in class ohos.ai.cv.common.VisionManager
-
- getDocumentCategory() - Method in class ohos.data.search.schema.DocumentItem
-
Obtains the value of the documentCategory index field.
- getDocumentSchema() - Static method in class ohos.data.search.schema.DocumentItem
-
Obtains a list of index field attributes in this DocumentItem object.
- getDoInput() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
doInput flag.
- getDomain() - Method in class java.net.HttpCookie
-
Returns the domain name set for this cookie.
- getDomainCombiner() - Method in class java.security.AccessControlContext
-
Get the DomainCombiner associated with this
AccessControlContext.
- getDomainName() - Static method in class ohos.utils.CommonPattern
-
Obtains the regular expression for verifying domain names.
- getDomains() - Method in class ohos.net.ConnectionProperties
-
Obtains the DNS domain search paths (in a character string) of a connection.
- getDoOutput() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
doOutput flag.
- getDouble() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a double value.
- getDouble() - Method in class ohos.data.distributed.common.Value
-
Obtains values of the double type.
- getDouble(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a double value.
- getDouble(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC DOUBLE parameter as a double
in the Java programming language.
- getDouble(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a double in the Java programming language.
- getDouble(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getDouble(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getDouble(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getDouble(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a double.
- getDouble(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getDouble(int) - Method in class ohos.data.resultset.TableResultSet
-
Obtains the value of the specified column in the current row as a double.
- getDouble(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the double value at the specified index of this ZSONArray and automatically converts
the value into a Double object.
- getDouble(int, int) - Method in class ohos.agp.utils.Matrix44
-
Obtains a double value at a specified position in this Matrix44.
- getDouble(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the double value at the position specified by rowIndex and columnIndex.
- getDouble(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
double or of another primitive type convertible to
type double via a widening conversion.
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a double.
- getDouble(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DOUBLE parameter as a double
in the Java programming language.
- getDouble(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a double in the Java programming language.
- getDouble(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the double value of a specified key.
- getDouble(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Double value of a specified column name.
- getDouble(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the double value matching the specified key in the map of this ZSONObject and
automatically converts the value into a Double object.
- getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
-
- getDouble(String, double) - Method in class java.util.prefs.Preferences
-
Returns the double value represented by the string associated with the
specified key in this preference node.
- getDouble(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the double value matching a specified device ID and key.
- getDoubleArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a double array matching the given key.
- getDoubleParam(String, double) - Method in class ohos.aafwk.content.Intent
-
Obtains a double value matching the given key.
- getDoubleValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the double value at the specified index of this ZSONArray.
- getDoubleValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of the double floating-point type.
- getDoubleValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the double value matching a specified key.
- getDoubleValue(String) - Method in class ohos.utils.PacMap
-
Obtains the double value matching a specified key.
- getDoubleValue(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getDoubleValue method to obtain the
double value
in the unmarshalled
PersistablePacMap object where
double has been converted
into
BigDecimal.
- getDoubleValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the double value matching the specified key in the map of this ZSONObject.
- getDoubleValue(String, double) - Method in class ohos.utils.BasePacMap
-
Obtains the double value matching a specified key.
- getDoubleValue(String, double) - Method in class ohos.utils.PacMap
-
Obtains the double value matching a specified key.
- getDoubleValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the double[] value matching a specified key.
- getDoubleValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the double[] value matching a specified key.
- getDoubleValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getDoubleValueArray method to obtain the
double array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getDownloadCount() - Method in class ohos.data.search.schema.AppItem
-
Obtains the value of the downloadCount index field.
- getDownloadCount() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the downloadCount index field.
- getDownloadedBytes() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the real-time downloads size (in bytes).
- getDownloadId() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the ID of a file to be downloaded.
- getDragAcceptAngle() - Method in class ohos.agp.components.Component
-
Obtains the deflection angle set for a horizontal or vertical drag recognizer.
- getDraggedListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring drag events of this component.
- getDriver(String) - Static method in class java.sql.DriverManager
-
Attempts to locate a driver that understands the given URL.
- getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves this JDBC driver's major version number.
- getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves this JDBC driver's minor version number.
- getDriverName() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the name of this JDBC driver.
- getDrivers() - Static method in class java.sql.DriverManager
-
Retrieves an Enumeration with all of the currently loaded JDBC drivers
to which the current caller has access.
- getDriverVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the version number of this JDBC driver as a String.
- getDsfId() - Method in class ohos.nfc.tag.NfcVTag
-
Obtains the data storage format identifier (DSFID) from this NfcVTag instance.
- getDSTSavings() - Method in class java.util.SimpleTimeZone
-
Returns the amount of time in milliseconds that the clock is
advanced during daylight saving time.
- getDSTSavings() - Method in class java.util.TimeZone
-
Returns the amount of time to be added to local standard time
to get local wall clock time.
- getDSTSavings() - Method in class ohos.global.icu.util.TimeZone
-
Returns the amount of time to be added to local standard time
to get local wall clock time.
- getDTDHandler() - Method in interface ohos.org.xml.sax.XMLReader
-
Return the current DTD handler.
- getDTDType() - Method in interface ohos.javax.xml.stream.events.Attribute
-
Gets the type of this attribute, default is
the String "CDATA"
- getDuration() - Method in enum java.time.temporal.ChronoUnit
-
Gets the estimated duration of this unit in the ISO calendar system.
- getDuration() - Method in interface java.time.temporal.TemporalUnit
-
Gets the duration of this unit, which may be an estimate.
- getDuration() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the duration of the transition.
- getDuration() - Method in class ohos.agp.animation.Animator
-
Obtains the duration of an animator.
- getDuration() - Method in class ohos.agp.animation.timelinecurves.SpringCurve
-
Obtains the estimated duration of the spring movement.
- getDuration() - Method in class ohos.data.search.schema.MusicItem
-
Obtains the value of the duration index field.
- getDuration() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the duration index field.
- getDuration() - Method in class ohos.media.player.Player
-
Obtains the total duration (in milliseconds) of media files.
- getDuration() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event duration.
- getDuration() - Method in class ohos.vibrator.bean.VibrationPattern
-
Obtains the one-shot vibration duration of a vibrator.
- getDuration(int) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Obtains the duration of a specified frame in an animation.
- getDurationTime() - Method in class ohos.accessibility.ability.GesturePathDefine
-
Obtains the duration in which this gesture path continues.
- getEditableString() - Method in class ohos.agp.components.Text
-
Obtains the text in an editable text component.
- getEditingText(int, EditingCapability) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Obtains the text being edited in the edit box.
- getEditorAttribute() - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Obtains the input content attributes, such as numbers, email addresses, and passwords.
- getEditType() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the edit type of the options provided by this NotificationUserInput object.
- getEffectId() - Method in class ohos.media.audio.SoundEffect
-
Obtains the native ID of a sound effect.
- getEffectInfo() - Method in class ohos.media.audio.SoundEffect
-
Obtains sound effect information.
- getEffectiveKeyBits() - Method in class javax.crypto.spec.RC2ParameterSpec
-
Returns the effective key size in bits.
- getElement() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of the ElementName object in an Intent.
- getElement() - Method in interface ohos.agp.components.Attr
-
Obtains the
Element value of an attribute.
- getElement() - Method in class ohos.agp.components.CornerMark
-
Obtains the shape element of the corner mark.
- getElement() - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains the Element instance of the current system wallpaper.
- getElement(int) - Method in class ohos.global.resource.ResourceManager
-
Obtains an
Element object based on its resource ID.
- getElement(Context, String, int, String) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the element value based on the input parameters.
- getElementComparisonType() - Method in class ohos.global.icu.text.SearchIterator
-
Returns the collation element comparison type.
- getElementFormatter() - Method in class ohos.agp.components.Picker
-
Obtains the formatter of the
Element displayed on the left and right of each item.
- getElementId() - Method in class ohos.media.common.sessioncore.AVQueueElement
-
Obtains the position of this AVQueueElement instance in the playback queue.
- getElementInfo() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the ElementName in the current WorkInfo object.
- getElementName() - Method in class ohos.app.AbilityContext
-
- getElementName() - Method in interface ohos.app.Context
-
Obtains the ohos.bundle.ElementName object of the current ability.
- getElementName() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the element name of the ability.
- getElementName() - Method in class ohos.interwork.bundle.ElementNameEx
-
Obtains the ElementName from this ElementNameEx.
- getElementName() - Method in class ohos.media.sessioncore.AVBrowser
-
Obtains the
ElementName instance of the media browser service.
- getElementRect() - Method in class ohos.ai.cv.text.TextElement
-
Obtains the rectangle for determining the position of the text element.
- getElements() - Method in class ohos.ai.cv.text.TextLine
-
Obtains the detection result of text elements in the text line.
- getElements() - Method in class ohos.global.icu.text.Transliterator
-
Return the elements that make up this transliterator.
- getElements(float[]) - Method in class ohos.agp.utils.Matrix
-
Obtains element values of this Matrix.
- getElementState() - Method in class ohos.agp.components.element.ElementContainer
-
- getElementText() - Method in interface ohos.javax.xml.stream.XMLEventReader
-
Reads the content of a text-only element.
- getElementText() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Reads the content of a text-only element, an exception is thrown if this is
not a text-only element.
- getElementTypeInfo() - Method in class ohos.javax.xml.validation.TypeInfoProvider
-
Returns the immutable
TypeInfo object for the current
element.
- getEmail() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the email index field.
- getEmail() - Method in class ohos.sysappcomponents.contact.entity.Email
-
Obtains the email address.
- getEmailAddress() - Static method in class ohos.utils.CommonPattern
-
Obtains the regular expression for verifying email addresses.
- getEmails() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the email address list of this contact.
- getEmailSchema() - Static method in class ohos.data.search.schema.EmailItem
-
Obtains a list of index field attributes in this EmailItem object.
- getEmbeddingLevel() - Method in class ohos.global.icu.text.BidiRun
-
Get level of run
- getEmissive() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the emissive texture.
- getEmissiveFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the emissive factor of this material.
- getEmptyGpuResourceHandle() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains an empty GPU resource handle.
- getEmptyInstance() - Static method in class ohos.global.icu.text.DateTimePatternGenerator
-
Create empty generator, to be constructed with addPattern(...) etc.
- getEmptyResourceHandle() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains an empty resource handle.
- getEmptySetting() - Static method in class ohos.aafwk.ability.startsetting.AbilityStartSetting
-
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLEngine
-
Returns the names of the SSL cipher suites which are currently
enabled for use on this engine.
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
-
Returns the list of cipher suites which are currently enabled
for use by newly accepted connections.
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLSocket
-
Returns the names of the SSL cipher suites which are currently
enabled for use on this connection.
- getEnabledProtocols() - Method in class javax.net.ssl.SSLEngine
-
Returns the names of the protocol versions which are currently
enabled for use with this SSLEngine.
- getEnabledProtocols() - Method in class javax.net.ssl.SSLServerSocket
-
Returns the names of the protocols which are currently
enabled for use by the newly accepted connections.
- getEnabledProtocols() - Method in class javax.net.ssl.SSLSocket
-
Returns the names of the protocol versions which are currently
enabled for use on this connection.
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLEngine
-
Returns true if new SSL sessions may be established by this engine.
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLServerSocket
-
Returns true if new SSL sessions may be established by the
sockets which are created from this server socket.
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLSocket
-
Returns true if new SSL sessions may be established by this socket.
- getEnclosingClass() - Method in class java.lang.Class
-
Returns the immediately enclosing class of the underlying
class.
- getEnclosingConstructor() - Method in class java.lang.Class
-
If this
Class object represents a local or anonymous
class within a constructor, returns a
Constructor object representing
the immediately enclosing constructor of the underlying
class.
- getEnclosingMethod() - Method in class java.lang.Class
-
If this
Class object represents a local or anonymous
class within a method, returns a
Method object representing the
immediately enclosing method of the underlying class.
- getEncoded() - Method in class java.security.AlgorithmParameters
-
Returns the parameters in their primary encoding format.
- getEncoded() - Method in class java.security.cert.Certificate
-
Returns the encoded form of this certificate.
- getEncoded() - Method in class java.security.cert.CertPath
-
Returns the encoded form of this certification path, using the default
encoding.
- getEncoded() - Method in class java.security.cert.PolicyQualifierInfo
-
Returns the ASN.1 DER encoded form of this
PolicyQualifierInfo.
- getEncoded() - Method in class java.security.cert.X509CRL
-
Returns the ASN.1 DER-encoded form of this CRL.
- getEncoded() - Method in class java.security.cert.X509CRLEntry
-
Returns the ASN.1 DER-encoded form of this CRL Entry,
that is the inner SEQUENCE.
- getEncoded() - Method in interface java.security.Key
-
Returns the key in its primary encoding format, or null
if this key does not support encoding.
- getEncoded() - Method in class java.security.PKCS12Attribute
-
Returns the attribute's ASN.1 DER encoding.
- getEncoded() - Method in class java.security.spec.EncodedKeySpec
-
Returns the encoded key.
- getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
-
Returns the key bytes, encoded according to the PKCS #8 standard.
- getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
-
Returns the key bytes, encoded according to the X.509 standard.
- getEncoded() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the ASN.1 encoding of this object.
- getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
-
Returns the key material of this secret key.
- getEncoded() - Method in class javax.net.ssl.SNIServerName
-
Returns a copy of the encoded server name value of this server name.
- getEncoded() - Method in class javax.security.auth.x500.X500Principal
-
Returns the distinguished name in ASN.1 DER encoded form.
- getEncoded() - Method in class javax.security.cert.Certificate
-
Returns the encoded form of this certificate.
- getEncoded(String) - Method in class java.security.AlgorithmParameters
-
Returns the parameters encoded in the specified scheme.
- getEncoded(String) - Method in class java.security.cert.CertPath
-
Returns the encoded form of this certification path, using the
specified encoding.
- getEncodedAuthority() - Method in class ohos.utils.net.Uri
-
Obtains the encoded authority field of the current URI.
- getEncodedFragment() - Method in class ohos.utils.net.Uri
-
Obtains the encoded fragment field of the current URI.
- getEncodedHost() - Method in class ohos.utils.net.Uri
-
Obtains the encoded host field of the current URI.
- getEncodedPath() - Method in class ohos.utils.net.Uri
-
Obtains the encoded path field of the current URI.
- getEncodedQuery() - Method in class ohos.utils.net.Uri
-
Obtains the encoded query field of the current URI.
- getEncodedSchemeSpecificPart() - Method in class ohos.utils.net.Uri
-
Obtains the encoded scheme-specific-part field in the current URI.
- getEncodedUserInfo() - Method in class ohos.utils.net.Uri
-
Obtains the encoded user-info field of the current URI.
- getEncoder() - Static method in class java.util.Base64
-
Returns a
Encoder that encodes using the
Basic type base64 encoding scheme.
- getEncoding() - Method in class java.io.InputStreamReader
-
Returns the name of the character encoding being used by this stream.
- getEncoding() - Method in class java.io.OutputStreamWriter
-
Returns the name of the character encoding being used by this stream.
- getEncoding() - Method in class java.util.logging.Handler
-
Return the character encoding for this Handler.
- getEncoding() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Return input encoding if known or null if unknown.
- getEncoding() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The character encoding, if known.
- getEncoding() - Method in class ohos.org.xml.sax.InputSource
-
Get the character encoding for a byte stream or URI.
- getEncodingFormat() - Method in class ohos.media.audio.AudioCapturer
-
Obtains the audio encoding format for the recording.
- getEncodingFormat() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the encoding format of the audio stream.
- getEncodings() - Method in class java.security.cert.CertPath
-
Returns an iteration of the encodings supported by this certification
path, with the default encoding first.
- getEncodings() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains the encoding formats.
- getEncryptedData() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the encrypted data.
- getEncryptKey() - Method in class ohos.data.orm.OrmConfig
-
Obtains the encryption key in this OrmConfig object.
- getEncryptKey() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the encrypt key in this StoreConfig object.
- getEndCharIndex(int) - Method in class ohos.agp.text.Layout
-
Obtains the index of the last character of a specified line.
- getEndDate() - Method in class ohos.data.search.schema.EventItem
-
Obtains the value of the endDate index field.
- getEndElement() - Method in class ohos.agp.components.Text
-
Obtains the end element around the text.
- getEndIndex() - Method in interface java.text.CharacterIterator
-
Returns the end index of the text.
- getEndIndex() - Method in class java.text.FieldPosition
-
Retrieves the index of the character following the last character in the
requested field.
- getEndIndex() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.getEndIndex() for String.
- getEndIndex() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the end index of listed items on the screen.
- getEndpoint(int) - Method in class ohos.usb.USBInterface
-
Get a USBEndpoint instance of this interface by index.
- getEndPoint() - Method in class ohos.agp.utils.Line
-
Obtains the line's end point.
- getEndpointCount() - Method in class ohos.usb.USBInterface
-
Get the number of endpoints.
- getEndpointIdentificationAlgorithm() - Method in class javax.net.ssl.SSLParameters
-
Gets the endpoint identification algorithm.
- getEndpointNumber() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint number.
- getEndPointX() - Method in class ohos.agp.utils.Line
-
Obtains the x-coordinate of the line's end point.
- getEndPointY() - Method in class ohos.agp.utils.Line
-
Obtains the y-coordinate of the line's end point.
- getEndPosition() - Method in class ohos.accessibility.ability.GesturePathDefine
-
Obtains the end position of this gesture path.
- getEndTimezone() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the end time zone of the event.
- getEndVersion() - Method in class ohos.data.orm.OrmMigration
-
Obtains the value of variable endVersion.
- getEngine() - Method in interface ohos.agp.render.render3d.resources.GpuResourceHandle
-
Obtains the engine to which this handle belongs.
- getEngine() - Method in interface ohos.agp.render.render3d.resources.ResourceHandle
-
Obtains the engine to which this handle belongs.
- getEngine() - Method in interface ohos.agp.render.render3d.Scene
-
Obtains the engine used by the current scene.
- getEngineTime() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains the engine time.
- getEngineType() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the ASR engine type.
- getEnterKeyType() - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Obtains the key type of the text box.
- getEntities() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of all entities in an Intent.
- getEntities() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the entities attribute included in this Operation.
- getEntity() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the entity reference of a node.
- getEntity(String, int) - Method in class ohos.ai.nlu.NluClient
-
Recognizes entities and obtains the recognition result (synchronous method).
- getEntity(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Recognizes entities and obtains the recognition result (asynchronous method).
- getEntity(ResultSet, String[]) - Method in interface ohos.sysappcomponents.calendar.support.Rule
-
- getEntityName() - Method in class ohos.data.orm.OrmPredicates
-
Obtains the value of variable entityName.
- getEntityResolver() - Method in interface ohos.org.xml.sax.XMLReader
-
Return the current entity resolver.
- getEntries() - Method in class java.util.jar.Manifest
-
Returns a Map of the entries contained in this Manifest.
- getEntries() - Method in class ohos.global.resource.RawFileEntry
-
Searches for the paths of all raw files.
- getEntries(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains all key-value pairs that match a specified key prefix.
- getEntries(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains all key-value pairs matching a specified device ID and key prefix.
- getEntries(String, Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the list of key-value pairs matching a specified device ID and Query object.
- getEntries(Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the list of key-value pairs matching the specified Query object.
- getEntries(Query) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the list of key-value pairs matching the specified Query object.
- getEntry() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Obtains a key-value pair.
- getEntry(String) - Method in class java.util.jar.JarFile
-
Returns the ZipEntry for the given entry name or
null if not found.
- getEntry(String) - Method in class java.util.zip.ZipFile
-
Returns the zip file entry for the specified name, or null
if not found.
- getEntry(String, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
-
Gets a keystore Entry for the specified alias
with the specified protection parameter.
- getEntryDir() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the path where the Entry.hap file of the application is saved.
- getEntryModuleName() - Method in class ohos.bundle.BundleInfo
-
Obtains the module name of the Entry.hap file of the application.
- getEntryName() - Method in class java.net.JarURLConnection
-
Return the entry name for this connection.
- getEnum(int) - Static method in enum ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Obtains an enum type from value.
- getEnum(int) - Static method in enum ohos.media.audio.AudioStreamInfo.ContentType
-
Obtains an enum type from value.
- getEnum(int) - Static method in enum ohos.media.audio.AudioStreamInfo.StreamUsage
-
Obtains an enum type from value.
- getEnumByValue(int) - Static method in enum ohos.media.audio.AudioManager.CallState
-
Obtains an enum name based on the value.
- getEnumConstants() - Method in class java.lang.Class
-
Returns the elements of this enum class or null if this
Class object does not represent an enum type.
- getenv() - Static method in class java.lang.System
-
Returns an unmodifiable string map view of the current system environment.
- getenv(String) - Static method in class java.lang.System
-
Gets the value of the specified environment variable.
- getEnvironmentDiffuseColor() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the diffuse color of the environment.
- getEnvironmentDiffuseIntensity() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the diffusion intensity multiplier of the environment.
- getEnvironmentRotation() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the quaternion for IBL environment rotation.
- getEnvironmentSpecularColor() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the specular color of the environment.
- getEnvironmentSpecularIntensity() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the multiplier for the specular reflection intensity of the environment.
- getEnvMap() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the handle of the environment map image.
- getEpochSecond() - Method in class java.time.Instant
-
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
- getEquivalentID(String, int) - Static method in class ohos.global.icu.util.TimeZone
-
Returns an ID in the equivalency group that
includes the given ID.
- getEquivalentReorderCodes(int) - Static method in class ohos.global.icu.text.Collator
-
Retrieves all the reorder codes that are grouped with the given reorder code.
- getEra() - Method in interface java.time.chrono.ChronoLocalDate
-
Gets the era, as defined by the chronology.
- getEra() - Method in class java.time.chrono.HijrahDate
-
Gets the era applicable at this date.
- getEra() - Method in class java.time.chrono.JapaneseDate
-
Gets the era applicable at this date.
- getEra() - Method in class java.time.chrono.MinguoDate
-
Gets the era applicable at this date.
- getEra() - Method in class java.time.chrono.ThaiBuddhistDate
-
Gets the era applicable at this date.
- getEra() - Method in class java.time.LocalDate
-
Gets the era applicable at this date.
- getEraNames() - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Returns full era name strings.
- getEras() - Method in class java.text.DateFormatSymbols
-
Gets era strings.
- getEras() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns abbreviated era strings.
- getErrnoValue() - Method in exception ohos.system.OsHelperErrnoException
-
Obtains the errno value of this OsHelperErrnoException instance.
- getError() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the error message if an error occurs in obtaining the glTF data.
- getError() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains the error message if an error occurs during the data import.
- getError() - Method in exception ohos.global.icu.text.StringPrepParseException
-
Returns the error code of this exception.
- getErrorCode() - Method in exception java.sql.SQLException
-
Retrieves the vendor-specific exception code
for this SQLException object.
- getErrorCode() - Method in exception ohos.aafwk.ability.FormException
-
Obtains the
FormError occurred in this
FormException.
- getErrorCode() - Method in interface ohos.agp.components.webengine.ResourceError
-
Obtains the error code.
- getErrorHandler() - Method in class ohos.javax.xml.validation.Validator
-
- getErrorHandler() - Method in class ohos.javax.xml.validation.ValidatorHandler
-
- getErrorHandler() - Method in interface ohos.org.xml.sax.XMLReader
-
Return the current error handler.
- getErrorIndex() - Method in class java.text.ParsePosition
-
Retrieve the index at which an error occurred, or -1 if the
error index has not been set.
- getErrorIndex() - Method in exception java.time.format.DateTimeParseException
-
Returns the index where the error was found.
- getErrorIndex() - Method in exception java.util.IllformedLocaleException
-
Returns the index where the error was found.
- getErrorIndex() - Method in exception ohos.global.icu.util.IllformedLocaleException
-
Returns the index where the error was found.
- getErrorManager() - Method in class java.util.logging.Handler
-
Retrieves the ErrorManager for this Handler.
- getErrorMsg() - Method in enum ohos.data.distributed.common.KvStoreErrorCode
-
Obtains the error message of a KvStore database exception.
- getErrorOffset() - Method in exception java.text.ParseException
-
Returns the position where the error was found.
- getErrors() - Method in class ohos.global.icu.text.IDNA.Info
-
Returns a set indicating IDNA processing errors.
- getErrorStream() - Method in class java.lang.Process
-
Returns the input stream connected to the error output of the
subprocess.
- getErrorStream() - Method in class java.net.HttpURLConnection
-
Returns the error stream if the connection failed
but the server sent useful data nonetheless.
- getEscapeProcessing() - Method in interface javax.sql.RowSet
-
Retrieves whether escape processing is enabled for this
RowSet object.
- getEstimatedHeight() - Method in class ohos.agp.components.Component
-
Returns the estimated height for component.
- getEstimatedWidth() - Method in class ohos.agp.components.Component
-
Returns the estimated width for component.
- getEventAllocator() - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Gets the allocator used by streams created with this factory
- getEventColour() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event color.
- getEventColourIndex() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
- getEventDate() - Method in class ohos.sysappcomponents.contact.entity.Event
-
Obtains the event date.
- getEventEndTime() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the end time of the event.
- getEventId() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the event ID.
- getEventId() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the event ID.
- getEventId() - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Obtains the event ID.
- getEventMsg() - Method in class ohos.accessibility.AccessibilityStateEvent
-
Obtains the status event description.
- getEventName(InnerEvent) - Method in class ohos.eventhandler.EventHandler
-
- getEventPosition() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event position.
- getEventQueue() - Method in class ohos.eventhandler.EventRunner
-
Obtains the event queue of this EventRunner.
- getEventResult() - Method in class ohos.accessibility.AccessibilityStateEvent
-
Obtains the status event result.
- getEventRunner() - Method in class ohos.eventhandler.EventHandler
-
Obtains the
EventRunner bound to the current
EventHandler.
- getEvents() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the list of events contained in this static common event.
- getEvents() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact event (special date) list.
- getEventSchema() - Static method in class ohos.data.search.schema.EventItem
-
Obtains a list of index field attributes in this EventItem object.
- getEventStartTime() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the start time of the event.
- getEventStatus() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event status.
- getEventType() - Method in class ohos.accessibility.AccessibilityStateEvent
-
Obtains the status event type.
- getEventType() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
Returns an integer code for this event.
- getEventType() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns an integer code that indicates the type
of the event the cursor is pointing to.
- getEventTypes() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the type of the accessibility events that can be handled by the accessibility ability.
- getExactSizeIfKnown() - Method in interface java.util.Spliterator
-
- getException() - Method in exception java.lang.ClassNotFoundException
-
Returns the exception that was raised if an error occurred while
attempting to load the class.
- getException() - Method in error java.lang.ExceptionInInitializerError
-
Returns the exception that occurred during a static initialization that
caused this error to be created.
- getException() - Method in exception java.security.PrivilegedActionException
-
Returns the exception thrown by the privileged computation that
resulted in this PrivilegedActionException.
- getException() - Method in class java.util.concurrent.ForkJoinTask
-
Returns the exception thrown by the base computation, or a
CancellationException if cancelled, or null if
none or if the method has not yet completed.
- getException() - Method in error ohos.javax.xml.parsers.FactoryConfigurationError
-
Return the actual exception (if any) that caused this exception to
be raised.
- getException() - Method in error ohos.javax.xml.stream.FactoryConfigurationError
-
Return the nested exception (if any)
- getException() - Method in exception ohos.org.xml.sax.SAXException
-
Return the embedded exception, if any.
- getExceptionTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Class objects that represent the
types of exceptions declared to be thrown by the underlying
executable represented by this object.
- getExceptionTypes() - Method in class java.lang.reflect.Executable
-
Returns an array of Class objects that represent the
types of exceptions declared to be thrown by the underlying
executable represented by this object.
- getExceptionTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Class objects that represent the
types of exceptions declared to be thrown by the underlying
executable represented by this object.
- getExclusionList() - Method in class ohos.net.HttpProxy
-
obtain the exclusion address list of http proxy.
- getExclusiveOwnerThread() - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
-
Returns the thread last set by setExclusiveOwnerThread,
or null if never set.
- getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire in exclusive mode.
- getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire in exclusive mode.
- getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Gets the policy on whether to execute existing delayed
tasks even when this executor has been shutdown.
- getExemplarLocationName(String) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the exemplar location name for the given time zone.
- getExemptionMechanism() - Method in class javax.crypto.Cipher
-
Returns the exemption mechanism object used with this cipher.
- getExpandedTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Obtains the title that will be displayed for this long text notification when it is expanded.
- getExpandedTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Obtains the title that will be displayed for this multi-line notification when it is expanded.
- getExpandedTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Obtains the title that will be displayed for this picture-attached notification when it is expanded.
- getExpectedCount() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Obtains the expected number of rows affected by the operation.
- getExpectedPolicies() - Method in interface java.security.cert.PolicyNode
-
Returns the set of expected policies that would satisfy this
node's valid policy in the next certificate to be processed.
- getExpiration() - Method in class java.net.URLConnection
-
Returns the value of the expires header field.
- getExponent() - Method in class java.security.spec.RSAOtherPrimeInfo
-
Returns the prime's exponent.
- getExponent(double) - Static method in class java.lang.Math
-
Returns the unbiased exponent used in the representation of a
double.
- getExponent(double) - Static method in class java.lang.StrictMath
-
Returns the unbiased exponent used in the representation of a
double.
- getExponent(float) - Static method in class java.lang.Math
-
Returns the unbiased exponent used in the representation of a
float.
- getExponent(float) - Static method in class java.lang.StrictMath
-
Returns the unbiased exponent used in the representation of a
float.
- getExponentMultiplicationSign() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the multiplication sign
- getExponentSeparator() - Method in class java.text.DecimalFormatSymbols
-
Returns the string used to separate the mantissa from the exponent.
- getExponentSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used to separate the mantissa from the exponent.
- getExponentSize() - Method in class javax.crypto.spec.DHGenParameterSpec
-
Returns the size in bits of the random exponent (private value).
- getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the foreign key columns that reference the
given table's primary key columns (the foreign keys exported by a
table).
- getExtendedKeyUsage() - Method in class java.security.cert.X509Certificate
-
Gets an unmodifiable list of Strings representing the OBJECT
IDENTIFIERs of the ExtKeyUsageSyntax field of the
extended key usage extension, (OID = 2.5.29.37).
- getExtendedKeyUsage() - Method in class java.security.cert.X509CertSelector
-
Returns the extendedKeyUsage criterion.
- getExtendedName(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns a name for a valid codepoint.
- getExtendedNameIterator() - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getExtension(char) - Method in class java.util.Locale
-
Returns the extension (or private use) value associated with
the specified key, or null if there is no extension
associated with the key.
- getExtension(char) - Method in class ohos.global.icu.util.ULocale
-
Returns the extension (or private use) value associated with
the specified key, or null if there is no extension
associated with the key.
- getExtensionKeys() - Method in class java.util.Locale
-
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
- getExtensionKeys() - Method in class ohos.global.icu.util.ULocale
-
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
- getExtensions() - Method in exception java.security.cert.CertificateRevokedException
-
Returns a map of X.509 extensions containing additional information
about the revoked certificate, such as the Invalidity Date
Extension.
- getExtensions() - Method in class ohos.data.resultset.AbsResultSet
-
- getExtensions() - Method in interface ohos.data.resultset.ResultSet
-
Obtains extensions of the result set.
- getExtensions() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getExtensionValue(String) - Method in interface java.security.cert.X509Extension
-
Gets the DER-encoded OCTET string for the extension value
(extnValue) identified by the passed-in oid
String.
- getExternalCacheDir() - Method in class ohos.app.AbilityContext
-
- getExternalCacheDir() - Method in interface ohos.app.Context
-
Obtains the absolute path to the application-specific cache directory on the primary external or shared
storage device.
- getExternalCacheDirs() - Method in class ohos.app.AbilityContext
-
- getExternalCacheDirs() - Method in interface ohos.app.Context
-
Obtains the absolute paths to the application-specific cache directories on all external or shared storage
devices.
- getExternalFilesDir(String) - Method in class ohos.app.AbilityContext
-
- getExternalFilesDir(String) - Method in interface ohos.app.Context
-
Obtains the absolute path to the directory for storing files for the application on the primary external or
shared storage device.
- getExternalFilesDirs(String) - Method in class ohos.app.AbilityContext
-
- getExternalFilesDirs(String) - Method in interface ohos.app.Context
-
Obtains the absolute paths to the directories for storing files for the application on all external or shared
storage devices.
- getExternalInputDevices() - Method in class ohos.aafwk.ability.DeviceConfigInfo
-
Obtains the external input devices required by the application.
- getExternalMediaDirs() - Method in class ohos.app.AbilityContext
-
- getExternalMediaDirs() - Method in interface ohos.app.Context
-
Obtains the application-specific media directories on all files where it can place.
- getExternalUris() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the URIs of the indexes of a parsed glTF file.
- getExtra() - Method in class java.util.zip.ZipEntry
-
Returns the extra field data for the entry.
- getExtraItemsNumber() - Method in class ohos.agp.components.ListContainer
-
Obtains the number of extra items added to the top and bottom sides or left and right sides
(depending on the ListContainer orientation) outside of the visible area.
- getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
-
Retrieves all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
- getExtras() - Method in class ohos.media.common.AVDescription
-
Obtains extra information about the media item, for example, internal information used by the application and
system.
- getFaceDetectionResult() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the face detection result of the current frame.
- getFaceDetectionType() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the face detection type configured for the current frame capture.
- getFaceDetectionType() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the face detection type configured for the current frame capture.
- getFaceRect() - Method in class ohos.media.camera.params.Face
-
Gets the face area.
- getFaces() - Method in interface ohos.media.camera.params.FaceDetectionResult
-
Gets the face information.
- getFacingType() - Method in interface ohos.media.camera.device.CameraInfo
-
Gets the facing type of the camera.
- getFactory() - Method in class java.util.concurrent.ForkJoinPool
-
Returns the factory used for constructing new workers.
- getFadeEffectBoundaryWidth() - Method in class ohos.agp.components.Component
-
Obtains the boundary width of the component's fade-effect area.
- getFadeEffectBoundaryWidth() - Method in class ohos.agp.components.Text
-
Obtains the boundary width of the text's fade-effect area.
- getFadeEffectColor() - Method in class ohos.agp.components.Component
-
Obtains the color displayed when producing the fade effect.
- getFadeInEffectPeriod() - Method in class ohos.agp.components.element.ElementContainer
-
Gets the fade-in period.
- getFadeOutEffectPeriod() - Method in class ohos.agp.components.element.ElementContainer
-
Gets the fade-out period.
- getFailedProperties() - Method in exception java.sql.SQLClientInfoException
-
Returns the list of client info properties that could not be set.
- getFailedReason() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains a download failure cause, which can be any DownloadSession.ERROR_* constant.
- getFallback() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns the fallback locale for this locale.
- getFallback(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the fallback locale for the specified locale, which might be the
empty string.
- getFallbackIntervalPattern() - Method in class ohos.global.icu.text.DateIntervalInfo
-
Get the fallback interval pattern.
- getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns a Locale to be used as a fallback locale for
further resource bundle searches by the
ResourceBundle.getBundle factory method.
- getFamilyName() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the family name of this contact.
- getFamilyNamePhonetic() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the phonetic family name of this contact.
- getFaultType() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the fault type from the application fault record.
- getFd(FileDescriptor) - Static method in class ohos.rpc.MessageParcel
-
Reads an native fd from FileDescriptor
- getFD() - Method in class java.io.FileInputStream
-
Returns the FileDescriptor
object that represents the connection to
the actual file in the file system being
used by this FileInputStream.
- getFD() - Method in class java.io.FileOutputStream
-
Returns the file descriptor associated with this stream.
- getFD() - Method in class java.io.RandomAccessFile
-
Returns the opaque file descriptor object associated with this
stream.
- getFdFromDatagramSocket(DatagramSocket) - Static method in class ohos.rpc.MessageParcel
-
Reads an FileDescriptor from DatagramSocket
- getFeature() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the feature of the photo.
- getFeature(String) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Returns the particular property requested for in the underlying
implementation of ohos.org.xml.sax.XMLReader.
- getFeature(String) - Method in class ohos.javax.xml.validation.Validator
-
Look up the value of a feature flag.
- getFeature(String) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Look up the value of a feature flag.
- getFeature(String) - Method in interface ohos.org.xml.sax.XMLReader
-
Look up the value of a feature flag.
- getFeatureVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the feature (F) version number, which increases with any planned new features.
- getFetchDirection() - Method in interface java.sql.ResultSet
-
Retrieves the fetch direction for this
ResultSet object.
- getFetchDirection() - Method in interface java.sql.Statement
-
Retrieves the direction for fetching rows from
database tables that is the default for result sets
generated from this Statement object.
- getFetchSize() - Method in interface java.sql.ResultSet
-
Retrieves the fetch size for this
ResultSet object.
- getFetchSize() - Method in interface java.sql.Statement
-
Retrieves the number of result set rows that is the default
fetch size for ResultSet objects
generated from this Statement object.
- getField() - Method in class java.security.spec.EllipticCurve
-
Returns the finite field field that this
elliptic curve is over.
- getField() - Method in class java.text.FieldPosition
-
Retrieves the field identifier.
- getField() - Method in class ohos.data.search.model.Recommendation
-
Obtains the field of this group.
- getField() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Gets the field for the current position.
- getField(String) - Method in class java.io.ObjectStreamClass
-
Get the field of this class by name.
- getField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified public member
field of the class or interface represented by this Class
object.
- GetField() - Constructor for class java.io.ObjectInputStream.GetField
-
- getFieldAttribute() - Method in class java.text.FieldPosition
-
Returns the field identifier as an attribute constant
from one of the Field subclasses.
- getFieldCount() - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns the number of fields defined by this calendar.
- getFieldDisplayName(int, DateTimePatternGenerator.DisplayWidth) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
The general interface to get a display name for a particular date/time field,
in one of several possible display widths.
- getFieldName() - Method in class ohos.data.distributed.common.FieldNode
-
Obtains the field name.
- getFieldResolutionTable() - Method in class ohos.global.icu.util.Calendar
-
Returns the field resolution array for this calendar.
- getFieldResolutionTable() - Method in class ohos.global.icu.util.ChineseCalendar
-
Override Calendar to add IS_LEAP_MONTH to the field resolution
table.
- getFields() - Method in class java.io.ObjectStreamClass
-
Return an array of the fields of this serializable class.
- getFields() - Method in class java.lang.Class
-
Returns an array containing Field objects reflecting all
the accessible public fields of the class or interface represented by
this Class object.
- getFieldSize() - Method in interface java.security.spec.ECField
-
Returns the field size in bits.
- getFieldSize() - Method in class java.security.spec.ECFieldF2m
-
Returns the field size in bits which is m
for this characteristic 2 finite field.
- getFieldSize() - Method in class java.security.spec.ECFieldFp
-
Returns the field size in bits which is size of prime p
for this prime finite field.
- getFieldValue() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Gets the value associated with the current field position.
- getFile() - Method in class java.net.URL
-
Gets the file name of this URL.
- getFile() - Method in exception java.nio.file.FileSystemException
-
Returns the file used to create this exception.
- getFile(int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains a file descriptor to the wallpaper of the specified type.
- getFileAttributeView(Class<V>) - Method in interface java.nio.file.SecureDirectoryStream
-
Returns a new file attribute view to access the file attributes of this
directory.
- getFileAttributeView(Path, Class<V>, LinkOption...) - Static method in class java.nio.file.Files
-
Returns a file attribute view of a given type.
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Returns a file attribute view of a given type.
- getFileAttributeView(T, Class<V>, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
-
Returns a new file attribute view to access the file attributes of a file
in this directory.
- getFileDescriptor() - Method in class java.net.DatagramSocketImpl
-
Gets the datagram socket file descriptor.
- getFileDescriptor() - Method in class java.net.SocketImpl
-
Returns the value of this socket's fd field.
- getFileDescriptor() - Method in class ohos.global.resource.BaseFileDescriptor
-
Obtains the file descriptor.
- getFileDescriptor() - Method in class ohos.global.resource.RawFileDescriptor
-
Obtains the file descriptor of the raw file.
- getFileDescriptor() - Method in class ohos.rpc.ReliableFileDescriptor
-
- getFileDescriptor() - Method in class ohos.usb.USBDevicePipe
-
Get the file descriptor.
- getFileName() - Method in class java.lang.StackTraceElement
-
Returns the name of the source file containing the execution point
represented by this stack trace element.
- getFileName() - Method in interface java.nio.file.Path
-
Returns the name of the file or directory denoted by this path as a
Path object.
- getFileName() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the name of a file to be downloaded.
- getFileNameMap() - Static method in class java.net.URLConnection
-
Loads filename map (a mimetable) from a data file.
- getFilePath() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the path of an audio file.
- getFilePointer() - Method in class java.io.RandomAccessFile
-
Returns the current offset in this file.
- getFilesDir() - Method in class ohos.app.AbilityContext
-
- getFilesDir() - Method in interface ohos.app.Context
-
Obtains the directory for storing files for the application on the device's internal storage.
- getFileSize() - Method in class ohos.global.resource.BaseFileDescriptor
-
Obtains the file size.
- getFileSize() - Method in class ohos.global.resource.RawFileDescriptor
-
Obtains the size of the raw file.
- getFileStatus(FileDescriptor) - Static method in class ohos.system.OsHelper
-
Obtains the file status.
- getFileStatus(String) - Static method in class ohos.system.OsHelper
-
Obtains file status information.
- getFileStore(Path) - Static method in class java.nio.file.Files
-
Returns the
FileStore representing the file store where a file
is located.
- getFileStore(Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Returns the
FileStore representing the file store where a file
is located.
- getFileStoreAttributeView(Class<V>) - Method in class java.nio.file.FileStore
-
Returns a FileStoreAttributeView of the given type.
- getFileStores() - Method in class java.nio.file.FileSystem
-
Returns an object to iterate over the underlying file stores.
- getFileSystem() - Method in interface java.nio.file.Path
-
Returns the file system that created this object.
- getFileSystem(URI) - Static method in class java.nio.file.FileSystems
-
Returns a reference to an existing FileSystem.
- getFileSystem(URI) - Method in class java.nio.file.spi.FileSystemProvider
-
Returns an existing FileSystem created by this provider.
- getFileTotalSize() - Method in class ohos.rpc.ReliableFileDescriptor
-
Obtains the size of the file matching this file descriptor.
- getFileType() - Method in class ohos.media.common.Source
-
Obtains the source type.
- getFileTypes(Uri, String) - Method in class ohos.aafwk.ability.Ability
-
Obtains the MIME type of files.
- getFileTypes(Uri, String) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Obtains the MIME types of files supported.
- getFilledElement() - Method in class ohos.agp.components.Rating
-
Obtains the filled element from the rating item.
- getFillPath(Path, Path) - Method in class ohos.agp.render.Paint
-
Obtains the actual contour of the source path and saves the obtained path to dst.
- getFillType() - Method in class ohos.agp.render.Path
-
Obtains the filling type of this Path object.
- getFilter() - Method in class java.util.logging.Handler
-
Get the current Filter for this Handler.
- getFilter() - Method in class java.util.logging.Logger
-
Get the current filter for this Logger.
- getFilter() - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the text filter.
- getFilter() - Method in class ohos.global.icu.text.Transliterator
-
Returns the filter used by this transliterator, or null
if this transliterator uses no filter.
- getFilterBitmap() - Method in class ohos.agp.render.Paint
-
Obtains the FilterBitmap attribute of a Paint.
- getFilterPixelMap() - Method in class ohos.agp.components.element.PixelMapElement
-
Checks whether the bilinear filter is enabled for the pixel map.
- getFineChangesIterator() - Method in class ohos.global.icu.text.Edits
-
Returns an Iterator for fine-grained change edits
(full granularity of change edits is retained).
- getFineIterator() - Method in class ohos.global.icu.text.Edits
-
Returns an Iterator for fine-grained change and no-change edits
(full granularity of change edits is retained).
- getFirst() - Method in class java.util.ArrayDeque
-
- getFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- getFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- getFirst() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the first element of this deque.
- getFirst() - Method in class java.util.LinkedList
-
Returns the first element in this list.
- getFirstBlockId(int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the ID of the first block of a MifareClassic tag in a specified sector.
- getFirstDayOfWeek() - Method in class java.time.temporal.WeekFields
-
Gets the first day-of-week.
- getFirstDayOfWeek() - Method in class java.util.Calendar
-
Gets what the first day of the week is; e.g., SUNDAY in the U.S.,
MONDAY in France.
- getFirstDayOfWeek() - Method in class ohos.global.icu.util.Calendar
-
- getFirstLocale() - Method in class ohos.global.configuration.Configuration
-
Obtains the first locale in the array of locales from
LocaleProfile.
- getFirstObject() - Method in class ohos.media.photokit.support.FetchResult
-
Obtains the first instance in this FetchResult instance.
- getFirstPart() - Method in class ohos.global.icu.text.DateIntervalInfo.PatternInfo
-
Returns the first part of interval pattern.
- getFirstPriority() - Method in class ohos.utils.net.UrlQueryFilter
-
Checks whether the value matching the first one of duplicate keys in the parameter pair has the top priority.
- getFirstQueryParamByKey(String) - Method in class ohos.utils.net.Uri
-
Obtains the first result that matches the query field in the current URI based on a specified key.
- getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns the first (longest-waiting) thread in the queue, or
null if no threads are currently queued.
- getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns the first (longest-waiting) thread in the queue, or
null if no threads are currently queued.
- getFirstRequestUrl() - Method in class ohos.agp.components.webengine.WebView
-
Obtains the first loaded URL of the current page.
- getFirstVisibleItemPosition() - Method in class ohos.agp.components.ListContainer
-
- getFitDensitySize(int) - Method in class ohos.media.image.PixelMap
-
Obtains the image size that fits the specified pixel density.
- getFlag(Context, String, String) - Method in interface ohos.security.fileprotect.ISfpPolicyManager
-
Obtains the label flag of a specified file.
- getFlags() - Method in exception java.util.DuplicateFormatFlagsException
-
Returns the set of flags which contains a duplicate flag.
- getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
-
Returns the incompatible flag.
- getFlags() - Method in exception java.util.IllegalFormatFlagsException
-
Returns the set of flags which contains an illegal combination.
- getFlags() - Method in exception java.util.UnknownFormatFlagsException
-
Returns the set of flags which contains an unknown flag.
- getFlags() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of flags in an Intent.
- getFlags() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the flags attribute included in this Operation.
- getFlags() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the flags of the application.
- getFlags() - Method in class ohos.media.common.sessioncore.AVElement
-
Obtains the value of media item flags.
- getFlags() - Method in class ohos.media.sessioncore.AVController
-
Obtains flags for additional data of the
AVSession instance in which
the flags have been defined.
- getFlags() - Method in class ohos.miscservices.inputmethod.EditingText
-
- getFlags() - Method in class ohos.net.LinkAddress
-
Obtains the flags of a connection.
- getFlags() - Method in class ohos.rpc.MessageOption
-
Obtains a synchronous or asynchronous messaging flag of a MessageOption object.
- getFlags() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the flags of a sensor.
- getFlashMode() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the flash mode configured for the current frame capture.
- getFlashMode() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the flash mode configured for the current frame capture.
- getFlingDistanceX(int) - Method in class ohos.agp.components.ScrollHelper
-
Obtains the flinging distance on the x axis.
- getFlingDistanceY(int) - Method in class ohos.agp.components.ScrollHelper
-
Obtains the flinging distance on the y axis.
- getFlingVelocityX() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the flinging velocity on the x axis.
- getFlingVelocityY() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the flinging velocity on the y axis.
- getFlipInterval() - Method in class ohos.agp.components.PageFlipper
-
- getFlipPeriod() - Method in class ohos.agp.components.PageFlipper
-
Obtains the interval for flipping to the next child component, in milliseconds.
- getFloat() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a float value.
- getFloat() - Method in class ohos.data.distributed.common.Value
-
Obtains values of the float type.
- getFloat() - Method in class ohos.global.resource.Element
-
Obtains a float value based on this Element.
- getFloat(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a float value.
- getFloat(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC FLOAT parameter
as a float in the Java programming language.
- getFloat(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a float in the Java programming language.
- getFloat(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getFloat(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getFloat(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getFloat(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a float.
- getFloat(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getFloat(int) - Method in class ohos.data.resultset.TableResultSet
-
Obtains the value of the specified column in the current row as a float.
- getFloat(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the float value at the specified index of this ZSONArray and automatically converts
the value into a Float object.
- getFloat(int, int) - Method in class ohos.agp.utils.Matrix44
-
Obtains the float value at a specified position in this Matrix44.
- getFloat(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the float value at the position specified by rowIndex and columnIndex.
- getFloat(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
float or of another primitive type convertible to
type float via a widening conversion.
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a float.
- getFloat(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC FLOAT parameter as a float
in the Java programming language.
- getFloat(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a float in the Java programming language.
- getFloat(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the float value of a specified key.
- getFloat(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Float value of a specified column name.
- getFloat(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the float value matching the specified key in the map of this ZSONObject and
automatically converts the value into a Float object.
- getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
-
- getFloat(String, float) - Method in class java.util.prefs.Preferences
-
Returns the float value represented by the string associated with the
specified key in this preference node.
- getFloat(String, float) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the float format.
- getFloat(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the float value matching a specified device ID and key.
- getFloatArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a float array matching the given key.
- getFloatDimension(String) - Method in class ohos.utils.BasePacMap
-
Obtains the FloatDimension object in PacMap based on the specified key.
- getFloatParam(String, float) - Method in class ohos.aafwk.content.Intent
-
Obtains a float value matching the given key.
- getFloatValue() - Method in interface ohos.agp.components.Attr
-
Obtains the floating point value of an attribute.
- getFloatValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the float value referenced by the XML attribute.
- getFloatValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the float value at the specified index of this ZSONArray.
- getFloatValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of the floating-point type.
- getFloatValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the float value matching a specified key.
- getFloatValue(String) - Method in class ohos.utils.PacMap
-
Obtains the float value matching a specified key.
- getFloatValue(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getFloatValue method to obtain the
float value
in the unmarshalled
PersistablePacMap object where
float has been converted
into
BigDecimal.
- getFloatValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the float value matching the specified key in the map of this ZSONObject.
- getFloatValue(String, float) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a float value of the attribute matching the key in this Theme.
- getFloatValue(String, float) - Method in class ohos.utils.BasePacMap
-
Obtains the float value matching a specified key.
- getFloatValue(String, float) - Method in class ohos.utils.PacMap
-
Obtains the float value matching a specified key.
- getFloatValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the float[] value matching a specified key.
- getFloatValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the float[] value matching a specified key.
- getFloatValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getFloatValueArray method to obtain the
float array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getFocusable() - Method in class ohos.agp.components.Component
-
Obtains the focusable setting of the component.
- getFocusBorderEnable() - Method in class ohos.agp.components.Component
-
Checks whether the focus border is displayed when this component is in focus.
- getFocusBorderPadding() - Method in class ohos.agp.components.Component
-
Obtains the padding between the focus border and this component.
- getFocusBorderRadius() - Method in class ohos.agp.components.Component
-
Obtains the radii of the focus border's four corners.
- getFocusBorderWidth() - Method in class ohos.agp.components.Component
-
Obtains the width of the focus border.
- getFocusOrder() - Method in class ohos.agp.components.ComponentContainer
-
Obtains the focusability of this component relative to its descendants.
- getFoldAlignment() - Method in class ohos.agp.components.MagicLayout
-
Obtains the alignment mode of components in each line after line wrapping has been performed.
- getFoldDirection() - Method in class ohos.agp.components.MagicLayout
-
Obtains the direction for line wrapping.
- getFoldListener() - Method in class ohos.agp.components.SearchBar
-
Obtains the listener for monitoring closure of this SearchBar.
- getFollowRedirects() - Static method in class java.net.HttpURLConnection
-
Returns a boolean indicating
whether or not HTTP redirects (3xx) should
be automatically followed.
- getFont() - Method in class ohos.agp.components.Text
-
Obtains the text font.
- getFont() - Method in class ohos.agp.render.Paint
-
Obtains the text font.
- getFontMetrics() - Method in class ohos.agp.render.Paint
-
Obtains the recommended line spacing for the font of a Paint with attributes
such as font and textSize specified.
- getFontRatio(Context) - Static method in class ohos.agp.components.AttrHelper
-
Obtains the font ratio.
- getFontVariations() - Method in class ohos.agp.components.Text
-
Obtains the font variation settings.
- getFooterBoundarySwitch() - Method in class ohos.agp.components.ListContainer
-
Checks whether boundary drawing is enabled for footer components.
- getForce(int) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the touch pressure of the finger with a specified index.
- getForegroundElement() - Method in class ohos.agp.components.Component
-
Obtains element in the component's foreground.
- getForegroundGravity() - Method in class ohos.agp.components.Component
-
- getForkJoinTaskTag() - Method in class java.util.concurrent.ForkJoinTask
-
Returns the tag for this task.
- getForm() - Method in class ohos.global.icu.math.MathContext
-
Returns the form setting.
- getFormat() - Method in interface java.security.Certificate
-
Deprecated.
Returns the name of the coding format.
- getFormat() - Method in interface java.security.Key
-
Returns the name of the primary encoding format of this key,
or null if this key does not support encoding.
- getFormat() - Method in class java.security.spec.EncodedKeySpec
-
Returns the name of the encoding format associated with this
key specification.
- getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
-
Returns the name of the encoding format associated with this
key specification.
- getFormat() - Method in class java.security.spec.X509EncodedKeySpec
-
Returns the name of the encoding format associated with this
key specification.
- getFormat() - Method in class javax.crypto.spec.SecretKeySpec
-
Returns the name of the encoding format for this secret key.
- getFormat() - Method in class ohos.agp.components.TickTimer
-
Obtains the time format of the timer.
- getFormat() - Method in class ohos.media.image.Image
-
Obtains the image format.
- getFormatArrays() - Method in class ohos.media.common.Format
-
Creates a FormatArrays instance with formatMap key-value pairs.
- getFormatByArgumentName(String) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Returns the first top-level format associated with the given argument name.
- getFormatIn12HourMode() - Method in class ohos.agp.components.Clock
-
Returns the 12-hour display format as a string.
- getFormatIn24HourMode() - Method in class ohos.agp.components.Clock
-
Returns the 24-hour time display format as a string.
- getFormatMap() - Method in class ohos.media.common.Format
-
Obtains all metadata.
- getFormats() - Method in class java.text.ChoiceFormat
-
Get the formats passed in the constructor.
- getFormats() - Method in class java.text.MessageFormat
-
Gets the formats used for the format elements in the
previously set pattern string.
- getFormats() - Method in class ohos.global.icu.text.MessageFormat
-
Returns the Format objects used for the format elements in the
previously set pattern string.
- getFormats(String) - Method in class java.util.ResourceBundle.Control
-
Returns a List of Strings containing
formats to be used to load resource bundles for the given
baseName.
- getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
-
Gets the formats used for the values passed into
format methods or returned from parse
methods.
- getFormatsByArgumentIndex() - Method in class ohos.global.icu.text.MessageFormat
-
Returns the Format objects used for the values passed into
format methods or returned from parse
methods.
- getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
-
Returns the unmatched format specifier.
- getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
-
Returns the format specifier which does not have a width.
- getFormatStyle() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Return style
- getFormatter() - Method in class java.util.logging.Handler
-
Return the Formatter for this Handler.
- getFormatter() - Method in class ohos.agp.components.AbsSlider
-
Obtains the formatter for displaying the progress.
- getFormatter() - Method in class ohos.agp.components.Picker
-
Obtains the formatter for formatting the displayed content.
- getFormatWidth() - Method in enum ohos.global.i18n.text.MeasureOptions.FormatStyle
-
- getFormatWidth() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the minimum number of characters in formatted output.
- getFormConfigAbility() - Method in class ohos.bundle.FormInfo
-
Obtains the form config ability about this form.
- getFormEnabled() - Method in class ohos.bundle.AbilityInfo
-
Obtains the formEnabled tag of an ability.
- getFormEntity() - Method in class ohos.bundle.AbilityInfo
-
Obtains the area where an
AbilityForm can be displayed.
- getFormId() - Method in class ohos.aafwk.ability.Form
-
- getFormName() - Method in class ohos.aafwk.ability.Form
-
Obtains the name of this Form.
- getFormName() - Method in class ohos.bundle.FormInfo
-
Obtains the name of this form.
- getFormsByApp(String) - Method in class ohos.aafwk.ability.AbilitySlice
-
- getFormsByApp(String) - Method in interface ohos.bundle.IBundleManager
-
- getFormsByModule(String, String) - Method in class ohos.aafwk.ability.AbilitySlice
-
- getFormsByModule(String, String) - Method in interface ohos.bundle.IBundleManager
-
- getFormsInfoByApp(String) - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the
FormInfo objects provided by a specified application on the device.
- getFormsInfoByApp(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the
FormInfo objects provided by a specified HarmonyOS application on the device.
- getFormsInfoByModule(String, String) - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the
FormInfo objects provided by a specified application module on the device.
- getFormsInfoByModule(String, String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the
FormInfo objects provided by a specified application module on the device.
- getFormVisibleNotify() - Method in class ohos.bundle.FormInfo
-
Obtains whether notify visible of this form.
- getForward(int) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Obtains a specified length of characters in front of the cursor.
- getFractionAbility() - Method in class ohos.aafwk.ability.fraction.Fraction
-
Obtains the ability for this Fraction.
- getFractionByTag(String) - Method in class ohos.aafwk.ability.fraction.FractionManager
-
Obtains a Fraction instance associated with the ability based on the specified tag.
- getFractionManager() - Method in class ohos.aafwk.ability.fraction.FractionAbility
-
- getFragment() - Method in class java.net.URI
-
Returns the decoded fragment component of this URI.
- getFrame(int) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Obtains the frame of a specified index.
- getFrameConfig() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the frame capture configuration of the current frame.
- getFrameConfigBuilder(int) - Method in interface ohos.media.camera.device.Camera
-
- getFrameConfigType() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the template type for frame capture configuration.
- getFrameConfigType() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the template type for frame capture configuration.
- getFrameNumber() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the frame number.
- getFramePosition() - Method in class ohos.media.audio.Timestamp
-
Obtains the value representing the frame position in this Timestamp instance.
- getFrameSize() - Method in class ohos.media.extractor.Extractor
-
Obtains the size of a data source, in bytes.
- getFrameTimestamp() - Method in class ohos.media.extractor.Extractor
-
Obtains the time point of a data source, in milliseconds.
- getFrameType() - Method in class ohos.media.extractor.Extractor
-
Obtains the type of a data source.
- getFreeSize(UUID) - Method in class ohos.storageinfomgr.StorageInfoManager
-
Obtains the available space of a specified storage volume.
- getFreeSpace() - Method in class java.io.File
-
Returns the number of unallocated bytes in the partition
named by this abstract path name.
- getFreeSpace() - Method in class ohos.data.usage.StatVfs
-
Obtains the remaining bytes of the file system.
- getFrequency() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the frequency of this Wi-Fi P2P group.
- getFrequency() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the frequency of a Wi-Fi access point.
- getFrequency() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the center frequency of a hotspot that uses a WLAN channel with a width of 20 MHz
- getFriction() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the amount of friction.
- getFrom(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
-
- getFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
-
Gets the value of this field from the specified temporal object.
- getFromDate() - Method in class ohos.global.icu.util.DateInterval
-
Get the from date.
- getFrontLeftVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the front left channel.
- getFrontRightVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the front right channel.
- getFrozenTimeZone(String) - Static method in class ohos.global.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getFullName() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the full name of this contact.
- getFullPageIntent() - Method in class ohos.aafwk.ability.AbilityForm
-
Obtains the
Intent for starting full page display.
- getFullPageIntent() - Method in class ohos.aafwk.ability.ViewsStatus
-
Obtains the
Intent for starting full page display on the supplier.
- getFunctionalEquivalent(String, ULocale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionalEquivalent(String, ULocale, boolean[]) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given catalog's system or user
function parameters and return type.
- getFunctions(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the system and user functions available
in the given catalog.
- getG() - Method in interface java.security.interfaces.DSAParams
-
Returns the base, g.
- getG() - Method in class java.security.spec.DSAParameterSpec
-
Returns the base g.
- getG() - Method in class java.security.spec.DSAPrivateKeySpec
-
Returns the base g.
- getG() - Method in class java.security.spec.DSAPublicKeySpec
-
Returns the base g.
- getG() - Method in class javax.crypto.spec.DHParameterSpec
-
Returns the base generator g.
- getG() - Method in class javax.crypto.spec.DHPrivateKeySpec
-
Returns the base generator g.
- getG() - Method in class javax.crypto.spec.DHPublicKeySpec
-
Returns the base generator g.
- getGateway() - Method in class ohos.net.RouteInfo
-
Obtains the gateway address.
- getGateway() - Method in class ohos.wifi.IpInfo
-
Obtains the gateway address of a Wi-Fi connection.
- getGender() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the gender index field.
- getGeneratedKeys() - Method in interface java.sql.Statement
-
Retrieves any auto-generated keys created as a result of executing this
Statement object.
- getGenerator() - Method in class java.security.spec.ECParameterSpec
-
Returns the generator which is also known as the base point.
- getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
-
Returns a Type object representing the component type
of this array.
- getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
-
Returns the GenericDeclaration object representing the
generic declaration declared this type variable.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Type objects that represent the
exceptions declared to be thrown by this executable object.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Executable
-
Returns an array of Type objects that represent the
exceptions declared to be thrown by this executable object.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Type objects that represent the
exceptions declared to be thrown by this executable object.
- getGenericInterfaces() - Method in class java.lang.Class
-
Returns the Types representing the interfaces
directly implemented by the class or interface represented by
this object.
- getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Type objects that represent the formal
parameter types, in declaration order, of the executable represented by
this object.
- getGenericParameterTypes() - Method in class java.lang.reflect.Executable
-
Returns an array of Type objects that represent the formal
parameter types, in declaration order, of the executable represented by
this object.
- getGenericParameterTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Type objects that represent the formal
parameter types, in declaration order, of the executable represented by
this object.
- getGenericReturnType() - Method in class java.lang.reflect.Method
-
Returns a Type object that represents the formal return
type of the method represented by this Method object.
- getGenericSuperclass() - Method in class java.lang.Class
-
Returns the Type representing the direct superclass of
the entity (class, interface, primitive type or void) represented by
this Class.
- getGenericType() - Method in class java.lang.reflect.Field
-
Returns a Type object that represents the declared type for
the field represented by this Field object.
- getGenre() - Method in class ohos.data.search.schema.MusicItem
-
Obtains the value of the genre index field.
- getGesturePriority(Component.GestureType) - Method in class ohos.agp.components.Component
-
Gets the priority of gestures.
- getGestureRect() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the system gesture area that can be set.
- getGestureResultListener() - Method in class ohos.accessibility.ability.GestureResultListenerInfo
-
Obtains the listener observing gestures sent to the screen.
- getGid() - Method in class ohos.net.SocketCertificates
-
Obtains the GID of the process using this UNIX domain socket for communications.
- getGidByName(String) - Static method in class ohos.os.ProcessManager
-
Obtains the ID of the user group where a user belongs based on the user name.
- getGivenName() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the given name of this contact.
- getGivenNamePhonetic() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the phonetic given name of this contact.
- getGlobal() - Static method in class java.util.logging.Logger
-
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
- getGlobalTaskDispatcher(TaskPriority) - Method in class ohos.app.AbilityContext
-
- getGlobalTaskDispatcher(TaskPriority) - Method in interface ohos.app.Context
-
Obtains a global task dispatcher with a specified priority.
- getGlossinessFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getGltfExporter() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains a GltfExporter instance.
- getGltfLoader() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains a GltfLoader instance.
- getGltfUri() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the URI of the source glTF data.
- getGMTOffsetDigits() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the decimal digit characters used for localized GMT format in a single string
containing from 0 to 9 in the ascending order.
- getGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the offset pattern used for localized GMT format.
- getGMTPattern() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the localized GMT format pattern.
- getGMTZeroFormat() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- getGradientOrientation() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the gradient direction defined in this element object.
- getGradientShaderColor() - Method in class ohos.agp.render.Paint
-
Obtains the gradientShaderColor value array of a Paint.
- getGrainSize() - Method in class ohos.agp.components.Rating
-
Obtains the step size (granularity) of a rating item.
- getGravity() - Method in class ohos.agp.components.DependentLayout
-
Obtains the alignment mode of child components in a dependent layout.
- getGreatestMinimum(int) - Method in class java.util.Calendar
-
Returns the highest minimum value for the given calendar field
of this Calendar instance.
- getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
-
Returns the highest minimum value for the given calendar field
of this GregorianCalendar instance.
- getGreatestMinimum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the highest minimum value for the given field if varies.
- getGreen() - Method in class ohos.agp.colors.RgbColor
-
Obtains the green color value of a RgbColor object.
- getGreenBrightness() - Method in class ohos.light.bean.LightBrightness
-
Obtains the brightness value of the green channel when the light blinks.
- getGregorianChange() - Method in class java.util.GregorianCalendar
-
Gets the Gregorian Calendar change date.
- getGregorianChange() - Method in class ohos.global.icu.util.GregorianCalendar
-
Gets the Gregorian Calendar change date.
- getGregorianDayOfMonth() - Method in class ohos.global.icu.util.Calendar
-
Returns the day of month (1-based) on the Gregorian calendar as
computed by computeGregorianFields().
- getGregorianDayOfYear() - Method in class ohos.global.icu.util.Calendar
-
Returns the day of year (1-based) on the Gregorian calendar as
computed by computeGregorianFields().
- getGregorianMonth() - Method in class ohos.global.icu.util.Calendar
-
Returns the month (0-based) on the Gregorian calendar as computed by
computeGregorianFields().
- getGregorianYear() - Method in class ohos.global.icu.util.Calendar
-
Returns the extended year on the Gregorian calendar as computed by
computeGregorianFields().
- getGroup() - Method in class ohos.data.distributed.file.DistFile
-
Obtains information about the account to which the file or directory denoted by this abstract pathname belongs.
- getGroupAlertType() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the group alert type of this notification.
- getGroupId() - Method in class ohos.sysappcomponents.contact.entity.Group
-
Obtains the contact group ID.
- getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for thousands separator.
- getGroupingSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for grouping separator.
- getGroupingSeparatorString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for grouping separator.
- getGroupingSize() - Method in class java.text.DecimalFormat
-
Return the grouping size.
- getGroupingSize() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the primary grouping size in use.
- getGroupKeyOverride() - Method in class ohos.event.notification.NotificationSorting
-
Obtains the overridden notification group key.
- getGroupName() - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Obtains the group name of this WifiP2pConfig instance.
- getGroupName() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the name of this Wi-Fi P2P group.
- getGroupOwnerAddress() - Method in class ohos.wifi.p2p.WifiP2pLinkedInfo
-
Obtains the address of the Wi-Fi P2P group owner.
- getGroupOwnerBand() - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Obtains the band value for the group owner of this WifiP2pConfig instance.
- getGroups() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the list of groups to which this contact belongs.
- getGroupValue() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the group information about this notification.
- getGuarantor() - Method in interface java.security.Certificate
-
Deprecated.
Returns the guarantor of the certificate, that is, the principal
guaranteeing that the public key associated with this certificate
is that of the principal associated with this certificate.
- getHalfFilledElement() - Method in class ohos.agp.components.Rating
-
Obtains the half-filled element from the rating item.
- getHandle() - Method in class ohos.agp.render.render3d.components.SkinComponent
-
Obtains the handle of the skin resource used by this component.
- getHandle() - Method in interface ohos.agp.render.render3d.resources.ResourceManager.ResourceInfo
-
Obtains the resource handle.
- getHandlers() - Method in class java.util.logging.Logger
-
Get the Handlers associated with this logger.
- getHandleTime() - Method in class ohos.eventhandler.InnerEvent
-
Obtains the time when this InnerEvent was delivered.
- getHandshakeSession() - Method in class javax.net.ssl.SSLEngine
-
Returns the SSLSession being constructed during a SSL/TLS
handshake.
- getHandshakeSession() - Method in class javax.net.ssl.SSLSocket
-
Returns the SSLSession being constructed during a SSL/TLS
handshake.
- getHandshakeStatus() - Method in class javax.net.ssl.SSLEngine
-
Returns the current handshake status for this SSLEngine.
- getHandshakeStatus() - Method in class javax.net.ssl.SSLEngineResult
-
Gets the handshake status of this SSLEngine
operation.
- getHanNumericValue(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the numeric value of a Han character.
- getHapModuleInfo() - Method in class ohos.app.AbilityContext
-
- getHapModuleInfo() - Method in interface ohos.app.Context
-
Obtains the HapModuleInfo object of the application.
- getHapModuleNames() - Method in class ohos.bundle.BundleInfo
-
Obtains the full names of all HAP modules of the application.
- getHardwareAddress() - Method in class java.net.NetworkInterface
-
Returns the hardware address (usually MAC) of the interface if it
has one and if it can be accessed given the current privileges.
- getHashCode() - Method in class ohos.event.notification.NotificationSorting
-
Obtains the notification hash code, which is unique in the current application.
- getHashCode() - Method in class ohos.event.notification.NotificationSortingMap
-
Obtains the list of sorted hash codes.
- getHashCode(IntentAgent) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- getHead(Handler) - Method in class java.util.logging.Formatter
-
Return the header string for a set of formatted records.
- getHead(Handler) - Method in class java.util.logging.XMLFormatter
-
Return the header string for a set of XML formatted records.
- getHeaderBoundarySwitch() - Method in class ohos.agp.components.ListContainer
-
Checks whether boundary drawing is enabled for header components.
- getHeaderField(int) - Method in class java.net.HttpURLConnection
-
Returns the value for the nth header field.
- getHeaderField(int) - Method in class java.net.URLConnection
-
Returns the value for the nth header field.
- getHeaderField(String) - Method in class java.net.URLConnection
-
Returns the value of the named header field.
- getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
-
- getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as date.
- getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
-
Returns the key for the nth header field.
- getHeaderFieldKey(int) - Method in class java.net.URLConnection
-
Returns the key for the nth header field.
- getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFields() - Method in class java.net.URLConnection
-
Returns an unmodifiable Map of the header fields.
- getHeaders() - Method in class java.net.CacheResponse
-
Returns the response headers as a Map.
- getHeaders() - Method in interface ohos.agp.components.webengine.ResourceRequest
-
Obtains HTTP header information of the resource request.
- getHeaders() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains HTTP header information of the resource response.
- getHealthStatus() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery health status of a device.
- getHeight() - Method in class ohos.agp.components.Component
-
Obtains the height of a component.
- getHeight() - Method in class ohos.agp.components.CornerMark
-
Obtains the height of the corner mark.
- getHeight() - Method in class ohos.agp.components.element.Element
-
Obtains the height of this Element object.
- getHeight() - Method in class ohos.agp.render.PdfDisplay.Page
-
Obtains the height of the current page.
- getHeight() - Method in class ohos.agp.render.Picture
-
Obtains the height of this picture.
- getHeight() - Method in interface ohos.agp.render.render3d.TargetBuffer
-
Obtains the height of the buffer.
- getHeight() - Method in class ohos.agp.render.Texture
-
Obtains the height of this texture for off-screen rendering.
- getHeight() - Method in class ohos.agp.text.Layout
-
Obtains the height of this layout.
- getHeight() - Method in class ohos.agp.utils.Rect
-
Obtains the height of a rectangle.
- getHeight() - Method in class ohos.agp.utils.RectFloat
-
Obtains the height of this RectFloat.
- getHeight() - Method in class ohos.ai.cv.common.BoundingBox
-
Obtains the height of the bounding box.
- getHeight() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the height of the photo.
- getHeight() - Method in class ohos.global.icu.util.LocaleData.PaperSize
-
Retruns the height of the paper
- getHeight() - Method in class ohos.utils.geo.Rect
-
Obtains the height of a rectangle.
- getHeight() - Method in class ohos.utils.geo.RectFloat
-
Obtains the height of this RectFloat.
- getHeightSize() - Method in class ohos.utils.Dimension
-
Obtains the height of the current Dimension object.
- getHeightSize() - Method in class ohos.utils.FloatDimension
-
Obtains the height of the current FloatDimension object.
- getHelper() - Method in class ohos.data.orm.OrmDatabase
-
Obtains the RdbOpenCallback instance for creating a relational database that corresponds to
the current object database.
- getHighFrequency() - Method in class ohos.media.audio.ToneDescriptor
-
Obtains the high frequency value.
- getHiLayerResponse() - Method in class ohos.nfc.tag.IsoDepTag
-
Obtains the higher layer response of an ISO-DEP tag that is based on the NFC-B technology.
- getHint() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the hint information.
- getHint() - Method in class ohos.agp.components.Text
-
Obtains the hint text to be displayed when text is empty.
- getHintColor() - Method in class ohos.agp.components.Text
-
Obtains the color of the hint text in a text component.
- getHistoricalBytes() - Method in class ohos.nfc.tag.IsoDepTag
-
Obtains the historical bytes of an ISO-DEP tag that is based on the NFC-A technology.
- getHitCount() - Method in class ohos.net.HttpResponseCache
-
Obtains the number of times the cached data is accessed.
- getHoldability() - Method in interface java.sql.Connection
-
Retrieves the current holdability of ResultSet objects
created using this Connection object.
- getHoldability() - Method in interface java.sql.ResultSet
-
Retrieves the holdability of this ResultSet object
- getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock
-
Queries the number of holds on this lock by the current thread.
- getHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Queries the number of holds on this write lock by the current
thread.
- getHolderId() - Method in class ohos.sysappcomponents.contact.entity.Holder
-
Obtains the holder ID.
- getHoliday() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the holiday information about the photo.
- getHomeScreenIconDensity() - Method in interface ohos.app.IAbilityManager
-
Obtains the density of icons on the home screen.
- getHomeScreenIconSize() - Method in interface ohos.app.IAbilityManager
-
Obtains the size of icons on the home screen.
- getHomeShortcutInfos() - Method in interface ohos.bundle.IBundleManager
-
Obtains all home-screen shortcuts.
- getHorizontalBeginPosition() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the x coordinate where scrolling starts.
- getHorizontalCenter() - Method in class ohos.agp.utils.RectFloat
-
Obtains the coordinates of the horizontal center of this RectFloat.
- getHorizontalCenter() - Method in class ohos.utils.geo.RectFloat
-
Obtains the coordinates of the horizontal center of this RectFloat.
- getHorizontalEndMargin() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the end margin.
- getHorizontalPadding() - Method in class ohos.agp.components.Component
-
Obtains the horizontal padding of this component.
- getHorizontalPosition() - Method in class ohos.agp.components.Component
-
Obtains the component's horizontal position relative to the parent layout.
- getHorizontalStartMargin() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the start margin.
- getHorizontalVelocity() - Method in class ohos.agp.components.VelocityDetector
-
Obtains the X velocity calculated most recently.
- getHost() - Method in class java.net.URI
-
Returns the host component of this URI.
- getHost() - Method in class java.net.URL
-
Gets the host name of this URL, if applicable.
- getHost() - Method in class ohos.net.HttpProxy
-
obtain the host of http proxy.
- getHostAbilityName() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the class name of the ability hosting this shortcut.
- getHostAddress() - Method in class java.net.Inet4Address
-
Returns the IP address string in textual presentation form.
- getHostAddress() - Method in class java.net.Inet6Address
-
Returns the IP address string in textual presentation.
- getHostAddress() - Method in class java.net.InetAddress
-
Returns the IP address string in textual presentation.
- getHostAddress(URL) - Method in class java.net.URLStreamHandler
-
Get the IP address of our host.
- getHostName() - Method in class java.net.InetAddress
-
Gets the host name for this IP address.
- getHostName() - Method in class java.net.InetSocketAddress
-
Gets the hostname.
- getHostnameVerifier() - Method in class javax.net.ssl.HttpsURLConnection
-
Gets the HostnameVerifier in place on this instance.
- getHostString() - Method in class java.net.InetSocketAddress
-
Returns the hostname, or the String form of the address if it
doesn't have a hostname (it was created using a literal).
- getHotspotIfaces() - Method in class ohos.net.NetHotspot
-
Obtains the names of the NICs that are serving as hotspots.
- getHour() - Method in class java.time.LocalDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class java.time.LocalTime
-
Gets the hour-of-day field.
- getHour() - Method in class java.time.OffsetDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class java.time.OffsetTime
-
Gets the hour-of-day field.
- getHour() - Method in class java.time.ZonedDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class ohos.agp.components.TimePicker
-
Obtains the selected hour.
- getHours() - Method in class java.sql.Date
-
Deprecated.
- getHours() - Method in class java.util.Date
-
- getHtmlText() - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Obtains HTML text in a record.
- getHttpProxy() - Method in class ohos.net.ConnectionProperties
-
Obtains the HTTP proxy of a connection.
- getHue() - Method in class ohos.agp.colors.HslColor
-
Obtains the hue of a color.
- getHue() - Method in class ohos.agp.colors.HsvColor
-
Obtains the hue of an HSV color.
- getIcon() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the path where the icon resource file of the application is saved.
- getIcon() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the icon of the ability.
- getIcon() - Method in class ohos.bundle.LauncherShortcutInfo
-
Obtains the icon of this shortcut.
- getIcon() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the icon path of this shortcut.
- getIcon() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the icon of this NotificationActionButton.
- getIcon() - Method in class ohos.media.common.AVDescription
-
Obtains the media item icon.
- getIconElement() - Method in class ohos.agp.components.TabList.Tab
-
Obtains the icon displayed on a tab.
- getIconifiedState() - Method in class ohos.agp.components.SearchBar
-
Obtains the current state of the search bar.
- getIconPath() - Method in class ohos.bundle.AbilityInfo
-
Obtains the path where the icon resource file of an ability is saved.
- getIconPath() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the icon resource path of this HAP module.
- getIconUri() - Method in class ohos.media.common.AVDescription
-
Obtains the URI of the media item icon.
- getId() - Method in class java.lang.Thread
-
Returns the identifier of this Thread.
- getId() - Method in interface java.security.cert.Extension
-
Gets the extensions's object identifier.
- getId() - Method in interface java.time.chrono.Chronology
-
Gets the ID of the chronology.
- getId() - Method in class java.time.chrono.HijrahChronology
-
Gets the ID of the chronology.
- getId() - Method in class java.time.chrono.IsoChronology
-
Gets the ID of the chronology - 'ISO'.
- getId() - Method in class java.time.chrono.JapaneseChronology
-
Gets the ID of the chronology - 'Japanese'.
- getId() - Method in class java.time.chrono.MinguoChronology
-
Gets the ID of the chronology - 'Minguo'.
- getId() - Method in class java.time.chrono.ThaiBuddhistChronology
-
Gets the ID of the chronology - 'ThaiBuddhist'.
- getId() - Method in class java.time.ZoneId
-
Gets the unique time-zone ID.
- getId() - Method in class java.time.ZoneOffset
-
Gets the normalized zone offset ID.
- getId() - Method in interface javax.net.ssl.SSLSession
-
Returns the identifier assigned to this Session.
- getId() - Method in class ohos.aafwk.ability.Form
-
Obtains the ID of this Form.
- getId() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the ID of the accessibility ability.
- getId() - Method in class ohos.account.DistributedInfo
-
Obtains the ID in the distributed information of the OS account.
- getId() - Method in class ohos.agp.components.Component
-
Obtains the unique ID of the component.
- getId() - Method in interface ohos.agp.render.render3d.Entity
-
Obtains the unique ID of an entity in a scene.
- getId() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the ID of this shortcut.
- getId() - Method in class ohos.data.distributed.device.DeviceInfo
-
Obtains the device ID.
- getId() - Method in class ohos.event.notification.NotificationSlot
-
Obtains the ID of a NotificationSlot object.
- getId() - Method in class ohos.event.notification.NotificationSlotGroup
-
- getId() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains a device ID.
- getId() - Method in class ohos.media.camera.params.Face
-
Gets the face ID.
- getId() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains the photo ID.
- getId() - Method in class ohos.nfc.tag.MessageRecord
-
Obtains the ID of the NDEF record.
- getId() - Method in class ohos.sysappcomponents.calendar.entity.CalendarEntity
-
Obtains the calendar ID.
- getId() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact ID.
- getId() - Method in class ohos.usb.USBConfig
-
Get the current configuration ID.
- getId() - Method in class ohos.usb.USBInterface
-
Get the localId field of a USB interface.
- getId(int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains the ID of the wallpaper of the specified type.
- getId(Uri) - Static method in class ohos.aafwk.ability.DataUriUtils
-
Obtains the ID attached to the end of the path component of the given URI.
- getID() - Method in class java.util.TimeZone
-
Gets the ID of this time zone.
- getID() - Method in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
{icu} Returns the type ID of this Unicode block
- getID() - Method in class ohos.global.icu.text.Transliterator
-
Returns a programmatic identifier for this transliterator.
- getID() - Method in class ohos.global.icu.util.TimeZone
-
Gets the ID of this time zone.
- getIdentifier() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the identifier index field.
- getIdentifier(int) - Method in class ohos.global.resource.ResourceManager
-
Obtains the resource name based on the resource ID.
- getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the string used to quote SQL identifiers.
- getIdentity() - Method in class ohos.rpc.RemoteProxy
-
Obtains the ID of this RemoteProxy object.
- getIdentity(String) - Method in class java.security.IdentityScope
-
Deprecated.
Returns the identity in this scope with the specified name (if any).
- getIdentity(Principal) - Method in class java.security.IdentityScope
-
Deprecated.
Retrieves the identity whose name is the same as that of the
specified principal.
- getIdentity(PublicKey) - Method in class java.security.IdentityScope
-
Deprecated.
Retrieves the identity with the specified public key.
- getIDForWindowsID(String, String) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Converts a Windows time zone ID to an equivalent system time zone ID
for a region.
- getIds() - Method in interface javax.net.ssl.SSLSessionContext
-
Returns an Enumeration of all session id's grouped under this
SSLSessionContext.
- getIfaceRxBytes(String) - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) received through a specified NIC.
- getIfaceTxBytes(String) - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) sent through a specified NIC.
- getIfModifiedSince() - Method in class java.net.URLConnection
-
Returns the value of this object's ifModifiedSince field.
- getIgnoreAlignment() - Method in class ohos.agp.components.DependentLayout
-
Obtains the ID of a child component that is not subject to the alignment attribute of its parent container.
- getIgnoreGravity() - Method in class ohos.agp.components.DependentLayout
-
Obtains the ID of a child component that is not subject to the alignment attribute of its parent component.
- getImAddress() - Method in class ohos.sysappcomponents.contact.entity.ImAddress
-
Obtains the IM address.
- getImAddresses() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the list of IM addresses of this contact.
- getImageElement() - Method in class ohos.agp.components.Image
-
Get the value of element.
- getImageFormat() - Method in class ohos.media.image.ImageReceiver
-
Obtains the image format.
- getImageInfo() - Method in class ohos.media.image.ImageSource
-
Obtains basic image information.
- getImageInfo() - Method in class ohos.media.image.PixelMap
-
Obtains basic image information.
- getImageInfo(int) - Method in class ohos.media.image.ImageSource
-
Obtains basic information about the image at a specified index.
- getImagePropertyInt(int, String, int) - Method in class ohos.media.image.ImageSource
-
Obtains the integer value of a specified property key for an image at the given index in the
ImageSource.
- getImagePropertyInt(String, int) - Method in class ohos.media.image.ImageSource
-
Obtains the integer value of a specified image property key.
- getImagePropertyString(String) - Method in class ohos.media.image.ImageSource
-
Obtains the string value of a specified image property key.
- getImageRotation() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the image rotation angle configured for the current frame capture.
- getImageRotation() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the image rotation angle configured for the current frame capture.
- getImages() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of images that have been imported.
- getImages() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all image resources.
- getImageSize() - Method in class ohos.media.image.Image
-
Obtains the image size.
- getImageSize() - Method in class ohos.media.image.ImageReceiver
-
Obtains the image size.
- getImageThumbnailBytes() - Method in class ohos.media.image.ImageSource
-
Obtains raw data of the thumbnail from the ImageSource instance.
- getImei(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the IMEI of a specified card slot of the device.
- getImeiSv(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the international mobile station equipment identity and software version (IMEISV) of a specified
card slot of the device.
- getImplementationTitle() - Method in class java.lang.Package
-
Return the title of this package.
- getImplementationVendor() - Method in class java.lang.Package
-
Returns the name of the organization,
vendor or company that provided this implementation.
- getImplementationVersion() - Method in class java.lang.Package
-
Return the version of this implementation.
- getImportance() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the importance index field.
- getImportance() - Method in class ohos.event.notification.NotificationSorting
-
Obtains the importance level of the current notification set in the corresponding
NotificationSlot.
- getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the primary key columns that are
referenced by the given table's foreign key columns (the primary keys
imported by a table).
- getInCheck() - Method in class java.lang.SecurityManager
-
- getIncludedServices() - Method in class ohos.bluetooth.ble.GattService
-
Obtains the list of GATT services contained in a service.
- getIncomingAnimation() - Method in class ohos.agp.components.PageFlipper
-
Obtains the animation effect used when the component enters the screen.
- getIncreaseButton() - Method in class ohos.agp.components.Slider
-
Obtains the object used to draw an increase button.
- getIncreaseButtonClickedListener() - Method in class ohos.agp.components.Slider
-
Obtains the listener for the increase button.
- getIndex() - Method in class java.beans.IndexedPropertyChangeEvent
-
Gets the index of the property that was changed.
- getIndex() - Method in class java.net.NetworkInterface
-
Returns the index of this network interface.
- getIndex() - Method in exception java.net.URISyntaxException
-
Returns an index into the input string of the position at which the
parse error occurred, or -1 if this position is not known.
- getIndex() - Method in exception java.nio.file.InvalidPathException
-
Returns an index into the input string of the position at which the
error occurred, or -1 if this position is not known.
- getIndex() - Method in exception java.security.cert.CertPathValidatorException
-
Returns the index of the certificate in the certification path
that caused the exception to be thrown.
- getIndex() - Method in exception java.sql.DataTruncation
-
Retrieves the index of the column or parameter that was truncated.
- getIndex() - Method in interface java.text.CharacterIterator
-
Returns the current index.
- getIndex() - Method in class java.text.ParsePosition
-
Retrieve the current parse position.
- getIndex() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.getIndex() for String.
- getIndex() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the error index.
- getIndex() - Method in class ohos.agp.render.PdfDisplay.Page
-
Obtains the index of the current page in the PDF document.
- getIndex() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns the pattern string index associated with this Part.
- getIndex() - Method in class ohos.global.icu.text.SearchIterator
-
Return the current index in the text being searched.
- getIndex() - Method in class ohos.global.icu.text.StringSearch
-
Return the current index in the text being searched.
- getIndex() - Method in class ohos.global.icu.text.UCharacterIterator
-
Gets the current index in text.
- getIndex() - Method in class ohos.multimodalinput.event.TouchEvent
-
Obtains the index of the pointer action.
- getIndex(String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up the index of an attribute by XML qualified (prefixed) name.
- getIndex(String, String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up the index of an attribute by Namespace name.
- getIndexBarStatus() - Method in class ohos.agp.components.IndexBar
-
Obtains the status of IndexBar.
- getIndexCount() - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Obtains the index count.
- getIndexCount() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Obtains the number of indexes of a primitive.
- getIndexCount() - Method in class ohos.agp.render.Vertices
-
Obtains the number of triangle indices.
- getIndexDataList() - Method in class ohos.data.search.model.Recommendation
-
Obtains the index data in this group.
- getIndexes() - Method in class ohos.data.distributed.common.Schema
-
Obtains the list of fields to be indexed in this Schema instance.
- getIndexFieldName() - Method in class ohos.data.search.model.IndexForm
-
Obtains the index field name.
- getIndexForComponent(Component) - Method in class ohos.agp.components.ListContainer
-
- getIndexForm(String) - Method in class ohos.data.search.SearchAbility
-
Obtains the index attributes configured for a specified bundle name.
- getIndexFormVersion(String) - Method in class ohos.data.search.SearchAbility
-
Obtains the version of the index attributes configured for a specified bundle name.
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given table's indices and statistics.
- getIndexOffset() - Method in class ohos.agp.render.Vertices
-
Obtains the offset within the array of triangle indices.
- getIndexPaint() - Method in class ohos.agp.components.IndexBar
-
Obtains the paint of this index bar.
- getIndexRadius() - Method in class ohos.agp.components.IndexBar
-
Obtains the radius of this index bar.
- getIndexString() - Method in class ohos.agp.components.IndexBar
-
Obtains the index array of this index bar.
- getIndexStringPaint() - Method in class ohos.agp.components.IndexBar
-
Obtains the paint of index strings on this index bar.
- getIndexType() - Method in class ohos.data.search.model.IndexForm
-
Obtains the index type.
- getIndicatorType() - Method in class ohos.agp.components.TabList
-
Obtains the tab indicator type.
- getIndices() - Method in class ohos.agp.render.Vertices
-
Obtains an array of triangle indices.
- getInetAddress() - Method in class java.net.DatagramSocket
-
Returns the address to which this socket is connected.
- getInetAddress() - Method in class java.net.ServerSocket
-
Returns the local address of this server socket.
- getInetAddress() - Method in class java.net.Socket
-
Returns the address to which the socket is connected.
- getInetAddress() - Method in class java.net.SocketImpl
-
Returns the value of this socket's address field.
- getInetAddresses() - Method in class java.net.NetworkInterface
-
Convenience method to return an Enumeration with all or a
subset of the InetAddresses bound to this network interface.
- getInfiniteModeElement() - Method in class ohos.agp.components.ProgressBar
-
Obtains the element object used to draw an indeterminate progress bar.
- getInfinity() - Method in class java.text.DecimalFormatSymbols
-
Gets the string used to represent infinity.
- getInfinity() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the String used to represent infinity.
- getInflowLabel() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the default label used for abbreviated buckets between other labels.
- getInfo() - Method in class java.security.Identity
-
Deprecated.
Returns general information previously specified for this identity.
- getInfo() - Method in class java.security.Provider
-
Returns a human-readable description of the provider and its
services.
- getInfo() - Method in interface ohos.agp.components.webengine.ResourceError
-
Obtains the error description.
- getInformationElements() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the information elements in the beacon.
- getInitialId() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the initial ID.
- getInitialPolicies() - Method in class java.security.cert.PKIXParameters
-
Returns an immutable Set of initial
policy identifiers (OID strings), indicating that any one of these
policies would be acceptable to the certificate user for the purposes of
certification path processing.
- getInput() - Method in exception java.net.URISyntaxException
-
Returns the input string.
- getInput() - Method in exception java.nio.file.InvalidPathException
-
Returns the input string.
- getInputDeviceId() - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Obtains the ID of the input device that generates the current event.
- getInputDeviceId() - Method in class ohos.multimodalinput.event.SpeechEvent
-
- getInputKey() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the key of this NotificationUserInput object.
- getInputLength() - Method in exception java.nio.charset.MalformedInputException
-
Returns the length of the input.
- getInputLength() - Method in exception java.nio.charset.UnmappableCharacterException
-
Returns the length of the input.
- getInputMethodOption() - Method in class ohos.agp.components.Text
-
Obtains the input method option of a text.
- getInputOption() - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Obtains the text box action.
- getInputPattern() - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Obtains the input pattern of the text box.
- getInputsFromIntent(Intent) - Static method in class ohos.event.notification.NotificationUserInput
-
Obtains the input text results from a specified ohos.aafwk.content.Intent.
- getInputSource() - Method in class ohos.media.audio.AudioCapturerInfo
-
Obtains the input source of the audio stream.
- getInputsSource(Intent) - Static method in class ohos.event.notification.NotificationUserInput
-
Obtains the input source of this NotificationUserInput object.
- getInputStream() - Method in class java.lang.Process
-
Returns the input stream connected to the normal output of the
subprocess.
- getInputStream() - Method in class java.net.Socket
-
Returns an input stream for this socket.
- getInputStream() - Method in class java.net.SocketImpl
-
Returns an input stream for this socket.
- getInputStream() - Method in class java.net.URLConnection
-
Returns an input stream that reads from this open connection.
- getInputStream() - Method in class ohos.net.LocalSocket
-
Obtains the input stream of this socket.
- getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
-
Returns an input stream for reading the contents of the specified
zip file entry.
- getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
-
Returns an input stream for reading the contents of the specified
zip file entry.
- getInsertedItems() - Method in class ohos.data.search.model.ChangedIndexContent
-
Obtains the indexes inserted into the index library.
- getInsertedList() - Method in class ohos.data.orm.AllChangeToTarget
-
Obtains the list of inserted
OrmObject objects.
- getInsertEntries() - Method in class ohos.data.distributed.common.ChangeNotification
-
Obtains data insertion records.
- getInsertStatement() - Method in interface ohos.data.orm.EntityHelper
-
Obtains the declaration statement of the table that maps to an inserted
OrmObject instance
in the relational database.
- getInstallationIntent() - Static method in class ohos.security.seckeychain.SecKeyChain
-
Obtains an Intent used to install certificates.
- getInstalled() - Static method in class ohos.net.HttpResponseCache
-
Obtains the HttpResponseCache object.
- getInstallFlag() - Method in class ohos.bundle.InstallParam
-
Obtains the installation mode flag.
- getInstallTime() - Method in class ohos.bundle.BundleInfo
-
Obtains the application installation time.
- getInstallTime() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the application installation time.
- getInstance() - Static method in class java.text.Collator
-
Gets the Collator for the current default locale.
- getInstance() - Static method in class java.text.DateFormat
-
Get a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class java.text.DateFormatSymbols
-
Gets the DateFormatSymbols instance for the default
locale.
- getInstance() - Static method in class java.text.DecimalFormatSymbols
-
Gets the DecimalFormatSymbols instance for the default
locale.
- getInstance() - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the current default
FORMAT locale.
- getInstance() - Static method in class java.util.Calendar
-
Gets a calendar using the default time zone and locale.
- getInstance() - Static method in class ohos.agp.components.webengine.CookieStore
-
Obtains a singleton instance of CookieStore.
- getInstance() - Static method in class ohos.agp.window.service.DisplayManager
-
Creates a single DisplayManager instance.
- getInstance() - Static method in class ohos.agp.window.service.WindowManager
-
Obtains a singleton WindowManager.
- getInstance() - Static method in class ohos.ai.nlu.NluClient
-
Returns a singleton instance of NluClient.
- getInstance() - Static method in class ohos.ai.tts.TtsClient
-
Returns a singleton instance of TtsClient.
- getInstance() - Static method in class ohos.data.distributed.common.KvManagerFactory
-
- getInstance() - Static method in class ohos.global.i18n.text.MeasureFormatter
-
Creates a MeasureFormatter instance with the current locale.
- getInstance() - Static method in class ohos.global.i18n.utils.CalendarUtils
-
Deprecated.
- getInstance() - Static method in class ohos.global.i18n.utils.LocalesFallback
-
Creates a LocalesFallback instance.
- getInstance() - Static method in class ohos.global.icu.text.Collator
-
Returns the Collator for the current default locale.
- getInstance() - Static method in class ohos.global.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the default locale.
- getInstance() - Static method in class ohos.global.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class ohos.global.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the default locale.
- getInstance() - Static method in class ohos.global.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for the default FORMAT locale.
- getInstance() - Static method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the default locale.
- getInstance() - Static method in class ohos.global.icu.text.ListFormatter
-
Create a list formatter that is appropriate for the default FORMAT locale.
- getInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance() - Static method in class ohos.global.icu.text.NumberingSystem
-
Returns the default numbering system for the default FORMAT locale.
- getInstance() - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for the default locale.
- getInstance() - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar using the default time zone and locale.
- getInstance() - Static method in class ohos.global.icu.util.LocaleData
-
Gets the LocaleData object associated with the default FORMAT locale
- getInstance() - Static method in class ohos.hiviewdfx.xcollie.XCollie
-
Obtains an XCollie instance.
- getInstance() - Static method in class ohos.miscservices.screenlock.ScreenLockController
-
Obtains the ScreenLockController singleton instance.
- getInstance() - Static method in class ohos.security.asset.AssetOperator
-
Obtains an AssetOperatorAbs instance in the singleton pattern.
- getInstance() - Static method in class ohos.security.fileprotect.SfpPolicyManager
-
Obtains an SfpPolicyManager instance.
- getInstance() - Static method in class ohos.security.NetworkSecurityPolicy
-
Obtains the NetworkSecurityPolicy instance for this process.
- getInstance() - Static method in class ohos.security.seoperator.SeOperator
-
Obtains a singleton object that implements the SeOperatorAbs abstract class.
- getInstance() - Static method in class ohos.smartcomm.MultiPathManager
-
Obtains a MultiPathManager object.
- getInstance(byte[]) - Static method in class javax.security.cert.X509Certificate
-
Instantiates an X509Certificate object, and initializes it with
the specified byte array.
- getInstance(char[]) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source character array.
- getInstance(char[], int, int) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source character array.
- getInstance(int) - Static method in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
[icu] Returns the only instance of the UnicodeBlock with the argument ID.
- getInstance(int) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(int) - Static method in class ohos.global.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, boolean, String) - Static method in class ohos.global.icu.text.NumberingSystem
-
Factory method for creating a numbering system.
- getInstance(int, int) - Static method in class ohos.global.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int) - Static method in class ohos.global.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int, int) - Static method in class ohos.global.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(InputStream) - Static method in class javax.security.cert.X509Certificate
-
Instantiates an X509Certificate object, and initializes it with
the data read from the input stream inStream.
- getInstance(InputStream, String, Normalizer2.Mode) - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance which uses the specified data file
(an ICU data file if data=null, or else custom binary data)
and which composes or decomposes text according to the specified mode.
- getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns an AlgorithmParameterGenerator object for generating
a set of parameters to be used with the specified algorithm.
- getInstance(String) - Static method in class java.security.AlgorithmParameters
-
Returns a parameter object for the specified algorithm.
- getInstance(String) - Static method in class java.security.cert.CertificateFactory
-
Returns a certificate factory object that implements the
specified certificate type.
- getInstance(String) - Static method in class java.security.cert.CertPathBuilder
-
Returns a CertPathBuilder object that implements the
specified algorithm.
- getInstance(String) - Static method in class java.security.cert.CertPathValidator
-
Returns a CertPathValidator object that implements the
specified algorithm.
- getInstance(String) - Static method in class java.security.KeyFactory
-
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
- getInstance(String) - Static method in class java.security.KeyPairGenerator
-
Returns a KeyPairGenerator object that generates public/private
key pairs for the specified algorithm.
- getInstance(String) - Static method in class java.security.KeyStore
-
Returns a keystore object of the specified type.
- getInstance(String) - Static method in class java.security.MessageDigest
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getInstance(String) - Static method in class java.security.SecureRandom
-
Returns a SecureRandom object that implements the specified
Random Number Generator (RNG) algorithm.
- getInstance(String) - Static method in class java.security.Signature
-
Returns a Signature object that implements the specified signature
algorithm.
- getInstance(String) - Static method in class java.util.Currency
-
Returns the Currency instance for the given currency code.
- getInstance(String) - Static method in class javax.crypto.Cipher
-
Returns a Cipher object that implements the specified
transformation.
- getInstance(String) - Static method in class javax.crypto.ExemptionMechanism
-
Returns an ExemptionMechanism object that implements the
specified exemption mechanism algorithm.
- getInstance(String) - Static method in class javax.crypto.KeyAgreement
-
Returns a KeyAgreement object that implements the
specified key agreement algorithm.
- getInstance(String) - Static method in class javax.crypto.KeyGenerator
-
Returns a KeyGenerator object that generates secret keys
for the specified algorithm.
- getInstance(String) - Static method in class javax.crypto.Mac
-
Returns a Mac object that implements the
specified MAC algorithm.
- getInstance(String) - Static method in class javax.crypto.SecretKeyFactory
-
Returns a SecretKeyFactory object that converts
secret keys of the specified algorithm.
- getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
-
Returns a KeyManagerFactory object that acts as a
factory for key managers.
- getInstance(String) - Static method in class javax.net.ssl.SSLContext
-
Returns a SSLContext object that implements the
specified secure socket protocol.
- getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
-
Returns a TrustManagerFactory object that acts as a
factory for trust managers.
- getInstance(String) - Static method in class ohos.global.i18n.phonenumbers.InputFormatter
-
Obtains an
InputFormatter instance associated with the specified
regionCode.
- getInstance(String) - Static method in class ohos.global.i18n.text.Transliterator
-
Obtains a Transliterator instance.
- getInstance(String) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and the default FORMAT locale.
- getInstance(String) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(String) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source string.
- getInstance(String) - Static method in class ohos.global.icu.util.Currency
-
Returns a currency object given an ISO 4217 3-letter code.
- getInstance(String) - Static method in class ohos.global.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(StringBuffer) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source StringBuffer.
- getInstance(String, int) - Static method in class ohos.global.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns an AlgorithmParameterGenerator object for generating
a set of parameters to be used with the specified algorithm.
- getInstance(String, String) - Static method in class java.security.AlgorithmParameters
-
Returns a parameter object for the specified algorithm.
- getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
-
Returns a certificate factory object for the specified
certificate type.
- getInstance(String, String) - Static method in class java.security.cert.CertPathBuilder
-
Returns a CertPathBuilder object that implements the
specified algorithm.
- getInstance(String, String) - Static method in class java.security.cert.CertPathValidator
-
Returns a CertPathValidator object that implements the
specified algorithm.
- getInstance(String, String) - Static method in class java.security.KeyFactory
-
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
- getInstance(String, String) - Static method in class java.security.KeyPairGenerator
-
Returns a KeyPairGenerator object that generates public/private
key pairs for the specified algorithm.
- getInstance(String, String) - Static method in class java.security.KeyStore
-
Returns a keystore object of the specified type.
- getInstance(String, String) - Static method in class java.security.MessageDigest
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getInstance(String, String) - Static method in class java.security.SecureRandom
-
Returns a SecureRandom object that implements the specified
Random Number Generator (RNG) algorithm.
- getInstance(String, String) - Static method in class java.security.Signature
-
Returns a Signature object that implements the specified signature
algorithm.
- getInstance(String, String) - Static method in class javax.crypto.Cipher
-
Returns a Cipher object that implements the specified
transformation.
- getInstance(String, String) - Static method in class javax.crypto.ExemptionMechanism
-
Returns an ExemptionMechanism object that implements the
specified exemption mechanism algorithm.
- getInstance(String, String) - Static method in class javax.crypto.KeyAgreement
-
Returns a KeyAgreement object that implements the
specified key agreement algorithm.
- getInstance(String, String) - Static method in class javax.crypto.KeyGenerator
-
Returns a KeyGenerator object that generates secret keys
for the specified algorithm.
- getInstance(String, String) - Static method in class javax.crypto.Mac
-
Returns a Mac object that implements the
specified MAC algorithm.
- getInstance(String, String) - Static method in class javax.crypto.SecretKeyFactory
-
Returns a SecretKeyFactory object that converts
secret keys of the specified algorithm.
- getInstance(String, String) - Static method in class javax.net.ssl.KeyManagerFactory
-
Returns a KeyManagerFactory object that acts as a
factory for key managers.
- getInstance(String, String) - Static method in class javax.net.ssl.SSLContext
-
Returns a SSLContext object that implements the
specified secure socket protocol.
- getInstance(String, String) - Static method in class javax.net.ssl.TrustManagerFactory
-
Returns a TrustManagerFactory object that acts as a
factory for trust managers.
- getInstance(String, CertStoreParameters) - Static method in class java.security.cert.CertStore
-
Returns a CertStore object that implements the specified
CertStore type and is initialized with the specified
parameters.
- getInstance(String, CertStoreParameters, String) - Static method in class java.security.cert.CertStore
-
Returns a CertStore object that implements the specified
CertStore type.
- getInstance(String, CertStoreParameters, Provider) - Static method in class java.security.cert.CertStore
-
Returns a CertStore object that implements the specified
CertStore type.
- getInstance(String, Policy.Parameters) - Static method in class java.security.Policy
-
Returns a Policy object of the specified type.
- getInstance(String, Policy.Parameters, String) - Static method in class java.security.Policy
-
Returns a Policy object of the specified type.
- getInstance(String, Policy.Parameters, Provider) - Static method in class java.security.Policy
-
Returns a Policy object of the specified type.
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns an AlgorithmParameterGenerator object for generating
a set of parameters to be used with the specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
-
Returns a parameter object for the specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.cert.CertificateFactory
-
Returns a certificate factory object for the specified
certificate type.
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathBuilder
-
Returns a CertPathBuilder object that implements the
specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathValidator
-
Returns a CertPathValidator object that implements the
specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.KeyFactory
-
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.KeyPairGenerator
-
Returns a KeyPairGenerator object that generates public/private
key pairs for the specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.KeyStore
-
Returns a keystore object of the specified type.
- getInstance(String, Provider) - Static method in class java.security.MessageDigest
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getInstance(String, Provider) - Static method in class java.security.SecureRandom
-
Returns a SecureRandom object that implements the specified
Random Number Generator (RNG) algorithm.
- getInstance(String, Provider) - Static method in class java.security.Signature
-
Returns a Signature object that implements the specified
signature algorithm.
- getInstance(String, Provider) - Static method in class javax.crypto.Cipher
-
Returns a Cipher object that implements the specified
transformation.
- getInstance(String, Provider) - Static method in class javax.crypto.ExemptionMechanism
-
Returns an ExemptionMechanism object that implements the
specified exemption mechanism algorithm.
- getInstance(String, Provider) - Static method in class javax.crypto.KeyAgreement
-
Returns a KeyAgreement object that implements the
specified key agreement algorithm.
- getInstance(String, Provider) - Static method in class javax.crypto.KeyGenerator
-
Returns a KeyGenerator object that generates secret keys
for the specified algorithm.
- getInstance(String, Provider) - Static method in class javax.crypto.Mac
-
Returns a Mac object that implements the
specified MAC algorithm.
- getInstance(String, Provider) - Static method in class javax.crypto.SecretKeyFactory
-
Returns a SecretKeyFactory object that converts
secret keys of the specified algorithm.
- getInstance(String, Provider) - Static method in class javax.net.ssl.KeyManagerFactory
-
Returns a KeyManagerFactory object that acts as a
factory for key managers.
- getInstance(String, Provider) - Static method in class javax.net.ssl.SSLContext
-
Returns a SSLContext object that implements the
specified secure socket protocol.
- getInstance(String, Provider) - Static method in class javax.net.ssl.TrustManagerFactory
-
Returns a TrustManagerFactory object that acts as a
factory for trust managers.
- getInstance(String, Locale) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, Locale, DateIntervalInfo) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance(String, DateIntervalInfo) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
DateIntervalInfo, and the default FORMAT locale.
- getInstance(String, ULocale) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, ULocale, DateIntervalInfo) - Static method in class ohos.global.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance(CharacterIterator) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a CharacterIterator.
- getInstance(Locale) - Static method in class java.text.Collator
-
Gets the Collator for the desired locale.
- getInstance(Locale) - Static method in class java.text.DateFormatSymbols
-
Gets the DateFormatSymbols instance for the specified
locale.
- getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
-
Gets the DecimalFormatSymbols instance for the specified
locale.
- getInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getInstance(Locale) - Static method in class java.util.Calendar
-
Gets a calendar using the default time zone and specified locale.
- getInstance(Locale) - Static method in class java.util.Currency
-
Returns the Currency instance for the country of the
given locale.
- getInstance(Locale) - Static method in class ohos.global.i18n.text.MeasureFormatter
-
Creates a MeasureFormatter instance with a specified locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.Collator
-
Returns the Collator for the desired locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the given locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.LocaleDisplayNames
-
- getInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale) - Static method in class ohos.global.icu.text.NumberingSystem
-
Returns the default numbering system for the specified locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a frozen instance of
TimeZoneFormat for the given
Locale.
- getInstance(Locale) - Static method in class ohos.global.icu.text.TimeZoneNames
-
Returns an instance of
TimeZoneNames for the specified
Locale.
- getInstance(Locale) - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(Locale) - Static method in class ohos.global.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(Locale, int) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale, CompactDecimalFormat.CompactStyle) - Static method in class ohos.global.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale, DisplayContext...) - Static method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided
Locale, using the provided DisplayContext settings
- getInstance(Locale, MeasureFormat.FormatWidth) - Static method in class ohos.global.icu.text.MeasureFormat
-
Create a format from the
Locale and formatWidth.
- getInstance(Locale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class ohos.global.icu.text.MeasureFormat
-
Create a format from the
Locale, formatWidth, and format.
- getInstance(Locale, NumberFormat) - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale that uses a
particular NumberFormat object.
- getInstance(TimeZone) - Static method in class java.util.Calendar
-
Gets a calendar using the specified time zone and default locale.
- getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
-
Gets a calendar with the specified time zone and locale.
- getInstance(Ability) - Static method in class ohos.biometrics.authentication.BiometricAuthentication
-
Obtains a BiometricAuthentication singleton object.
- getInstance(Context) - Static method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Obtains the AccessibilitySystemAbilityClient instance.
- getInstance(Context) - Static method in class ohos.agp.animation.AnimatorScatter
-
Obtains an AnimatorScatter instance.
- getInstance(Context) - Static method in class ohos.agp.components.element.ElementScatter
-
Obtains an ElementScatter instance.
- getInstance(Context) - Static method in class ohos.agp.components.LayoutScatter
-
Obtains a LayoutScatter object based on the context.
- getInstance(Context) - Static method in class ohos.dcall.DistributedCallManager
-
Obtains an instance of DistributedCallManager.
- getInstance(Context) - Static method in class ohos.media.camera.CameraKit
-
- getInstance(Context) - Static method in class ohos.media.tubecore.AVTubeManager
-
Obtains an AVTubeManager instance.
- getInstance(Context) - Static method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains a WallpaperController instance.
- getInstance(Context) - Static method in class ohos.net.NetHotspot
-
Creates a NetHotspot object.
- getInstance(Context) - Static method in class ohos.net.NetManager
-
Get the NetManager instance.
- getInstance(Context) - Static method in class ohos.nfc.NfcController
-
Obtains a singleton instance of the NfcController class.
- getInstance(Context) - Static method in class ohos.telephony.CellularDataInfoManager
-
Obtains a CellularDataInfoManager instance.
- getInstance(Context) - Static method in class ohos.telephony.RadioInfoManager
-
Obtains an instance of RadioInfoManager.
- getInstance(Context) - Static method in class ohos.telephony.ShortMessageManager
-
Obtains an instance of ShortMessageManager.
- getInstance(Context) - Static method in class ohos.telephony.SimInfoManager
-
Obtains an instance of SimInfoManager.
- getInstance(Context) - Static method in class ohos.wifi.p2p.WifiP2pController
-
Obtains a WifiP2pController instance.
- getInstance(Context) - Static method in class ohos.wifi.WifiDevice
-
Obtains a WifiDevice instance.
- getInstance(Replaceable) - Static method in class ohos.global.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a Replaceable object.
- getInstance(Calendar) - Static method in class ohos.global.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance(Calendar, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
- getInstance(TimeZone) - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar using the specified time zone and default locale.
- getInstance(TimeZone, Locale) - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(TimeZone, ULocale) - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns the Collator for the desired locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Returns a DateFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.LocaleDisplayNames
-
- getInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.NumberingSystem
-
Returns the default numbering system for the specified ULocale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a frozen instance of TimeZoneFormat for the given locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.text.TimeZoneNames
-
Returns an instance of TimeZoneNames for the specified locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(ULocale) - Static method in class ohos.global.icu.util.LocaleData
-
Gets the LocaleData object associated with the ULocale specified in locale
- getInstance(ULocale, int) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale, CompactDecimalFormat.CompactStyle) - Static method in class ohos.global.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale, DisplayContext...) - Static method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided DisplayContext settings
- getInstance(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided dialectHandling.
- getInstance(ULocale, MeasureFormat.FormatWidth) - Static method in class ohos.global.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(ULocale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class ohos.global.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(ULocale, NumberFormat) - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object.
- getInstance(ULocale, NumberFormat, RelativeDateTimeFormatter.Style, DisplayContext) - Static method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object, style, and capitalization context
- getInstance(NfcController) - Static method in class ohos.nfc.cardemulation.CardEmulation
-
Obtains a singleton instance of the CardEmulation class.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.IsoDepTag
-
Obtains an instance of IsoDepTag object based on the tag information.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.MifareClassicTag
-
Obtains a MifareClassic tag based on the given tag information.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.MifareUltralightTag
-
Obtains a MifareUltralightTag object based on the given tag information.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.NdefTag
-
Obtains an instance of NdefTag object based on the given tag information.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.NfcATag
-
Obtains an NfcATag object based on the tag information.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.NfcBTag
-
Obtains an NfcBTag object based on the given tag.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.NfcFTag
-
Obtains an NfcFTag instance for the given tag.
- getInstance(TagInfo) - Static method in class ohos.nfc.tag.NfcVTag
-
Obtains an NfcVTag instance for the given tag.
- getInstanceBegin() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the start time of the instance.
- getInstanceByName(String) - Static method in class ohos.global.icu.text.NumberingSystem
-
Returns a numbering system from one of the predefined numbering systems
known to ICU.
- getInstanceDataHelper() - Method in class ohos.sysappcomponents.calendar.CalendarDataHelper
-
Creates an InstancesDataHelper object.
- getInstanceEnd() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the end time of the instance.
- getInstanceEndDay() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the end date of the instance.
- getInstanceEndMinute() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the instance end time calculated from 00:00 on the current day in the time zone where the calendar is
located, in minutes.
- getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
-
Returns the value of this HttpURLConnection's
instanceFollowRedirects field.
- getInstanceForSkeleton(String) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the default locale.
- getInstanceForSkeleton(String, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(String, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(Calendar, String, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Creates a
DateFormat object that can be used to format dates and
times in the calendar system specified by
cal.
- getInstanceForSkeleton(Calendar, String, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Creates a
DateFormat object that can be used to format dates and
times in the calendar system specified by
cal.
- getInstanceStartDay() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the start date of the instance.
- getInstanceStartMinute() - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Obtains the instance start time calculated from 00:00 on the current day in the time zone where the calendar is
located, in minutes.
- getInstanceStrong() - Static method in class java.security.SecureRandom
-
Returns a
SecureRandom object that was selected by using
the algorithms/providers specified in the
securerandom.strongAlgorithms Security property.
- getInstant() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the transition instant.
- getInt() - Method in class java.nio.ByteBuffer
-
Relative get method for reading an int value.
- getInt() - Method in class ohos.data.distributed.common.Value
-
Obtains values of the int type.
- getInt(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading an int value.
- getInt(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC INTEGER parameter
as an int in the Java programming language.
- getInt(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
an int in the Java programming language.
- getInt(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getInt(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getInt(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getInt(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as an int.
- getInt(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getInt(int) - Method in class ohos.data.resultset.TableResultSet
-
Obtains the value of the specified column in the current row as an int.
- getInt(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the int value at the position specified by rowIndex and columnIndex.
- getInt(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
int or of another primitive type convertible to
type int via a widening conversion.
- getInt(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as an int.
- getInt(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC INTEGER parameter as an int
in the Java programming language.
- getInt(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
an int in the Java programming language.
- getInt(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the int value of a specified key.
- getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
-
- getInt(String, int) - Method in class java.util.prefs.Preferences
-
Returns the int value represented by the string associated with the
specified key in this preference node.
- getInt(String, int) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the int format.
- getInt(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the int value matching a specified device ID and key.
- getInt64IterationContext() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Gets an int64 that FormattedValue implementations may use for storage.
- getIntArray() - Method in class ohos.global.resource.Element
-
Obtains an integer array based on this Element.
- getIntArray(int) - Method in class ohos.app.AbilityContext
-
- getIntArray(int) - Method in interface ohos.app.Context
-
Get the integer array of this Context based on the specified resource ID.
- getIntArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an int array matching the given key.
- getIntColor(String) - Static method in class ohos.agp.utils.Color
-
Obtains the color value based on the specified string value.
- getInteger() - Method in class ohos.global.resource.Element
-
Obtains an integer value based on this Element.
- getInteger(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the int value at the specified index of this ZSONArray and automatically converts the
value into an Integer object.
- getInteger(String) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Integer value of a specified column name.
- getInteger(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the int value matching the specified key in the map of this ZSONObject and automatically
converts the value into an Integer object.
- getInteger(String, int) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String, Integer) - Static method in class java.lang.Integer
-
Returns the integer value of the system property with the
specified name.
- getIntegerArrayListParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an ArrayList parameter value of Integer elements that matches the given key.
- getIntegerInstance() - Static method in class java.text.NumberFormat
-
Returns an integer number format for the current default
FORMAT locale.
- getIntegerInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns an integer number format for the specified locale.
- getIntegerInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getIntegerInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getIntegerList(String) - Method in class ohos.utils.PacMap
-
Obtains the ArrayList<Integer> value matching a specified key.
- getIntegerValue() - Method in interface ohos.agp.components.Attr
-
Obtains the integer value of an attribute.
- getIntegerValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the integer value referenced by the XML attribute.
- getIntegerValue(String, int) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains an integer value of the attribute matching the key in this Theme.
- getIntensities() - Method in class ohos.vibrator.bean.VibrationPattern
-
Obtains the array of intensities in a periodic vibration.
- getIntensity() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the light intensity.
- getIntensity() - Method in class ohos.vibrator.bean.VibrationPattern
-
Obtains the intensity of a one-shot vibration.
- getIntent() - Method in class ohos.aafwk.ability.Ability
-
Obtains the Intent object that starts this ability.
- getIntent() - Method in class ohos.bundle.ShortcutInfo
-
- getIntent() - Method in class ohos.event.commonevent.CommonEventData
-
Obtains the Intent attribute of a common event.
- getIntent() - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Obtains an intent in a record.
- getIntent() - Method in class ohos.miscservices.timeutility.Timer.TimerIntent
-
Obtains the action performed after the timer is triggered.
- getIntentAction() - Method in class ohos.data.search.model.SearchableEntity
-
Obtains the intent action declared in the intent filter of the ability that will be launched.
- getIntentAgent() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the
IntentAgent of this
NotificationActionButton.
- getIntentAgent() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the IntentAgent contained in this notification.
- getIntentAgent(Context, IntentAgentInfo) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- getIntents() - Method in class ohos.bundle.LauncherShortcutInfo
-
- getIntents() - Method in class ohos.bundle.ShortcutInfo
-
- getInterface() - Method in class java.net.MulticastSocket
-
Retrieve the address of the network interface used for
multicast packets.
- getInterface() - Method in class ohos.net.RouteInfo
-
Obtains the NIC name of a route.
- getInterface(int) - Method in class ohos.usb.USBConfig
-
Get a USBInterface object by index in the USBConfig.
- getInterface(int) - Method in class ohos.usb.USBDevice
-
Get an interface instance of this device by index.
- getInterfaceAddresses() - Method in class java.net.NetworkInterface
-
Get a List of all or a subset of the InterfaceAddresses
of this network interface.
- getInterfaceClass() - Method in class ohos.usb.USBInterface
-
Get the InterfaceClass field of a USB interface.
- getInterfaceCount() - Method in class ohos.usb.USBConfig
-
Get the number of interfaces of the configuration.
- getInterfaceCount() - Method in class ohos.usb.USBDevice
-
Get the number of interfaces of this device.
- getInterfaceDescriptor() - Method in interface ohos.rpc.IRemoteObject
-
Obtains the interface descriptor of an object.
- getInterfaceDescriptor() - Method in class ohos.rpc.RemoteObject
-
Queries an interface descriptor.
- getInterfaceDescriptor() - Method in class ohos.rpc.RemoteProxy
-
Queries the interface descriptor of remote object.
- getInterfaceName() - Method in class ohos.net.ConnectionProperties
-
Obtains the NIC name (a character string) of a connection.
- getInterfaceName() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the interface name of this Wi-Fi P2P group.
- getInterfaceProtocol() - Method in class ohos.usb.USBInterface
-
Get the InterfaceProtocol field of a USB interface.
- getInterfaces() - Method in class java.lang.Class
-
Determines the interfaces implemented by the class or interface
represented by this object.
- getInterfaceSubclass() - Method in class ohos.usb.USBInterface
-
Get the InterfaceSubclass field of a USB interface.
- getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
Returns the ISO 4217 currency code of the currency of these
DecimalFormatSymbols.
- getInternationalCurrencySymbol() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the international string denoting the local currency.
- getInterruptListener() - Method in class ohos.media.audio.AudioInterrupt
-
Obtains the audio interruption listener.
- getIntersectRect(int, int, int, int) - Method in class ohos.agp.utils.Rect
-
Checks whether this Rect intersects a specified rectangle with given coordinates and sets this
Rect to that intersection if they intersect.
- getIntersectRect(int, int, int, int) - Method in class ohos.utils.geo.Rect
-
Checks whether this Rect intersects a specified rectangle with given coordinates and sets this
Rect to that intersection if they intersect.
- getIntersectRect(Rect) - Method in class ohos.agp.utils.Rect
-
Checks whether this Rect intersects a specified rectangle and sets this Rect to that intersection
if they intersect.
- getIntersectRect(RectFloat) - Method in class ohos.agp.utils.RectFloat
-
Checks whether this RectFloat intersects a specified rectangle and sets this RectFloat to that
intersection if they intersect.
- getIntersectRect(Rect, Rect) - Method in class ohos.agp.utils.Rect
-
Checks whether two specified rectangles intersect, and sets this rectangle to that intersection (if any).
- getIntersectRect(Rect) - Method in class ohos.utils.geo.Rect
-
Checks whether this Rect intersects a specified rectangle and sets this Rect to that intersection
if they intersect.
- getIntersectRect(RectFloat) - Method in class ohos.utils.geo.RectFloat
-
Checks whether this RectFloat intersects a specified rectangle and sets this RectFloat to that
intersection if they intersect.
- getIntersectRect(Rect, Rect) - Method in class ohos.utils.geo.Rect
-
Checks whether two specified rectangles intersect, and sets this Rect to that intersection if they
intersect.
- getInterval() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint interval.
- getIntervalPattern(String, int) - Method in class ohos.global.icu.text.DateIntervalInfo
-
Get the interval pattern given the largest different calendar field.
- getIntParam(String, int) - Method in class ohos.aafwk.content.Intent
-
Obtains an int value matching the given key.
- getIntPropertyMaxValue(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the maximum value for an integer/binary Unicode property.
- getIntPropertyMinValue(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the minimum value for an integer/binary Unicode property type.
- getIntPropertyValue(int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the property value for a Unicode property type of a code point.
- getIntValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the int value at the specified index of this ZSONArray.
- getIntValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of an integer type.
- getIntValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the int value matching a specified key.
- getIntValue(String) - Method in class ohos.utils.PacMap
-
Obtains the int value matching a specified key.
- getIntValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the int value matching the specified key in the map of this ZSONObject.
- getIntValue(String, int) - Method in class ohos.utils.BasePacMap
-
Obtains the int value matching a specified key.
- getIntValue(String, int) - Method in class ohos.utils.PacMap
-
Obtains the int value matching a specified key.
- getIntValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the int[] value matching a specified key.
- getIntValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the int[] value matching a specified key.
- getIntValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getIntValueArray method to obtain the
int array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getInvalidityDate() - Method in exception java.security.cert.CertificateRevokedException
-
Returns the invalidity date, as specified in the Invalidity Date
extension of this CertificateRevokedException.
- getInverse() - Method in class ohos.global.icu.text.Transliterator
-
Returns this transliterator's inverse.
- getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
-
Returns the invocation handler for the specified proxy instance.
- getIpAddress() - Static method in class ohos.utils.CommonPattern
-
Obtains the regular expression for verifying IPv4 addresses.
- getIpAddress() - Method in class ohos.wifi.IpInfo
-
Obtains the device IP address of a Wi-Fi connection.
- getIpAddress() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the IP address of this Wi-Fi connection.
- getIpcCount(Debug.IpcType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the number of IPC objects of the specified IPC type for this process.
- getIpcReceivedCount() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the number of IPC objects received by this process.
- getIpcSentCount() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the number of IPC objects sent by this process.
- getIpInfo() - Method in class ohos.wifi.WifiDevice
-
Obtains the IP information of a Wi-Fi connection.
- getIrradianceCoefficients() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the irradiance lighting coefficients.
- getISO3Country() - Method in class java.util.Locale
-
Returns a three-letter abbreviation for this locale's country.
- getISO3Country() - Method in class ohos.global.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Country(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a three-letter abbreviation for this locale's country/region.
- getISO3Language() - Method in class java.util.Locale
-
Returns a three-letter abbreviation of this locale's language.
- getISO3Language() - Method in class ohos.global.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISO3Language(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns a three-letter abbreviation for this locale's language.
- getISOCountries() - Static method in class java.util.Locale
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOCountries() - Static method in class ohos.global.icu.util.ULocale
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getIsoCountryCodeForNetwork(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the ISO-defined country code of the country where the registered network is deployed.
- getIsoCountryCodeForSim(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the ISO country code of the SIM card in a specified slot.
- getISOLanguages() - Static method in class java.util.Locale
-
Returns a list of all 2-letter language codes defined in ISO 639.
- getISOLanguages() - Static method in class ohos.global.icu.util.ULocale
-
Returns a list of all 2-letter language codes defined in ISO 639.
- getIssuer() - Method in class java.security.cert.X509CertSelector
-
Returns the issuer criterion as an X500Principal.
- getIssuerAlternativeNames() - Method in class java.security.cert.X509Certificate
-
Gets an immutable collection of issuer alternative names from the
IssuerAltName extension, (OID = 2.5.29.18).
- getIssuerAsBytes() - Method in class java.security.cert.X509CertSelector
-
Returns the issuer criterion as a byte array.
- getIssuerAsString() - Method in class java.security.cert.X509CertSelector
-
- getIssuerDN() - Method in class java.security.cert.X509Certificate
-
- getIssuerDN() - Method in class java.security.cert.X509CRL
-
- getIssuerDN() - Method in class javax.security.cert.X509Certificate
-
Gets the issuer (issuer distinguished name) value from
the certificate.
- getIssuerNames() - Method in class java.security.cert.X509CRLSelector
-
Returns a copy of the issuerNames criterion.
- getIssuers() - Method in class java.security.cert.X509CRLSelector
-
Returns the issuerNames criterion.
- getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
-
Gets the issuerUniqueID value from the certificate.
- getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
-
Returns the issuer (issuer distinguished name) value from the
certificate as an X500Principal.
- getIssuerX500Principal() - Method in class java.security.cert.X509CRL
-
Returns the issuer (issuer distinguished name) value from the
CRL as an X500Principal.
- getIsTracking() - Method in class ohos.ai.cv.text.TextConfiguration
-
Checks whether to perform text tracking.
- getItalic(Text, Boolean) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the text italic value.
- getItem(int) - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the data item in a specified position in the data set.
- getItemComponent(int) - Method in class ohos.agp.window.dialog.ListDialog
-
Obtains the component matching the item at a specified position.
- getItemComponentType(int) - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the component type of a data item in a dataset based on the position.
- getItemElements() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the
Element object of each selected and deselected indicator item.
- getItemId(int) - Method in class ohos.agp.components.BaseItemProvider
-
Obtains the row ID of a data item in a specified position in the data set.
- getItemNormalElement() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the
Element object of the indicator of a non-selected item.
- getItemOffset() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the offset between indicator items.
- getItemPosByVisibleIndex(int) - Method in class ohos.agp.components.ListContainer
-
Obtains the position index of a visible item.
- getItemProvider() - Method in class ohos.agp.components.ListContainer
-
- getItemSelectedElement() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the
Element object of the indicator of a selected item.
- getIterationCount() - Method in interface javax.crypto.interfaces.PBEKey
-
Returns the iteration count or 0 if not specified.
- getIterationCount() - Method in class javax.crypto.spec.PBEKeySpec
-
Returns the iteration count or 0 if not specified.
- getIterationCount() - Method in class javax.crypto.spec.PBEParameterSpec
-
Returns the iteration count.
- getIterator() - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to the entire contents of
this string.
- getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getIV() - Method in class javax.crypto.Cipher
-
Returns the initialization vector (IV) in a new buffer.
- getIV() - Method in class javax.crypto.spec.GCMParameterSpec
-
Returns the Initialization Vector (IV).
- getIV() - Method in class javax.crypto.spec.IvParameterSpec
-
Returns the initialization vector (IV).
- getIV() - Method in class javax.crypto.spec.RC2ParameterSpec
-
Returns the IV or null if this parameter set does not contain an IV.
- getIV() - Method in class javax.crypto.spec.RC5ParameterSpec
-
Returns the IV or null if this parameter set does not contain an IV.
- getJarEntry() - Method in class java.net.JarURLConnection
-
Return the JAR entry object for this connection, if any.
- getJarEntry(String) - Method in class java.util.jar.JarFile
-
Returns the JarEntry for the given entry name or
null if not found.
- getJarFile() - Method in class java.net.JarURLConnection
-
Return the JAR file for this connection.
- getJarFileURL() - Method in class java.net.JarURLConnection
-
Returns the URL for the Jar file for this connection.
- getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the major JDBC version number for this
driver.
- getJDBCMinorVersion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the minor JDBC version number for this
driver.
- getJointUserId() - Method in class ohos.bundle.BundleInfo
-
Obtains the name of the user ID shared among this application and other applications.
- getJournalMode() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the journal mode in this StoreConfig object.
- getJsBindingData() - Method in class ohos.aafwk.ability.ProviderFormInfo
-
Obtains the binding data of the JS form.
- getJsComponentName() - Method in class ohos.bundle.FormInfo
-
Obtains the JS component name of this JS form.
- getJsonParams() - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Obtains the custom JSON parameters used as filter conditions.
- getKeepAlive() - Method in class java.net.Socket
-
- getKeepAliveTime(TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the thread keep-alive time, which is the amount of time
that threads in excess of the core pool size may remain
idle before being terminated.
- getKey() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in interface java.util.Map.Entry
-
Returns the key corresponding to this entry.
- getKey() - Method in exception java.util.MissingResourceException
-
Gets parameter passed by constructor.
- getKey() - Method in class java.util.prefs.PreferenceChangeEvent
-
Returns the key of the preference that was changed.
- getKey() - Method in class javax.crypto.spec.DESedeKeySpec
-
Returns the DES-EDE key.
- getKey() - Method in class javax.crypto.spec.DESKeySpec
-
Returns the DES key material.
- getKey() - Method in class ohos.data.distributed.common.Entry
-
Obtains the key of a key-value pair.
- getKey() - Method in class ohos.event.notification.MessageUser
-
Obtains the key of this MessageUser.
- getKey() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the query key that identifies this contact.
- getKey(String, char[]) - Method in class java.security.KeyStore
-
Returns the key associated with the given alias, using the given
password to recover it.
- getKeyBoardType() - Method in class ohos.aafwk.ability.DeviceConfigInfo
-
Obtains the type of keyboard required by the application.
- getKeyCode() - Method in class ohos.multimodalinput.event.KeyEvent
-
Obtains the keycode of the current key event.
- getKeyCryptoAttr(int) - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the cryptographic attribute set of a key, depending on the input parameter.
- getKeyDownDuration() - Method in class ohos.multimodalinput.event.KeyEvent
-
Obtains the duration during which the current key is pressed down before this method is
called.
- getKeyEventListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring key events of this component.
- getKeyLength() - Method in class javax.crypto.spec.PBEKeySpec
-
Returns the to-be-derived key length or 0 if not specified.
- getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
-
Returns one key manager for each type of key material.
- getKeys() - Method in class java.util.ListResourceBundle
-
Returns an Enumeration of the keys contained in
this ResourceBundle and its parent bundles.
- getKeys() - Method in class java.util.PropertyResourceBundle
-
Returns an Enumeration of the keys contained in
this ResourceBundle and its parent bundles.
- getKeys() - Method in class java.util.ResourceBundle
-
Returns an enumeration of the keys.
- getKeys() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets all parameters for the current frame capture configuration.
- getKeys() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets all parameters for the current frame capture configuration.
- getKeys() - Method in class ohos.utils.BasePacMap
-
Obtains all the keys of the current object.
- getKeys() - Method in class ohos.utils.PacMap
-
Obtains all the keys of the current object.
- getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
-
Returns the keysize.
- getKeySpec(Key) - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
- getKeySpec(Key, Class<T>) - Method in class java.security.KeyFactory
-
Returns a specification (key material) of the given key object.
- getKeySpec(Key, String) - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
- getKeySpec(Key, Provider) - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
- getKeySpec(Cipher) - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Extract the enclosed PKCS8EncodedKeySpec object from the
encrypted data and return it.
- getKeySpec(SecretKey, Class<?>) - Method in class javax.crypto.SecretKeyFactory
-
Returns a specification (key material) of the given key object
in the requested format.
- getKeysSet() - Method in class ohos.media.common.AVMetadata
-
Obtains a set of available string keys contained in the media metadata.
- getKeyStore() - Method in class java.security.KeyStore.Builder
-
Returns the KeyStore described by this object.
- getKeyUsage() - Method in class java.security.cert.X509Certificate
-
Gets a boolean array representing bits of
the KeyUsage extension, (OID = 2.5.29.15).
- getKeyUsage() - Method in class java.security.cert.X509CertSelector
-
Returns the keyUsage criterion.
- getKeywords() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the keywords index field.
- getKeywords() - Static method in class ohos.global.icu.text.Collator
-
[icu] Returns an array of all possible keywords that are relevant to
collation.
- getKeywords() - Method in class ohos.global.icu.text.PluralRules
-
Returns a set of all rule keywords used in this PluralRules
object.
- getKeywords() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns an iterator over keywords for this locale.
- getKeywords(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns an iterator over keywords for the specified locale.
- getKeywords(String, int) - Method in class ohos.ai.nlu.NluClient
-
Extracts and obtains keywords (synchronous method).
- getKeywords(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Extracts and obtains keywords (asynchronous method).
- getKeywordValue(String) - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns the value for a keyword in this locale.
- getKeywordValue(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the value for a keyword in the specified locale.
- getKeywordValues(String) - Static method in class ohos.global.icu.text.Collator
-
[icu] Given a keyword, returns an array of all values for
that keyword that are currently in use.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class ohos.global.icu.text.Collator
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class ohos.global.icu.util.Calendar
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class ohos.global.icu.util.Currency
-
Given a key and a locale, returns an array of values for the key for which data
exists.
- getKvStore(Options, String) - Method in interface ohos.data.distributed.common.KvManager
-
Creates and obtains a KvStore database by specifying Options and storeId.
- getKvStoreErrorCode() - Method in exception ohos.data.distributed.common.KvStoreException
-
Obtains the kvStoreErrorCode of a KvStore exception.
- getKvStoreType() - Method in class ohos.data.distributed.common.Options
-
Obtains the KvStore database type.
- getL() - Method in class javax.crypto.spec.DHParameterSpec
-
Returns the size in bits, l, of the random exponent
(private value).
- getLabel() - Method in class ohos.bundle.AbilityInfo
-
Obtains the name of an ability that is visible to users or the resource index of the ability name.
- getLabel() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the name of the application visible to users or the resource index of the application name.
- getLabel() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the label of this HAP module.
- getLabel() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the label of the ability.
- getLabel() - Method in class ohos.bundle.LauncherShortcutInfo
-
Obtains the label of this shortcut.
- getLabel() - Method in class ohos.bundle.ShortcutInfo
-
Obtains the label of this shortcut.
- getLabel() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the label of this notification.
- getLabel() - Method in class ohos.global.icu.text.AlphabeticIndex.Bucket
-
Get the label
- getLabel(Context, String, String) - Method in interface ohos.security.fileprotect.ISfpPolicyManager
-
Obtains the label of a specified file.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.Email
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.Event
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.ImAddress
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.Relation
-
Obtains the label name of an attribute.
- getLabelName() - Method in class ohos.sysappcomponents.contact.entity.SipAddress
-
Obtains the label name of an attribute.
- getLabelType() - Method in class ohos.global.icu.text.AlphabeticIndex.Bucket
-
Is a normal, underflow, overflow, or inflow bucket
- getLandmarks() - Method in class ohos.media.camera.params.Face
-
Gets facial landmarks, for example, a left eye, right eye, nose, and mouth.
- getLanguage() - Method in class java.util.Locale
-
Returns the language code of this Locale.
- getLanguage() - Method in class ohos.ai.cv.text.TextConfiguration
-
Obtains the language type for text detection.
- getLanguage() - Method in class ohos.global.icu.util.ULocale
-
Returns the language code for this locale, which will either be the empty string
or a lowercase ISO 639 code.
- getLanguage(String) - Static method in class ohos.global.icu.util.ULocale
-
Returns the language code for the locale ID,
which will either be the empty string
or a lowercase ISO 639 code.
- getLanguageName(Locale, Locale) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains the language name localized for display in a given locale.
- getLanguageName(Locale, Locale, boolean) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Obtains the language name localized for display in a given locale.
- getLanguageType() - Method in class ohos.ai.cv.text.TextLine
-
Obtains the language type for detecting the text line.
- getLargestMinimum() - Method in class java.time.temporal.ValueRange
-
Gets the largest possible minimum value that the field can take.
- getLargestPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the largest number of threads that have ever
simultaneously been in the pool.
- getLast() - Method in class java.util.ArrayDeque
-
- getLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- getLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- getLast() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the last element of this deque.
- getLast() - Method in class java.util.LinkedList
-
Returns the last element in this list.
- getLastAccessedTime() - Method in interface javax.net.ssl.SSLSession
-
Returns the last time this Session representation was accessed by the
session level infrastructure, in milliseconds since
midnight, January 1, 1970 UTC.
- getLastAccessTime() - Method in class java.util.zip.ZipEntry
-
Returns the last access time of the entry.
- getLastContent() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the last content of the component.
- getLastErrorInfo(String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Obtains the last log of an operation failure.
- getLastMemoryLevel() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the last memory trimming level reported to the process, which corresponds to the value passed to
Ability#onMemoryLevel(int).
- getLastModified() - Method in class java.net.URLConnection
-
Returns the value of the last-modified header field.
- getLastModifiedTime() - Method in class java.util.zip.ZipEntry
-
Returns the last modification time of the entry.
- getLastModifiedTime(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Returns a file's last modified time.
- getLastObject() - Method in class ohos.media.photokit.support.FetchResult
-
Obtains the last instance in this FetchResult instance.
- getLastPath() - Method in class ohos.utils.net.Uri
-
Obtains the last path of the current URI.
- getLastPoint(Point) - Method in class ohos.agp.render.Path
-
Obtains the last point in the point array of this Path.
- getLastPositionChangedTime() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains the time elapsed since the last playback position change.
- getLastRefreshTextureImageTime() - Method in class ohos.agp.graphics.TextureHolder
-
- getLastStoredDataWhenConfigChanged() - Method in class ohos.app.AbilityContext
-
- getLastStoredDataWhenConfigChanged() - Method in interface ohos.app.Context
-
- getLastVisibleItemPosition() - Method in class ohos.agp.components.ListContainer
-
- getLatitude() - Method in class ohos.data.search.schema.EventItem
-
Obtains the value of the latitude index field.
- getLatitude() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the latitude index field.
- getLatitude() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the latitude of the shooting location.
- getLatitude() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the latitude index field.
- getLatitude() - Method in class ohos.location.GeoAddress
-
Obtains the latitude in the current GeoAddress object.
- getLatitude() - Method in class ohos.location.Location
-
Obtains the latitude of the device at the current location, in unit of degrees.
- getLatitude() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains latitude information about the photo.
- getLatLong(ImageSource) - Static method in class ohos.media.image.ExifUtils
-
Obtains longitude and latitude information about the image in its Exif property.
- getLaunchIntentForBundle(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains the
Intent for starting the main ability of an application based on the
given bundle name.
- getLaunchMode() - Method in class ohos.bundle.AbilityInfo
-
Obtains the launch mode of an ability, either singleton or standard.
- getLayoutConfig() - Method in class ohos.agp.components.Component
-
Obtains the layout parameters associated with a component.
- getLayoutConfig() - Method in class ohos.agp.window.service.Window
-
Obtains the LayoutConfig object of the Window instance to read or modify.
- getLayoutDirection() - Method in class ohos.agp.components.Component
-
Obtains the layout direction of this component.
- getLayoutDirection() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
- getLayoutDirectionResolved() - Method in class ohos.agp.components.Component
-
Obtains the resolved layout direction of this component.
- getLayoutId() - Method in class ohos.agp.components.ComponentProvider
-
Obtains the layout ID.
- getLayoutManager() - Method in class ohos.agp.components.ComponentContainer
-
Obtains a
LayoutManager object, which is used to lay out relevant child components.
- getLayoutParams() - Method in class ohos.aafwk.ability.Ability
-
Obtains window layout parameters of an ability.
- getLayoutParams() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains window layout parameters of an ability.
- getLayoutRefreshedListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring layout refresh of this component.
- getLayoutScatter() - Method in class ohos.agp.window.service.Window
-
Obtains the layout scatter of this window.
- getLayoutValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the layout data represented by a
SolidXml value referenced by the XML
attribute.
- getLeadingMargin(boolean) - Method in class ohos.agp.text.RichText
-
Obtains the leading margins of this rich text paragraph.
- getLeaseDuration() - Method in class ohos.wifi.IpInfo
-
Obtains the IP address lease duration of a Wi-Fi connection.
- getLeastMaximum(int) - Method in class java.util.Calendar
-
Returns the lowest maximum value for the given calendar field
of this Calendar instance.
- getLeastMaximum(int) - Method in class java.util.GregorianCalendar
-
Returns the lowest maximum value for the given calendar field
of this GregorianCalendar instance.
- getLeastMaximum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the lowest maximum value for the given field if varies.
- getLeastSignificantBits() - Method in class java.util.UUID
-
Returns the least significant 64 bits of this UUID's 128 bit value.
- getLedLightColor() - Method in class ohos.event.notification.NotificationSlot
-
- getLeft() - Method in class ohos.agp.components.Component
-
Obtains the left edge position of a component relative to the parent layout.
- getLeft() - Method in class ohos.ai.cv.common.BoundingBox
-
Obtains the horizontal coordinate of the upper left corner of the bounding box.
- getLeftElement() - Method in class ohos.agp.components.Text
-
Obtains the element on the left of the text.
- getLength() - Method in class java.net.DatagramPacket
-
Returns the length of the data to be sent or the length of the
data received.
- getLength() - Method in class java.text.Bidi
-
Return the length of text in the line.
- getLength() - Method in interface ohos.agp.components.AttrSet
-
Obtains the quantity of attributes in the attribute set.
- getLength() - Method in class ohos.agp.render.PathMeasure
-
Obtains the length of the associated path in this PathMeasure object.
- getLength() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains the length of a quaternion.
- getLength() - Method in class ohos.agp.render.render3d.math.Vector2
-
Obtains the length of this vector.
- getLength() - Method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the length of this vector.
- getLength() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the length of this vector.
- getLength() - Method in class ohos.global.icu.text.Bidi
-
Get the length of the text.
- getLength() - Method in class ohos.global.icu.text.BidiRun
-
Get length of run
- getLength() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns the length of the pattern substring associated with this Part.
- getLength() - Method in class ohos.global.icu.text.UCharacterIterator
-
Returns the length of the text
- getLength() - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getLength() - Method in interface ohos.org.xml.sax.Attributes
-
Return the number of attributes in the list.
- getLength(Object) - Static method in class java.lang.reflect.Array
-
Returns the length of the specified array object, as an int.
- getLengthSquared() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains the squared length of a quaternion.
- getLengthSquared() - Method in class ohos.agp.render.render3d.math.Vector2
-
Obtains the squared length of this vector.
- getLengthSquared() - Method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the squared length of this vector.
- getLengthSquared() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the squared length of this vector.
- getLevel() - Method in class java.util.logging.Handler
-
Get the log level specifying which messages will be
logged by this Handler.
- getLevel() - Method in class java.util.logging.Logger
-
Get the log Level that has been specified for this Logger.
- getLevel() - Method in class java.util.logging.LogRecord
-
Get the logging message level, for example Level.SEVERE.
- getLevel() - Method in class ohos.ai.cv.text.TextConfiguration
-
Obtains the text detection level.
- getLevel() - Method in class ohos.event.notification.NotificationSlot
-
- getLevelAt(int) - Method in class java.text.Bidi
-
Return the resolved level of the character at offset.
- getLevelAt(int) - Method in class ohos.global.icu.text.Bidi
-
Get the level for one character.
- getLevels() - Method in class ohos.global.icu.text.Bidi
-
Get an array of levels for each character.
- getLifecycle() - Method in class ohos.aafwk.ability.Ability
-
Obtains the
Lifecycle object of the current ability.
- getLifecycle() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the
Lifecycle object of the current ability slice.
- getLifecycle() - Method in class ohos.aafwk.ability.fraction.Fraction
-
- getLifecycle() - Method in interface ohos.aafwk.ability.ILifecycle
-
- getLifecycle() - Method in class ohos.aafwk.abilityjet.databinding.DataBinding
-
Obtains the lifecycle of the bound object.
- getLifecycleState() - Method in class ohos.aafwk.ability.Lifecycle
-
Obtains the current lifecycle event.
- getLightBrightness() - Method in class ohos.light.bean.LightEffect
-
Obtains the brightness value of a light.
- getLightIdList() - Method in class ohos.light.agent.LightAgent
-
Obtains the IDs of all lights on the device.
- getLightness() - Method in class ohos.agp.colors.HslColor
-
Obtains the lightness of a color.
- getLightType() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the light type.
- getLimit() - Method in class ohos.global.icu.text.BidiRun
-
Get position of one character after the end of the run in the source text
- getLimit() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Gets the EXCLUSIVE end index stored for the current position.
- getLimit() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns the pattern string limit (exclusive-end) index associated with this Part.
- getLimit(int, int) - Method in class ohos.global.icu.util.Calendar
-
Returns a limit for a field.
- getLimitPartIndex(int) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
- getLimits() - Method in class java.text.ChoiceFormat
-
Get the limits passed in the constructor.
- getLimitWidth(int) - Method in class ohos.agp.text.Layout
-
Obtains the text width of a specified line,
including the leading margin indent and trailing whitespace.
- getLineCount() - Method in class ohos.agp.text.Layout
-
Obtains the number of lines.
- getLineEnd(int) - Method in class ohos.agp.text.Layout
-
Obtains the horizontal coordinate of the end of a specified line.
- getLineHeight() - Method in class ohos.agp.text.TextForm
-
Obtains the line height of this text.
- getLineHeightCoefficient() - Method in class ohos.agp.render.Paint
-
Obtains the line height coefficient of text.
- getLineHeightOffset() - Method in class ohos.agp.render.Paint
-
Obtains the line height's offset between lines in text.
- getLineIndexByCharIndex(int) - Method in class ohos.agp.text.Layout
-
Obtains the index to the line where a specified indexed character is located.
- getLineIndexByCoordinate(int) - Method in class ohos.agp.text.Layout
-
Obtains the index of the line that is located at a specified vertical coordinate.
- getLineInstance() - Static method in class java.text.BreakIterator
-
- getLineInstance() - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(Locale) - Static method in class java.text.BreakIterator
-
Returns a new
BreakIterator instance
for
line breaks
for the given locale.
- getLineInstance(Locale) - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(ULocale) - Static method in class ohos.global.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineNumber() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the current line number.
- getLineNumber() - Method in class java.io.LineNumberReader
-
Get the current line number.
- getLineNumber() - Method in class java.lang.StackTraceElement
-
Returns the line number of the source line containing the execution
point represented by this stack trace element.
- getLineNumber() - Method in interface ohos.javax.xml.stream.Location
-
Return the line number where the current event ends,
returns -1 if none is available.
- getLineNumber() - Method in interface ohos.org.xml.sax.Locator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in exception ohos.org.xml.sax.SAXParseException
-
The line number of the end of the text where the exception occurred.
- getLineNumber(XMLStreamReader) - Static method in class ohos.utils.xml.XmlUtils
-
Obtains the current line number of the data that is being read in the XML document.
- getLineOrientation() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for lines.
- getLineRect() - Method in class ohos.ai.cv.text.TextLine
-
Obtains the rectangle specified by
CvRect for determining the position of non-curved text lines.
- getLineStart(int) - Method in class ohos.agp.text.Layout
-
Obtains the horizontal coordinate of the start of a specified line.
- getLinkAddresses() - Method in class ohos.net.ConnectionProperties
-
Obtains the address list of a connection, which may contain IPv4 and IPv6 addresses.
- getLinkDownstreamBandwidthKbps() - Method in class ohos.net.NetCapabilities
-
Retrieves the downstream bandwidth for this network in Kbps.
- getLinkedInfo() - Method in class ohos.wifi.WifiDevice
-
Obtains information about a Wi-Fi connection.
- getLinkFileStatus(String) - Static method in class ohos.system.OsHelper
-
Obtains the file status.
- getLinkSpeed() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the speed of a Wi-Fi access point.
- getLinkUpstreamBandwidthKbps() - Method in class ohos.net.NetCapabilities
-
Retrieves the upstream bandwidth for this network in Kbps.
- getLinkUri() - Method in class ohos.miscservices.inputmethod.RichContent
-
Obtains the URI of the web page content.
- getListContainer() - Method in class ohos.agp.window.dialog.ListDialog
-
Obtains the ListContainer used to display content for this list dialog box.
- getListener() - Method in class java.util.EventListenerProxy
-
Returns the listener associated with the proxy.
- getLittleIcon() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the icon of the notification.
- getLocalAddress() - Method in class java.net.DatagramSocket
-
Gets the local address to which the socket is bound.
- getLocalAddress() - Method in class java.net.Socket
-
Gets the local address to which the socket is bound.
- getLocalAddress() - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalAddress() - Method in class java.nio.channels.DatagramChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalAddress() - Method in interface java.nio.channels.NetworkChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalAddress() - Method in class java.nio.channels.ServerSocketChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalAddress() - Method in class java.nio.channels.SocketChannel
-
Returns the socket address that this channel's socket is bound to.
- getLocalCertificateChain() - Method in class java.net.SecureCacheResponse
-
Returns the certificate chain that were sent to the server during
handshaking of the original connection that retrieved the
network resource.
- getLocalCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the certificate(s) that were sent to the peer during
handshaking.
- getLocalCertificates() - Method in class javax.net.ssl.HttpsURLConnection
-
Returns the certificate(s) that were sent to the server during
handshaking.
- getLocalCertificates() - Method in interface javax.net.ssl.SSLSession
-
Returns the certificate(s) that were sent to the peer during
handshaking.
- getLocalClassName() - Method in class ohos.app.AbilityContext
-
- getLocalClassName() - Method in interface ohos.app.Context
-
Obtains the local class name of the ability.
- getLocalClipBounds() - Method in class ohos.agp.render.Canvas
-
Return the bounds of the clip in the parameter and return true if it is not empty.
- getLocalClipBounds(Rect) - Method in class ohos.agp.render.Canvas
-
Obtains the clip bounds represented by local coordinates.
- getLocalDeviceID() - Static method in class ohos.rpc.IPCSkeleton
-
Obtains the ID of the local device.
- getLocalDeviceInfo() - Method in interface ohos.data.distributed.common.KvManager
-
Get local device information;
- getLocalDeviceInfo() - Method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Obtains the local device information.
- getLocale() - Method in class java.text.MessageFormat
-
Gets the locale that's used when creating or comparing subformats.
- getLocale() - Method in class java.time.format.DateTimeFormatter
-
Gets the locale to be used during formatting.
- getLocale() - Method in class java.util.ResourceBundle
-
Returns the locale of this resource bundle.
- getLocale() - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Get locale
- getLocale() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getLocale() - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the locale used to determine the display names.
- getLocale() - Method in class ohos.global.icu.text.MeasureFormat
-
Get the locale of this instance.
- getLocale() - Method in class ohos.global.icu.text.MessageFormat
-
Returns the locale that's used when creating or comparing subformats.
- getLocale() - Method in class ohos.location.GeoAddress
-
Obtains the locale information, such as the country code, country name, and language,
of the current GeoAddress object.
- getLocale() - Static method in class ohos.system.DeviceInfo
-
Obtains the product locale represented by a string.
- getLocaleLanguage() - Static method in class ohos.system.DeviceInfo
-
Obtains the product locale's language represented by a string.
- getLocaleProfile() - Method in class ohos.global.configuration.Configuration
-
- getLocaleRegion() - Static method in class ohos.system.DeviceInfo
-
Obtains the product locale's region represented by a string.
- getLocales() - Method in class ohos.global.configuration.LocaleProfile
-
Obtains the array of locales.
- getLocalHost() - Static method in class java.net.InetAddress
-
Returns the address of the local host.
- getLocalId() - Method in class ohos.account.OsAccount
-
Obtains the local ID of an OS account.
- getLocality() - Method in class ohos.location.GeoAddress
-
Obtains the locality of the current GeoAddress object, such as Beijing or New York.
- getLocalizedDateTimePattern(FormatStyle, FormatStyle, Chronology, Locale) - Static method in class java.time.format.DateTimeFormatterBuilder
-
Gets the formatting pattern for date and time styles for a locale and chronology.
- getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
-
- getLocalizedMessage() - Method in class java.lang.Throwable
-
Creates a localized description of this throwable.
- getLocalizedName() - Method in class java.util.logging.Level
-
Return the localized string name of the Level, for
the current default locale.
- getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
-
- getLocalMatrix() - Method in class ohos.agp.render.render3d.components.LocalMatrixComponent
-
Obtains the local transform of the object relative to its parent object.
- getLocalName() - Method in class ohos.account.OsAccount
-
Obtains the local name of an OS account.
- getLocalName() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the Bluetooth friendly name of a device.
- getLocalName() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the (local) name of the current event.
- getLocalName(int) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's local name by index.
- getLocalPart() - Method in class ohos.javax.xml.namespace.QName
-
Get the local part of this QName.
- getLocalPatternChars() - Method in class java.text.DateFormatSymbols
-
Gets localized date-time pattern characters.
- getLocalPatternChars() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns localized date-time pattern characters.
- getLocalPort() - Method in class java.net.DatagramSocket
-
Returns the port number on the local host to which this socket
is bound.
- getLocalPort() - Method in class java.net.DatagramSocketImpl
-
Gets the local port.
- getLocalPort() - Method in class java.net.ServerSocket
-
Returns the port number on which this socket is listening.
- getLocalPort() - Method in class java.net.Socket
-
Returns the local port number to which this socket is bound.
- getLocalPort() - Method in class java.net.SocketImpl
-
Returns the value of this socket's localport field.
- getLocalPrincipal() - Method in class java.net.SecureCacheResponse
-
Returns the principal that was sent to the server during
handshaking in the original connection that retrieved the
network resource.
- getLocalPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the principal that was sent to the peer during handshaking.
- getLocalPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
-
Returns the principal that was sent to the server during handshaking.
- getLocalPrincipal() - Method in interface javax.net.ssl.SSLSession
-
Returns the principal that was sent to the peer during handshaking.
- getLocalSocketAddress() - Method in class java.net.DatagramSocket
-
Returns the address of the endpoint this socket is bound to.
- getLocalSocketAddress() - Method in class java.net.ServerSocket
-
Returns the address of the endpoint this socket is bound to.
- getLocalSocketAddress() - Method in class java.net.Socket
-
Returns the address of the endpoint this socket is bound to.
- getLocalSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
-
Obtains an array of supported signature algorithms that the local side
is willing to use.
- getLocalTime() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
- getLocation() - Method in exception java.net.HttpRetryException
-
Returns the value of the Location header field if the
error resulted from redirection.
- getLocation() - Method in class java.security.CodeSource
-
Returns the location associated with this CodeSource.
- getLocation() - Method in class ohos.data.search.schema.EventItem
-
Obtains the value of the location index field.
- getLocation() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the location index field.
- getLocation() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
Return the location of this event.
- getLocation() - Method in exception ohos.javax.xml.stream.XMLStreamException
-
Gets the location of the exception
- getLocation() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Return the current location of the processor.
- getLocation() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the geolocation configured for the current frame capture.
- getLocation() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the geolocation configured for the current frame capture.
- getLocationOnScreen() - Method in class ohos.agp.components.Component
-
Obtains the absolute position of a component on the screen.
- getLockscreenVisibleness() - Method in class ohos.event.notification.NotificationSlot
-
- getLogFileStream() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the log file stream of the application fault record.
- getLogger(String) - Static method in class java.util.logging.Logger
-
Find or create a logger for a named subsystem.
- getLogger(String) - Method in class java.util.logging.LogManager
-
Method to find a named logger.
- getLogger(String, String) - Static method in class java.util.logging.Logger
-
Find or create a logger for a named subsystem.
- getLoggerLevel(String) - Method in interface java.util.logging.LoggingMXBean
-
Gets the name of the log level associated with the specified logger.
- getLoggerName() - Method in class java.util.logging.LogRecord
-
Get the source Logger's name.
- getLoggerNames() - Method in interface java.util.logging.LoggingMXBean
-
Returns the list of currently registered logger names.
- getLoggerNames() - Method in class java.util.logging.LogManager
-
Get an enumeration of known logger names.
- getLoggingMXBean() - Static method in class java.util.logging.LogManager
-
Returns LoggingMXBean for managing loggers.
- getLogicalId() - Method in interface ohos.media.camera.device.CameraInfo
-
Gets the logical camera ID.
- getLogicalIndex(int) - Method in class ohos.global.icu.text.Bidi
-
Get the logical text position from a visual position.
- getLogicalMap() - Method in class ohos.global.icu.text.Bidi
-
Get a logical-to-visual index map (array) for the characters in the
Bidi (paragraph or line) object.
- getLogicalRun(int) - Method in class ohos.global.icu.text.Bidi
-
Get a logical run.
- getLoginTimeout() - Static method in class java.sql.DriverManager
-
Gets the maximum time in seconds that a driver can wait
when attempting to log in to a database.
- getLoginTimeout() - Method in interface javax.sql.CommonDataSource
-
Gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
- getLogManager() - Static method in class java.util.logging.LogManager
-
Returns the global LogManager object.
- getLogStream() - Static method in class java.sql.DriverManager
-
- getLogWriter() - Static method in class java.sql.DriverManager
-
Retrieves the log writer.
- getLogWriter() - Method in interface javax.sql.CommonDataSource
-
Retrieves the log writer for this DataSource
object.
- getLong() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a long value.
- getLong(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a long value.
- getLong(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC BIGINT parameter
as a long in the Java programming language.
- getLong(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a long in the Java programming language.
- getLong(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getLong(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getLong(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getLong(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a long.
- getLong(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getLong(int) - Method in class ohos.data.resultset.TableResultSet
-
Obtains the value of the specified column in the current row as a long.
- getLong(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the long value at the specified index of this ZSONArray and automatically converts
the value into a Long object.
- getLong(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the long value at the position specified by rowIndex and columnIndex.
- getLong(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
long or of another primitive type convertible to
type long via a widening conversion.
- getLong(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a long.
- getLong(String) - Static method in class java.lang.Long
-
Determines the long value of the system property
with the specified name.
- getLong(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC BIGINT parameter as a long
in the Java programming language.
- getLong(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a long in the Java programming language.
- getLong(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Long value of a specified column name.
- getLong(String) - Method in class ohos.media.common.AVMetadata
-
Obtains the long value of the specified key in the media metadata.
- getLong(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the long value matching the specified key in the map of this ZSONObject and automatically
converts the value into a Long object.
- getLong(String, long) - Static method in class java.lang.Long
-
Determines the long value of the system property
with the specified name.
- getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
-
- getLong(String, long) - Method in class java.util.prefs.Preferences
-
Returns the long value represented by the string associated with the
specified key in this preference node.
- getLong(String, long) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the long format.
- getLong(String, Long) - Static method in class java.lang.Long
-
Returns the long value of the system property with
the specified name.
- getLong(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
-
- getLong(TemporalField) - Method in interface java.time.chrono.Era
-
Gets the value of the specified field from this era as a long.
- getLong(TemporalField) - Method in class java.time.chrono.HijrahDate
-
- getLong(TemporalField) - Method in class java.time.chrono.JapaneseDate
-
- getLong(TemporalField) - Method in class java.time.chrono.MinguoDate
-
- getLong(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
-
- getLong(TemporalField) - Method in enum java.time.DayOfWeek
-
Gets the value of the specified field from this day-of-week as a long.
- getLong(TemporalField) - Method in class java.time.Instant
-
Gets the value of the specified field from this instant as a long.
- getLong(TemporalField) - Method in class java.time.LocalDate
-
Gets the value of the specified field from this date as a long.
- getLong(TemporalField) - Method in class java.time.LocalDateTime
-
Gets the value of the specified field from this date-time as a long.
- getLong(TemporalField) - Method in class java.time.LocalTime
-
Gets the value of the specified field from this time as a long.
- getLong(TemporalField) - Method in enum java.time.Month
-
Gets the value of the specified field from this month-of-year as a long.
- getLong(TemporalField) - Method in class java.time.MonthDay
-
Gets the value of the specified field from this month-day as a long.
- getLong(TemporalField) - Method in class java.time.OffsetDateTime
-
Gets the value of the specified field from this date-time as a long.
- getLong(TemporalField) - Method in class java.time.OffsetTime
-
Gets the value of the specified field from this time as a long.
- getLong(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
-
Gets the value of the specified field as a long.
- getLong(TemporalField) - Method in class java.time.Year
-
Gets the value of the specified field from this year as a long.
- getLong(TemporalField) - Method in class java.time.YearMonth
-
Gets the value of the specified field from this year-month as a long.
- getLong(TemporalField) - Method in class java.time.ZonedDateTime
-
Gets the value of the specified field from this date-time as a long.
- getLong(TemporalField) - Method in class java.time.ZoneOffset
-
Gets the value of the specified field from this offset as a long.
- getLongArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a long array matching the given key.
- getLongitude() - Method in class ohos.data.search.schema.EventItem
-
Obtains the value of the longitude index field.
- getLongitude() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the longitude index field.
- getLongitude() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the longitude of the shooting location.
- getLongitude() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the longitude index field.
- getLongitude() - Method in class ohos.location.GeoAddress
-
Obtains the longitude in the current GeoAddress object.
- getLongitude() - Method in class ohos.location.Location
-
Obtains the longitude of the device at the current location, in unit of degrees.
- getLongitude() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains longitude information about the photo.
- getLongMsg() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get a long message describing the error condition.
- getLongOperatorName() - Method in class ohos.telephony.NetworkState
-
Obtains the operator name in the long alphanumeric format of the registered network.
- getLongParam(String, long) - Method in class ohos.aafwk.content.Intent
-
Obtains a long value matching the given key.
- getLongStandAloneWeekdayNames(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the full names of all standalone weekdays for the locale specified by
Locale.
- getLongText() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- getLongValue() - Method in interface ohos.agp.components.Attr
-
Obtains the long value of an attribute.
- getLongValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the long value at the specified index of this ZSONArray.
- getLongValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of the long integer type.
- getLongValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the long value matching a specified key.
- getLongValue(String) - Method in class ohos.utils.PacMap
-
Obtains the long value matching a specified key.
- getLongValue(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getLongValue method to obtain the
long value
in the unmarshalled
PersistablePacMap object where
long has been converted
into
Integer.
- getLongValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the long value matching the specified key in the map of this ZSONObject.
- getLongValue(String, long) - Method in class ohos.utils.BasePacMap
-
Obtains the long value matching a specified key.
- getLongValue(String, long) - Method in class ohos.utils.PacMap
-
Obtains the long value matching a specified key.
- getLongValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the long[] value matching a specified key.
- getLongValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the long[] value matching a specified key.
- getLongValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getLongValueArray method to obtain the
long array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getLoop() - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Obtains the loop number of a sound playback task.
- getLoopbackAddress() - Static method in class java.net.InetAddress
-
Returns the loopback address.
- getLoopbackMode() - Method in class java.net.MulticastSocket
-
Get the setting for local loopback of multicast datagrams.
- getLoopedCount() - Method in class ohos.agp.animation.Animator
-
Obtains the repetition times of an animator.
- getLostDigits() - Method in class ohos.global.icu.math.MathContext
-
Returns the lostDigits setting.
- getLower() - Method in class ohos.utils.Scope
-
Obtains the lower bound of the current range.
- getLowerBounds() - Method in interface java.lang.reflect.WildcardType
-
Returns an array of Type objects representing the
lower bound(s) of this type variable.
- getLowerCaseScheme() - Method in class ohos.utils.net.Uri
-
Sets the scheme field in the current Uri object to lowercase.
- getLowestSetBit() - Method in class java.math.BigInteger
-
Returns the index of the rightmost (lowest-order) one bit in this
BigInteger (the number of zero bits to the right of the rightmost
one bit).
- getLowFrequency() - Method in class ohos.media.audio.ToneDescriptor
-
Obtains the low frequency value.
- getM() - Method in class java.security.spec.ECFieldF2m
-
Returns the value m of this characteristic
2 finite field.
- getMacAddress() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the Wi-Fi MAC address of a device.
- getMacLength() - Method in class javax.crypto.Mac
-
Returns the length of the MAC in bytes.
- getMagenta() - Method in class ohos.agp.colors.CmykColor
-
Obtains the proportion of magenta.
- getMainAbility() - Method in class ohos.bundle.HapModuleInfo
-
Obtains mainAbilityInfo.
- getMainAttributes() - Method in class java.net.JarURLConnection
-
Returns the main Attributes for the JAR file for this
connection.
- getMainAttributes() - Method in class java.util.jar.Manifest
-
Returns the main Attributes for the Manifest.
- getMainEventRunner() - Static method in class ohos.eventhandler.EventRunner
-
Obtains the EventRunner for the main thread of the application.
- getMainTaskDispatcher() - Method in class ohos.app.AbilityContext
-
- getMainTaskDispatcher() - Method in interface ohos.app.Context
-
Obtains a task dispatcher that is bound to the application main thread.
- getMajor() - Method in class ohos.global.icu.util.VersionInfo
-
Returns the major version number
- getMajorClass() - Method in class ohos.bluetooth.BluetoothDeviceClass
-
Obtains the major class value of this device class.
- getMajorMinorClass() - Method in class ohos.bluetooth.BluetoothDeviceClass
-
Obtains the major and minor class values of the Bluetooth device.
- getMajorVersion() - Method in interface java.sql.Driver
-
Retrieves the driver's major version number.
- getMajorVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the major (M) version number, which increases with any updates to the overall architecture.
- getManifest() - Method in class java.net.JarURLConnection
-
Returns the Manifest for this connection, or null if none.
- getManifest() - Method in class java.util.jar.JarFile
-
Returns the jar file manifest, or null if none.
- getManifest() - Method in class java.util.jar.JarInputStream
-
Returns the Manifest for this JAR file, or
null if none.
- getManufacturerCode(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the manufacturer code of a specified card slot of the device.
- getManufacturerData() - Method in class ohos.bluetooth.ble.BleAdvertiseData
-
Get the manufacturer data array defined in this advertise data.
- getManufacturerData() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the manufacturer data in a device scan.
- getManufacturerName() - Method in class ohos.usb.USBDevice
-
Get the manufacturer string of this device.
- getMap() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns the map backing this view.
- getMappedValue() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns the default mapped value for additions,
or null if additions are not supported.
- getMarginBottom() - Method in class ohos.agp.components.Component
-
Obtains the bottom margin of this component.
- getMarginBottom() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the bottom margin.
- getMarginLeft() - Method in class ohos.agp.components.Component
-
Obtains the left margin of this component.
- getMarginLeft() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the left margin.
- getMarginRight() - Method in class ohos.agp.components.Component
-
Obtains the right margin of this component.
- getMarginRight() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the right margin.
- getMargins() - Method in class ohos.agp.components.Component
-
Obtains the left, top, right, and bottom margins of this component.
- getMargins() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the left, top, right, and bottom margins of the component.
- getMarginsLeftAndRight() - Method in class ohos.agp.components.Component
-
Obtains horizontal margins of this component.
- getMarginsLeftAndRight() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains horizontal (left and right) margins of the component.
- getMarginsTopAndBottom() - Method in class ohos.agp.components.Component
-
Obtains vertical margins of this component.
- getMarginsTopAndBottom() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains vertical (top and bottom) margins of the component.
- getMarginTop() - Method in class ohos.agp.components.Component
-
Obtains the top margin of this component.
- getMarginTop() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Obtains the top margin.
- getMark() - Method in interface ohos.media.camera.device.FrameConfig
-
Obtains the unique mark on a FrameConfig instance.
- getMarkChangedListener() - Method in class ohos.agp.components.RadioContainer
-
Obtains a listener for monitoring change events of a radio button in this RadioContainer.
- getMarkedButtonId() - Method in class ohos.agp.components.RadioContainer
-
Obtains the ID of the selected radio button in a radio group.
- getMarkupInstance(DecimalFormat, String, String) - Static method in class ohos.global.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents.
- getMarkupInstance(ULocale, String, String) - Static method in class ohos.global.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents for this locale.
- getMaskFilter() - Method in class ohos.agp.render.Paint
-
Obtains the mask filter of this Paint.
- getMasterOutputFrameCount() - Static method in class ohos.media.audio.AudioManager
-
Obtains the number of frames in the buffer of the master output device.
- getMasterOutputSampleRate() - Static method in class ohos.media.audio.AudioManager
-
Obtains the sampling rate of the master output device.
- getMatchAllSubjectAltNames() - Method in class java.security.cert.X509CertSelector
-
- getMatchCount() - Method in class ohos.utils.LruBuffer
-
Obtains the number of times that the queried values are successfully matched.
- getMatchedText() - Method in class ohos.global.icu.text.SearchIterator
-
- getMatchingSkills() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Obtains the
MatchingSkills object carried in this
CommonEventSubscribeInfo object.
- getMatchLength() - Method in class ohos.global.icu.text.SearchIterator
-
Returns the length of text in the string which matches the search
pattern.
- getMatchMode() - Method in class ohos.multimodalinput.event.SpeechEvent
-
Obtains the match mode for the current recognition result.
- getMatchStart() - Method in class ohos.global.icu.text.SearchIterator
-
Returns the index to the match in the text string that was searched.
- getMaterial() - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Obtains the resource handle to the mesh material descriptor.
- getMaterial() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the material texture.
- getMaterial() - Method in class ohos.agp.render.render3d.resources.MeshDesc.PrimitiveDesc
-
Obtains the material of this primitive.
- getMaterial() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Obtains the material resource handle of a primitive.
- getMaterialDesc(ResourceHandle) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains a material descriptor using a specified handle.
- getMaterialFlags() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the material flags that define the shader variant to be used by this material.
- getMaterials() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of materials that have been imported.
- getMaterials() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all material resources.
- getMathContext() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the
MathContext being used to round numbers.
- getMathContextICU() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the
MathContext being used to round numbers.
- getMatrix() - Method in class ohos.agp.render.ColorMatrix
-
Obtains the floating point array of a colorMatrix instance.
- getMatrix(float, Matrix, int) - Method in class ohos.agp.render.PathMeasure
-
Obtains the matrix that saves the position or tangent value of the specified distance on the path.
- getMatrix(Matrix) - Method in class ohos.agp.render.Canvas
-
Obtains the current transformation matrix on the canvas.
- getMatrix(Matrix) - Method in class ohos.agp.render.ThreeDimView
-
Obtains the current transformation matrix.
- getMatrixForTransform(float[]) - Method in class ohos.agp.graphics.TextureHolder
-
Obtains the 4x4 matrix for texture image transformation.
- getMax() - Method in class java.util.DoubleSummaryStatistics
-
Returns the maximum recorded value, Double.NaN if any recorded
value was NaN or Double.NEGATIVE_INFINITY if no values were
recorded.
- getMax() - Method in class java.util.IntSummaryStatistics
-
Returns the maximum value recorded, or Integer.MIN_VALUE if no
values have been recorded.
- getMax() - Method in class java.util.LongSummaryStatistics
-
Returns the maximum value recorded, or Long.MIN_VALUE if no
values have been recorded
- getMax() - Method in class ohos.agp.components.ProgressBar
-
Obtains the upper limit of a determinate progress bar.
- getMax() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the maximum value between the float values in the X and Y axes of this DimensFloat instance.
- getMax() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the maximum value between the float values in the X and Y axes of this DimensFloat instance.
- getMaxAccuracy() - Method in class ohos.location.RequestParam
-
Obtain the location accuracy threshold in the RequestParam object.
- getMaxAge() - Method in class java.net.HttpCookie
-
Returns the maximum age of the cookie, specified in seconds.
- getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
-
Returns the maximum key length for the specified transformation
according to the installed JCE jurisdiction policy files.
- getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
-
Returns an AlgorithmParameterSpec object which contains
the maximum cipher parameter value according to the
jurisdiction policy file.
- getMaxAngle() - Method in class ohos.agp.components.RoundProgressBar
-
Obtains the maximum sweep angle of this round progress bar.
- getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of hex characters this database allows in an
inline binary literal.
- getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
catalog name.
- getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters this database allows
for a character literal.
- getMaxChars() - Method in class ohos.miscservices.inputmethod.EditingCapability
-
Obtains the maximum number of characters in the text.
- getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters this database allows
for a column name.
- getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
GROUP BY clause.
- getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an index.
- getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an
ORDER BY clause.
- getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
SELECT list.
- getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a table.
- getMaxConnections() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of concurrent connections to this
database that are possible.
- getMaxCount() - Method in class ohos.agp.components.IndexBar
-
Obtains the maximum number of indexes on this index bar.
- getMaxCRL() - Method in class java.security.cert.X509CRLSelector
-
Returns the maxCRLNumber criterion.
- getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
cursor name.
- getMaxDataSize() - Static method in class ohos.media.audio.AudioWaver
-
Obtains the maximum size allowed for audio data capturing.
- getMaxDate() - Method in class ohos.agp.components.DatePicker
-
Obtains the maximal date supported by the date picker.
- getMaxExpansion(int) - Method in class java.text.CollationElementIterator
-
Return the maximum length of any expansion sequences that end
with the specified comparison order.
- getMaxExpansion(int) - Method in class ohos.global.icu.text.CollationElementIterator
-
Returns the maximum length of any expansion sequence that ends with
the specified collation element.
- getMaxFieldSize() - Method in interface java.sql.Statement
-
Retrieves the maximum number of bytes that can be
returned for character and binary column values in a ResultSet
object produced by this Statement object.
- getMaxFieldSize() - Method in interface javax.sql.RowSet
-
Retrieves the maximum number of bytes that may be returned
for certain column values.
- getMaxHeight() - Method in class ohos.agp.components.ProgressBar
-
Obtains the maximum height of the progress bar.
- getMaximum() - Method in class java.time.temporal.ValueRange
-
Gets the maximum value that the field can take.
- getMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value for the given calendar field of this
Calendar instance.
- getMaximum(int) - Method in class java.util.GregorianCalendar
-
Returns the maximum value for the given calendar field of this
GregorianCalendar instance.
- getMaximum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the maximum value for the given time field.
- getMaximumContextLength() - Method in class ohos.global.icu.text.Transliterator
-
Returns the length of the longest context required by this transliterator.
- getMaximumFractionDigits() - Method in class java.text.DecimalFormat
-
Gets the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumFractionDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the effective maximum number of integer digits after the decimal separator.
- getMaximumFractionDigits() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction
portion of a number.
- getMaximumIntegerDigits() - Method in class java.text.DecimalFormat
-
Gets the maximum number of digits allowed in the integer portion of a
number.
- getMaximumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaximumIntegerDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the effective maximum number of digits before the decimal separator.
- getMaximumIntegerDigits() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaximumLength() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the maximum length of text allowed for this node.
- getMaximumPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the maximum allowed number of threads.
- getMaximumSignificantDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the effective maximum number of significant digits displayed.
- getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for an
index, including all of the parts of the index.
- getMaxInterval() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the maximum sampling interval of a sensor.
- getMaxKeyCode() - Static method in class ohos.multimodalinput.event.KeyEvent
-
Obtains the max keycode of the current key event.
- getMaxLabelCount() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the limit on the number of labels in the index.
- getMaxLines() - Method in class ohos.agp.render.Paint
-
Obtains the maximum number of lines that can be displayed.
- getMaxLines() - Method in class ohos.miscservices.inputmethod.EditingCapability
-
Obtains the maximum number of lines in the text.
- getMaxPacketSize() - Method in class ohos.usb.USBEndpoint
-
Get the maximum packet size of this endpoint.
- getMaxPathLength() - Method in class java.security.cert.PKIXBuilderParameters
-
Returns the value of the maximum number of intermediate non-self-issued
certificates that may exist in a certification path.
- getMaxPower() - Method in class ohos.usb.USBConfig
-
Get the maximum power consumption of the current configuration.
- getMaxPriority() - Method in class java.lang.ThreadGroup
-
Returns the maximum priority of this thread group.
- getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
procedure name.
- getMaxRows() - Method in interface java.sql.Statement
-
Retrieves the maximum number of rows that a
ResultSet object produced by this
Statement object can contain.
- getMaxRows() - Method in interface javax.sql.RowSet
-
Retrieves the maximum number of rows that this RowSet
object can contain.
- getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of bytes this database allows in
a single row.
- getMaxScale() - Method in class ohos.agp.utils.Matrix
-
Obtains the maximum scale factor of this Matrix by decomposing the scaling and skewing elements.
- getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
schema name.
- getMaxScreenIntentAgent() - Method in class ohos.event.notification.NotificationRequest
-
- getMaxSdkVersion() - Method in class ohos.bundle.BundleInfo
-
Obtains the maximum SDK version required for running the application.
- getMaxSendLength() - Method in class ohos.nfc.tag.TagManager
-
Queries the maximum length of data that can be sent to a tag.
- getMaxSimCount() - Method in class ohos.telephony.SimInfoManager
-
Obtains the maximum number of SIM cards that can be used simultaneously on the device,
that is, the maximum number of SIM card slots.
- getMaxSize() - Method in class ohos.net.HttpResponseCache
-
Obtains the maximum number of bytes in a cache.
- getMaxSpan() - Method in class ohos.agp.components.TableLayout.Specification
-
Obtains the end cell of an element in the table layout.
- getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
an SQL statement.
- getMaxStatements() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of active statements to this database
that can be open at the same time.
- getMaxStrokeDuration() - Method in class ohos.accessibility.ability.GesturePathDefine
-
Obtains the duration for completing the maximum number of gesture strokes.
- getMaxStrokes() - Method in class ohos.accessibility.ability.GesturePathDefine
-
Obtains the maximum number of strokes in this gesture path.
- getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
a table name.
- getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of tables this database allows in a
SELECT statement.
- getMaxTextHeight() - Method in class ohos.agp.components.Text
-
Get max height of Text.
- getMaxTextLines() - Method in class ohos.agp.components.Text
-
Obtains the maximum number of lines allowed in a text component.
- getMaxTextWidth() - Method in class ohos.agp.components.Text
-
Get max width of Text.
- getMaxToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the maximum value between the int values in the X and Y axes of this DimensFloat instance.
- getMaxToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the maximum value between the int values in the X and Y axes of this DimensFloat instance.
- getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
a user name.
- getMaxValue() - Method in class ohos.agp.components.Picker
-
Obtains the maximum value of the number picker.
- getMaxVariable() - Method in class ohos.global.icu.text.Collator
-
[icu] Returns the maximum reordering group whose characters are affected by
the alternate handling behavior.
- getMaxVariable() - Method in class ohos.global.icu.text.RuleBasedCollator
-
[icu] Returns the maximum reordering group whose characters are affected by
the alternate handling behavior.
- getMaxVolume() - Static method in class ohos.media.audio.AudioRenderer
-
Obtains the maximum volume allowed for the stream playback.
- getMaxVolume(AudioManager.AudioVolumeType) - Method in class ohos.media.audio.AudioManager
-
Obtains the maximum volume level of a specified type of audio streams.
- getMaxWidth() - Method in class ohos.agp.components.ProgressBar
-
Obtains the maximum width of a progress bar.
- getMaxWidth() - Method in class ohos.agp.components.SearchBar
-
Obtains the maximum width specified for the search bar.
- getMeasurementSystem() - Method in enum ohos.global.i18n.text.MeasureOptions.Unit
-
- getMeasurementSystem(ULocale) - Static method in class ohos.global.icu.util.LocaleData
-
Returns the measurement system used in the locale specified by the locale.
- getMeasureSpec(int, int) - Static method in class ohos.agp.components.Component.MeasureSpec
-
Deprecated.
- getMeasureUnit() - Method in enum ohos.global.i18n.text.MeasureOptions.Unit
-
- getMediaId() - Method in class ohos.media.common.AVDescription
-
Obtains the ID of the media item.
- getMediaId() - Method in class ohos.media.common.sessioncore.AVElement
-
Obtains the media item ID.
- getMedian() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the median value of the float values in the X and Y axes of this DimensFloat instance.
- getMedian() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the median value of the float values in the X and Y axes of this DimensFloat instance.
- getMedianToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the median value of the int values in the X and Y axes of this DimensFloat instance.
- getMedianToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the median value of the int values in the X and Y axes of this DimensFloat instance.
- getMediaPath(int) - Method in class ohos.global.resource.ResourceManager
-
Obtains the media file path based on the resource ID.
- getMediaResource() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the Media attribute represented by the Resource referenced by the XML attribute.
- getMediaUri() - Method in class ohos.media.common.AVDescription
-
Obtains the URI of the media content.
- getMediaValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the relative path of the media file represented by a string value referenced by the XML
attribute.
- getMediaValue(String, ResourceManager) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains media resources matching the key in this Theme.
- getMeid(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the MEID of a specified card slot of the device.
- getMemoryStatistic(String) - Static method in class ohos.hiviewdfx.Debug
-
Obtains statistics about the memory of a specified name.
- getMemoryStatistics() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the statistics about all memory used by this process.
- getMesh() - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Obtains the resource handle to the mesh descriptor.
- getMeshDesc(ResourceHandle) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains a mesh descriptor using a specified handle.
- getMeshes() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of meshes that have been imported.
- getMeshes() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all mesh resources.
- getMessage() - Method in exception java.io.InvalidClassException
-
Produce the message and include the classname, if present.
- getMessage() - Method in exception java.io.WriteAbortedException
-
Produce the message and include the message from the nested
exception, if there is one.
- getMessage() - Method in class java.lang.Throwable
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception java.net.URISyntaxException
-
Returns a string describing the parse error.
- getMessage() - Method in exception java.nio.charset.MalformedInputException
-
Returns the message.
- getMessage() - Method in exception java.nio.charset.UnmappableCharacterException
-
Returns the message.
- getMessage() - Method in exception java.nio.file.FileSystemException
-
Returns the detail message string.
- getMessage() - Method in exception java.nio.file.InvalidPathException
-
Returns a string describing the error.
- getMessage() - Method in exception java.security.cert.CertificateRevokedException
-
- getMessage() - Method in exception java.util.DuplicateFormatFlagsException
-
- getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
-
- getMessage() - Method in exception java.util.IllegalFormatCodePointException
-
- getMessage() - Method in exception java.util.IllegalFormatConversionException
-
- getMessage() - Method in exception java.util.IllegalFormatFlagsException
-
- getMessage() - Method in exception java.util.IllegalFormatPrecisionException
-
- getMessage() - Method in exception java.util.IllegalFormatWidthException
-
- getMessage() - Method in class java.util.logging.LogRecord
-
Get the "raw" log message, before localization or formatting.
- getMessage() - Method in exception java.util.MissingFormatArgumentException
-
- getMessage() - Method in exception java.util.MissingFormatWidthException
-
- getMessage() - Method in exception java.util.regex.PatternSyntaxException
-
Returns a multi-line string containing the description of the syntax
error and its index, the erroneous regular-expression pattern, and a
visual indication of the error index within the pattern.
- getMessage() - Method in exception java.util.UnknownFormatConversionException
-
- getMessage() - Method in exception java.util.UnknownFormatFlagsException
-
- getMessage() - Method in exception ohos.aafwk.ability.FormException
-
- getMessage() - Method in class ohos.ai.nlu.ResponseResult
-
Obtains the result message (represented by the message field) of NLU recognition.
- getMessage() - Method in error ohos.javax.xml.parsers.FactoryConfigurationError
-
Return the message (if any) for this error .
- getMessage() - Method in error ohos.javax.xml.stream.FactoryConfigurationError
-
Report the message associated with this error
- getMessage() - Method in exception ohos.org.xml.sax.SAXException
-
Return a detail message for this exception.
- getMessage() - Method in exception ohos.system.OsHelperErrnoException
-
Obtains the exception information about this OsHelperErrnoException instance.
- getMessageClass() - Method in class ohos.telephony.ShortMessage
-
Obtains the SMS type.
- getMessageDigest() - Method in class java.security.DigestInputStream
-
Returns the message digest associated with this stream.
- getMessageDigest() - Method in class java.security.DigestOutputStream
-
Returns the message digest associated with this stream.
- getMessageSchema() - Static method in class ohos.data.search.schema.MessageItem
-
Obtains a list of index field attributes in this MessageItem object.
- getMessageUser() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Obtains the message sender to be displayed for any messages sent by the user in this
conversation-like notification.
- getMessageUsers() - Method in class ohos.event.notification.NotificationRequest
-
Obtains all
MessageUser objects associated with this notification.
- getMetaData() - Method in interface java.sql.Connection
-
Retrieves a DatabaseMetaData object that contains
metadata about the database to which this
Connection object represents a connection.
- getMetaData() - Method in interface java.sql.PreparedStatement
-
Retrieves a ResultSetMetaData object that contains
information about the columns of the ResultSet object
that will be returned when this PreparedStatement object
is executed.
- getMetaData() - Method in interface java.sql.ResultSet
-
Retrieves the number, types and properties of
this ResultSet object's columns.
- getMetallicFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the display name of the meta zone.
- getMetaZoneID(String, long) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the meta zone ID for the given canonical time zone ID at the given date.
- getMethod() - Method in class java.util.zip.ZipEntry
-
Returns the compression method of the entry.
- getMethod() - Method in interface ohos.agp.components.webengine.ResourceRequest
-
Obtains the associated HTTP method.
- getMethod(String, Class<?>...) - Method in class java.lang.Class
-
Returns a Method object that reflects the specified public
member method of the class or interface represented by this
Class object.
- getMethodName() - Method in class java.lang.StackTraceElement
-
Returns the name of the method containing the execution point
represented by this stack trace element.
- getMethods() - Method in class java.lang.Class
-
Returns an array containing Method objects reflecting all the
public methods of the class or interface represented by this
Class object, including those declared by the class or interface and
those inherited from superclasses and superinterfaces.
- getMethodType() - Method in interface java.lang.invoke.MethodHandleInfo
-
Returns the nominal type of the cracked symbolic reference, expressed as a method type.
- getMGFAlgorithm() - Method in class java.security.spec.PSSParameterSpec
-
Returns the mask generation function algorithm name.
- getMGFAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
-
Returns the mask generation function algorithm name.
- getMGFParameters() - Method in class java.security.spec.PSSParameterSpec
-
Returns the parameters for the mask generation function.
- getMGFParameters() - Method in class javax.crypto.spec.OAEPParameterSpec
-
Returns the parameters for the mask generation function.
- getMicro() - Method in class ohos.global.icu.util.VersionInfo
-
Returns the micro version number
- getMiddleName() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the middle name of this contact.
- getMiddleNamePhonetic() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the phonetic middle name of this contact.
- getMidTermsOfReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
-
Returns an integer array which contains the order of the
middle term(s) of the reduction polynomial for polynomial
basis or null for normal basis.
- getMifareType() - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the Mifare type of this MifareClassic tag.
- getMifareType() - Method in class ohos.nfc.tag.MifareUltralightTag
-
Obtains the type of the MIFARE Ultralight tag.
- getMilli() - Method in class ohos.global.icu.util.VersionInfo
-
Returns the milli version number
- getMillis() - Method in class java.util.logging.LogRecord
-
Get event time in milliseconds since 1970.
- getMimeData() - Method in class ohos.agp.components.DragEvent
-
- getMimeDecoder() - Static method in class java.util.Base64
-
Returns a
Decoder that decodes using the
MIME type base64 decoding scheme.
- getMimeEncoder() - Static method in class java.util.Base64
-
Returns a
Encoder that encodes using the
MIME type base64 encoding scheme.
- getMimeEncoder(int, byte[]) - Static method in class java.util.Base64
-
Returns a
Encoder that encodes using the
MIME type base64 encoding scheme
with specified line length and line separators.
- getMimeInputsFromIntent(Intent, String) - Static method in class ohos.event.notification.NotificationUserInput
-
Obtains the input results of a particular MIME type from a specified ohos.aafwk.content.Intent.
- getMimeType() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains the MIME type of the resource response.
- getMimeType() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Obtains the MIME type of this message.
- getMimeType() - Method in class ohos.media.photokit.support.AlbumListInfo
-
Obtains the MIME type of the photo.
- getMimeType() - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Obtains MIME types of a record.
- getMimeTypeOnlyUserInputs() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the
NotificationUserInput objects that only allow values of particular MIME types when this
NotificationActionButton is sent.
- getMimeTypes() - Method in interface ohos.agp.components.webengine.PickFilesParams
-
Obtains a list of supported MIME types.
- getMimeTypes() - Method in class ohos.media.codec.CodecDescription
-
Obtains the MIME types supported by this Codec.
- getMimeTypes() - Method in class ohos.miscservices.inputmethod.RichContent
-
Obtains the MIME type supported by rich content.
- getMimeTypes() - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Obtains non-repeating MIME types of all records in PasteData.
- getMimeTypes() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains MIME types of all content on the pasteboard.
- getMin() - Method in class java.util.DoubleSummaryStatistics
-
Returns the minimum recorded value, Double.NaN if any recorded
value was NaN or Double.POSITIVE_INFINITY if no values were
recorded.
- getMin() - Method in class java.util.IntSummaryStatistics
-
Returns the minimum value recorded, or Integer.MAX_VALUE if no
values have been recorded.
- getMin() - Method in class java.util.LongSummaryStatistics
-
Returns the minimum value recorded, or Long.MAX_VALUE if no
values have been recorded.
- getMin() - Method in class ohos.agp.components.ProgressBar
-
Obtains the lower limit of a determinate progress bar.
- getMin() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the minimum value between the float values in the X and Y axes of this DimensFloat instance.
- getMin() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the minimum value between the float values in the X and Y axes of this DimensFloat instance.
- getMinBufferSize(int, int, int) - Static method in class ohos.media.audio.AudioCapturer
-
Obtains the minimum buffer size (in bytes) required in the specified conditions.
- getMinBufferSize(int, AudioStreamInfo.EncodingFormat, AudioStreamInfo.ChannelMask) - Static method in class ohos.media.audio.AudioRenderer
-
Obtains the minimum buffer size required to ensure normal audio stream playback in
PlayMode#MODE_STREAM
mode.
- getMinCaptureDuration(int, Size) - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the minimum capture interval for streams with a specified image format and resolution.
- getMinCaptureDuration(Class<T>, Size) - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the minimum capture interval for streams with a given resolution
based on a specified
Class object.
- getMinCompatibleVersionCode() - Method in class ohos.bundle.BundleInfo
-
Obtains the minimum compatible version required for the application to run.
- getMinCount() - Method in class ohos.agp.components.IndexBar
-
Obtains the minimum number of indexes on this index bar.
- getMinCRL() - Method in class java.security.cert.X509CRLSelector
-
Returns the minCRLNumber criterion.
- getMinDataSize() - Static method in class ohos.media.audio.AudioWaver
-
Obtains the minimum size allowed for audio data capturing.
- getMinDate() - Method in class ohos.agp.components.DatePicker
-
Obtains the minimal date supported by the date picker.
- getMinFormHeight() - Method in class ohos.bundle.AbilityInfo
-
- getMinFormWidth() - Method in class ohos.bundle.AbilityInfo
-
- getMinHeight() - Method in class ohos.agp.components.Component
-
Obtains the minimum possible height of the component.
- getMinHeight() - Method in class ohos.agp.components.element.Element
-
Obtains the minimum Element height suitable for the layout.
- getMinHeight() - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains the minimum height of the wallpaper.
- getMinimalDaysInFirstWeek() - Method in class java.time.temporal.WeekFields
-
Gets the minimal number of days in the first week.
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
-
Gets what the minimal days required in the first week of the year are;
e.g., if the first week is defined as one that contains the first day
of the first month of a year, this method returns 1.
- getMinimalDaysInFirstWeek() - Method in class ohos.global.icu.util.Calendar
-
Returns what the minimal days required in the first week of the year are.
- getMinimum() - Method in class java.time.temporal.ValueRange
-
Gets the minimum value that the field can take.
- getMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value for the given calendar field of this
Calendar instance.
- getMinimum(int) - Method in class java.util.GregorianCalendar
-
Returns the minimum value for the given calendar field of this
GregorianCalendar instance.
- getMinimum(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the minimum value for the given time field.
- getMinimumExponentDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the minimum number of digits printed in the exponent in scientific notation.
- getMinimumFractionDigits() - Method in class java.text.DecimalFormat
-
Gets the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumFractionDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the effective minimum number of integer digits after the decimal separator.
- getMinimumFractionDigits() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumGroupingDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the minimum number of digits before grouping is triggered.
- getMinimumIntegerDigits() - Method in class java.text.DecimalFormat
-
Gets the minimum number of digits allowed in the integer portion of a
number.
- getMinimumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinimumIntegerDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the effective minimum number of digits before the decimal separator.
- getMinimumIntegerDigits() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinimumSignificantDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the effective minimum number of significant digits displayed.
- getMinInterval() - Static method in class ohos.media.audio.AudioWaver
-
Obtains the minimum interval allowed for audio data capturing.
- getMinInterval() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the minimum sampling interval of a sensor.
- getMinor() - Method in class ohos.global.icu.util.VersionInfo
-
Returns the minor version number
- getMinorVersion() - Method in interface java.sql.Driver
-
Gets the driver's minor version number.
- getMinScale() - Method in class ohos.agp.utils.Matrix
-
Obtains the minimum scale factor of this Matrix by decomposing the scaling and skewing elements.
- getMinSdkVersion() - Method in class ohos.bundle.BundleInfo
-
Obtains the minimum SDK version required for running the application.
- getMinSpan() - Method in class ohos.agp.components.TableLayout.Specification
-
Obtains the start cell of an element in the table layout.
- getMinToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the minimum value between the int values in the X and Y axes of this DimensFloat instance.
- getMinToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the minimum value between the int values in the X and Y axes of this DimensFloat instance.
- getMinusSign() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to represent minus sign.
- getMinusSign() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used to represent minus sign.
- getMinusSignString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used to represent minus sign.
- getMinute() - Method in class java.time.LocalDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class java.time.LocalTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class java.time.OffsetDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class java.time.OffsetTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class java.time.ZonedDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class ohos.agp.components.TimePicker
-
Obtains the selected minute.
- getMinutes() - Method in class java.sql.Date
-
Deprecated.
- getMinutes() - Method in class java.util.Date
-
- getMinValue() - Method in class ohos.agp.components.Picker
-
Obtains the minimum value of the number picker.
- getMinVolume() - Static method in class ohos.media.audio.AudioRenderer
-
Obtains the minimum volume allowed for the stream playback.
- getMinVolume(AudioManager.AudioVolumeType) - Method in class ohos.media.audio.AudioManager
-
Obtains the minimum volume level of a specified type of audio streams.
- getMinWidth() - Method in class ohos.agp.components.Component
-
Obtains the minimum possible width of the component.
- getMinWidth() - Method in class ohos.agp.components.element.Element
-
Obtains the minimum Element width suitable for the layout.
- getMinWidth() - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Obtains the minimum width of the wallpaper.
- getMirror(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Maps the specified code point to a "mirror-image" code point.
- getMissCount() - Method in class ohos.utils.LruBuffer
-
Obtains the number of times that the queried values are not matched.
- getMissionLockModeState() - Method in interface ohos.app.IAbilityManager
-
Obtains the current state of the lock mission mode.
- getMode() - Method in class ohos.agp.components.Component
-
Obtains the showing mode of this component.
- getMode() - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Obtains a sound effect mode.
- getMode(int) - Static method in class ohos.agp.components.Component.EstimateSpec
-
Obtains the showing mode of this component.
- getMode(int) - Static method in class ohos.agp.components.Component.MeasureSpec
-
Deprecated.
- getModel() - Static method in class ohos.system.DeviceInfo
-
Obtains the product model represented by a string.
- getModeResolved() - Method in class ohos.agp.components.Component
-
Obtains the display mode of the device holding this component.
- getModeValue() - Method in enum ohos.media.audio.AudioRenderer.PlayMode
-
Obtains an enum value.
- getModifiers() - Method in class java.lang.Class
-
Returns the Java language modifiers for this class or interface, encoded
in an integer.
- getModifiers() - Method in interface java.lang.invoke.MethodHandleInfo
-
Returns the access modifiers of the underlying member.
- getModifiers() - Method in class java.lang.reflect.Constructor
-
Returns the Java language
Modifier for
the executable represented by this object.
- getModifiers() - Method in class java.lang.reflect.Executable
-
Returns the Java language
Modifier for
the executable represented by this object.
- getModifiers() - Method in class java.lang.reflect.Field
-
Returns the Java language modifiers for the field represented
by this Field object, as an integer.
- getModifiers() - Method in interface java.lang.reflect.Member
-
Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer.
- getModifiers() - Method in class java.lang.reflect.Method
-
Returns the Java language
Modifier for
the executable represented by this object.
- getModifiers() - Method in class java.lang.reflect.Parameter
-
Get the modifier flags for this the parameter represented by
this Parameter object.
- getModuleDirs() - Method in class ohos.bundle.BundleInfo
-
Obtains the paths of all modules of the application.
- getModuleInfos() - Method in class ohos.bundle.ApplicationInfo
-
Obtains information about all modules of the application.
- getModuleMainAbility(String, String) - Method in interface ohos.bundle.IBundleManager
-
get mainAbility info by bundleName and moduleName.
- getModuleName() - Method in class ohos.bundle.AbilityInfo
-
Obtains the module-name tag of an ability.
- getModuleName() - Method in class ohos.bundle.FormInfo
-
Obtains the name of the application module to which this form belongs.
- getModuleName() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the name of this HAP module.
- getModuleName() - Method in class ohos.bundle.ModuleInfo
-
Obtains the name of the module hosting the current ability.
- getModuleNames() - Method in class ohos.bundle.BundleInfo
-
Obtains all module names of the application.
- getModulePublicDirs() - Method in class ohos.bundle.BundleInfo
-
Obtains the public paths of all modules of the application.
- getModuleSourceDir() - Method in class ohos.bundle.ModuleInfo
-
Obtains the source directory of an installed module.
- getModuleSourceDirs() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the path storing the module resources of the application.
- getModulus() - Method in interface java.security.interfaces.RSAKey
-
Returns the modulus.
- getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
-
Returns the modulus.
- getModulus() - Method in class java.security.spec.RSAPublicKeySpec
-
Returns the modulus.
- getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
Returns the monetary decimal separator.
- getMonetaryDecimalSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the monetary decimal separator.
- getMonetaryDecimalSeparatorString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the monetary decimal separator string.
- getMonetaryGroupingSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the monetary grouping separator.
- getMonetaryGroupingSeparatorString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the monetary grouping separator.
- getMonitorsNum() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- getMonth() - Method in class java.sql.Time
-
Deprecated.
- getMonth() - Method in class java.time.LocalDate
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.time.LocalDateTime
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.time.MonthDay
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.time.OffsetDateTime
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.time.YearMonth
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the month of the transition.
- getMonth() - Method in class java.time.ZonedDateTime
-
Gets the month-of-year field using the Month enum.
- getMonth() - Method in class java.util.Date
-
- getMonth() - Method in class ohos.agp.components.DatePicker
-
Obtains the month set in the date picker.
- getMonths() - Method in class java.text.DateFormatSymbols
-
Gets month strings.
- getMonths() - Method in class java.time.Period
-
Gets the amount of months of this period.
- getMonths() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns month strings.
- getMonths(int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns month strings.
- getMonthValue() - Method in class java.time.LocalDate
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class java.time.LocalDateTime
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class java.time.MonthDay
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class java.time.OffsetDateTime
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class java.time.YearMonth
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class java.time.ZonedDateTime
-
Gets the month-of-year field from 1 to 12.
- getMoreResults() - Method in interface java.sql.Statement
-
Moves to this Statement object's next result, returns
true if it is a ResultSet object, and
implicitly closes any current ResultSet
object(s) obtained with the method getResultSet.
- getMoreResults(int) - Method in interface java.sql.Statement
-
Moves to this Statement object's next result, deals with
any current ResultSet object(s) according to the instructions
specified by the given flag, and returns
true if the next result is a ResultSet object.
- getMorphingSystem() - Method in interface ohos.agp.render.render3d.Scene
-
Obtains a MorphingSystem instance.
- getMorphTargets() - Method in class ohos.agp.render.render3d.components.MorphComponent
-
- getMostSignificantBits() - Method in class java.util.UUID
-
Returns the most significant 64 bits of this UUID's 128 bit value.
- getMtu() - Method in class ohos.net.ConnectionProperties
-
Obtains the MTU value of a connection.
- getMTU() - Method in class java.net.NetworkInterface
-
Returns the Maximum Transmission Unit (MTU) of this interface.
- getMultimodalEvent() - Method in class ohos.multimodalinput.event.TouchEvent
-
Obtains the original multimodal input event that has been mapped to a standard interaction event.
- getMultiplier() - Method in class java.text.DecimalFormat
-
Gets the multiplier for use in percent, per mille, and similar
formats.
- getMultiplier() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the multiplier being applied to numbers before they are formatted.
- getMusicSchema() - Static method in class ohos.data.search.schema.MusicItem
-
Obtains a list of index field attributes in this MusicItem object.
- getMyProcessMemoryInfo(RunningProcessInfo) - Method in interface ohos.app.IAbilityManager
-
Obtains memory information about the calling process, helping you learn the memory usage of the process running
for the current application.
- getName() - Method in class java.io.File
-
Returns the name of the file or directory denoted by this abstract
pathname.
- getName() - Method in class java.io.ObjectStreamClass
-
Returns the name of the class described by this descriptor.
- getName() - Method in class java.io.ObjectStreamField
-
Get the name of this field.
- getName() - Method in class java.lang.Class
-
Returns the name of the entity (class, interface, array class,
primitive type, or void) represented by this Class object,
as a String.
- getName() - Method in interface java.lang.invoke.MethodHandleInfo
-
Returns the name of the cracked method handle's underlying member.
- getName() - Method in class java.lang.Package
-
Return the name of this package.
- getName() - Method in class java.lang.reflect.Constructor
-
Returns the name of this constructor, as a string.
- getName() - Method in class java.lang.reflect.Executable
-
Returns the name of the executable represented by this object.
- getName() - Method in class java.lang.reflect.Field
-
Returns the name of the field represented by this Field object.
- getName() - Method in interface java.lang.reflect.Member
-
Returns the simple name of the underlying member or constructor
represented by this Member.
- getName() - Method in class java.lang.reflect.Method
-
Returns the name of the method represented by this Method
object, as a String.
- getName() - Method in class java.lang.reflect.Parameter
-
Returns the name of the parameter.
- getName() - Method in interface java.lang.reflect.TypeVariable
-
Returns the name of this type variable, as it occurs in the source code.
- getName() - Method in class java.lang.Thread
-
Returns this thread's name.
- getName() - Method in class java.lang.ThreadGroup
-
Returns the name of this thread group.
- getName() - Method in class java.net.HttpCookie
-
Returns the name of the cookie.
- getName() - Method in class java.net.NetworkInterface
-
Get the name of this network interface.
- getName() - Method in exception java.nio.file.attribute.UserPrincipalNotFoundException
-
Returns the user principal name if this exception was created with the
user principal name that was not found, otherwise null.
- getName() - Method in interface java.security.acl.Acl
-
Returns the name of this ACL.
- getName() - Method in class java.security.Identity
-
Deprecated.
Returns this identity's name.
- getName() - Method in interface java.security.KeyStore.Entry.Attribute
-
Returns the attribute's name.
- getName() - Method in class java.security.Permission
-
Returns the name of this Permission.
- getName() - Method in class java.security.PKCS12Attribute
-
Returns the attribute's ASN.1 Object Identifier represented as a
list of dot-separated integers.
- getName() - Method in interface java.security.Principal
-
Returns the name of this principal.
- getName() - Method in class java.security.Provider
-
Returns the name of this provider.
- getName() - Method in class java.security.spec.ECGenParameterSpec
-
Returns the standard or predefined name of the
to-be-generated EC domain parameters.
- getName() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns the name of the attribute.
- getName() - Method in class java.util.logging.Level
-
Return the non-localized string name of the Level.
- getName() - Method in class java.util.logging.Logger
-
Get the name for this logger.
- getName() - Method in class java.util.zip.ZipEntry
-
Returns the name of the entry.
- getName() - Method in class java.util.zip.ZipFile
-
Returns the path name of the ZIP file.
- getName() - Method in class javax.crypto.ExemptionMechanism
-
Returns the exemption mechanism name of this
ExemptionMechanism object.
- getName() - Method in class javax.net.ssl.SSLSessionBindingEvent
-
Returns the name to which the object is being bound, or the name
from which the object is being unbound.
- getName() - Method in class javax.security.auth.x500.X500Principal
-
Returns a string representation of the X.500 distinguished name using
the format defined in RFC 2253.
- getName() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the name of the accessibility ability.
- getName() - Method in class ohos.account.app.AppAccount
-
Obtains the name of the application account.
- getName() - Method in class ohos.account.DistributedInfo
-
Obtains the name in the distributed information of the OS account.
- getName() - Method in interface ohos.agp.components.Attr
-
Obtains the name of an attribute, for example, width.
- getName() - Method in class ohos.agp.components.Component
-
Obtains the name of the component.
- getName() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the camera name.
- getName() - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Obtains the entity name.
- getName() - Method in interface ohos.agp.render.render3d.resources.ResourceManager.ResourceInfo
-
Obtains the name of this resource.
- getName() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the name of a node.
- getName() - Method in class ohos.agp.text.Font
-
Obtains the font name.
- getName() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the name of the application.
- getName() - Method in class ohos.bundle.BundleInfo
-
Obtains the name of the bundle.
- getName() - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail
-
Obtains the name of permission which is requested.
- getName() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the class name of this HAP module.
- getName() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the class name of the ability.
- getName() - Method in class ohos.data.DatabaseFileConfig
-
Obtains the database file name.
- getName() - Method in class ohos.data.distributed.device.DeviceInfo
-
Obtains the device name.
- getName() - Method in class ohos.data.orm.OrmConfig
-
Obtains the name in this OrmConfig object.
- getName() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the database name.
- getName() - Method in class ohos.data.resultset.SharedBlock
-
Obtains the name of a shared block.
- getName() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the name index field.
- getName() - Method in class ohos.event.notification.MessageUser
-
Obtains the name of this MessageUser.
- getName() - Method in class ohos.event.notification.NotificationSlot
-
Obtains the name of a NotificationSlot object.
- getName() - Method in class ohos.event.notification.NotificationSlotGroup
-
- getName() - Method in class ohos.global.icu.text.AlphabeticIndex.Record
-
Get the name
- getName() - Method in class ohos.global.icu.text.NumberingSystem
-
Returns the string representing the name of the numbering system.
- getName() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns the (normalized) full name for this locale.
- getName() - Method in class ohos.global.resource.solidxml.Attribute
-
Obtains the original name of an attribute.
- getName() - Method in class ohos.global.resource.solidxml.Node
-
Obtains the original name of a node.
- getName() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the tag name of an attribute.
- getName() - Method in interface ohos.javax.xml.stream.events.Attribute
-
Returns the QName for this attribute
- getName() - Method in interface ohos.javax.xml.stream.events.EndElement
-
Get the name of this event
- getName() - Method in interface ohos.javax.xml.stream.events.StartElement
-
Get the name of this event
- getName() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns a QName for the current START_ELEMENT or END_ELEMENT event
- getName() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains a device name.
- getName() - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Obtains a sound effect name.
- getName() - Method in class ohos.media.camera.params.ParameterKey.Key
-
Gets the name of a parameter key.
- getName() - Method in class ohos.media.camera.params.PropertyKey.Key
-
Gets the name of a property key.
- getName() - Method in class ohos.media.camera.params.ResultKey.Key
-
Gets the name of a result key.
- getName() - Method in class ohos.media.codec.CodecDescription
-
Obtains the name of this Codec object.
- getName() - Method in class ohos.nfc.oma.Reader
-
Obtains the name of a secure element.
- getName() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the name of a sensor.
- getName() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the calendar name.
- getName() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact name.
- getName() - Method in class ohos.sysappcomponents.contact.entity.Organization
-
Obtains the name of the organization to which this contact belongs.
- getName() - Static method in class ohos.system.DeviceInfo
-
Obtains the product name represented by a string.
- getName() - Method in class ohos.usb.USBConfig
-
Get the current configuration name.
- getName() - Method in class ohos.usb.USBInterface
-
Get the localName field of a USB interface.
- getName() - Method in class ohos.utils.ObjectAttribute
-
Obtains the name of the attribute encapsulated in the current ObjectAttribute object.
- getName(int) - Static method in class java.lang.Character
-
Returns the Unicode name of the specified character
codePoint, or null if the code point is
unassigned.
- getName(int) - Method in interface java.nio.file.Path
-
Returns a name element of this path as a Path object.
- getName(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the most current Unicode name of the argument code point, or
null if the character is unassigned or outside the range
UCharacter.MIN_VALUE and UCharacter.MAX_VALUE or does not have a name.
- getName(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns the long Unicode script name, if there is one.
- getName(int) - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getName(String) - Method in class javax.security.auth.x500.X500Principal
-
Returns a string representation of the X.500 distinguished name
using the specified format.
- getName(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the (normalized) full name for the specified locale.
- getName(String, String) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the names for each of the characters in a string
- getName(String, Map<String, String>) - Method in class javax.security.auth.x500.X500Principal
-
Returns a string representation of the X.500 distinguished name
using the specified format.
- getName(Locale, int, boolean[]) - Method in class ohos.global.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName(Locale, int, String, boolean[]) - Method in class ohos.global.icu.util.Currency
-
Returns the display name for the given currency in the given locale.
- getName(ULocale, int, boolean[]) - Method in class ohos.global.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName(ULocale, int, String, boolean[]) - Method in class ohos.global.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getNameAlias(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the corrected name from NameAliases.txt if there is one.
- getNameConstraints() - Method in class java.security.cert.TrustAnchor
-
Returns the name constraints parameter.
- getNameConstraints() - Method in class java.security.cert.X509CertSelector
-
Returns the name constraints criterion.
- getNameCount() - Method in interface java.nio.file.Path
-
Returns the number of name elements in the path.
- getNameForUid(int) - Method in interface ohos.bundle.IBundleManager
-
Obtains the formal name associated with the given UID.
- getNameIterator() - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getNamePrefix() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the prefix of this contact name.
- getNamespaceContext() - Method in interface ohos.javax.xml.stream.events.StartElement
-
Gets a read-only namespace context.
- getNamespaceContext() - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Returns the current namespace context.
- getNamespaceContext() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns a read only namespace context for the current
position.
- getNamespaceContext() - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Returns the current namespace context.
- getNamespaceCount() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT,
this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE.
- getNamespacePrefix(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the prefix for the namespace declared at the
index.
- getNamespaces() - Method in interface ohos.javax.xml.stream.events.EndElement
-
Returns an Iterator of namespaces that have gone out
of scope.
- getNamespaces() - Method in interface ohos.javax.xml.stream.events.StartElement
-
Returns an Iterator of namespaces declared on this element.
- getNamespaceURI() - Method in class ohos.javax.xml.namespace.QName
-
Get the Namespace URI of this QName.
- getNamespaceURI() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
If the current event is a START_ELEMENT or END_ELEMENT this method
returns the URI of the prefix or the default namespace.
- getNamespaceURI(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the uri for the namespace declared at the
index.
- getNamespaceURI(String) - Method in interface ohos.javax.xml.namespace.NamespaceContext
-
Get Namespace URI bound to a prefix in the current scope.
- getNamespaceURI(String) - Method in interface ohos.javax.xml.stream.events.StartElement
-
Gets the value that the prefix is bound to in the
context of this element.
- getNamespaceURI(String) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Return the uri for the given prefix.
- getNameSuffix() - Method in class ohos.sysappcomponents.contact.entity.Name
-
Obtains the suffix of this contact name.
- getNaN() - Method in class java.text.DecimalFormatSymbols
-
Gets the string used to represent "not a number".
- getNaN() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the String used to represent NaN.
- getNano() - Method in class java.time.Duration
-
Gets the number of nanoseconds within the second in this duration.
- getNano() - Method in class java.time.Instant
-
Gets the number of nanoseconds, later along the time-line, from the start
of the second.
- getNano() - Method in class java.time.LocalDateTime
-
Gets the nano-of-second field.
- getNano() - Method in class java.time.LocalTime
-
Gets the nano-of-second field.
- getNano() - Method in class java.time.OffsetDateTime
-
Gets the nano-of-second field.
- getNano() - Method in class java.time.OffsetTime
-
Gets the nano-of-second field.
- getNano() - Method in class java.time.ZonedDateTime
-
Gets the nano-of-second field.
- getNanos() - Method in class java.sql.Timestamp
-
Gets this Timestamp object's nanos value.
- getNanoTimestamp() - Method in class ohos.media.audio.Timestamp
-
Obtains the current timestamp (in nanoseconds).
- getNarrowEras() - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Returns narrow era name strings.
- getNativeFd() - Method in class ohos.rpc.ReliableFileDescriptor
-
Obtains the native file descriptor wrapped in this ReliableFileDescriptor.
- getNativeHandle() - Method in class ohos.agp.render.opengl.EGLObjectHandle
-
Obtains the handle of the EGL object.
- getNativeHeapInfo(Debug.HeapInfo) - Static method in class ohos.hiviewdfx.Debug
-
Obtains statistics about the memory used by processes in the native heap.
- getNativePrivateDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the private dirty memory pages used by the native heap when the application is running.
- getNativePss() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the amount of memory actually used by the native heap when the application is running.
- getNativeSharedDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the shared dirty memory pages used by the native heap when the application is running.
- getNavigationType() - Method in class ohos.aafwk.ability.DeviceConfigInfo
-
Obtains the navigation device required by the application.
- getNavigator() - Method in class ohos.agp.components.webengine.WebView
-
- getNCharacterStream(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getNCharacterStream(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getNCharacterStream(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNClob(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC NCLOB parameter as a
java.sql.NClob object in the Java programming language.
- getNClob(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC NCLOB parameter as a
java.sql.NClob object in the Java programming language.
- getNClob(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNdefMaxSize() - Method in class ohos.nfc.tag.NdefTag
-
Obtains the maximum NDEF message size.
- getNdefMessage() - Method in class ohos.nfc.tag.NdefTag
-
Obtains the NDEF message from this NDEF tag.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLEngine
-
Returns true if the engine will require client authentication.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLParameters
-
Returns whether client authentication should be required.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
-
Returns true if client authentication will be required on
newly accepted server-mode SSLSockets.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
-
Returns true if the socket will require client authentication.
- getNegativePrefix() - Method in class java.text.DecimalFormat
-
Get the negative prefix.
- getNegativePrefix() - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Gets the negative prefix string currently being used to format
numbers.
- getNegativeSign() - Method in class java.time.format.DecimalStyle
-
Gets the character that represents the negative sign.
- getNegativeSuffix() - Method in class java.text.DecimalFormat
-
Get the negative suffix.
- getNegativeSuffix() - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Gets the negative suffix string currently being used to format
numbers.
- getNeighborhood() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the neighborhood where this contact is located.
- getNestedException() - Method in exception ohos.javax.xml.stream.XMLStreamException
-
Gets the nested exception.
- getNetCapabilities(NetHandle) - Method in class ohos.net.NetManager
-
- getNetHandle() - Method in class ohos.net.NetHandle
-
Obtains the ID of a network handle
- getNetHotspotAbleIfaces() - Method in class ohos.net.NetHotspot
-
Obtains the names of the NICs that can serve as hotspots.
- getNetId() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the network ID of this Wi-Fi P2P group.
- getNetmask() - Method in class ohos.wifi.IpInfo
-
Obtains the network mask of a Wi-Fi connection.
- getNetworkCount() - Method in class ohos.net.HttpResponseCache
-
Obtains the number of HTTP requests.
- getNetworkId() - Method in class ohos.distributedhardware.devicemanager.DeviceInfo
-
Obtains the network ID.
- getNetworkInterface() - Method in class java.net.MulticastSocket
-
Get the multicast network interface set.
- getNetworkInterfaces() - Static method in class java.net.NetworkInterface
-
Returns all the interfaces on this machine.
- getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
-
Returns the network prefix length for this address.
- getNetworkSelectionMode(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the network search mode of the SIM card in a specified slot.
- getNetworkState(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the network state of the registered network.
- getNetworkType() - Method in class ohos.telephony.SignalInformation
-
Obtains the network type of the current signal.
- getNewValue() - Method in class java.beans.PropertyChangeEvent
-
Gets the new value for the property, expressed as an Object.
- getNewValue() - Method in class java.util.prefs.PreferenceChangeEvent
-
Returns the new value for the preference.
- getNextEntry() - Method in class java.util.jar.JarInputStream
-
Reads the next ZIP file entry and positions the stream at the
beginning of the entry data.
- getNextEntry() - Method in class java.util.zip.ZipInputStream
-
Reads the next ZIP file entry and positions the stream at the
beginning of the entry data.
- getNextException() - Method in exception java.sql.SQLException
-
Retrieves the exception chained to this
SQLException object by setNextException(SQLException ex).
- getNextJarEntry() - Method in class java.util.jar.JarInputStream
-
Reads the next JAR file entry and positions the stream at the
beginning of the entry data.
- getNextObject() - Method in class ohos.media.photokit.support.FetchResult
-
Obtains the next instance in this FetchResult instance.
- getNextUpdate() - Method in class java.security.cert.X509CRL
-
Gets the nextUpdate date from the CRL.
- getNextWarning() - Method in exception java.sql.SQLWarning
-
Retrieves the warning chained to this SQLWarning object by
setNextWarning.
- getNfcInfo(String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Obtains the NFC information.
- getNFCInstance() - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFC normalization.
- getNfcState() - Method in class ohos.nfc.NfcController
-
Obtains the NFC status.
- getNFDInstance() - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFD normalization.
- getNFKCCasefoldInstance() - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC_Casefold normalization.
- getNFKCInstance() - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC normalization.
- getNFKDInstance() - Static method in class ohos.global.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKD normalization.
- getNickName() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact nickname.
- getNickName() - Method in class ohos.sysappcomponents.contact.entity.NickName
-
Obtains the nickname of this contact.
- getNinePatchChunk() - Method in class ohos.media.image.PixelMap
-
Obtains 9 patch chunk data of this PixelMap.
- getNoBackupFilesDir() - Method in class ohos.app.AbilityContext
-
- getNoBackupFilesDir() - Method in interface ohos.app.Context
-
Obtains the absolute path which app created and will be excluded from automatic backup to remote storage.
- getNode() - Method in class java.util.prefs.PreferenceChangeEvent
-
Returns the preference node that emitted the event.
- getNode() - Method in interface ohos.agp.render.render3d.util.SceneUtil.RayCastResult
-
Obtains the node cast by the ray in a scene.
- getNode(Entity) - Method in interface ohos.agp.render.render3d.Scene
-
Obtains the scene node of an entity.
- getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
-
- getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
-
Gets a Set of the OID strings for the extension(s) marked
NON-CRITICAL in the certificate/CRL managed by the object
implementing this interface.
- getNormal() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the normal texture.
- getNormalized() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains a normalized quaternion.
- getNormalized() - Method in class ohos.agp.render.render3d.math.Vector2
-
Normalizes this vector.
- getNormalized() - Method in class ohos.agp.render.render3d.math.Vector3
-
Normalizes this vector.
- getNormalized() - Method in class ohos.agp.render.render3d.math.Vector4
-
Normalizes this vector.
- getNormals() - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Obtains the normal data, in vec3 format (x, y, z).
- getNormalScale() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the normal scale.
- getNormalTextColor() - Method in class ohos.agp.components.DatePicker
-
Obtains the color of the normal text in the date picker.
- getNormalTextColor() - Method in class ohos.agp.components.Picker
-
Obtains the color of deselected text on a number picker.
- getNormalTextColor() - Method in class ohos.agp.components.TimePicker
-
Gets the normal font color of the time displayed in the time picker.
- getNormalTextFont() - Method in class ohos.agp.components.DatePicker
-
Obtains the font of the normal text.
- getNormalTextFont() - Method in class ohos.agp.components.Picker
-
Obtains the font of the normal text in this picker.
- getNormalTextFont() - Method in class ohos.agp.components.TimePicker
-
Obtains the font of the normal text in this time picker.
- getNormalTextSize() - Method in class ohos.agp.components.DatePicker
-
Obtains the size of the normal text in the date picker.
- getNormalTextSize() - Method in class ohos.agp.components.Picker
-
Obtains the font size of deselected text on a number picker.
- getNormalTextSize() - Method in class ohos.agp.components.TimePicker
-
Gets the normal font size of the time displayed in the time picker.
- getNoSubstitute() - Method in class ohos.global.icu.util.LocaleData
-
Gets the "no substitute" behavior of this locale data object.
- getNotAfter() - Method in class java.security.cert.X509Certificate
-
Gets the notAfter date from the validity period of
the certificate.
- getNotAfter() - Method in class javax.security.cert.X509Certificate
-
Gets the notAfter date from the validity period of
the certificate.
- getNotBefore() - Method in class java.security.cert.X509Certificate
-
Gets the notBefore date from the validity period of
the certificate.
- getNotBefore() - Method in class javax.security.cert.X509Certificate
-
Gets the notBefore date from the validity period of
the certificate.
- getNotchRectBottom() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the rectangular display notch at the bottom of the screen.
- getNotchRectLeft() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the rectangular display notch on the left of the screen.
- getNotchRectRight() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the rectangular display notch on the right of the screen.
- getNotchRects() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains a list of Rect objects, with each representing a rectangular display notch on the screen.
- getNotchRectTop() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the rectangular display notch at the top of the screen.
- getNote() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact note.
- getNoteContent() - Method in class ohos.sysappcomponents.contact.entity.Note
-
Obtains the note content.
- getNotepadCategory() - Method in class ohos.data.search.schema.NotepadItem
-
Obtains the value of the notepadCategory index field.
- getNotepadSchema() - Static method in class ohos.data.search.schema.NotepadItem
-
Obtains a list of index field attributes in this NotepadItem object.
- getNoticeCategory() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the noticeCategory index field.
- getNoticeDate() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the noticeDate index field.
- getNoticeSchema() - Static method in class ohos.data.search.schema.NoticeItem
-
Obtains a list of index field attributes in this NoticeItem object.
- getNotificationAgent() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains the name of the application bundle that can publish notifications in the name of your application.
- getNotificationAgent(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getNotificationContent() - Method in class ohos.event.notification.NotificationRequest.NotificationContent
-
Obtains the object matching the current notification content.
- getNotificationHashCode() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the unique hash code of a notification in the current application.
- getNotificationId() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the notification ID, which is unique in the current application.
- getNotificationSlot(String) - Static method in class ohos.event.notification.NotificationHelper
-
Queries a created notification slot.
- getNotificationSlot(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getNotificationSlotGroup(String) - Static method in class ohos.event.notification.NotificationHelper
-
Obtains a created notification slot group.
- getNotificationSlotGroup(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getNotificationSlotGroups() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains a list of created notification slot groups.
- getNotificationSlotGroups(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getNotificationSlots() - Static method in class ohos.event.notification.NotificationHelper
-
Obtains all notification slots of this application.
- getNotificationSlots(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- getNotificationSorting(String, NotificationSorting) - Method in class ohos.event.notification.NotificationSortingMap
-
- getNotificationType() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the notification type.
- getNotSettableGestureRect() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the system gesture area that cannot be set.
- getNow(T) - Method in class java.util.concurrent.CompletableFuture
-
Returns the result value (or throws any encountered exception)
if completed, else returns the given valueIfAbsent.
- getNsaState() - Method in class ohos.telephony.NetworkState
-
Obtains the NSA network registration status of the device.
- getNString(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated NCHAR,
NVARCHAR
or LONGNVARCHAR parameter as
a String in the Java programming language.
- getNString(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated NCHAR,
NVARCHAR
or LONGNVARCHAR parameter as
a String in the Java programming language.
- getNString(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNthRepresentativeColor(int) - Method in class ohos.miscservices.wallpaper.WallpaperColorsCollection
-
Obtains the dominant color at the specified index.
- getNumber() - Method in class ohos.global.icu.util.Measure
-
Returns the numeric value of this object.
- getNumberFormat() - Method in class java.text.DateFormat
-
Gets the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberFormat() - Method in class ohos.global.icu.text.DateFormat
-
Returns the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberFormat() - Method in class ohos.global.icu.text.MeasureFormat
-
Get a copy of the number format.
- getNumberFormat() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter
-
Returns a copy of the NumberFormat this object is using.
- getNumberFormat(char) - Method in class ohos.global.icu.text.SimpleDateFormat
-
give the NumberFormat used for the field like 'y'(year) and 'M'(year)
- getNumberInstance() - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the current default
FORMAT locale.
- getNumberInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getNumberInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberOfDependents() - Method in class java.util.concurrent.CompletableFuture
-
Returns the estimated number of CompletableFutures whose
completions are awaiting completion of this CompletableFuture.
- getNumberOfFrames() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Obtains the number of frames in an animation.
- getNumberWaiting() - Method in class java.util.concurrent.CyclicBarrier
-
Returns the number of parties currently waiting at the barrier.
- getNumerator() - Method in class ohos.utils.RationalNumber
-
Obtains the numerator of the current RationalNumber object.
- getNumericCode() - Method in class java.util.Currency
-
Returns the ISO 4217 numeric code of this currency.
- getNumericCode() - Method in class ohos.global.icu.util.Currency
-
Returns the ISO 4217 numeric code for this currency object.
- getNumericCollation() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Method to retrieve the numeric collation value.
- getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of math functions available with
this database.
- getNumericValue(char) - Static method in class java.lang.Character
-
Returns the int value that the specified Unicode
character represents.
- getNumericValue(int) - Static method in class java.lang.Character
-
Returns the int value that the specified
character (Unicode code point) represents.
- getNumericValue(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the numeric value of the code point as a nonnegative
integer.
- getNumericValue(MessagePattern.Part) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
- getNumOfFontHeight() - Method in class ohos.agp.components.Text
-
Obtains the line spacing multiplier, which provides extra spacing between lines in a text component.
- getNumOfFontHeight() - Method in class ohos.agp.text.Layout
-
Obtains the value for multiline text spacing.
- getObject() - Method in class java.security.GuardedObject
-
Retrieves the guarded object, or throws an exception if access
to the guarded object is denied by the guard.
- getObject() - Method in class java.security.SignedObject
-
Retrieves the encapsulated object.
- getObject() - Method in interface java.sql.Ref
-
Retrieves the SQL structured type instance referenced by
this Ref object.
- getObject(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated parameter as an Object
in the Java programming language.
- getObject(int) - Method in interface java.sql.ResultSet
-
Gets the value of the designated column in the current row
of this ResultSet object as
an Object in the Java programming language.
- getObject(int, Class<T>) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the object at the specified index of this ZSONArray and converts it into a class object
specified by clazz.
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex and uses map for the custom
mapping of the parameter value.
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Object
in the Java programming language.
- getObject(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a parameter as an Object in the Java
programming language.
- getObject(String) - Method in interface java.sql.ResultSet
-
Gets the value of the designated column in the current row
of this ResultSet object as
an Object in the Java programming language.
- getObject(String) - Method in class java.util.ResourceBundle
-
Gets an object for the given key from this resource bundle or one of its parents.
- getObject(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Object value of a specified column name.
- getObject(String, Class<T>) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the object matching the specified key in the map of this ZSONObject and converts it into a class
object specified by clazz.
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
Returns an object representing the value of OUT parameter
parameterName and uses map for the custom
mapping of the parameter value.
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Object
in the Java programming language.
- getObject(Key) - Method in class javax.crypto.SealedObject
-
Retrieves the original (encapsulated) object.
- getObject(Key, String) - Method in class javax.crypto.SealedObject
-
Retrieves the original (encapsulated) object.
- getObject(Map<String, Class<?>>) - Method in interface java.sql.Ref
-
Retrieves the referenced object and maps it to a Java type
using the given type map.
- getObject(Cipher) - Method in class javax.crypto.SealedObject
-
Retrieves the original (encapsulated) object.
- getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
-
Get the ObjectStreamClass that describes the fields in the stream.
- getObjectValue(String) - Method in class ohos.interwork.utils.PacMapEx
-
Obtains an object with a specified key.
- getObjectValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of the Object type.
- getObjectValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains an object with a specified key.
- getObjectValue(String) - Method in class ohos.utils.PacMap
-
Obtains an object with a specified key.
- getObjectValue(String, Class<T>) - Method in class ohos.utils.BasePacMap
-
Obtains an object with a specified key and object type.
- getOccurredTime() - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Obtains the time when the current event is generated.
- getOccurredTime() - Method in class ohos.multimodalinput.event.SpeechEvent
-
- getOcrText() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the text recognized within the photo.
- getOcspExtensions() - Method in class java.security.cert.PKIXRevocationChecker
-
Gets the optional OCSP request extensions.
- getOcspResponder() - Method in class java.security.cert.PKIXRevocationChecker
-
Gets the URI that identifies the location of the OCSP responder.
- getOcspResponderCert() - Method in class java.security.cert.PKIXRevocationChecker
-
Gets the OCSP responder's certificate.
- getOcspResponses() - Method in class java.security.cert.PKIXRevocationChecker
-
Gets the OCSP responses.
- getOffDuration() - Method in class ohos.light.bean.LightEffect
-
Obtains the lighting-off time of a light during its one-shot blink.
- getOffset() - Method in class java.io.ObjectStreamField
-
Offset of field within instance data.
- getOffset() - Method in class java.net.DatagramPacket
-
Returns the offset of the data to be sent or the offset of the
data received.
- getOffset() - Method in class java.text.CollationElementIterator
-
Returns the character offset in the original text corresponding to the next
collation element.
- getOffset() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class java.time.OffsetDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class java.time.OffsetTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class java.time.ZonedDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class ohos.global.icu.text.CollationElementIterator
-
Returns the character offset in the source string
corresponding to the next collation element.
- getOffset() - Method in class ohos.miscservices.inputmethod.EditingText
-
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Returns the difference in milliseconds between local time and
UTC, taking into account both the raw offset and the effect of
daylight saving, for the specified date and time.
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(int, int, int, int, int, int) - Method in class ohos.global.icu.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long) - Method in class java.util.SimpleTimeZone
-
Returns the offset of this time zone from UTC at the given
time.
- getOffset(long) - Method in class java.util.TimeZone
-
Returns the offset of this time zone from UTC at the specified
date.
- getOffset(long) - Method in class ohos.global.icu.util.TimeZone
-
Returns the offset of this time zone from UTC at the specified
date.
- getOffset(long, boolean, int[]) - Method in class ohos.global.icu.util.TimeZone
-
Returns the time zone raw and GMT offset for the given moment
in time.
- getOffset(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the offset applicable at the specified instant in these rules.
- getOffset(LocalDateTime) - Method in class java.time.zone.ZoneRules
-
Gets a suitable offset for the specified local date-time in these rules.
- getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the offset after the transition.
- getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the offset after the transition.
- getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the offset before the transition.
- getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the offset before the transition.
- getOldValue() - Method in class java.beans.PropertyChangeEvent
-
Gets the old value for the property, expressed as an Object.
- getOnDuration() - Method in class ohos.light.bean.LightEffect
-
Obtains the lighting-on time of a light during its one-shot blink.
- getOnSelectionChangedListenerCount() - Method in class ohos.agp.components.PageSliderIndicator
-
- getOOBInline() - Method in class java.net.Socket
-
- getOpenThreshold() - Method in class ohos.agp.components.SlideDrawer
-
Obtains the percent value after which the optional component can be slid open.
- getOperatedTextBackgroundElement() - Method in class ohos.agp.components.DatePicker
-
Obtains the
Element set as the text background of the selected item that is being operated.
- getOperatedTextBackgroundElement() - Method in class ohos.agp.components.TimePicker
-
Obtains the
Element set as the text background of the selected item that is being operated.
- getOperatedTextColor() - Method in class ohos.agp.components.DatePicker
-
Obtains the color of the operated text in the date picker.
- getOperatedTextColor() - Method in class ohos.agp.components.TimePicker
-
Obtains the color of the operated text in the time picker.
- getOperation() - Method in class ohos.aafwk.content.Intent
-
Gets the description of an operation in an Intent.
- getOperations() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains an operation list.
- getOperationType() - Method in class ohos.accessibility.ability.AccessibleOperation
-
Obtains the operation type.
- getOperatorName(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the operator name of the registered network.
- getOption(int) - Method in interface java.net.SocketOptions
-
Fetch the value of an option.
- getOption(SocketOption<T>) - Method in interface java.nio.channels.NetworkChannel
-
Returns the value of a socket option.
- getOptions() - Method in class java.security.cert.PKIXRevocationChecker
-
Gets the revocation options.
- getOptions() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the options provided to the user to satisfy user input needs.
- getOptions() - Method in class ohos.media.common.sessioncore.AVBrowserRoot
-
Obtains media browser service parameters.
- getOptions() - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
Obtains other optional information about the custom action.
- getOptions() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
Obtains other optional information about the playback state.
- getOptions() - Method in class ohos.media.sessioncore.AVBrowser
-
Obtains the additional media data provided by the media browser service.
- getOptions() - Method in class ohos.media.sessioncore.AVController
-
Obtains additional data of the
AVSession instance connected to this
AVController.
- getOrDefault(Object, Object) - Method in class java.security.Provider
-
- getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped, or the
given default value if this map contains no mapping for the
key.
- getOrDefault(Object, V) - Method in interface java.util.concurrent.ConcurrentMap
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns the value to which the specified key is mapped,
or the given defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in class java.util.HashMap
-
- getOrDefault(Object, V) - Method in class java.util.Hashtable
-
- getOrDefault(Object, V) - Method in class java.util.LinkedHashMap
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in interface java.util.Map
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOrder() - Method in class java.security.spec.ECParameterSpec
-
Returns the order of the generator.
- getOrder() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Obtains the order information of a predicate.
- getOrder(String) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the sequence of the year, month, and day fields in a date pattern.
- getOrganization() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains organization information about this contact.
- getOrientation() - Method in class ohos.agp.components.DirectionalLayout
-
Obtains the direction in which controls are arranged in the directional layout.
- getOrientation() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the gradient direction defined in this element object.
- getOrientation() - Method in class ohos.agp.components.LayoutManager
-
Obtains the layout orientation.
- getOrientation() - Method in class ohos.agp.components.ListContainer
-
Obtains an orientation of a layout.
- getOrientation() - Method in class ohos.agp.components.MagicLayout
-
Obtains the orientation in which the components are arranged in the layout.
- getOrientation() - Method in class ohos.agp.components.PageSlider
-
- getOrientation() - Method in class ohos.agp.components.ProgressBar
-
Obtains the progress bar direction.
- getOrientation() - Method in class ohos.agp.components.TableLayout
-
Obtains the layout direction of the table layout.
- getOrientation() - Method in class ohos.agp.components.TabList
-
Obtains the layout direction.
- getOrientation() - Method in class ohos.bundle.AbilityInfo
-
Obtains the display orientation of an ability.
- getOriginal() - Method in interface javax.sql.RowSetInternal
-
Retrieves a ResultSet object containing the original
value of this RowSet object.
- getOriginalBundleName() - Method in class ohos.aafwk.ability.Form
-
Obtains the application bundle name of the Feature Ability (FA) to which this Form belongs.
- getOriginalBundleName() - Method in class ohos.bundle.FormInfo
-
Obtains the bundle name of the application to which this form belongs.
- getOriginalClassName() - Method in class ohos.bundle.AbilityInfo
-
Obtains the original class name of an ability.
- getOriginalDeviceId() - Method in class ohos.aafwk.ability.Ability
-
Obtains the ID of the source device from which this ability is migrated.
- getOriginalDeviceId() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the ID of the source device from which the host ability is migrated.
- getOriginalRow() - Method in interface javax.sql.RowSetInternal
-
Retrieves a ResultSet object containing the original value
of the current row only.
- getOriginalValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the original value represented by a string value referenced by the XML attribute.
- getOrmContext(String) - Method in class ohos.data.DatabaseHelper
-
Obtains an ORM context mapping to an ORM database with a specified alias.
- getOrmContext(String, String, Class<T>, OrmMigration...) - Method in class ohos.data.DatabaseHelper
-
Creates an object-relational mapping (ORM) database and obtains the context mapped to this database.
- getOrmContext(OrmConfig, Class<T>, OrmMigration...) - Method in class ohos.data.DatabaseHelper
-
Creates an object-relational mapping (ORM) database and obtains the
OrmContext object mapped to the database.
- getOrthoHeight() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the height of the viewport for the orthographic camera only.
- getOrthoWidth() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the width of the viewport for the orthographic camera only.
- getOsAccountAllConstraints(int) - Method in class ohos.account.AccountAbility
-
Obtains all constraints of an OS account based on its local ID.
- getOsAccountLocalIdFromProcess() - Method in class ohos.account.AccountAbility
-
Obtains the local ID of an OS account from the current process UID.
- getOsAccountLocalIdFromUid(int) - Method in class ohos.account.AccountAbility
-
Queries the local ID of an OS account from the process UID.
- getOsAccountTypeFromProcess() - Method in class ohos.account.AccountAbility
-
Obtains the type of this OS account from the current process.
- getOtherFile() - Method in exception java.nio.file.FileSystemException
-
Returns the other file used to create this exception.
- getOtherPrimeInfo() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the otherPrimeInfo or null if there are only
two prime factors (p and q).
- getOtherPrimeInfo() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns a copy of the otherPrimeInfo or null if there are
only two prime factors (p and q).
- getOtherPrivateDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the private dirty memory pages used by everything else except the Ark and native heaps.
- getOtherPss() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the amount of memory actually used by everything else except the Ark and native heaps.
- getOtherSharedDirty() - Method in class ohos.aafwk.ability.MemoryInfo
-
Obtains the shared dirty memory pages used by everything else except the Ark and native heaps.
- getOutgoingAnimation() - Method in class ohos.agp.components.PageFlipper
-
Obtains the animation effect used when the component exits the screen.
- getOutputFlag() - Method in enum ohos.media.audio.AudioRendererInfo.AudioStreamOutputFlag
-
Obtains the integer value of AudioStreamOutputFlag.
- getOutputSize(int) - Method in class javax.crypto.Cipher
-
Returns the length in bytes that an output buffer would need to be in
order to hold the result of the next update or
doFinal operation, given the input length
inputLen (in bytes).
- getOutputSize(int) - Method in class javax.crypto.ExemptionMechanism
-
Returns the length in bytes that an output buffer would need to be in
order to hold the result of the next
genExemptionBlob
operation, given the input length
inputLen (in bytes).
- getOutputStream() - Method in class java.lang.Process
-
Returns the output stream connected to the normal input of the
subprocess.
- getOutputStream() - Method in class java.net.Socket
-
Returns an output stream for this socket.
- getOutputStream() - Method in class java.net.SocketImpl
-
Returns an output stream for this socket.
- getOutputStream() - Method in class java.net.URLConnection
-
Returns an output stream that writes to this connection.
- getOutputStream() - Method in class ohos.net.LocalSocket
-
Obtains the output stream of this socket.
- getOverflowLabel() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ...
- getOverscrollPercent() - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Obtains the value of the overscrollPercent parameter.
- getOverscrollPercent() - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Obtains the value of the overscrollPercent parameter.
- getOverscrollPercent() - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Obtains the value of the overscrollPercent parameter.
- getOverscrollRate() - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Obtains the value of the overscrollRate parameter.
- getOverscrollRate() - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Obtains the value of the overscrollRate parameter.
- getOverscrollRate() - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Obtains the value of the overscrollRate parameter.
- getOwner() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
-
Read the file owner.
- getOwner() - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns the thread that currently owns this lock, or
null if not owned.
- getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns the thread that currently owns the write lock, or
null if not owned.
- getOwner() - Method in class ohos.account.app.AppAccount
-
Obtains the owner of the application account.
- getOwner(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Returns the owner of a file.
- getOwnerBundleName() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the bundle name of the notification owner.
- getOwnerIpAddress() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the IP address of this Wi-Fi P2P group owner.
- getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
-
Returns a Type object representing the type that this type
is a member of.
- getP() - Method in interface java.security.interfaces.DSAParams
-
Returns the prime, p.
- getP() - Method in class java.security.spec.DSAParameterSpec
-
Returns the prime p.
- getP() - Method in class java.security.spec.DSAPrivateKeySpec
-
Returns the prime p.
- getP() - Method in class java.security.spec.DSAPublicKeySpec
-
Returns the prime p.
- getP() - Method in class java.security.spec.ECFieldFp
-
Returns the prime p of this prime finite field.
- getP() - Method in class javax.crypto.spec.DHParameterSpec
-
Returns the prime modulus p.
- getP() - Method in class javax.crypto.spec.DHPrivateKeySpec
-
Returns the prime modulus p.
- getP() - Method in class javax.crypto.spec.DHPublicKeySpec
-
Returns the prime modulus p.
- getPackage() - Method in class java.lang.Class
-
Gets the package for this class.
- getPackage(String) - Method in class java.lang.ClassLoader
-
Returns a Package that has been defined by this class loader
or any of its ancestors.
- getPackage(String) - Static method in class java.lang.Package
-
Find a package by name in the callers ClassLoader instance.
- getPackageName() - Method in class ohos.accessibility.AccessibilityAbilityInfo
-
Obtains the package name of the accessibility ability.
- getPackageName() - Method in class ohos.media.audio.AudioCapturerConfig
-
Obtains the application package name.
- getPackages() - Method in class java.lang.ClassLoader
-
Returns all of the Packages defined by this class loader and
its ancestors.
- getPackages() - Static method in class java.lang.Package
-
Get all the packages currently known for the caller's ClassLoader
instance.
- getPacketBufferSize() - Method in interface javax.net.ssl.SSLSession
-
Gets the current size of the largest SSL/TLS packet that is expected
when using this session.
- getPacMap() - Method in class ohos.eventhandler.InnerEvent
-
Obtains the
PacMap object contained in this
InnerEvent or a
new
PacMap object.
- getPacMap(String) - Method in class ohos.utils.PacMap
-
Obtains the PacMap value matching a specified key.
- getPacMapEx(InnerEvent) - Static method in class ohos.interwork.eventhandler.InnerEventUtils
-
Obtains the value of the external attribute pacMapEx for a specified InnerEvent.
- getPacMaps() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the extra parameters associated with this piece of work.
- getPadCharacter() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the character used for padding.
- getPadding() - Method in class ohos.agp.components.Component
-
Obtains the padding of this component.
- getPaddingBottom() - Method in class ohos.agp.components.Component
-
Obtains the bottom padding of the component.
- getPaddingBottom() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the safe padding from the bottom of the screen, excluding the display notch.
- getPaddingEnd() - Method in class ohos.agp.components.Component
-
Obtains the end padding of the component depending on its resolved layout direction.
- getPaddingForText() - Method in class ohos.agp.components.Text
-
Checks whether the text has extra padding spaces.
- getPaddingLeft() - Method in class ohos.agp.components.Component
-
Obtains the left padding of the component.
- getPaddingLeft() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the safe padding from the left of the screen, excluding the display notch.
- getPaddingRight() - Method in class ohos.agp.components.Component
-
Obtains the right padding of the component.
- getPaddingRight() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the safe padding from the right of the screen, excluding the display notch.
- getPaddingStart() - Method in class ohos.agp.components.Component
-
Obtains the start padding of the component depending on its resolved layout direction.
- getPaddingTop() - Method in class ohos.agp.components.Component
-
Obtains the top padding of the component.
- getPaddingTop() - Method in class ohos.agp.window.service.DisplayNotch
-
Obtains the safe padding from the top of the screen, excluding the display notch.
- getPadEscape() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the character used to pad numbers out to a specified width.
- getPadPosition() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the position used for padding.
- getPageChangedListenerCount() - Method in class ohos.agp.components.PageSliderIndicator
-
- getPageCount() - Method in class ohos.agp.render.PdfDisplay
-
Obtains the number of pages in the PDF file.
- getPageHeight() - Method in class ohos.agp.render.PdfGenerator.PageInfo
-
Obtains the height of the current page.
- getPageIndex() - Method in class ohos.agp.render.PdfGenerator.PageInfo
-
Obtain the current page number.
- getPageIndex(Object) - Method in class ohos.agp.components.PageSliderProvider
-
Obtains the index of an object in a container.
- getPageInfo() - Method in class ohos.agp.render.PdfGenerator.PdfPage
-
Obtains the page info.
- getPageLanguage() - Method in class ohos.ai.cv.text.Text
-
Obtains the language type for text detection on a given image.
- getPageMargin() - Method in class ohos.agp.components.PageSlider
-
Obtains the margin between pages.
- getPageSlider() - Method in class ohos.agp.components.PageSliderIndicator
-
- getPageSwitchTime() - Method in class ohos.agp.components.PageSlider
-
Obtains a page switch time.
- getPageTitle(int) - Method in class ohos.agp.components.PageSliderProvider
-
Obtains the title of a page at a specified position.
- getPageWidth() - Method in class ohos.agp.render.PdfGenerator.PageInfo
-
Obtains the width of the current page.
- getPairedDevices() - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the list of Bluetooth devices that have been paired with the current device.
- getPairState() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Obtains the pairing status of a peer Bluetooth device.
- getPaperSize(ULocale) - Static method in class ohos.global.icu.util.LocaleData
-
Returns the size of paper used in the locale.
- getParagraph(int) - Method in class ohos.global.icu.text.Bidi
-
Get a paragraph, given a position within the text.
- getParagraphByIndex(int) - Method in class ohos.global.icu.text.Bidi
-
Get a paragraph, given the index of this paragraph.
- getParagraphIndex(int) - Method in class ohos.global.icu.text.Bidi
-
Get the index of a paragraph, given a position within the text.
- getParaLevel() - Method in class ohos.global.icu.text.Bidi
-
Get the paragraph level of the text.
- getParallelism() - Method in class java.util.concurrent.ForkJoinPool
-
Returns the targeted parallelism level of this pool.
- getParam() - Method in class ohos.ai.cv.common.VisionConfiguration
-
Passes the plug-in parameter settings to the
PacMap object.
- getParam() - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Passes the basic SISR parameter settings to a PacMap instance.
- getParam() - Method in class ohos.ai.cv.text.TextConfiguration
-
Puts text detection parameters into
PacMap.
- getParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an IntentParams value matching the given key.
- getParam(String) - Method in class ohos.aafwk.content.IntentParams
-
Obtains the parameter value based on a given key.
- getParameter() - Method in exception java.sql.DataTruncation
-
Indicates whether the value truncated was a parameter value or
a column value.
- getParameter(String) - Method in class java.security.Signature
-
Deprecated.
- getParameter(String, int) - Static method in class ohos.media.recorder.RecorderProfile
-
Obtains the profile of the codec used for a specified camera and video quality.
- getParameterAnnotations() - Method in class java.lang.reflect.Constructor
-
Returns an array of arrays of Annotations that
represent the annotations on the formal parameters, in
declaration order, of the Executable represented by
this object.
- getParameterAnnotations() - Method in class java.lang.reflect.Executable
-
Returns an array of arrays of Annotations that
represent the annotations on the formal parameters, in
declaration order, of the Executable represented by
this object.
- getParameterAnnotations() - Method in class java.lang.reflect.Method
-
Returns an array of arrays of Annotations that
represent the annotations on the formal parameters, in
declaration order, of the Executable represented by
this object.
- getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances
should be passed to the method PreparedStatement.setObject.
- getParameterCount() - Method in class java.lang.reflect.Constructor
-
Returns the number of formal parameters (whether explicitly
declared or implicitly declared or neither) for the executable
represented by this object.
- getParameterCount() - Method in class java.lang.reflect.Executable
-
Returns the number of formal parameters (whether explicitly
declared or implicitly declared or neither) for the executable
represented by this object.
- getParameterCount() - Method in class java.lang.reflect.Method
-
Returns the number of formal parameters (whether explicitly
declared or implicitly declared or neither) for the executable
represented by this object.
- getParameterCount() - Method in interface java.sql.ParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement
object for which this ParameterMetaData object contains
information.
- getParameterFilter(String) - Method in class ohos.utils.net.UrlQueryFilter
-
Obtains the ValueFilter of a specified parameter key.
- getParameterizedType() - Method in class java.lang.reflect.Parameter
-
Returns a Type object that identifies the parameterized
type for the parameter represented by this Parameter
object.
- getParameterMetaData() - Method in interface java.sql.PreparedStatement
-
Retrieves the number, types and properties of this
PreparedStatement object's parameters.
- getParameterMode(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterRange(ParameterKey.Key<T>) - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the value range of a specified parameter.
- getParameters() - Method in class java.lang.reflect.Executable
-
Returns an array of Parameter objects that represent
all the parameters to the underlying executable represented by
this object.
- getParameters() - Method in class java.security.Policy
-
Return Policy parameters.
- getParameters() - Method in class java.security.Signature
-
Returns the parameters used with this signature object.
- getParameters() - Method in class java.util.logging.LogRecord
-
Get the parameters to the log message.
- getParameters() - Method in class javax.crypto.Cipher
-
Returns the parameters used with this cipher.
- getParameters() - Method in class javax.net.ssl.CertPathTrustManagerParameters
-
Return a clone of the CertPathParameters encapsulated by this class.
- getParameters() - Method in class javax.net.ssl.KeyStoreBuilderParameters
-
Return the unmodifiable List of the
KeyStore.Builders
encapsulated by this object.
- getParameterSpec() - Method in class javax.crypto.spec.PBEParameterSpec
-
Returns the cipher algorithm parameter specification.
- getParameterSpec(Class<T>) - Method in class java.security.AlgorithmParameters
-
Returns a (transparent) specification of this parameter object.
- getParametersResult() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the result related to the parameter settings of the current frame.
- getParameterType(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParameterTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the executable
represented by this object.
- getParameterTypes() - Method in class java.lang.reflect.Executable
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the executable
represented by this object.
- getParameterTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the executable
represented by this object.
- getParams() - Method in interface java.security.interfaces.DSAKey
-
Returns the DSA-specific key parameters.
- getParams() - Method in interface java.security.interfaces.ECKey
-
Returns the domain parameters associated
with this key.
- getParams() - Method in class java.security.spec.ECPrivateKeySpec
-
Returns the associated elliptic curve domain
parameters.
- getParams() - Method in class java.security.spec.ECPublicKeySpec
-
Returns the associated elliptic curve domain
parameters.
- getParams() - Method in interface javax.crypto.interfaces.DHKey
-
Returns the key parameters.
- getParams() - Method in interface javax.sql.RowSetInternal
-
Retrieves the parameters that have been set for this
RowSet object's command.
- getParams() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of the IntentParams object in an Intent.
- getParams() - Method in class ohos.bundle.ShortcutIntent
-
Get key-value parameters.
- getParamsListFiltered() - Method in class ohos.utils.net.UrlQueryFilter
-
Obtains the List<Pair<String,String>> value of all query parameters
in the sequence they appear in the URL.
- getParamsSetFiltered() - Method in class ohos.utils.net.UrlQueryFilter
-
Obtains the Set<String> object that contains the keys of all query parameters.
- getParamValue(String) - Method in class ohos.utils.net.UrlQueryFilter
-
Obtains the value matching a specified key in the URL query parameter.
- getParcelableArrayListParam(String) - Method in class ohos.aafwk.content.Intent
-
- getParcelableArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
- getParcelableParam(String) - Method in class ohos.aafwk.content.Intent
-
- getParent() - Method in class java.io.File
-
Returns the pathname string of this abstract pathname's parent, or
null if this pathname does not name a parent directory.
- getParent() - Method in class java.lang.ClassLoader
-
Returns the parent class loader for delegation.
- getParent() - Method in class java.lang.ThreadGroup
-
Returns the parent of this thread group.
- getParent() - Method in class java.net.NetworkInterface
-
Returns the parent NetworkInterface of this interface if this is
a subinterface, or null if it is a physical
(non virtual) interface or has no parent.
- getParent() - Method in interface java.nio.file.Path
-
Returns the parent path, or null if this path does not
have a parent.
- getParent() - Method in interface java.security.cert.PolicyNode
-
Returns the parent of this node, or null if this is the
root node.
- getParent() - Method in class java.util.concurrent.Phaser
-
Returns the parent of this phaser, or null if none.
- getParent() - Method in class java.util.logging.Logger
-
Return the parent for this Logger.
- getParent() - Method in class java.util.prefs.NodeChangeEvent
-
Returns the parent of the node that was added or removed.
- getParent() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains information about the parent window of this window.
- getParent() - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Obtains the parent entity.
- getParent() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the parent node of a specified node.
- getParentFile() - Method in class java.io.File
-
Returns the abstract pathname of this abstract pathname's parent,
or null if this pathname does not name a parent
directory.
- getParentFile() - Method in class ohos.data.distributed.file.DistFile
-
Obtains the parent directory of the distributed file or directory denoted by this abstract pathname.
- getParentLogger() - Method in interface javax.sql.CommonDataSource
-
Return the parent Logger of all the Loggers used by this data source.
- getParentLoggerName(String) - Method in interface java.util.logging.LoggingMXBean
-
Returns the name of the parent for the specified logger.
- getParentSpanId() - Method in class ohos.hiviewdfx.HiTraceId
-
Obtains the parent span ID from a HiTraceId object.
- getParsedString() - Method in exception java.time.format.DateTimeParseException
-
Returns the string that was being parsed.
- getParsedValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains a string representing the attribute value referenced by the XML attribute.
- getParseMaxDigits() - Method in class ohos.global.icu.text.DecimalFormat
-
- getPart(int) - Method in class ohos.global.icu.text.MessagePattern
-
Gets the i-th pattern "part".
- getParticipantEmail() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the email address of the participant.
- getParticipantName() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the participant name.
- getParticipantRoleType() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the role of the participant.
- getParticipantStatus() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the status of the participant.
- getParticipantType() - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Obtains the type of the participant.
- getParties() - Method in class java.util.concurrent.CyclicBarrier
-
Returns the number of parties required to trip this barrier.
- getPartType(int) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the Part.Type of the i-th pattern "part".
- getPassphrase() - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Obtains the passphrase of this WifiP2pConfig instance.
- getPassphrase() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Obtains the passphrase of this Wi-Fi P2P group.
- getPassword() - Method in class java.net.PasswordAuthentication
-
Returns the user password.
- getPassword() - Method in class java.security.KeyStore.PasswordProtection
-
Gets the password.
- getPassword() - Method in interface javax.crypto.interfaces.PBEKey
-
Returns the password.
- getPassword() - Method in class javax.crypto.spec.PBEKeySpec
-
Returns a copy of the password.
- getPassword() - Method in class javax.security.auth.callback.PasswordCallback
-
Get the retrieved password.
- getPassword() - Method in interface javax.sql.RowSet
-
Retrieves the password used to create a database connection.
- getPasswordAuthentication() - Method in class java.net.Authenticator
-
Called when password authorization is needed.
- getPastCpuTime() - Static method in class ohos.os.ProcessManager
-
Obtains the CPU time (in milliseconds) from the time when the process starts to the current time.
- getPasteData() - Method in class ohos.miscservices.pasteboard.SystemPasteboard
-
Obtains data in a PasteData object.
- getPath() - Method in class java.io.File
-
Converts this abstract pathname into a pathname string.
- getPath() - Method in class java.net.HttpCookie
-
Returns the path on the server to which the browser returns this cookie.
- getPath() - Method in class java.net.URI
-
Returns the decoded path component of this URI.
- getPath() - Method in class java.net.URL
-
Gets the path part of this URL.
- getPath() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the path.
- getPath() - Method in interface ohos.data.rdb.RdbStore
-
Obtains the path of the database file.
- getPath() - Method in class ohos.data.search.schema.DocumentItem
-
Obtains the value of the path index field.
- getPath() - Method in class ohos.global.resource.Entry
-
Obtains the path of Entry.
- getPath() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the URI of a stored file.
- getPath(String, String...) - Method in class java.nio.file.FileSystem
-
Converts a path string, or a sequence of strings that when joined form
a path string, to a Path.
- getPath(URI) - Method in class java.nio.file.spi.FileSystemProvider
-
Return a
Path object by converting the given
URI.
- getPathEffect() - Method in class ohos.agp.render.Paint
-
Obtains the path effect of this Paint.
- getPathId(String) - Method in class ohos.aafwk.ability.PathMatcher
-
Matches a database or file path to obtain the path ID.
- getPathMatcher(String) - Method in class java.nio.file.FileSystem
-
Returns a
PathMatcher that performs match operations on the
String representation of
Path objects by interpreting a
given pattern.
- getPathToNames() - Method in class java.security.cert.X509CertSelector
-
Returns a copy of the pathToNames criterion.
- getPattern() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getPattern() - Method in class ohos.app.AbilityContext
-
- getPattern() - Method in interface ohos.app.Context
-
Obtains the pattern of this Context.
- getPattern() - Method in class ohos.global.icu.text.StringSearch
-
Returns the pattern for which StringSearch is searching for.
- getPattern() - Method in class ohos.global.resource.Element
-
Obtains a ohos.global.resource.solidxml.Pattern instance associated with this Element.
- getPattern(ULocale, int) - Static method in class ohos.global.icu.text.NumberFormat
-
Returns the pattern for the provided locale and choice.
- getPatternForCurrencySpacing(int, boolean) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the desired currency spacing value.
- getPatternForNumItems(int) - Method in class ohos.global.icu.text.ListFormatter
-
Returns the pattern to use for a particular item count.
- getPatternHash() - Method in class ohos.global.resource.solidxml.Pattern
-
Obtains the hash map of this Pattern.
- getPatternHash(String[]) - Method in class ohos.global.resource.solidxml.Pattern
-
Obtains a hash map that contains selected attributes of this Pattern.
- getPatternIndex(int) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the pattern index of the specified pattern "part".
- getPatternInstance(String) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the default locale.
- getPatternInstance(String, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getPatternInstance(String, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getPatternInstance(Calendar, String, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Creates a
DateFormat object that can be used to format dates and
times in the calendar system specified by
cal.
- getPatternInstance(Calendar, String, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
[icu] Creates a
DateFormat object that can be used to format dates and
times in the calendar system specified by
cal.
- getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to separate positive and negative subpatterns
in a pattern.
- getPatternSeparator() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used to separate positive and negative subpatterns
in a pattern.
- getPatternString() - Method in class ohos.global.icu.text.MessagePattern
-
- getPatternValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the pattern attributes represented by a
Pattern value referenced by the XML
attribute.
- getPatternValue(String) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains the
Pattern instance matching the
key in this
Theme.
- getPausedReason() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the reason why a session is paused, which can be any DownloadSession.PAUSED_* constant.
- getPayload() - Method in class ohos.nfc.tag.MessageRecord
-
Obtains the payload of the NDEF record.
- getPeerCertificateChain() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the identity of the peer which was identified as part
of defining the session.
- getPeerCertificateChain() - Method in interface javax.net.ssl.SSLSession
-
Returns the identity of the peer which was identified as part
of defining the session.
- getPeerCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the identity of the peer which was established as part
of defining the session.
- getPeerCertificates() - Method in interface javax.net.ssl.SSLSession
-
Returns the identity of the peer which was established as part
of defining the session.
- getPeerHost() - Method in class javax.net.ssl.SSLEngine
-
Returns the host name of the peer.
- getPeerHost() - Method in interface javax.net.ssl.SSLSession
-
Returns the host name of the peer in this session.
- getPeerPort() - Method in class javax.net.ssl.SSLEngine
-
Returns the port number of the peer.
- getPeerPort() - Method in interface javax.net.ssl.SSLSession
-
Returns the port number of the peer in this session.
- getPeerPrincipal() - Method in class java.net.SecureCacheResponse
-
Returns the server's principal which was established as part of
defining the session during the original connection that
retrieved the network resource.
- getPeerPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the identity of the peer which was established as part of
defining the session.
- getPeerPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
-
Returns the server's principal which was established as part of
defining the session.
- getPeerPrincipal() - Method in interface javax.net.ssl.SSLSession
-
Returns the identity of the peer which was established as part of
defining the session.
- getPeerSocketInfo() - Method in class ohos.net.LocalSocket
-
Obtains certificates of the peer socket.
- getPeerSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
-
Obtains an array of supported signature algorithms that the peer is
able to use.
- getPendingCount() - Method in class java.util.concurrent.CountedCompleter
-
Returns the current pending count.
- getPercent() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for percent sign.
- getPercent() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for percent sign.
- getPercentInstance() - Static method in class java.text.NumberFormat
-
Returns a percentage format for the current default
FORMAT locale.
- getPercentInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a percentage format for the specified locale.
- getPercentInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for percent sign.
- getPeripheralAddress() - Method in class ohos.bluetooth.ble.BleScanFilter
-
Obtains the Bluetooth MAC address of the peripheral device to scan.
- getPeripheralDevice() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains a peripheral device.
- getPeripheralManufacturerData() - Method in class ohos.bluetooth.ble.BleScanFilter
-
Obtains the manufacturer data of the peripheral device to scan.
- getPeripheralName() - Method in class ohos.bluetooth.ble.BleScanFilter
-
Obtains the name of the peripheral device to scan.
- getPeripheralServcieUuid() - Method in class ohos.bluetooth.ble.BleScanFilter
-
Obtains the service UUID of the peripheral device to scan.
- getPeripheralServiceData() - Method in class ohos.bluetooth.ble.BleScanFilter
-
Obtains the service data of the peripheral device to scan.
- getPerMill() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for per mille sign.
- getPerMill() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for mille percent sign.
- getPerMillString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for permille sign.
- getPermission() - Method in class java.net.HttpURLConnection
-
Returns a
SocketPermission object representing the
permission necessary to connect to the destination host and port.
- getPermission() - Method in class java.net.URLConnection
-
Returns a permission object representing the permission
necessary to make the connection represented by this
object.
- getPermission() - Method in exception java.security.AccessControlException
-
Gets the Permission object associated with this exception, or
null if there was no corresponding Permission object.
- getPermission() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the permission required for implementing this static common event.
- getPermission() - Method in class ohos.data.search.model.SearchableEntity
-
Obtains the permission required for starting the ability.
- getPermission() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Obtains the publisher permission of this CommonEventSubscribeInfo object.
- getPermissionDef(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains detailed information about a specified permission.
- getPermissionDefByGroup(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains information about all permissions in a specified permission group.
- getPermissionGroupDef(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains information about a specified permission group.
- getPermissions() - Method in class java.security.ProtectionDomain
-
Returns the static permissions granted to this domain.
- getPermissions() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Obtains the permissions for a characteristic.
- getPermissions() - Method in class ohos.bluetooth.ble.GattDescriptor
-
Obtains the permissions of a descriptor in bit mask.
- getPermissions() - Method in class ohos.bundle.AbilityInfo
-
Obtains the permissions required for other abilities to call the current ability.
- getPermissions() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the permissions required for accessing the application.
- getPermissions() - Method in class ohos.bundle.BundleInfo
-
Obtains the permissions required for accessing the application.
- getPermissions(CodeSource) - Method in class java.net.URLClassLoader
-
Returns the permissions for the given codesource object.
- getPermissions(CodeSource) - Method in class java.security.Policy
-
Return a PermissionCollection object containing the set of
permissions granted to the specified CodeSource.
- getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
-
Returns the permissions for the given CodeSource object.
- getPermissions(Principal) - Method in interface java.security.acl.Acl
-
Returns an enumeration for the set of allowed permissions for the
specified principal (representing an entity such as an individual or
a group).
- getPermissions(ProtectionDomain) - Method in class java.security.Policy
-
Return a PermissionCollection object containing the set of
permissions granted to the specified ProtectionDomain.
- getPermitMimeTypes() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the MIME types allowed by this NotificationUserInput object.
- getPersianCalendar(Locale) - Static method in class ohos.global.i18n.utils.CalendarUtils
-
Obtains the Persian calendar for the region represented by Locale.
- getPersistablePacMap(String) - Method in class ohos.utils.PersistablePacMap
-
Obtains the PersistablePacMap object with the specified key.
- getPerspectiveAspectRatio() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the aspect ratio for the perspective camera only.
- getPerspectiveVerticalFov() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the vertical field of view (FOV) for the perspective camera only.
- getPerspX() - Method in class ohos.agp.utils.Matrix
-
Obtains the horizontal perspective factor of this Matrix.
- getPerspY() - Method in class ohos.agp.utils.Matrix
-
Obtains the vertical perspective factor of this Matrix.
- getPhase() - Method in class java.util.concurrent.Phaser
-
Returns the current phase number.
- getPhase() - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the operation phase of the event.
- getPhone() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the phone index field.
- getPhoneNumber() - Method in class ohos.location.GeoAddress
-
Obtains the phone number in the current GeoAddress object.
- getPhoneNumber() - Method in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Obtains the phone number of this contact.
- getPhoneNumberAfterFormat() - Method in class ohos.telephony.PhoneNumberFormattingTextObserver
-
Obtains the phone number after being formatted.
- getPhoneNumbers() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the phone number list of this contact.
- getPhoneNumbers(String, String) - Static method in class ohos.global.i18n.utils.TextRecognitionUtils
-
Recognizes phone numbers in the given text.
- getPhotoCategory() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the format (such as JPG) of the photo.
- getPhotoSchema() - Static method in class ohos.data.search.schema.PhotoItem
-
Obtains a list of index field attributes in this PhotoItem object.
- getPhysicalIdList() - Method in interface ohos.media.camera.device.CameraInfo
-
Gets IDs of physical cameras belong to the logical camera.
- getPicker() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of the picker Intent in this Intent.
- getPicker() - Method in class ohos.agp.components.LayoutScatter
-
Obtains the component picker.
- getPid() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the pid of this process.
- getPid() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the ID of the current process.
- getPid() - Method in class ohos.app.ProcessInfo
-
Obtains the process ID of an application.
- getPid() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the process ID (PID) from the application fault record.
- getPid() - Method in class ohos.net.SocketCertificates
-
Obtains the PID of the process using this UNIX domain socket for communications.
- getPid() - Static method in class ohos.os.ProcessManager
-
Obtains the PID of the current process.
- getPIData() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Get the data section of a processing instruction
- getPITarget() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Get the target of a processing instruction
- getPitch() - Method in class ohos.ai.tts.TtsParams
-
Obtains the speaking pitch.
- getPitch() - Method in class ohos.media.audio.AudioRenderer.SpeedPara
-
Obtains the playback pitch of the audio stream.
- getPivot() - Method in class ohos.agp.components.Component
-
Obtains the pivot relative to the parent layout.
- getPivot() - Method in class ohos.agp.utils.Rect
-
Obtains the coordinates of the pivot, around which this Rect object is rotated and scaled.
- getPivot() - Method in class ohos.agp.utils.RectFloat
-
Obtains a pivot point.
- getPivot() - Method in class ohos.utils.geo.Rect
-
Obtains the coordinates of the pivot, around which this Rect object is rotated and scaled.
- getPivot() - Method in class ohos.utils.geo.RectFloat
-
Obtains a pivot point.
- getPivotX() - Method in class ohos.agp.components.Component
-
Obtains the X-axis coordinate of the point around which the component is rotated and scaled, that is, the
pivot point.
- getPivotXCoordinate() - Method in class ohos.agp.utils.Rect
-
Obtains the X-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- getPivotXCoordinate() - Method in class ohos.agp.utils.RectFloat
-
Obtains the x-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- getPivotXCoordinate() - Method in class ohos.utils.geo.Rect
-
Obtains the X-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- getPivotXCoordinate() - Method in class ohos.utils.geo.RectFloat
-
Obtains the x-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- getPivotY() - Method in class ohos.agp.components.Component
-
Obtains the Y-axis coordinate of the pivot point relative to the parent layout.
- getPivotYCoordinate() - Method in class ohos.agp.utils.Rect
-
Obtains the Y-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- getPivotYCoordinate() - Method in class ohos.agp.utils.RectFloat
-
Obtains the y-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- getPivotYCoordinate() - Method in class ohos.utils.geo.Rect
-
Obtains the Y-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- getPivotYCoordinate() - Method in class ohos.utils.geo.RectFloat
-
Obtains the y-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- getPixelBytesCapacity() - Method in class ohos.media.image.PixelMap
-
Obtains the memory capacity for storing the pixels of this PixelMap.
- getPixelBytesNumber() - Method in class ohos.media.image.PixelMap
-
Obtains the pixel data size in bytes.
- getPixelMap() - Method in class ohos.agp.components.element.PixelMapElement
-
Obtains a PixelMap object.
- getPixelMap() - Method in class ohos.agp.components.Image
-
Obtains the PixelMap object displayed on this Image.
- getPixelMap() - Method in class ohos.agp.render.PixelMapHolder
-
Obtains the PixelMap object in a container.
- getPixelMap() - Method in class ohos.agp.render.Texture
-
Obtains the PixelMap instance with the off-screen rendering result.
- getPixelMap() - Method in class ohos.ai.cv.common.ImageResult
-
Obtains the
PixelMap member variable of this instance.
- getPixelMap() - Method in class ohos.ai.cv.common.VisionImage
-
Converts a
VisionImage object to a
PixelMap object.
- getPixelMap() - Method in class ohos.event.notification.MessageUser
-
Obtains the pixel map of this MessageUser.
- getPixelMap(String) - Method in class ohos.media.common.AVMetadata
-
Obtains the
PixelMap value of the specified key in the media metadata.
- getPixelMapHolder() - Method in class ohos.agp.components.Image
-
Obtains the PixelMapHolder object displayed on this Image.
- getPixelValue(boolean) - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the pixel value represented by the float value referenced by the XML attribute.
- getPixelValue(String, boolean) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains the pixel value matching the key in this Theme.
- getPkgList() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains a list of bundles loaded by the current process.
- getPlaceName() - Method in class ohos.location.GeoAddress
-
Obtains the landmark in the current GeoAddress object, for example, Eiffel Tower.
- getPlaceSchema() - Static method in class ohos.data.search.schema.PlaceItem
-
Obtains a list of index field attributes in this PlaceItem object.
- getPlainArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains a PlainArray<T> object based on a specified key.
- getPlainText() - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Obtains plain text in a record.
- getPlaybackSpeed() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the playback speed and pitch parameters.
- getPlaybackSpeed() - Method in class ohos.media.player.Player
-
Obtains the playback speed.
- getPlaybackState() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Obtains the current animation playback state.
- getPlayControls() - Method in class ohos.media.sessioncore.AVController
-
Obtains a
PlayControls instance to control playback, for example, to
start or stop playback, or play the next item.
- getPlayingState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.A2dpSink
-
Obtains the A2DP sink playing status of a peer device.
- getPlayingState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.A2dpSource
-
Obtains the A2DP source playing status of a peer device.
- getPlmnNumeric() - Method in class ohos.telephony.NetworkState
-
Obtains the PLMN code of the registered network.
- getPlmnNumeric(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the public land mobile network (PLMN) code of the registered network.
- getPluggedType() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the charger type of a device.
- getPluralOffset(int) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the "offset:" value of a PluralFormat argument, or 0 if none is specified.
- getPluralRules() - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Gets plural rules of this locale, used for currency plural format
- getPluralString(int) - Method in class ohos.global.resource.Element
-
Obtains the string representation of plural rules associated with this Element based on the given
quantity.
- getPluralString(int, Object...) - Method in class ohos.global.resource.Element
-
Obtains the string representation of plural rules associated with this Element based on the given
quantity, and formats the string based on the specified formatted objects.
- getPlusSign() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the localized plus sign.
- getPlusSignString() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used to represent plus sign.
- getPMm() - Method in class ohos.nfc.tag.NfcFTag
-
Obtains the PMm (consisting of the IC code and manufacturer parameters) from this NfcFTag instance.
- getPmString() - Method in class ohos.agp.components.TimePicker
-
Obtains the string represents p.m.
- getPobox() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the post box of this contact.
- getPointerCount() - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the number of pointers for touch control or trajectory tracking in an event.
- getPointerId(int) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the unique ID of a pointer in an event.
- getPointerPosition(int) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the x and y coordinates of a pointer index relative to the offset position during
touch control or trajectory tracking in an event.
- getPointerScreenPosition(int) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the x and y coordinates of a pointer index relative to the screen coordinate origin during
touch control or trajectory tracking in an event.
- getPointX() - Method in class ohos.agp.utils.Point
-
Obtains the float representation of the x coordinate of this Point.
- getPointX() - Method in class ohos.utils.geo.Point
-
Obtains the float representation of the x coordinate of this Point.
- getPointXToInt() - Method in class ohos.agp.utils.Point
-
Obtains the integer representation of the x coordinate of this Point.
- getPointXToInt() - Method in class ohos.utils.geo.Point
-
Obtains the integer representation of the x coordinate of this Point.
- getPointY() - Method in class ohos.agp.utils.Point
-
Obtains the float representation of the y coordinate of this Point.
- getPointY() - Method in class ohos.utils.geo.Point
-
Obtains the float representation of the y coordinate of this Point.
- getPointYToInt() - Method in class ohos.agp.utils.Point
-
Obtains the integer representation of the y coordinate of this Point.
- getPointYToInt() - Method in class ohos.utils.geo.Point
-
Obtains the integer representation of the y coordinate of this Point.
- getPolicy() - Method in class java.security.cert.X509CertSelector
-
Returns the policy criterion.
- getPolicy() - Static method in class java.security.Policy
-
Returns the installed Policy object.
- getPolicyQualifier() - Method in class java.security.cert.PolicyQualifierInfo
-
Returns the ASN.1 DER encoded form of the qualifier
field of this PolicyQualifierInfo.
- getPolicyQualifierId() - Method in class java.security.cert.PolicyQualifierInfo
-
Returns the policyQualifierId field of this
PolicyQualifierInfo.
- getPolicyQualifiers() - Method in interface java.security.cert.PolicyNode
-
Returns the set of policy qualifiers associated with the
valid policy represented by this node.
- getPolicyQualifiersRejected() - Method in class java.security.cert.PKIXParameters
-
Gets the PolicyQualifiersRejected flag.
- getPolicyTree() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns the root node of the valid policy tree resulting from the
PKIX certification path validation algorithm.
- getPool() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns the pool hosting the current task execution, or null
if this task is executing outside of any ForkJoinPool.
- getPool() - Method in class java.util.concurrent.ForkJoinWorkerThread
-
Returns the pool hosting this thread.
- getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
-
Attempts to establish a physical database connection that can
be used as a pooled connection.
- getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
-
Attempts to establish a physical database connection that can
be used as a pooled connection.
- getPoolIndex() - Method in class java.util.concurrent.ForkJoinWorkerThread
-
Returns the unique index number of this thread in its pool.
- getPoolSize() - Method in class java.util.concurrent.ForkJoinPool
-
Returns the number of worker threads that have started but not
yet terminated.
- getPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the current number of threads in the pool.
- getPort() - Method in class java.net.DatagramPacket
-
Returns the port number on the remote host to which this datagram is
being sent or from which the datagram was received.
- getPort() - Method in class java.net.DatagramSocket
-
Returns the port number to which this socket is connected.
- getPort() - Method in class java.net.InetSocketAddress
-
Gets the port number.
- getPort() - Method in class java.net.Socket
-
Returns the remote port number to which this socket is connected.
- getPort() - Method in class java.net.SocketImpl
-
Returns the value of this socket's port field.
- getPort() - Method in class java.net.URI
-
Returns the port number of this URI.
- getPort() - Method in class java.net.URL
-
Gets the port number of this URL.
- getPort() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns the port number of the LDAP server.
- getPort() - Method in class ohos.net.HttpProxy
-
obtain the port of http proxy.
- getPort() - Method in class ohos.utils.net.Uri
-
Obtains the port field of the current URI.
- getPortId() - Method in class ohos.media.audio.AudioCapturerConfig
-
Obtains the recording port ID.
- getPortlist() - Method in class java.net.HttpCookie
-
Returns the port list attribute of the cookie
- getPortrait() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the contact portrait.
- getPosition() - Method in class ohos.agp.components.TabList.Tab
-
Obtains the position of a tab in
TabList.
- getPosition() - Method in class ohos.agp.render.Paint
-
Obtains the starting position of a text.
- getPosition() - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Obtains the position of the current entity relative to the parent entity.
- getPosition() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the position of the transformation component in a node.
- getPosition() - Method in class ohos.global.i18n.phonenumbers.InputFormatter
-
- getPosition() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the playback position, which is represented by the number of audio frames played.
- getPosition() - Method in class ohos.media.camera.params.FaceLandmark
-
Gets the facial landmark area.
- getPositionObject(int) - Method in class ohos.media.photokit.support.FetchResult
-
Obtains an instance at a specified position in this FetchResult instance.
- getPositions() - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Obtains the position data, in vec3 format (x, y, z).
- getPositionX() - Method in class ohos.accessibility.ability.GesturePathPositionDefine
-
Obtains the X coordinate of the position.
- getPositionY() - Method in class ohos.accessibility.ability.GesturePathPositionDefine
-
Obtains the Y coordinate of the position.
- getPositivePrefix() - Method in class java.text.DecimalFormat
-
Get the positive prefix.
- getPositivePrefix() - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Gets the positive prefix string currently being used to format
numbers.
- getPositiveSign() - Method in class java.time.format.DecimalStyle
-
Gets the character that represents the positive sign.
- getPositiveSuffix() - Method in class java.text.DecimalFormat
-
Get the positive suffix.
- getPositiveSuffix() - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Gets the positive suffix string currently being used to format
numbers.
- getPosixFilePermissions(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Returns a file's POSIX file permissions.
- getPostalAddress() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the postal address of this contact.
- getPostalAddresses() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the postal address list of this contact.
- getPostalCode() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the postalCode index field.
- getPostalCode() - Method in class ohos.location.GeoAddress
-
Obtains the postal code in the current GeoAddress object.
- getPosTan(float, float[], float[]) - Method in class ohos.agp.render.PathMeasure
-
Obtains the coordinates that specify the position of the specified length on the associated path and its tangent
value.
- getPostcode() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the postal code of this contact.
- getPotentialAction() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the potentialAction index field.
- getPowerState() - Method in class ohos.powermanager.DevicePowerStatusInfo
-
Obtains the system power status of a device.
- getPreciseCenter() - Method in class ohos.agp.utils.Rect
-
Obtains the coordinates of the center point of this Rect object.
- getPreciseCenter() - Method in class ohos.utils.geo.Rect
-
Obtains the coordinates of the center point of this Rect object.
- getPreciseHorizontalCenter() - Method in class ohos.agp.utils.Rect
-
Obtains the coordinates of the precise horizontal center of this Rect.
- getPreciseHorizontalCenter() - Method in class ohos.utils.geo.Rect
-
Obtains the coordinates of the precise horizontal center of this Rect.
- getPreciseVerticalCenter() - Method in class ohos.agp.utils.Rect
-
Obtains the coordinates of the precise vertical center of this Rect.
- getPreciseVerticalCenter() - Method in class ohos.utils.geo.Rect
-
Obtains the coordinates of the precise vertical center of this Rect.
- getPrecision() - Method in class java.math.MathContext
-
Returns the precision setting.
- getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
-
Returns the precision
- getPrecision(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrecision(int) - Method in interface java.sql.ResultSetMetaData
-
Get the designated column's specified column size.
- getPreDecodeFrames() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Obtains the number of frames to be decoded before this animation is displayed.
- getPredicate(int) - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
- getPredicate(CalendarEntity) - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
- getPreferences(String) - Method in class ohos.data.DatabaseHelper
-
Obtains a
Preferences instance matching a specified preferences file name.
- getPreferencesDir() - Method in class ohos.app.AbilityContext
-
- getPreferencesDir() - Method in interface ohos.app.Context
-
Obtains the path storing the preference file of the application.
- getPreferredConfig() - Method in class ohos.media.photokit.common.PixelMapConfigs
-
get preferred config
- getPrefix() - Method in class ohos.javax.xml.namespace.QName
-
Get the prefix of this QName.
- getPrefix() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the prefix of the current event or null if the event does not have a prefix
- getPrefix(String) - Method in interface ohos.javax.xml.namespace.NamespaceContext
-
Get prefix bound to Namespace URI in the current scope.
- getPrefix(String) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Gets the prefix the uri is bound to
- getPrefix(String) - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Gets the prefix the uri is bound to
- getPrefixes(String) - Method in interface ohos.javax.xml.namespace.NamespaceContext
-
Get all prefixes bound to a Namespace URI in the current
scope.
- getPrefixLength() - Method in class ohos.net.IpPrefix
-
Returns the prefix length of IpPrefix
- getPrefixLength() - Method in class ohos.net.LinkAddress
-
Obtains the IP address prefix length of a connection.
- getPremises() - Method in class ohos.location.GeoAddress
-
Obtains the house information in the current GeoAddress object, such as the house number.
- getPresent() - Method in class ohos.batterymanager.BatteryInfo
-
Checks whether the battery of a device is present.
- getPresentIndex() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the index of the current event.
- getPreSharedKey() - Method in class ohos.wifi.WifiDeviceConfig
-
Obtains the password in the Wi-Fi configuration.
- getPressedButtons() - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains all mouse buttons in the pressed state.
- getPrimaryDeviceType() - Method in class ohos.wifi.p2p.WifiP2pDevice
-
Obtains the type of the primary Wi-Fi P2P device.
- getPrimaryDns() - Method in class ohos.wifi.IpInfo
-
Obtains the primary DNS server IP address of a Wi-Fi connection.
- getPrimaryHtml() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains HTML text of the primary record in a PasteData object.
- getPrimaryIntent() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the intent of the primary record in a PasteData object.
- getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getPrimaryMimeType() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the MIME type of the primary record in a PasteData object.
- getPrimarySlotId() - Method in class ohos.telephony.RadioInfoManager
-
Obtains the index number of the card slot where the primary card is located if multiple SIM cards are inserted.
- getPrimaryText() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the plain text of the primary record in a PasteData object.
- getPrimaryUri() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the URI of the primary record in a PasteData object.
- getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
-
Returns the prime.
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the primeExponentP.
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeExponentP.
- getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the primeExponentP.
- getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the primeExponentP.
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the primeExponentQ.
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeExponentQ.
- getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the primeExponentQ.
- getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the primeExponentQ.
- getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the primeP.
- getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeP.
- getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the primeP.
- getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the primeP.
- getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the primeQ.
- getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeQ.
- getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the primeQ.
- getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the primeQ.
- getPrimeSize() - Method in class javax.crypto.spec.DHGenParameterSpec
-
Returns the size in bits of the prime modulus.
- getPrimitives() - Method in class ohos.agp.render.render3d.resources.MeshDesc
-
Obtains primitives of this mesh.
- getPrincipal() - Method in interface java.security.acl.AclEntry
-
Returns the principal for which permissions are granted or denied by
this ACL entry.
- getPrincipal() - Method in interface java.security.Certificate
-
Deprecated.
Returns the principal of the principal-key pair being guaranteed by
the guarantor.
- getPrincipals() - Method in class java.security.ProtectionDomain
-
Returns an array of principals for this domain.
- getPrincipals() - Method in class javax.security.auth.PrivateCredentialPermission
-
Returns the Principal classes and names
associated with this PrivateCredentialPermission.
- getPrincipals() - Method in class javax.security.auth.Subject
-
Return the Set of Principals associated with this
Subject.
- getPrincipals(Class<T>) - Method in class javax.security.auth.Subject
-
Return a Set of Principals associated with this
Subject that are instances or subclasses of the specified
Class.
- getPriority() - Method in class java.lang.Thread
-
Returns this thread's priority.
- getPriority() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Obtains the subscriber priority of this CommonEventSubscribeInfo object.
- getPriority() - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Obtains the playback task priority.
- getPriorityLevel() - Method in class ohos.location.RequestParam
-
Obtains the location priority policy in the RequestParam object.
- getPrivate() - Method in class java.security.KeyPair
-
Returns a reference to the private key component of this key pair.
- getPrivateAlbums() - Method in class ohos.media.photokit.MediaLibrary
-
Obtains private
AlbumList instances from SmartGallery (a smart image
database for a gallery).
- getPrivateCredentials() - Method in class javax.security.auth.Subject
-
Return the Set of private credentials held by this
Subject.
- getPrivateCredentials(Class<T>) - Method in class javax.security.auth.Subject
-
Return a Set of private credentials associated with this
Subject that are instances or subclasses of the specified
Class.
- getPrivateDnsServerName() - Method in class ohos.net.ConnectionProperties
-
Obtains the name of the private DNS server used in a connection.
- getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
-
Returns the private exponent.
- getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
-
Returns the private exponent.
- getPrivateKey() - Method in class java.security.KeyStore.PrivateKeyEntry
-
Gets the PrivateKey from this entry.
- getPrivateKey() - Method in class java.security.Signer
-
Deprecated.
Returns this signer's private key.
- getPrivateKey(String) - Method in interface javax.net.ssl.X509KeyManager
-
Returns the key associated with the given alias.
- getPrivateKeyValid() - Method in class java.security.cert.X509CertSelector
-
Returns the privateKeyValid criterion.
- getProbability() - Method in class ohos.media.camera.params.Face
-
Gets the confidence level of face detection.
- getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the given catalog's stored procedure parameter
and result columns.
- getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the stored procedures available in the given
catalog.
- getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the database vendor's preferred term for "procedure".
- getProcess() - Method in class ohos.bundle.AbilityInfo
-
Obtains the name of the process where this ability should run.
- getProcess() - Method in class ohos.bundle.ApplicationInfo
-
Obtains the name of the process in which this application should run.
- getProcessedLength() - Method in class ohos.global.icu.text.Bidi
-
Get the length of the source text processed by the last call to
setPara().
- getProcessesErrorInfo() - Method in interface ohos.app.IAbilityManager
-
Obtains a list of process error info.
- getProcessInfo() - Method in class ohos.app.AbilityContext
-
- getProcessInfo() - Method in interface ohos.app.Context
-
Obtains information about the current process, including the process ID and name.
- getProcessMemoryInfo(int[]) - Method in interface ohos.app.IAbilityManager
-
Obtains the memory usage of specified processes.
- getProcessMode() - Method in class ohos.ai.cv.common.VisionConfiguration
-
Obtains the process mode of a plug-in.
- getProcessName() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the process name in which the crash or error occurred.
- getProcessName() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the name of the process where the application is running.
- getProcessName() - Method in class ohos.app.AbilityContext
-
- getProcessName() - Method in interface ohos.app.Context
-
Obtains the name of the current process.
- getProcessName() - Method in class ohos.app.ProcessInfo
-
Obtains the process name of an application.
- getProcessPrivateClean(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the size of private clean pages of the specified memory type for this process.
- getProcessPrivateCleanSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total size of private clean pages for this process.
- getProcessPrivateDirty(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the information about private dirty pages used by this process.
- getProcessPrivateDirtySum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total amount of private dirty pages used by the current process.
- getProcessPss(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the proportional set size (PSS) memory used by the current process.
- getProcessPssSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total amount of proportional set size (PSS) memory in use.
- getProcessRss(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the resident set size (RSS) of the specified memory type for this process.
- getProcessRssSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total RSS for this process.
- getProcessSharedClean(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the size of shared clean pages of the specified memory type for this process.
- getProcessSharedCleanSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total size of shard clean pages for this process.
- getProcessSharedDirty(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the size of shared dirty pages of the specified memory type for this process.
- getProcessSharedDirtySum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total size of shared dirty pages for this process.
- getProcessSwappablePss(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the swappable proportional set size (PSS) of the specified memory type for this process.
- getProcessSwappablePssSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total swappable PSS for this process.
- getProcessSwappedOut(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the size of swapped-out dirty pages of the specified memory type for this process.
- getProcessSwappedOutPss(Debug.MemType) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the size of swapped-out PSS of the specified memory type for this process.
- getProcessSwappedOutPssSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total size of swapped-out PSS for this process.
- getProcessSwappedOutSum() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the total size of swapped-out dirty pages for this process.
- getProduct() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the product of the float values in the X and Y axes of this DimensFloat instance.
- getProduct() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the product of the float values in the X and Y axes of this DimensFloat instance.
- getProductId() - Method in class ohos.usb.USBDevice
-
Get the ProductId field of a USB device.
- getProductName() - Method in class ohos.usb.USBDevice
-
Get the ProductName field of a USB device.
- getProductToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the product of the int values in the X and Y axes of this DimensFloat instance.
- getProductToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the product of the int values in the X and Y axes of this DimensFloat instance.
- getProfile(Context) - Static method in class ohos.bluetooth.A2dpSink
-
Obtains the default
A2dpSink instance to perform an A2DP sink operation.
- getProfile(Context) - Static method in class ohos.bluetooth.A2dpSource
-
Obtains the default
A2dpSource instance to perform an A2DP source operation.
- getProfile(Context) - Static method in class ohos.bluetooth.HandsFreeAudioGateway
-
- getProfileConnState(int) - Method in class ohos.bluetooth.BluetoothHost
-
Obtains the status of the connection between current device's Bluetooth profile and other Bluetooth devices.
- getProgress() - Method in class ohos.agp.components.ProgressBar
-
Obtains the current progress value of the progress bar.
- getProgressColor() - Method in class ohos.agp.components.ProgressBar
-
Obtains the color of this progress bar.
- getProgressColors() - Method in class ohos.agp.components.ProgressBar
-
Obtains fill colors of the
ShapeElement object used to draw this progress bar.
- getProgressElement() - Method in class ohos.agp.components.ProgressBar
-
Obtains the
Element object used as a progress bar.
- getProgressHintText() - Method in class ohos.agp.components.ProgressBar
-
Obtains the hint text on a progress bar.
- getProgressHintTextAlignment() - Method in class ohos.agp.components.ProgressBar
-
Obtains the hint text alignment mode on a progress bar.
- getProgressHintTextColor() - Method in class ohos.agp.components.ProgressBar
-
Obtains the hint text color on a progress bar.
- getProgressHintTextSize() - Method in class ohos.agp.components.ProgressBar
-
Obtains the size of the hint text on this progress bar.
- getProgressMax() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the maximum value displayed for the progress bar of this notification.
- getProgressValue() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the current value displayed for the progress bar of this notification.
- getProgressWidth() - Method in class ohos.agp.components.ProgressBar
-
Obtains the maximum width of this progress bar.
- getPrompt() - Method in class javax.security.auth.callback.PasswordCallback
-
Get the prompt.
- getPrompt() - Method in class ohos.miscservices.inputmethod.EditingText
-
Obtains the default hint text displayed in the application editor.
- getPropagationId() - Method in class java.beans.PropertyChangeEvent
-
The "propagationId" field is reserved for future use.
- getProperties() - Static method in class java.lang.System
-
Determines the current system properties.
- getProperties() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Obtains the properties of a characteristic.
- getPropertiesKey() - Method in class ohos.aafwk.ability.startsetting.AbilityStartSetting
-
Obtains the names of all the properties that have been added to this
AbilityStartSetting object.
- getProperty() - Method in class ohos.miscservices.pasteboard.PasteData
-
- getProperty(String) - Static method in class java.lang.System
-
Gets the system property indicated by the specified key.
- getProperty(String) - Method in class java.security.Provider
-
- getProperty(String) - Static method in class java.security.Security
-
Gets a security property value.
- getProperty(String) - Method in class java.util.logging.LogManager
-
Get the value of a logging property.
- getProperty(String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getProperty(String) - Method in class ohos.javax.xml.parsers.SAXParser
-
Returns the particular property requested for in the underlying
implementation of
XMLReader.
- getProperty(String) - Method in interface ohos.javax.xml.stream.XMLEventReader
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Get a feature/property on the underlying implementation
- getProperty(String) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in class ohos.javax.xml.validation.Validator
-
Look up the value of a property.
- getProperty(String) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Look up the value of a property.
- getProperty(String) - Method in interface ohos.org.xml.sax.XMLReader
-
Look up the value of a property.
- getProperty(String, String) - Static method in class java.lang.System
-
Gets the system property indicated by the specified key.
- getProperty(String, String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getPropertyChangeListeners() - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all the listeners that were added to the
PropertyChangeSupport object with addPropertyChangeListener().
- getPropertyChangeListeners(String) - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all the listeners which have been associated
with the named property.
- getPropertyEnum(CharSequence) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Return the UProperty selector for a given property name, as
specified in the Unicode database file PropertyAliases.txt.
- getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
-
Gets information about the possible properties for this driver.
- getPropertyName() - Method in class java.beans.PropertyChangeEvent
-
Gets the programmatic name of the property that was changed.
- getPropertyName() - Method in class java.beans.PropertyChangeListenerProxy
-
Returns the name of the named property associated with the listener.
- getPropertyName(int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Return the Unicode name for a given property, as given in the
Unicode database file PropertyAliases.txt.
- getPropertyValue(PropertyKey.Key<T>) - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the value of a specified property.
- getPropertyValueEnum(int, CharSequence) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Return the property value integer for a given value name, as
specified in the Unicode database file PropertyValueAliases.txt.
- getPropertyValueName(int, int, int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Return the Unicode name for a given property value, as given in
the Unicode database file PropertyValueAliases.txt.
- getProtectionAlgorithm() - Method in class java.security.KeyStore.PasswordProtection
-
Gets the name of the protection algorithm.
- getProtectionDomain() - Method in class java.lang.Class
-
Returns the ProtectionDomain of this class.
- getProtectionParameter() - Method in class java.security.DomainLoadStoreParameter
-
Gets the keystore protection parameters for this domain.
- getProtectionParameter() - Method in interface java.security.KeyStore.LoadStoreParameter
-
Gets the parameter used to protect keystore data.
- getProtectionParameter(String) - Method in class java.security.KeyStore.Builder
-
Returns the ProtectionParameters that should be used to obtain
the
KeyStore.Entry with the given alias.
- getProtectionParameters() - Method in class java.security.KeyStore.PasswordProtection
-
Gets the parameters supplied for the protection algorithm.
- getProtectionParams() - Method in class java.security.DomainLoadStoreParameter
-
Gets the keystore protection parameters for keystores in this
domain.
- getProtocol() - Method in class java.net.URL
-
Gets the protocol name of this URL.
- getProtocol() - Method in class javax.net.ssl.SSLContext
-
Returns the protocol name of this SSLContext object.
- getProtocol() - Method in interface javax.net.ssl.SSLSession
-
Returns the standard name of the protocol used for all
connections in the session.
- getProtocolId() - Method in class ohos.telephony.ShortMessage
-
Obtains the protocol identifier used for transmitting an SMS message.
- getProtocols() - Method in class javax.net.ssl.SSLParameters
-
Returns a copy of the array of protocols or null if none
have been set.
- getProvider() - Method in class java.security.AlgorithmParameterGenerator
-
Returns the provider of this algorithm parameter generator object.
- getProvider() - Method in class java.security.AlgorithmParameters
-
Returns the provider of this parameter object.
- getProvider() - Method in class java.security.cert.CertificateFactory
-
Returns the provider of this certificate factory.
- getProvider() - Method in class java.security.cert.CertPathBuilder
-
Returns the provider of this CertPathBuilder.
- getProvider() - Method in class java.security.cert.CertPathValidator
-
Returns the Provider of this
CertPathValidator.
- getProvider() - Method in class java.security.cert.CertStore
-
Returns the provider of this CertStore.
- getProvider() - Method in class java.security.KeyFactory
-
Returns the provider of this key factory object.
- getProvider() - Method in class java.security.KeyPairGenerator
-
Returns the provider of this key pair generator object.
- getProvider() - Method in class java.security.KeyStore
-
Returns the provider of this keystore.
- getProvider() - Method in class java.security.MessageDigest
-
Returns the provider of this message digest object.
- getProvider() - Method in class java.security.Policy
-
Return the Provider of this Policy.
- getProvider() - Method in class java.security.Provider.Service
-
Return the Provider of this service.
- getProvider() - Method in class java.security.SecureRandom
-
Returns the provider of this SecureRandom object.
- getProvider() - Method in class java.security.Signature
-
Returns the provider of this signature object.
- getProvider() - Method in class javax.crypto.Cipher
-
Returns the provider of this Cipher object.
- getProvider() - Method in class javax.crypto.ExemptionMechanism
-
Returns the provider of this ExemptionMechanism object.
- getProvider() - Method in class javax.crypto.KeyAgreement
-
Returns the provider of this KeyAgreement object.
- getProvider() - Method in class javax.crypto.KeyGenerator
-
Returns the provider of this KeyGenerator object.
- getProvider() - Method in class javax.crypto.Mac
-
Returns the provider of this Mac object.
- getProvider() - Method in class javax.crypto.SecretKeyFactory
-
Returns the provider of this SecretKeyFactory object.
- getProvider() - Method in class javax.net.ssl.KeyManagerFactory
-
Returns the provider of this KeyManagerFactory object.
- getProvider() - Method in class javax.net.ssl.SSLContext
-
Returns the provider of this SSLContext object.
- getProvider() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns the provider of this TrustManagerFactory object.
- getProvider() - Method in class ohos.agp.components.PageSlider
-
Obtains the pager adapter that provides views for the current page.
- getProvider() - Method in class ohos.agp.window.dialog.ListDialog
-
Obtains the provider of this list dialog box.
- getProvider(String) - Static method in class java.security.Security
-
Returns the provider installed with the specified name, if
any.
- getProviders() - Static method in class java.security.Security
-
Returns an array containing all the installed providers.
- getProviders(String) - Static method in class java.security.Security
-
Returns an array containing all installed providers that satisfy the
specified selection criterion, or null if no such providers have been
installed.
- getProviders(Map<String, String>) - Static method in class java.security.Security
-
Returns an array containing all installed providers that satisfy the
specified* selection criteria, or null if no such providers have been
installed.
- getProvince() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the first-level administrative division (such as a province or state) where the photo is taken.
- getProvince() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the province index field.
- getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
-
Returns the java.lang.Class object for a proxy class
given a class loader and an array of interfaces.
- getPSource() - Method in class javax.crypto.spec.OAEPParameterSpec
-
Returns the source of encoding input P.
- getPsRadioTech(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains RAT of the PS domain on the registered network.
- getPublic() - Method in class java.security.KeyPair
-
Returns a reference to the public key component of this key pair.
- getPublicCredentials() - Method in class javax.security.auth.Subject
-
Return the Set of public credentials held by this
Subject.
- getPublicCredentials(Class<T>) - Method in class javax.security.auth.Subject
-
Return a Set of public credentials associated with this
Subject that are instances or subclasses of the specified
Class.
- getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the public exponent.
- getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the public exponent.
- getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
-
Returns the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
-
Returns the public-exponent value.
- getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Returns the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
-
Returns the public exponent.
- getPublicId() - Method in interface ohos.javax.xml.stream.Location
-
Returns the public ID of the XML
- getPublicId() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The public identifier for this input source.
- getPublicId() - Method in class ohos.org.xml.sax.InputSource
-
Get the public identifier for this input source.
- getPublicId() - Method in interface ohos.org.xml.sax.Locator
-
Return the public identifier for the current document event.
- getPublicId() - Method in exception ohos.org.xml.sax.SAXParseException
-
Get the public identifier of the entity where the exception occurred.
- getPublicKey() - Method in class java.security.cert.Certificate
-
Gets the public key from this certificate.
- getPublicKey() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns the public key of the subject (target) of the certification
path, including any inherited public key parameters if applicable.
- getPublicKey() - Method in interface java.security.Certificate
-
Deprecated.
Returns the key of the principal-key pair being guaranteed by
the guarantor.
- getPublicKey() - Method in class java.security.Identity
-
Deprecated.
Returns this identity's public key.
- getPublicKey() - Method in class javax.security.cert.Certificate
-
Gets the public key from this certificate.
- getPushLevel() - Method in class java.util.logging.MemoryHandler
-
Get the pushLevel.
- getPutCount() - Method in class ohos.utils.LruBuffer
-
Obtains the number of times that values are added to the buffer.
- getQ() - Method in interface java.security.interfaces.DSAParams
-
Returns the subprime, q.
- getQ() - Method in class java.security.spec.DSAParameterSpec
-
Returns the sub-prime q.
- getQ() - Method in class java.security.spec.DSAPrivateKeySpec
-
Returns the sub-prime q.
- getQ() - Method in class java.security.spec.DSAPublicKeySpec
-
Returns the sub-prime q.
- getQName(int) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's XML qualified (prefixed) name by index.
- getQuality() - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Obtains the SISR quality.
- getQuarters(int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Returns quarter strings.
- getQuaternionValues(float[]) - Static method in class ohos.sensor.data.CategoryOrientationData
-
Obtains a quaternion from data of a rotation vector sensor.
- getQuery() - Method in class java.net.URI
-
Returns the decoded query component of this URI.
- getQuery() - Method in class java.net.URL
-
Gets the query part of this URL.
- getQuery() - Method in class ohos.agp.components.SearchBar
-
Obtains the search string in the search bar.
- getQueryHint() - Method in class ohos.agp.components.SearchBar
-
Obtains the hint text in the search bar.
- getQueryListener() - Method in class ohos.agp.components.SearchBar
-
Obtains the listener for monitoring the change or submission of a search string in this SearchBar.
- getQueryParamNames() - Method in class ohos.utils.net.Uri
-
Obtains all names in the query field of the current URI.
- getQueryParamsByKey(String) - Method in class ohos.utils.net.Uri
-
Obtains all results that match the query field in the current URI based on a specified key.
- getQueryTimeout() - Method in interface java.sql.Statement
-
Retrieves the number of seconds the driver will
wait for a Statement object to execute.
- getQueryTimeout() - Method in interface javax.sql.RowSet
-
Retrieves the maximum number of seconds the driver will wait for
a statement to execute.
- getQueue() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Returns the task queue used by this executor.
- getQueue() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the task queue used by this executor.
- getQueuedReaderThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns a collection containing threads that may be waiting to
acquire the read lock.
- getQueuedSubmissionCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the number of tasks submitted to this
pool that have not yet begun executing.
- getQueuedTaskCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the total number of tasks currently held
in queues by worker threads (but not including tasks submitted
to the pool that have not begun executing).
- getQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns an estimate of the number of tasks that have been
forked by the current worker thread but not yet executed.
- getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire.
- getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire.
- getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns a collection containing threads that may be waiting to
acquire this lock.
- getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns a collection containing threads that may be waiting to
acquire either the read or write lock.
- getQueuedThreads() - Method in class java.util.concurrent.Semaphore
-
Returns a collection containing threads that may be waiting to acquire.
- getQueuedWriterThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns a collection containing threads that may be waiting to
acquire the write lock.
- getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns an estimate of the number of threads waiting to
acquire.
- getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns an estimate of the number of threads waiting to
acquire.
- getQueueLength() - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns an estimate of the number of threads waiting to
acquire this lock.
- getQueueLength() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns an estimate of the number of threads waiting to acquire
either the read or write lock.
- getQueueLength() - Method in class java.util.concurrent.Semaphore
-
Returns an estimate of the number of threads waiting to acquire.
- getQuotient() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the quotient of the float values in the X and Y axes of this DimensFloat instance.
- getQuotient() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the quotient of the float values in the X and Y axes of this DimensFloat instance.
- getQuotientCeilInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the quotient of the int values in the X and Y axes of this DimensFloat instance and rounds it up.
- getQuotientCeilInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the quotient of the int values in the X and Y axes of this DimensFloat instance and rounds it up.
- getQuotientFloorInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the quotient of the int values in the X and Y axes of this DimensFloat instance
and rounds it down.
- getQuotientFloorInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the quotient of the int values in the X and Y axes of this DimensFloat instance
and rounds it down.
- getRadianceCubemap() - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Obtains the handle of the radiance cubemap used for image-based lighting (IBL).
- getRadioTech(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains radio access technology (RAT) of the registered network.
- getRadioTechName(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the radio access technology (RAT) name of the registered network.
- getRadius() - Method in class ohos.agp.utils.Circle
-
Obtains the radius of this circle.
- getRadius() - Method in class ohos.agp.utils.Contour
-
Obtains the radius of the current contour.
- getRadius(int) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the touch radius of the finger with a specified index.
- getRadix() - Method in class ohos.global.icu.text.NumberingSystem
-
Returns the radix of the current numbering system.
- getRange() - Method in class java.util.Locale.LanguageRange
-
Returns the language range of this LanguageRange.
- getRange() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the range of point lights or spot lights.
- getRange(int[]) - Method in class ohos.agp.components.TimePicker
-
Obtains the time range that can be selected.
- getRangeCount() - Method in class ohos.global.icu.text.UnicodeSet
-
Iteration method that returns the number of ranges contained in
this set.
- getRangeEnd(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Iteration method that returns the last character in the
specified range of this set.
- getRanges() - Method in class java.awt.font.NumericShaper
-
Returns an int that ORs together the values for
all the ranges that will be shaped.
- getRangeSet() - Method in class java.awt.font.NumericShaper
-
Returns a Set representing all the Unicode ranges in
this NumericShaper that will be shaped.
- getRangeStart(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Iteration method that returns the first character in the
specified range of this set.
- getRangeUnit() - Method in enum java.time.temporal.ChronoField
-
- getRangeUnit() - Method in interface java.time.temporal.TemporalField
-
Gets the range that the field is bound by.
- getRanking() - Method in class ohos.event.notification.NotificationSorting
-
Obtains the sequence number of a notification among all the active notifications.
- getRating() - Method in class ohos.data.search.schema.AppItem
-
Obtains the value of the rating index field.
- getRating() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the rating index field.
- getRatingItems() - Method in class ohos.agp.components.Rating
-
Obtains the number of current rating items.
- getRawAuthority() - Method in class java.net.URI
-
Returns the raw authority component of this URI.
- getRawData() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the advertisement found in a BLE scan.
- getRawDataCapacity() - Method in class ohos.rpc.MessageParcel
-
Obtains the maximum amount of raw data a MessageParcel can hold.
- getRawDecomposition(int) - Method in class ohos.global.icu.text.Normalizer2
-
Gets the raw decomposition mapping of c.
- getRawDescriptors() - Method in class ohos.usb.USBDevicePipe
-
Get the original USB descriptors.
- getRawFileEntry(String) - Method in class ohos.global.resource.ResourceManager
-
Obtains a
RawFileEntry object based on the raw file path to open a raw file.
- getRawFragment() - Method in class java.net.URI
-
Returns the raw fragment component of this URI.
- getRawOffset() - Method in class java.util.SimpleTimeZone
-
Gets the GMT offset for this time zone.
- getRawOffset() - Method in class java.util.TimeZone
-
Returns the amount of time in milliseconds to add to UTC to get
standard time in this time zone.
- getRawOffset() - Method in class ohos.global.icu.util.TimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getRawPath() - Method in class java.net.URI
-
Returns the raw path component of this URI.
- getRawQuery() - Method in class java.net.URI
-
Returns the raw query component of this URI.
- getRawResult() - Method in class java.util.concurrent.CountedCompleter
-
Returns the result of the computation.
- getRawResult() - Method in class java.util.concurrent.ForkJoinTask
-
Returns the result that would be returned by
ForkJoinTask.join(), even
if this task completed abnormally, or
null if this task
is not known to have been completed.
- getRawResult() - Method in class java.util.concurrent.RecursiveAction
-
Always returns null.
- getRawResult() - Method in class java.util.concurrent.RecursiveTask
-
- getRawSchemeSpecificPart() - Method in class java.net.URI
-
Returns the raw scheme-specific part of this URI.
- getRawType() - Method in interface java.lang.reflect.ParameterizedType
-
Returns the Type object representing the class or interface
that declared this type.
- getRawUserInfo() - Method in class java.net.URI
-
Returns the raw user-information component of this URI.
- getRdbStore(StoreConfig, int, RdbOpenCallback) - Method in class ohos.data.DatabaseHelper
-
Obtains an RDB store.
- getRdbStore(StoreConfig, int, RdbOpenCallback, ResultSetHook) - Method in class ohos.data.DatabaseHelper
-
Obtains an RDB store.
- getRead() - Method in exception java.sql.DataTruncation
-
Indicates whether or not the value was truncated on a read.
- getReadableBytes() - Method in class ohos.utils.Parcel
-
Obtains the readable data space (in bytes) in the Parcel instance.
- getReaders() - Method in class ohos.nfc.oma.SEService
-
Obtains all secure elements.
- getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Queries the number of reentrant read holds on this lock by the
current thread.
- getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Queries the number of read locks held for this lock.
- getReadLockCount() - Method in class java.util.concurrent.locks.StampedLock
-
Queries the number of read locks held for this lock.
- getReadPermission() - Method in class ohos.bundle.AbilityInfo
-
Obtains the permission required for reading a data ability.
- getReadPosition() - Method in class ohos.utils.Parcel
-
Obtains the current read position in the Parcel instance.
- getReadTimeout() - Method in class java.net.URLConnection
-
Returns setting for read timeout.
- getRealActiveTime() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of milliseconds elapsed since the system was booted, not including deep sleep time.
- getRealActiveTimeNs() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of nanoseconds elapsed since the system was booted, not including deep sleep time.
- getRealAttributes() - Method in class ohos.agp.window.service.Display
-
Obtains the actual Attributes of a display.
- getRealSize(Point) - Method in class ohos.agp.window.service.Display
-
Obtains the actual display size.
- getRealTime() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of milliseconds elapsed since the system was booted, including deep sleep time.
- getRealTimeNs() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the number of nanoseconds elapsed since the system was booted, including deep sleep time.
- getRearLeftVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the rear left channel.
- getRearRightVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the rear right channel.
- getReason() - Method in exception java.net.HttpRetryException
-
Returns a string explaining why the http request could
not be retried.
- getReason() - Method in exception java.net.URISyntaxException
-
Returns a string explaining why the input string could not be parsed.
- getReason() - Method in exception java.nio.file.FileSystemException
-
Returns the string explaining why the file system operation failed.
- getReason() - Method in exception java.nio.file.InvalidPathException
-
Returns a string explaining why the input string was rejected.
- getReason() - Method in exception java.security.cert.CertPathValidatorException
-
Returns the reason that the validation failed.
- getReason() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains the reason for the status of the resource response.
- getReason() - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail
-
Obtains the reason of request permission.
- getReason() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the reason why the application fault record was generated.
- getReboundEffect() - Method in class ohos.agp.components.ListContainer
-
Obtains the state of the rebound effect.
- getReboundEffect() - Method in class ohos.agp.components.PageSlider
-
Obtains the state of the rebound effect.
- getReboundEffect() - Method in class ohos.agp.components.ScrollView
-
Checks whether the rebound effect is enabled.
- getReboundEffectParams() - Method in class ohos.agp.components.ListContainer
-
- getReboundEffectParams() - Method in class ohos.agp.components.PageSlider
-
- getReboundEffectParams() - Method in class ohos.agp.components.ScrollView
-
- getReceiveBufferSize() - Method in class java.net.DatagramSocket
-
Get value of the SO_RCVBUF option for this DatagramSocket, that is the
buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() - Method in class java.net.ServerSocket
-
Gets the value of the
SocketOptions#SO_RCVBUF option
for this
ServerSocket, that is the proposed buffer size that
will be used for Sockets accepted from this
ServerSocket.
- getReceiveBufferSize() - Method in class java.net.Socket
-
Gets the value of the
SocketOptions#SO_RCVBUF option
for this
Socket, that is the buffer size used by the platform
for input on this
Socket.
- getRecevingSurface() - Method in class ohos.media.image.ImageReceiver
-
Obtains the receiver surface of the image receiver.
- getRecipientName() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the recipientName index field.
- getRecipientPhone() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the recipientPhone index field.
- getRecommendedLineSpacing() - Method in class ohos.agp.render.Paint
-
Obtains the recommended line spacing.
- getRecordAt(int) - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains a Record based on a specified index.
- getRecordCount() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Return the number of records in the index: that is, the total number of distinct <name,data> pairs added with addRecord(...), over all the buckets.
- getRecordCount() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the number of records in a PasteData object.
- getRecorderAudioEncoder() - Method in class ohos.media.common.AudioProperty
-
Obtains the audio encoding format.
- getRecorderAudioSource() - Method in class ohos.media.common.Source
-
Obtains the audio source.
- getRecorderBitRate() - Method in class ohos.media.common.AudioProperty
-
Obtains the audio encoding bit rate.
- getRecorderBitRate() - Method in class ohos.media.common.VideoProperty
-
Obtains the video encoding bit rate.
- getRecorderDegrees() - Method in class ohos.media.common.VideoProperty
-
Obtains the video rotation angle.
- getRecorderFd() - Method in class ohos.media.common.StorageProperty
-
Obtains the file descriptor of a file to be written.
- getRecorderFile() - Method in class ohos.media.common.StorageProperty
-
Obtains a file object to be written.
- getRecorderFps() - Method in class ohos.media.common.VideoProperty
-
Obtains the video frame capture rate.
- getRecorderHeight() - Method in class ohos.media.common.VideoProperty
-
Obtains the video height.
- getRecorderMaxDurationMs() - Method in class ohos.media.common.StorageProperty
-
Obtains the maximum recording duration (in milliseconds).
- getRecorderMaxFileSizeBytes() - Method in class ohos.media.common.StorageProperty
-
Obtains the maximum file size (in bytes) of a recording session.
- getRecorderNumChannels() - Method in class ohos.media.common.AudioProperty
-
Obtains the number of audio channels.
- getRecorderPath() - Method in class ohos.media.common.StorageProperty
-
Obtains the path of an output file to be generated.
- getRecorderRate() - Method in class ohos.media.common.VideoProperty
-
Obtains the video frame rate.
- getRecorderSamplingRate() - Method in class ohos.media.common.AudioProperty
-
Obtains the audio sampling rate.
- getRecorderVideoEncoder() - Method in class ohos.media.common.VideoProperty
-
Obtains the video encoding format.
- getRecorderVideoSource() - Method in class ohos.media.common.Source
-
Obtains the video source.
- getRecorderWidth() - Method in class ohos.media.common.VideoProperty
-
Obtains the video width.
- getRecords() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the accessibility event list.
- getRecords() - Method in class ohos.nfc.tag.NdefMessage
-
Obtains the NDEF records in this NDEF message.
- getRect() - Method in class ohos.agp.render.PdfGenerator.PageInfo
-
Obtains the content rectangle.
- getRect(Rect) - Method in class ohos.agp.utils.Contour
-
Sets the given rectangle with the rectangle of the current contour.
- getRectInScreen() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Obtains the rectangular area of this accessibility node control in the screen.
- getRectInScreen() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the display area of this window on the screen.
- getRectSize() - Method in class ohos.agp.utils.Rect
-
Obtains the size of this Rect object.
- getRectSize() - Method in class ohos.agp.utils.RectFloat
-
Obtains the size of this RectFloat.
- getRectSize() - Method in class ohos.utils.geo.Rect
-
Obtains the size of this Rect object.
- getRectSize() - Method in class ohos.utils.geo.RectFloat
-
Obtains the size of this RectFloat.
- getRecurDate() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the interval at which the event repeats.
- getRecurRule() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the recurrence rule.
- getRed() - Method in class ohos.agp.colors.RgbColor
-
Obtains the red color value of a RgbColor object.
- getRedBrightness() - Method in class ohos.light.bean.LightBrightness
-
Obtains the brightness value of the red channel when the light blinks.
- getReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
-
Returns a BigInteger whose i-th bit corresponds to the
i-th coefficient of the reduction polynomial for polynomial
basis or null for normal basis.
- getRef() - Method in class java.net.URL
-
Gets the anchor (also known as the "reference") of this
URL.
- getRef(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a
Ref object in the Java programming language.
- getRef(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Ref object
in the Java programming language.
- getRef(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
REF(<structured-type>)
parameter as a
Ref object in the Java programming language.
- getRef(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Ref object
in the Java programming language.
- getReference() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Returns the current value of the reference.
- getReference() - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Returns the current value of the reference.
- getReferenceKind() - Method in interface java.lang.invoke.MethodHandleInfo
-
Returns the reference kind of the cracked method handle, which in turn
determines whether the method handle's underlying member was a constructor, method, or field.
- getReferenceZoneID(String, String) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the reference zone ID for the given meta zone ID for the region.
- getReflectance() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the reflectance of this material.
- getRegion() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the area where this contact is located.
- getRegion(String) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns the region code associated with the given
system time zone ID.
- getRegisteredParties() - Method in class java.util.concurrent.Phaser
-
Returns the number of parties registered at this phaser.
- getRegState() - Method in class ohos.telephony.NetworkState
-
Obtains the network registration status of the device.
- getRejectedExecutionHandler() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the current handler for unexecutable tasks.
- getRelationName() - Method in class ohos.sysappcomponents.contact.entity.Relation
-
Obtains the relation name.
- getRelations() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the relation list of this contact.
- getRelativeTextSize() - Method in class ohos.agp.text.TextForm
-
Obtains the relative size of this text.
- getReleaseType() - Static method in class ohos.system.version.SystemVersion
-
Obtains the OS release type.
- getRemaining() - Method in class java.util.zip.Inflater
-
Returns the total number of bytes remaining in the input buffer.
- getRemainingDelayTime(int) - Method in class ohos.backgroundtaskmgr.BackgroundTaskManager
-
Obtains the remaining time before an application enters the suspended state.
- getRemainVisiblePercent() - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Obtains the value of the remainVisiblePercent parameter.
- getRemainVisiblePercent() - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Obtains the value of the remainVisiblePercent parameter.
- getRemainVisiblePercent() - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Obtains the value of the remainVisiblePercent parameter.
- getRemindersType() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the reminder type.
- getRemindMinutes() - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Obtains the number of minutes that the reminder is sent before an event occurs.
- getRemindType() - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Obtains the reminder type.
- getRemoteAbility(Context, Intent) - Method in class ohos.event.commonevent.CommonEventSubscriber
-
- getRemoteAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Returns the remote address to which this channel's socket is connected.
- getRemoteAddress() - Method in class java.nio.channels.DatagramChannel
-
Returns the remote address to which this channel's socket is connected.
- getRemoteAddress() - Method in class java.nio.channels.SocketChannel
-
Returns the remote address to which this channel's socket is connected.
- getRemoteDev(String) - Method in class ohos.bluetooth.BluetoothHost
-
- getRemoteObject() - Method in class ohos.eventhandler.Courier
-
Obtains the IRemoteObject object used by this Courier to communicate with its
EventHandler.
- getRemoteObject() - Method in class ohos.interwork.eventhandler.CourierEx
-
Obtains the IRemoteObject object used by this CourierEx to communicate with its
EventHandler.
- getRemoteObject(String, Class<T>) - Method in class ohos.utils.BasePacMap
-
Obtains an IRemoteObject based on a specified key.
- getRemoteObjectCallbackCookie(IRemoteObject) - Method in class ohos.rpc.RemoteObjectCallbackList
-
Obtains the cookie associated with the callback identified by the specified
IRemoteObject.
- getRemoteObjectCallbackCount() - Method in class ohos.rpc.RemoteObjectCallbackList
-
Obtains the number of callbacks stored in this container.
- getRemoteObjectCallbackInterface(IRemoteObject) - Method in class ohos.rpc.RemoteObjectCallbackList
-
- getRemoteResourceId(int) - Method in class ohos.interwork.ui.RemoteViewEx
-
Obtains the resource ID that matches a specified HarmonyOS resource ID
and can be identified by other systems.
- getRemoteSocketAddress() - Method in class java.net.DatagramSocket
-
Returns the address of the endpoint this socket is connected to, or
null if it is unconnected.
- getRemoteSocketAddress() - Method in class java.net.Socket
-
Returns the address of the endpoint this socket is connected to, or
null if it is unconnected.
- getRemovalCount() - Method in class ohos.utils.LruBuffer
-
Obtains the number of times that values are evicted from the buffer.
- getRemovalIntentAgent() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the
IntentAgent object that is triggered when
the user explicitly removes this notification.
- getRemoveOnCancelPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Gets the policy on whether cancelled tasks should be immediately
removed from the work queue at time of cancellation.
- getRenderDataStorePod(String) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains a generic render data store created for data of POD types using a specified data store name.
- getRendererInfo() - Method in class ohos.media.audio.AudioRenderer
-
Gets the audio renderer info.
- getRendererSessionId() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the audio rendering session ID.
- getRenderResolutionX() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the horizontal rendering resolution (in pixels) for the camera.
- getRenderResolutionY() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the vertical rendering resolution (in pixels) for the camera.
- getReorderCodes() - Method in class ohos.global.icu.text.Collator
-
Retrieves the reordering codes for this collator.
- getReorderCodes() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Retrieves the reordering codes for this collator.
- getReorderingMode() - Method in class ohos.global.icu.text.Bidi
-
What is the requested reordering mode for a given Bidi object?
- getReorderingOptions() - Method in class ohos.global.icu.text.Bidi
-
What are the reordering options applied to a given Bidi object?
- getRepeatCount() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Obtains the repeat times of the animation playback.
- getRepeatCounter() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the number of times set for repeating the work.
- getRepeatCycleTime() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the interval at which the work is repeated.
- getRepeatedWallTimeOption() - Method in class ohos.global.icu.util.Calendar
-
[icu]Gets the behavior for handling wall time repeating multiple times
at negative time zone offset transitions.
- getRepeatStatus() - Method in class ohos.data.search.schema.NoticeItem
-
Obtains the value of the repeatStatus index field.
- getReqCapabilities() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the device capabilities required to run this HAP module.
- getReqPermissionDetail() - Method in class ohos.bundle.BundleInfo
-
Obtains the required permissions detail for by the application.
- getReqPermissions() - Method in class ohos.bundle.BundleInfo
-
Obtains the required permissions applied for by the application.
- getRequestBatteryLevel() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the battery level based on which the work is triggered.
- getRequestBatteryStatus() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the battery state based on which the work is triggered.
- getRequestChargeType() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the charger type based on which the work is triggered.
- getRequestCount() - Method in class ohos.net.HttpResponseCache
-
Obtains the number of HTTP requests after a cache is created.
- getRequestedServerNames() - Method in class javax.net.ssl.ExtendedSSLSession
-
Obtains a
List containing all
SNIServerNames
of the requested Server Name Indication (SNI) extension.
- getRequestId() - Method in class ohos.backgroundtaskmgr.DelaySuspendInfo
-
Obtains the unique identifier of the delay request.
- getRequestIdleWaitTime() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the idle wait time based on which the work is triggered.
- getRequestingHost() - Method in class java.net.Authenticator
-
Gets the hostname of the
site or proxy requesting authentication, or null
if not available.
- getRequestingPort() - Method in class java.net.Authenticator
-
Gets the port number for the requested connection.
- getRequestingPrompt() - Method in class java.net.Authenticator
-
Gets the prompt string given by the requestor.
- getRequestingProtocol() - Method in class java.net.Authenticator
-
Give the protocol that's requesting the connection.
- getRequestingScheme() - Method in class java.net.Authenticator
-
Gets the scheme of the requestor (the HTTP scheme
for an HTTP firewall, for example).
- getRequestingSite() - Method in class java.net.Authenticator
-
Gets the InetAddress of the
site requesting authorization, or null
if not available.
- getRequestingURL() - Method in class java.net.Authenticator
-
Returns the URL that resulted in this
request for authentication.
- getRequestMethod() - Method in class java.net.HttpURLConnection
-
Get the request method.
- getRequestNetworkType() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the network type based on which the work is triggered.
- getRequestorType() - Method in class java.net.Authenticator
-
Returns whether the requestor is a Proxy or a Server.
- getRequestProperties() - Method in class java.net.URLConnection
-
Returns an unmodifiable Map of general request
properties for this connection.
- getRequestProperty(String) - Method in class java.net.URLConnection
-
Returns the value of the named general request property for this
connection.
- getRequestStorageType() - Method in class ohos.workscheduler.WorkInfo
-
Obtains the storage state based on which the work is triggered.
- getRequestUrl() - Method in interface ohos.agp.components.webengine.ResourceRequest
-
Obtains the URL from which the request is sent.
- getReserved1() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the reserved1 index field.
- getReserved2() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the reserved2 index field.
- getResId() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the resource ID represented by an integer value referenced by the XML attribute.
- getResolution() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the resolution of a sensor.
- getResolverFields() - Method in class java.time.format.DateTimeFormatter
-
Gets the resolver fields to use during parsing.
- getResolverStyle() - Method in class java.time.format.DateTimeFormatter
-
Gets the resolver style to use during parsing.
- getResource(int) - Method in class ohos.global.resource.ResourceManager
-
Obtains the resource based on the resource ID.
- getResource(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResource(String) - Method in class java.lang.ClassLoader
-
Finds the resource with the given name.
- getResourceAsStream(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
Returns an input stream for reading the specified resource.
- getResourceAsStream(String) - Method in class java.net.URLClassLoader
-
Returns an input stream for reading the specified resource.
- getResourceBundle() - Method in class java.util.logging.Logger
-
Retrieve the localization resource bundle for this
logger.
- getResourceBundle() - Method in class java.util.logging.LogRecord
-
Get the localization resource bundle
- getResourceBundleName() - Method in class java.util.logging.Level
-
Return the level's localization resource bundle name, or
null if no localization bundle is defined.
- getResourceBundleName() - Method in class java.util.logging.Logger
-
Retrieve the localization resource bundle name for this
logger.
- getResourceBundleName() - Method in class java.util.logging.LogRecord
-
Get the localization resource bundle name
- getResourceHandle(String) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains a resource handle using a specified URI.
- getResourceIdOfIcon() - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
Obtains the ID of the icon displayed for the custom action.
- getResourceManager() - Method in class ohos.agp.components.Component
-
Obtains the resource manager associated with the context.
- getResourceManager() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains a ResourceManager instance.
- getResourceManager() - Method in class ohos.app.AbilityContext
-
- getResourceManager() - Method in interface ohos.app.Context
-
Obtains a resource manager.
- getResourceManager() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the resource manager associated with this TypedAttribute.
- getResourceManager(Configuration) - Method in class ohos.app.AbilityContext
-
- getResourceManager(Configuration) - Method in interface ohos.app.Context
-
Obtains a resource manager based on the specified
Configuration object.
- getResourceResolver() - Method in class ohos.javax.xml.validation.Validator
-
- getResourceResolver() - Method in class ohos.javax.xml.validation.ValidatorHandler
-
- getResources() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all resources.
- getResources(String) - Method in class java.lang.ClassLoader
-
Finds all the resources with the given name.
- getRespAppData() - Method in class ohos.nfc.tag.NfcBTag
-
Obtains the application data of a tag.
- getResponseCode() - Method in class java.net.HttpURLConnection
-
Gets the status code from an HTTP response message.
- getResponseFlags() - Method in class ohos.nfc.tag.NfcVTag
-
Obtains the response flags from this NfcVTag instance.
- getResponseMessage() - Method in class java.net.HttpURLConnection
-
Gets the HTTP response message, if any, returned along with the
response code from a server.
- getResponseResult() - Method in class ohos.ai.nlu.ResponseResult
-
Obtains the NLU response result, including the result code and message.
- getRespProtocol() - Method in class ohos.nfc.tag.NfcBTag
-
Obtains the protocol information of a tag.
- getResultCode() - Method in class ohos.security.asset.AssetResult
-
Obtains the result code returned after an operation is performed.
- getResultInfo() - Method in class ohos.security.asset.AssetResult
-
Obtains the result details returned after an operation is performed.
- getResultLength() - Method in class ohos.global.icu.text.Bidi
-
Get the length of the reordered text resulting from the last call to
setPara().
- getResultNumber() - Method in class ohos.security.asset.AssetResult
-
Obtains the number of data records in the returned result of an operation.
- getResultSet() - Method in interface java.sql.Array
-
Retrieves a result set that contains the elements of the SQL
ARRAY value
designated by this Array object.
- getResultSet() - Method in interface java.sql.Statement
-
Retrieves the current result as a ResultSet object.
- getResultSet() - Method in class ohos.data.resultset.ResultSetWrapper
-
Obtains the result set from ResultSetWrapper.
- getResultSet(long, int) - Method in interface java.sql.Array
-
Retrieves a result set holding the elements of the subarray that
starts at index index and contains up to
count successive elements.
- getResultSet(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves a result set holding the elements of the subarray that
starts at index index and contains up to
count successive elements.
- getResultSet(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the result sets with a specified prefix from a KvStore database.
- getResultSet(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the KvStoreResultSet object matching the specified device ID and key prefix.
- getResultSet(String, Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the KvStoreResultSet object matching a specified device ID and Query object.
- getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves a result set that contains the elements of the SQL
ARRAY value designated by this Array object.
- getResultSet(Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the KvStoreResultSet object matching the specified Query object.
- getResultSet(Query) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the KvStoreResultSet object matching the specified Query object.
- getResultSetConcurrency() - Method in interface java.sql.Statement
-
Retrieves the result set concurrency for ResultSet objects
generated by this Statement object.
- getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
-
Retrieves this database's default holdability for ResultSet
objects.
- getResultSetHoldability() - Method in interface java.sql.Statement
-
Retrieves the result set holdability for ResultSet objects
generated by this Statement object.
- getResultSetType() - Method in interface java.sql.Statement
-
Retrieves the result set type for ResultSet objects
generated by this Statement object.
- getResultSize(String, Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the number of results matching a specified device ID and Query object.
- getResultSize(Query) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the number of results matching the specified Query object.
- getResultSize(Query) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the number of results matching the specified Query object.
- getResultValue(ResultKey.Key<T>) - Method in interface ohos.media.camera.params.ParametersResult
-
Gets the value of a specified result key.
- getRetCode() - Method in enum ohos.data.search.SearchResult
-
Obtains status code.
- getRetMsg() - Method in enum ohos.data.search.SearchResult
-
Obtains message.
- getReturnType() - Method in class java.lang.reflect.Method
-
Returns a Class object that represents the formal return type
of the method represented by this Method object.
- getReuseAddress() - Method in class java.net.DatagramSocket
-
Tests if SO_REUSEADDR is enabled.
- getReuseAddress() - Method in class java.net.ServerSocket
-
- getReuseAddress() - Method in class java.net.Socket
-
- getRevocationChecker() - Method in class java.security.cert.CertPathBuilder
-
Returns a CertPathChecker that the encapsulated
CertPathBuilderSpi implementation uses to check the revocation
status of certificates.
- getRevocationChecker() - Method in class java.security.cert.CertPathValidator
-
Returns a CertPathChecker that the encapsulated
CertPathValidatorSpi implementation uses to check the revocation
status of certificates.
- getRevocationDate() - Method in exception java.security.cert.CertificateRevokedException
-
Returns the date on which the certificate was revoked.
- getRevocationDate() - Method in class java.security.cert.X509CRLEntry
-
Gets the revocation date from this X509CRLEntry,
the revocationDate.
- getRevocationReason() - Method in exception java.security.cert.CertificateRevokedException
-
Returns the reason the certificate was revoked.
- getRevocationReason() - Method in class java.security.cert.X509CRLEntry
-
Returns the reason the certificate has been revoked, as specified
in the Reason Code extension of this CRL entry.
- getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
-
Gets the CRL entry, if any, with the given certificate serialNumber.
- getRevokedCertificate(X509Certificate) - Method in class java.security.cert.X509CRL
-
Get the CRL entry, if any, for the given certificate.
- getRevokedCertificates() - Method in class java.security.cert.X509CRL
-
Gets all the entries from this CRL.
- getRgbColors() - Method in class ohos.agp.components.element.ShapeElement
-
- getRichText() - Method in class ohos.agp.components.Text
-
Obtains the rich text displayed in a text component.
- getRight() - Method in class ohos.agp.components.Component
-
Obtains the right edge position of a component relative to the parent layout.
- getRightElement() - Method in class ohos.agp.components.Text
-
Obtains the element on the right of the text.
- getRingerMode() - Method in class ohos.media.audio.AudioManager
-
Obtains the ringer mode.
- getRingerUri(Context, AudioManager.RingtoneType) - Static method in class ohos.media.audio.AudioManager
-
- getRoad() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the road where the photo is taken.
- getRoad() - Method in class ohos.data.search.schema.PlaceItem
-
Obtains the value of the road index field.
- getRoadName() - Method in class ohos.location.GeoAddress
-
Obtains the road name in the current GeoAddress object.
- getRoi() - Method in class ohos.ai.cv.text.TextConfiguration
-
Obtains the ROI of CvRect.
- getRole() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains a device role.
- getRoot() - Method in interface java.nio.file.Path
-
Returns the root component of this path as a Path object,
or null if this path does not have a root component.
- getRoot() - Method in class java.util.concurrent.CountedCompleter
-
Returns the root of the current computation; i.e., this
task if it has no completer, else its completer's root.
- getRoot() - Method in class java.util.concurrent.Phaser
-
Returns the root ancestor of this phaser, which is the same as
this phaser if it has no parent.
- getRoot() - Method in class ohos.global.resource.solidxml.SolidXml
-
Obtains the root node in a solid XML document.
- getRootAccessibilityInfo() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains information about the root node in the window hierarchy.
- getRootAccessibilityInfo() - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains information about the accessibility root node.
- getRootDirectories() - Method in class java.nio.file.FileSystem
-
Returns an object to iterate over the paths of the root directories.
- getRootFieldNode() - Method in class ohos.data.distributed.common.Schema
-
Obtains the root FieldNode of this Schema instance.
- getRootMediaId() - Method in class ohos.media.common.sessioncore.AVBrowserRoot
-
Obtains the ID of the root media item.
- getRootMediaId() - Method in class ohos.media.sessioncore.AVBrowser
-
Obtains the ID of the root media item.
- getRootNode() - Method in interface ohos.agp.render.render3d.Scene
-
Obtains the root node of a scene, which is a container for other nodes and does not point to any entity.
- getRotation() - Method in class ohos.agp.components.Component
-
Obtains the degrees that the component is rotated around the Z axis relative to the parent layout.
- getRotation() - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Obtains the rotation of the current entity relative to the parent entity.
- getRotation() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the rotation part of the transformation component in a node.
- getRotation() - Method in class ohos.agp.window.service.Display
-
Obtains the rotation degree of a display.
- getRotationEventListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring rotation events of this component.
- getRotationSensitivity() - Method in class ohos.agp.components.Component
-
Obtains the rotation sensitivity of a component.
- getRotationValue() - Method in class ohos.multimodalinput.event.RotationEvent
-
Obtains the rotation value generated by the rotation component.
- getRoughnessFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getRoundCount() - Method in class ohos.agp.animation.AnimatorGroup
-
Obtains the total rounds of animator groups.
- getRoundingIncrement() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the increment to which numbers are being rounded.
- getRoundingIncrement() - Method in class ohos.global.icu.util.Currency
-
Returns the rounding increment for this currency, or 0.0 if no
rounding is done by this currency.
- getRoundingIncrement(Currency.CurrencyUsage) - Method in class ohos.global.icu.util.Currency
-
Returns the rounding increment for this currency, or 0.0 if no
rounding is done by this currency with the Usage.
- getRoundingMode() - Method in class java.math.MathContext
-
Returns the roundingMode setting.
- getRoundingMode() - Method in class java.text.DecimalFormat
-
- getRoundingMode() - Method in class java.text.NumberFormat
-
- getRoundingMode() - Method in class ohos.global.icu.math.MathContext
-
Returns the roundingMode setting.
- getRoundingMode() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the rounding mode being used to round numbers.
- getRoundingMode() - Method in class ohos.global.icu.text.NumberFormat
-
Returns the rounding mode used in this NumberFormat.
- getRounds() - Method in class javax.crypto.spec.RC5ParameterSpec
-
Returns the number of rounds.
- getRoutes() - Method in class ohos.net.ConnectionProperties
-
Obtains all the routes in a connection.
- getRow() - Method in interface java.sql.ResultSet
-
Retrieves the current row number.
- getRowCount() - Method in class ohos.agp.components.TableLayout
-
Obtains the number of rows in the table layout.
- getRowCount() - Method in class ohos.agp.components.TableLayoutManager
-
Obtains the number of rows in the table.
- getRowCount() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Obtains the number of lines in a result set.
- getRowCount() - Method in class ohos.data.resultset.AbsResultSet
-
- getRowCount() - Method in class ohos.data.resultset.CombinedResultSet
-
- getRowCount() - Method in interface ohos.data.resultset.ResultSet
-
Obtains the number of rows in the result set.
- getRowCount() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getRowCount() - Method in class ohos.data.resultset.SharedBlock
-
Obtains the number of data rows in a SharedBlock.
- getRowCount() - Method in class ohos.data.resultset.TableResultSet
-
- getRowId() - Method in class ohos.data.orm.OrmObject
-
Obtains the row corresponding to an OrmObject instance in the RDB table.
- getRowId(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowIdLifetime() - Method in interface java.sql.DatabaseMetaData
-
Indicates whether or not this data source supports the SQL ROWID type,
and if so the lifetime for which a RowId object remains valid.
- getRowIndex() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Obtains the current read position in a result set.
- getRowIndex() - Method in class ohos.data.resultset.AbsResultSet
-
- getRowIndex() - Method in interface ohos.data.resultset.ResultSet
-
Obtains the current index of the result set.
- getRowIndex() - Method in class ohos.data.resultset.ResultSetWrapper
-
- getRssi() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the scanning RSSI.
- getRssi() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the RSSI of a Wi-Fi access point.
- getRssi() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the RSSI of a Wi-Fi access point.
- getRule() - Static method in class ohos.hiviewdfx.HiChecker
-
Obtains all available rules.
- getRule() - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
Get rule that transform ResultSet to subclass of CalendarEntity
- getRule(int) - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Obtains the ID of an associated sibling Component based on the layout rule.
- getRules() - Method in class java.text.RuleBasedCollator
-
Gets the table-based rules for the collation object.
- getRules() - Method in class java.time.ZoneId
-
Gets the time-zone rules for this ID allowing calculations to be performed.
- getRules() - Method in class java.time.ZoneOffset
-
Gets the associated time-zone rules.
- getRules() - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Obtains the IDs of all associated sibling Components.
- getRules() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Gets the collation tailoring rules for this RuleBasedCollator.
- getRules(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Returns current rules.
- getRuleStatus() - Method in class ohos.global.icu.text.BreakIterator
-
For RuleBasedBreakIterators, return the status tag from the
break rule that determined the boundary at the current iteration position.
- getRuleStatusVec(int[]) - Method in class ohos.global.icu.text.BreakIterator
-
For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
that determined the the boundary at the current iteration position.
- getRunCount() - Method in class java.text.Bidi
-
Return the number of level runs.
- getRunCount() - Method in class ohos.global.icu.text.Bidi
-
Return the number of level runs.
- getRunLevel(int) - Method in class java.text.Bidi
-
Return the level of the nth logical run in this line.
- getRunLevel(int) - Method in class ohos.global.icu.text.Bidi
-
Return the level of the nth logical run in this line.
- getRunLimit() - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to all attributes containing the current character.
- getRunLimit(int) - Method in class java.text.Bidi
-
Return the index of the character past the end of the nth logical run in this line, as
an offset from the start of the line.
- getRunLimit(int) - Method in class ohos.global.icu.text.Bidi
-
Return the index of the character past the end of the nth logical run in
this line, as an offset from the start of the line.
- getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to the given attribute containing the current character.
- getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to the given attributes containing the current character.
- getRunningThreadCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the number of worker threads that are
not blocked waiting to join tasks or for other managed
synchronization.
- getRunStart() - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to all attributes containing the current character.
- getRunStart(int) - Method in class java.text.Bidi
-
Return the index of the character at the start of the nth logical run in this line, as
an offset from the start of the line.
- getRunStart(int) - Method in class ohos.global.icu.text.Bidi
-
Return the index of the character at the start of the nth logical run in
this line, as an offset from the start of the line.
- getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to the given attribute containing the current character.
- getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to the given attributes containing the current character.
- getRuntime() - Static method in class java.lang.Runtime
-
Returns the runtime object associated with the current Java application.
- getRuntimeStatistic(String) - Static method in class ohos.hiviewdfx.Debug
-
Obtains the statistical information about the runtime of a specified name.
- getRuntimeStatistics() - Static method in class ohos.hiviewdfx.Debug
-
Obtains the statistical information about all runtime used by this process.
- getRxBytes() - Static method in class ohos.net.NetHotspot
-
Obtains the number of downlink data bytes of the NIC that serves as a hotspot.
- getS() - Method in interface java.security.interfaces.ECPrivateKey
-
Returns the private value S.
- getS() - Method in class java.security.spec.ECPrivateKeySpec
-
Returns the private value S.
- getSak() - Method in class ohos.nfc.tag.NfcATag
-
Obtains the SAK of an NFC-A tag.
- getSalt() - Method in interface javax.crypto.interfaces.PBEKey
-
Returns the salt or null if not specified.
- getSalt() - Method in class javax.crypto.spec.PBEKeySpec
-
Returns a copy of the salt or null if not specified.
- getSalt() - Method in class javax.crypto.spec.PBEParameterSpec
-
Returns the salt.
- getSaltLength() - Method in class java.security.spec.PSSParameterSpec
-
Returns the salt length in bytes.
- getSampler() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the handle to the sampler used by this material.
- getSampleRate() - Method in class ohos.media.audio.AudioCapturer
-
Obtians the audio stream sampling rate.
- getSampleRate() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the sampling rate.
- getSampleRate() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the sampling rate of the audio stream.
- getSamplers() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of samplers that have been imported.
- getSamples(String) - Method in class ohos.global.icu.text.PluralRules
-
Returns a list of integer values for which select() would return that keyword,
or null if the keyword is not defined.
- getSampleString(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns the script sample character string.
- getSamplingRates() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains the sampling rates.
- getSaturation() - Method in class ohos.agp.colors.HslColor
-
Obtains the saturation of a color.
- getSaturation() - Method in class ohos.agp.colors.HsvColor
-
Obtains the saturation of an HSV color.
- getSaveCount() - Method in class ohos.agp.render.Canvas
-
Obtains the number of canvas states saved on the stack.
- getSavepointId() - Method in interface java.sql.Savepoint
-
Retrieves the generated ID for the savepoint that this
Savepoint object represents.
- getSavepointName() - Method in interface java.sql.Savepoint
-
Retrieves the name of the savepoint that this Savepoint
object represents.
- getScAddress() - Method in class ohos.telephony.ShortMessage
-
Obtains the short message service center (SMSC) address.
- getScale() - Method in class ohos.accessibility.ability.DisplayResizeController
-
Obtains the resizing scale of this display resizing rectangle.
- getScale() - Method in class ohos.agp.components.Component
-
Obtains the component's scale factor around the pivot relative to the parent layout.
- getScale() - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Obtains the scale of the current entity relative to the parent entity.
- getScale() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the scaling part of the transformation component in a node.
- getScale() - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Obtains the SISR scale factor.
- getScale(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(int) - Method in interface java.sql.ResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getScaledListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring scale events of this component.
- getScaleMode() - Method in class ohos.agp.components.Image
-
Obtains the image scaling mode.
- getScaleX() - Method in class ohos.agp.components.Component
-
Obtains the component's scaling factor in the X direction around the pivot point relative to the parent layout.
- getScaleX() - Method in class ohos.agp.text.TextForm
-
Obtains the horizontal scale ratio of this text.
- getScaleX() - Method in class ohos.agp.utils.Matrix
-
Obtains the horizontal scale factor of this Matrix.
- getScaleY() - Method in class ohos.agp.components.Component
-
Obtains the component's scaling factor in the Y direction around the pivot point relative to the parent layout.
- getScaleY() - Method in class ohos.agp.utils.Matrix
-
Obtains the vertical scale factor of this Matrix.
- getScanInfoList() - Method in class ohos.wifi.WifiDevice
-
Obtains the list of information about the access points detected in a Wi-Fi scan.
- getScenario() - Method in class ohos.location.RequestParam
-
Obtains the location priority policy in the RequestParam object.
- getScene() - Method in class ohos.agp.components.Component.VoiceEvent
-
Gets the event scene.
- getScene() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains the default scene.
- getScene() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the scene to which a node belongs.
- getScene() - Method in class ohos.multimodalinput.event.SpeechEvent
-
Obtains the scene where the action is performed.
- getSceneCount() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the number of scenes where glTF data is imported.
- getScenes() - Method in interface ohos.media.camera.params.SceneDetectionResult
-
Gets the current scenes.
- getSceneUtil() - Method in interface ohos.agp.render.render3d.Scene
-
Obtains a SceneUtil instance.
- getSchema() - Method in class ohos.data.distributed.common.Options
-
Obtains the Schema from this Options object.
- getSchema() - Method in class ohos.javax.xml.parsers.SAXParser
-
Get a reference to the the
Schema being used by
the XML processor.
- getSchema() - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
- getSchemaCode() - Method in enum ohos.data.search.schema.IndexSchemaType
-
Obtains the index schema code.
- getSchemaMode() - Method in class ohos.data.distributed.common.Schema
-
Obtains the mode of this Schema instance.
- getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
-
Get the designated column's table's schema.
- getSchemas() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemas(String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the database vendor's preferred term for "schema".
- getSchemaType() - Method in enum ohos.data.search.schema.IndexSchemaType
-
Obtains the index schema type.
- getSchemaType() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
This method is provided for implementations to provide
optional type information about the associated event.
- getSchemaType(int) - Static method in enum ohos.data.search.schema.IndexSchemaType
-
Obtains the index schema type based on the given index schema code.
- getScheme() - Method in class java.net.URI
-
Returns the scheme component of this URI.
- getScheme() - Method in class java.nio.file.spi.FileSystemProvider
-
Returns the URI scheme that identifies this provider.
- getScheme() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of the URI scheme in this Intent.
- getScheme() - Method in class ohos.utils.net.Uri
-
Obtains the scheme field of the current URI.
- getSchemeSpecificPart() - Method in class java.net.URI
-
Returns the decoded scheme-specific part of this URI.
- getScientificInstance() - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScientificInstance(Locale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScientificInstance(ULocale) - Static method in class ohos.global.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScope() - Method in class java.security.Identity
-
Deprecated.
Returns this identity's scope.
- getScope() - Method in class ohos.net.LinkAddress
-
Obtains the unique identifier of a connection.
- getScopedInterface() - Method in class java.net.Inet6Address
-
Returns the scoped interface, if this instance was created with
with a scoped interface.
- getScopeId() - Method in class java.net.Inet6Address
-
Returns the numeric scopeId, if this instance is associated with
an interface.
- getScore() - Method in class ohos.agp.components.Rating
-
Obtains the current rating score.
- getScoState(BluetoothRemoteDevice) - Method in class ohos.bluetooth.HandsFreeAudioGateway
-
Obtains the status of a HandsFree SCO link between the current device and the peer device.
- getScreenOrientation() - Method in class ohos.miscservices.inputmethodability.KeyboardController
-
Obtains the real-time screen direction.
- getScript() - Method in class java.util.Locale
-
Returns the script for this locale, which should
either be the empty string or an ISO 15924 4-letter script
code.
- getScript() - Method in class ohos.global.icu.util.ULocale
-
Returns the script code for this locale, which might be the empty string.
- getScript(int) - Static method in class ohos.global.icu.lang.UScript
-
Gets the script code associated with the given codepoint.
- getScript(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the script code for the specified locale, which might be the empty
string.
- getScriptExtensions(int, BitSet) - Static method in class ohos.global.icu.lang.UScript
-
Sets code point c's Script_Extensions as script code integers into the output BitSet.
- getScrollbarBackgroundColor() - Method in class ohos.agp.components.Component
-
Obtains the background color of a scroll bar.
- getScrollbarColor() - Method in class ohos.agp.components.Component
-
Obtains the color of a scroll bar.
- getScrollbarFadingDelay() - Method in class ohos.agp.components.Component
-
Obtains the delay before a scrollbar is fading.
- getScrollbarFadingDuration() - Method in class ohos.agp.components.Component
-
Obtains the fading duration of a scrollbar.
- getScrollbarRadius() - Method in class ohos.agp.components.Component
-
Obtains the radius of the scroll bar's rounded border.
- getScrollbarRoundRect() - Method in class ohos.agp.components.Component
-
Obtains the rounded border of the scroll bar.
- getScrollbarStartAngle() - Method in class ohos.agp.components.Component
-
Obtains the start angle of a rounded scroll bar.
- getScrollbarSweepAngle() - Method in class ohos.agp.components.Component
-
Obtains the sweep angle of a rounded scroll bar.
- getScrollbarThickness() - Method in class ohos.agp.components.Component
-
Obtains the thickness of a scroll bar.
- getScrollDistanceX() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the scrolling distance on the x axis.
- getScrollDistanceY() - Method in class ohos.agp.components.ScrollHelper
-
Obtains the scrolling distance on the y axis.
- getScrollingDelta(int) - Method in class ohos.multimodalinput.event.MouseEvent
-
Obtains the movement of the scroll wheel in the given direction since last call.
- getScrollListener() - Method in class ohos.agp.components.Picker
-
Obtains the listener for monitoring the picker scrolling status.
- getScrollValue(int) - Method in class ohos.agp.components.Component
-
Obtains the scroll offset of this component.
- getScTimestamp() - Method in class ohos.telephony.ShortMessage
-
Obtains the SMSC timestamp.
- getSearchableEntity(String) - Method in class ohos.data.search.SearchAbility
-
- getSearchableEntityList() - Method in class ohos.data.search.SearchAbility
-
- getSearchAlbums(String[]) - Method in class ohos.media.photokit.MediaLibrary
-
Obtains
AlbumList instances from SmartGallery based on specified keywords.
- getSearchButton() - Method in class ohos.agp.components.SearchBar
-
Obtains the search button of this SearchBar.
- getSearchClickListener() - Method in class ohos.agp.components.SearchBar
-
Obtains the listener for the notification sent when the search button is clicked.
- getSearchHitCount(String) - Method in class ohos.data.search.SearchSession
-
Obtains the number of results matching a specified string.
- getSearchIcon() - Method in class ohos.agp.components.SearchBar
-
Obtains the search icon of this SearchBar.
- getSearchResult(int) - Static method in enum ohos.data.search.SearchResult
-
- getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the string that can be used to escape wildcard characters.
- getSearchText() - Method in class ohos.agp.components.SearchBar
-
Obtains the search text of this SearchBar.
- getSearchTextColor() - Method in class ohos.agp.components.SearchBar
-
Obtains the text color of the search box.
- getSecCertificateChain(AbilityContext, String) - Static method in class ohos.security.seckeychain.SecKeyChain
-
Obtains the secure certificate chain matching a specified private key alias.
- getSecKeyAlgorithmParameterSpec() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the algorithm parameter specification used for key generation.
- getSecKeyAlias() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the key alias.
- getSecKeyAlias() - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the alias of a key.
- getSecKeyAuthDuration() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the validity period of user authentication for a key.
- getSecKeyAuthDuration() - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the validity period of user authentication for a key.
- getSecKeyAuthDuration() - Method in class ohos.security.keystore.KeyStoreProtectionParameter
-
Obtains the validity period for user authentication with a key.
- getSecKeyCryptoAttr(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the cryptographic attribute set of a key.
- getSecKeyCryptoAttrs(int) - Method in class ohos.security.keystore.KeyStoreProtectionParameter
-
Obtains the cryptographic attribute set of a key, depending on the input parameters.
- getSecKeySizeInBits() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the key length.
- getSecKeySizeInBits() - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the key length.
- getSecKeySource() - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the source of a key.
- getSecKeyUsagePurposes() - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Obtains the purposes for using a key.
- getSecKeyUsagePurposes() - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Obtains the purposes for using a key.
- getSecKeyUsagePurposes() - Method in class ohos.security.keystore.KeyStoreProtectionParameter
-
Obtains the purposes for using a key.
- getSecond() - Method in class java.time.LocalDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class java.time.LocalTime
-
Gets the second-of-minute field.
- getSecond() - Method in class java.time.OffsetDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class java.time.OffsetTime
-
Gets the second-of-minute field.
- getSecond() - Method in class java.time.ZonedDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class ohos.agp.components.TimePicker
-
Obtains the selected second.
- getSecondaryGroupingSize() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns the secondary grouping size in use.
- getSecondDns() - Method in class ohos.wifi.IpInfo
-
Obtains the secondary DNS server IP address of a Wi-Fi connection.
- getSecondPart() - Method in class ohos.global.icu.text.DateIntervalInfo.PatternInfo
-
Returns the second part of interval pattern.
- getSeconds() - Method in class java.sql.Date
-
Deprecated.
- getSeconds() - Method in class java.time.Duration
-
Gets the number of seconds in this duration.
- getSeconds() - Method in class java.util.Date
-
- getSecPrivateKey(AbilityContext, String) - Static method in class ohos.security.seckeychain.SecKeyChain
-
Obtains the private key with a specified alias.
- getSecretKey() - Method in class java.security.KeyStore.SecretKeyEntry
-
Gets the SecretKey from this entry.
- getSectorId(int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the sector ID of a Mifare Classic tag based on the block ID of the Mifare tag.
- getSectorsNum() - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the number of sectors of this MifareClassic tag base on the size of tag.
- getSecure() - Method in class java.net.HttpCookie
-
Returns true if sending this cookie should be restricted to a
secure protocol, or false if the it can be sent using any
protocol.
- getSecureObjectCipher() - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Obtains an authorized Cipher object.
- getSecureObjectMac() - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Obtains an authorized Mac object.
- getSecureObjectSignature() - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Obtains an authorized Signature object.
- getSecurityContext() - Method in class java.lang.SecurityManager
-
Creates an object that encapsulates the current execution
environment.
- getSecurityLevel() - Method in class ohos.data.distributed.common.Options
-
Obtains the KvStore database security level.
- getSecurityLevel() - Method in interface ohos.data.distributed.user.SingleKvStore
-
Get the security level of the database.
- getSecurityManager() - Static method in class java.lang.System
-
Gets the system security interface.
- getSecurityMode() - Method in interface ohos.agp.components.webengine.WebConfig
-
Obtains the security mode in which the WebView loads resources.
- getSecurityType() - Method in class ohos.wifi.WifiDeviceConfig
-
Obtains the encryption mode in the Wi-Fi configuration.
- getSecurityType() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the encryption mode of a Wi-Fi access point.
- getSeed() - Method in class java.security.spec.EllipticCurve
-
Returns the seeding bytes seed used
during curve generation.
- getSeed(int) - Static method in class java.security.SecureRandom
-
Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- getSegment(float, float, Path, boolean) - Method in class ohos.agp.render.PathMeasure
-
Obtains the specified segment of the path associated with this PathMeasure object.
- getSelected() - Method in class ohos.agp.components.PageSliderIndicator
-
Obtains the position of a selected indicator item.
- getSelectedCallback() - Method in class ohos.agp.components.IndexBar
-
Obtains the listener for monitoring the selection of this index bar.
- getSelectedCount() - Method in class ohos.agp.components.IndexBar
-
Obtains the index number of the string displayed on an index bar.
- getSelectedDevice() - Method in class ohos.media.audio.AudioCapturer
-
Obtains information about the audio input device.
- getSelectedItemIndex() - Method in class ohos.agp.components.ListContainer
-
Obtains the position of the selected component item.
- getSelectedNormalTextMarginRatio() - Method in class ohos.agp.components.DatePicker
-
Obtains the ratio of the selected to normal text margin in this date picker.
- getSelectedNormalTextMarginRatio() - Method in class ohos.agp.components.Picker
-
Obtains the ratio of the selected to normal text margin in this number picker.
- getSelectedNormalTextMarginRatio() - Method in class ohos.agp.components.TimePicker
-
Obtains the ratio of the selected to normal text margin in this time picker.
- getSelectedPaint() - Method in class ohos.agp.components.IndexBar
-
Obtains the paint of the selected area on this index bar.
- getSelectedString() - Method in class ohos.agp.components.IndexBar
-
Obtains the selected string.
- getSelectedTab() - Method in class ohos.agp.components.TabList
-
Obtains the selected tab in a component.
- getSelectedTabIndex() - Method in class ohos.agp.components.TabList
-
Obtains the position of the selected tab in a component.
- getSelectedTabIndicatorColor() - Method in class ohos.agp.components.TabList
-
Obtains the color of the selected tab indicator.
- getSelectedTabIndicatorHeight() - Method in class ohos.agp.components.TabList
-
Obtains the height of the selected tab indicator.
- getSelectedTextBackgroundElement() - Method in class ohos.agp.components.DatePicker
-
Obtains the
Element set as the background of the text selected by the date picker.
- getSelectedTextBackgroundElement() - Method in class ohos.agp.components.Picker
-
Obtains the
Element set as the background of the text selected by this picker.
- getSelectedTextBackgroundElement() - Method in class ohos.agp.components.TimePicker
-
Obtains the
Element set as the background of the text selected in this time picker.
- getSelectedTextColor() - Method in class ohos.agp.components.DatePicker
-
Obtains the color of the selected text in the date picker.
- getSelectedTextColor() - Method in class ohos.agp.components.Picker
-
Obtains the color of selected text on a number picker.
- getSelectedTextColor() - Method in class ohos.agp.components.TimePicker
-
Gets the selected font color of the time displayed in the time picker.
- getSelectedTextFont() - Method in class ohos.agp.components.DatePicker
-
Obtains the font of the selected text.
- getSelectedTextFont() - Method in class ohos.agp.components.Picker
-
Obtains the font of the selected text in this picker.
- getSelectedTextFont() - Method in class ohos.agp.components.TimePicker
-
Obtains the font of the selected text in this time picker.
- getSelectedTextSize() - Method in class ohos.agp.components.DatePicker
-
Obtains the size of the selected text in the date picker.
- getSelectedTextSize() - Method in class ohos.agp.components.Picker
-
Obtains the font size of selected text on a number picker.
- getSelectedTextSize() - Method in class ohos.agp.components.TimePicker
-
Gets the selected font size of the time displayed in the time picker.
- getSelectionColor() - Method in class ohos.agp.components.Text
-
Obtains the color of the selected text.
- getSelectionEnd() - Method in class ohos.miscservices.inputmethod.EditingText
-
- getSelectionLeftBubbleElement() - Method in class ohos.agp.components.Text
-
Obtains the Element object displayed in the left padding area of the selected bubble box.
- getSelectionLeftBubbleHeight() - Method in class ohos.agp.components.Text
-
Obtains the height of the left padding area of the selected bubble box.
- getSelectionLeftBubbleWidth() - Method in class ohos.agp.components.Text
-
Obtains the width of the left padding area of the selected bubble box.
- getSelectionRightBubbleElement() - Method in class ohos.agp.components.Text
-
Obtains the Element object displayed in the right padding area of the selected bubble box.
- getSelectionRightBubbleHeight() - Method in class ohos.agp.components.Text
-
Obtains the height of the right padding area of the selected bubble box.
- getSelectionRightBubbleWidth() - Method in class ohos.agp.components.Text
-
Obtains the width of the right padding area of the selected bubble box.
- getSelectionStart() - Method in class ohos.miscservices.inputmethod.EditingText
-
- getSelectionType(String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Obtains the method of selecting the service based on the NFC service type.
- getSelectorItemNum() - Method in class ohos.agp.components.DatePicker
-
Obtains the number of all items in a selector.
- getSelectorItemNum() - Method in class ohos.agp.components.Picker
-
Obtains the number of items displayed on a selector wheel.
- getSelectorItemNum() - Method in class ohos.agp.components.TimePicker
-
Obtains the number of items displayed on a selector.
- getSelectResponse() - Method in class ohos.nfc.oma.Channel
-
Obtains the response to the command to select a secure element.
- getSelfVisibleRect(Rect) - Method in class ohos.agp.components.Component
-
Allows to get local visible Rect (related to component's parent)
- getSemanticActionButton() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the semantic action of this NotificationActionButton.
- getSendBufferSize() - Method in class java.net.DatagramSocket
-
Get value of the SO_SNDBUF option for this DatagramSocket, that is the
buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() - Method in class java.net.Socket
-
Get value of the
SocketOptions#SO_SNDBUF option
for this
Socket, that is the buffer size used by the platform
for output on this
Socket.
- getSendDataTimeout() - Method in class ohos.nfc.tag.TagManager
-
Queries the timeout duration (ms) for sending data to a tag.
- getSender() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Obtains the sender of this message.
- getSenderEmail() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the senderEmail index field.
- getSenderName() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the senderName index field.
- getSenderName() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the senderName index field.
- getSenderPhone() - Method in class ohos.data.search.schema.MessageItem
-
Obtains the value of the senderPhone index field.
- getSeniorVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the senior (S) version number, which increases with any updates to the partial
architecture or major features.
- getSensor() - Method in class ohos.sensor.data.SensorData
-
Obtains a category of sensors.
- getSensorDataDim() - Method in class ohos.sensor.data.SensorData
-
Obtains the data dimension of a sensor.
- getSensorId() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the ID of a sensor.
- getSensorMinSampleInterval(int) - Method in class ohos.sensor.agent.SensorAgent
-
Queries the minimum sampling interval of a sensor.
- getSentenceInstance() - Static method in class java.text.BreakIterator
-
- getSentenceInstance() - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
-
Returns a new
BreakIterator instance
for
sentence breaks
for the given locale.
- getSentenceInstance(Locale) - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(ULocale) - Static method in class ohos.global.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates sentence boundaries.
- getSeparator() - Method in class java.nio.file.FileSystem
-
Returns the name separator, represented as a string.
- getSequenceable(String) - Method in class ohos.utils.PacMap
-
Obtains the Sequenceable value matching a specified key.
- getSequenceableArray(String) - Method in class ohos.utils.PacMap
-
Obtains the Sequenceable[] value matching a specified key.
- getSequenceableArrayListParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an ArrayList parameter value of Sequenceable elements that matches the given key.
- getSequenceableArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a Sequenceable array matching the given key.
- getSequenceableList(String) - Method in class ohos.utils.PacMap
-
Obtains the ArrayList<Sequenceable> value matching a specified key.
- getSequenceableParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a Sequenceable value matching the specified key.
- getSequenceNumber() - Method in class java.util.logging.LogRecord
-
Get the sequence number.
- getSerial() - Method in class ohos.usb.USBDevicePipe
-
Get the serial number, in string.
- getSerializable(String) - Method in class ohos.utils.PacMap
-
Obtains the Serializable value matching a specified key.
- getSerializableParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a Serializable parameter value matching the given key.
- getSerialNumber() - Method in class java.security.cert.X509Certificate
-
Gets the serialNumber value from the certificate.
- getSerialNumber() - Method in class java.security.cert.X509CertSelector
-
Returns the serialNumber criterion.
- getSerialNumber() - Method in class java.security.cert.X509CRLEntry
-
Gets the serial number from this X509CRLEntry,
the userCertificate.
- getSerialNumber() - Method in class javax.security.cert.X509Certificate
-
Gets the serialNumber value from the certificate.
- getSerialNumber() - Method in class ohos.usb.USBDevice
-
Get the SerialNumber field of a USB device.
- getSerialVersionUID() - Method in class java.io.ObjectStreamClass
-
Return the serialVersionUID for this class.
- getServerAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
-
Get the matching aliases for authenticating the server side of a secure
socket given the public key type and the list of
certificate issuer authorities recognized by the peer (if any).
- getServerCertificateChain() - Method in class java.net.SecureCacheResponse
-
Returns the server's certificate chain, which was established as
part of defining the session in the original connection that
retrieved the network resource, from cache.
- getServerCertificates() - Method in class javax.net.ssl.HttpsURLConnection
-
Returns the server's certificate chain which was established
as part of defining the session.
- getServerIp() - Method in class ohos.wifi.IpInfo
-
Obtains the DHCP server IP address of a Wi-Fi connection.
- getServerName() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns the DNS name of the LDAP server.
- getServerNames() - Method in class javax.net.ssl.SSLParameters
-
Returns a
List containing all
SNIServerNames of the
Server Name Indication (SNI) parameter, or null if none has been set.
- getServerSessionContext() - Method in class javax.net.ssl.SSLContext
-
Returns the server session context, which represents the set of
SSL sessions available for use during the handshake phase of
server-side SSL sockets.
- getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
-
Returns a ServerSocketFactory object for
this context.
- getService() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Obtains the
GattService to which a characteristic belongs.
- getService(String, String) - Method in class java.security.Provider
-
Get the service describing this Provider's implementation of the
specified type of this algorithm or alias.
- getService(UUID) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Obtains a specified service of the current BLE peripheral device.
- getServiceData() - Method in class ohos.bluetooth.ble.BleAdvertiseData
-
Get the service data map defined in this advertise data.
- getServiceData() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the service data in a device scan.
- getServices() - Method in class java.security.Provider
-
Get an unmodifiable Set of all services supported by
this Provider.
- getServices() - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Obtains the list of services of a BLE peripheral device.
- getServices() - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Obtains the list of GATT services provided by this device.
- getServiceUuids() - Method in class ohos.bluetooth.ble.BleAdvertiseData
-
Get the service uuid list defined in this advtise data.
- getServiceUuids() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the list of supported UUIDs.
- getSession() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the session that triggered this event.
- getSession() - Method in class javax.net.ssl.SSLEngine
-
Returns the SSLSession in use in this
SSLEngine.
- getSession() - Method in class javax.net.ssl.SSLSessionBindingEvent
-
Returns the SSLSession into which the listener is being bound or
from which the listener is being unbound.
- getSession() - Method in class javax.net.ssl.SSLSocket
-
Returns the SSL Session in use by this connection.
- getSession(byte[]) - Method in interface javax.net.ssl.SSLSessionContext
-
Returns the SSLSession bound to the specified session id.
- getSessionCacheSize() - Method in interface javax.net.ssl.SSLSessionContext
-
Returns the size of the cache used for storing SSLSession
objects grouped under this SSLSessionContext.
- getSessionContext() - Method in interface javax.net.ssl.SSLSession
-
Returns the context in which this session is bound.
- getSessionId() - Method in class ohos.media.audio.AudioCapturerConfig
-
Obtains the recording session ID.
- getSessionID() - Method in class ohos.media.audio.AudioCapturerInfo
-
Obtains the session ID of the audio stream.
- getSessionID() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains the session ID of the audio stream.
- getSessionOwnerPackageName() - Method in class ohos.media.sessioncore.AVController
-
Obtains the application bundle name in the AVSession instance.
- getSessionTimeout() - Method in interface javax.net.ssl.SSLSessionContext
-
Returns the timeout limit of SSLSession objects grouped
under this SSLSessionContext.
- getSettingsText() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the text that will be displayed as a link to the settings of the application.
- getShader() - Method in class ohos.agp.render.Paint
-
Obtains the shader attributes of a paint.
- getShaderColor() - Method in class ohos.agp.components.DatePicker
-
Obtains the shader color of a date picker.
- getShaderColor() - Method in class ohos.agp.components.ListContainer
-
Obtains the shader color of this ListContainer object.
- getShaderColor() - Method in class ohos.agp.components.Picker
-
Obtains the shader color of a number picker.
- getShaderColor() - Method in class ohos.agp.components.TimePicker
-
Obtains the shader color of the time picker.
- getShaderColors() - Method in class ohos.agp.render.Shader
-
Obtains the array of shading colors of this Shader.
- getShaderPoint() - Method in class ohos.agp.render.RadialShader
-
Obtains the coordinate of the center point of a RadialShader.
- getShaderPoints() - Method in class ohos.agp.render.LinearShader
-
Obtains the coordinates of the shading points of this
LinearShader.
- getShaderPositions() - Method in class ohos.agp.render.SweepShader
-
Obtains the positions corresponding to the shading colors of a sweep shader.
- getShaderRadius() - Method in class ohos.agp.render.RadialShader
-
Obtains the radius of a RadialShader.
- getShaderStops() - Method in class ohos.agp.render.RadialShader
-
Obtains the positions corresponding to the shading colors in the
Shader#shaderColors array of
a radial shader.
- getShaderType() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the shader type.
- getShaderXCoordinate() - Method in class ohos.agp.render.SweepShader
-
Obtains the X-axis coordinate of the center point of a sweep shader.
- getShaderYCoordinate() - Method in class ohos.agp.render.SweepShader
-
Obtains the Y-axis coordinate of the center point of a sweep shader.
- getShape() - Method in class ohos.agp.components.element.ShapeElement
-
- getShaper(int) - Static method in class java.awt.font.NumericShaper
-
Returns a shaper for the provided unicode range.
- getShaper(NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
-
Returns a shaper for the provided Unicode
range.
- getShapeType() - Method in enum ohos.ai.cv.text.TextConfiguration.TextShape
-
Obtains the text shape defined by TextShape, straight or curved.
- getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire in shared mode.
- getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns a collection containing threads that may be waiting to
acquire in shared mode.
- getShootingDate() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the time when the photo is taken.
- getShootingMode() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the shooting mode.
- getShort() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a short value.
- getShort(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a short value.
- getShort(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC SMALLINT parameter
as a short in the Java programming language.
- getShort(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a short in the Java programming language.
- getShort(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getShort(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getShort(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getShort(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a short.
- getShort(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getShort(int) - Method in class ohos.data.resultset.TableResultSet
-
Obtains the value of the specified column in the current row as a short.
- getShort(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the short value at the specified index of this ZSONArray and automatically converts
the value into a Short object.
- getShort(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the short value at the position specified by rowIndex and columnIndex.
- getShort(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
short or of another primitive type convertible to
type short via a widening conversion.
- getShort(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a short.
- getShort(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC SMALLINT parameter as a short
in the Java programming language.
- getShort(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a short in the Java programming language.
- getShort(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the Short value of a specified column name.
- getShort(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the short value matching the specified key in the map of this ZSONObject and
automatically converts the value into a Short object.
- getShortArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a short array matching the given key.
- getShortClassName() - Method in class ohos.bundle.ElementName
-
Obtains the short class name of the ability in the current
ElementName instance.
- getShortcutId() - Method in class ohos.bundle.LauncherShortcutInfo
-
Obtains the ID of this shortcut.
- getShortcutId() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the shortcut ID associated with this notification.
- getShortcutInfos(String) - Method in interface ohos.bundle.IBundleManager
-
Obtains information about the shortcuts of the application.
- getShortcutInfos(String) - Method in class ohos.bundle.LauncherService
-
Obtains information about the shortcuts of the application.
- getShortMonthNames(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the short names of all non-standalone months for the locale specified
by Locale.
- getShortMonths() - Method in class java.text.DateFormatSymbols
-
Gets short month strings.
- getShortMonths() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns short month strings.
- getShortMsg() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get a short message describing the error condition.
- getShortName(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns the 4-letter ISO 15924 script code,
which is the same as the short Unicode script name if Unicode has names for the script.
- getShortOperatorName() - Method in class ohos.telephony.NetworkState
-
Obtains the operator name in the short alphanumeric format of the registered network.
- getShortParam(String, short) - Method in class ohos.aafwk.content.Intent
-
Obtains a short value matching the given key.
- getShortStandAloneMonthNames(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the short names of all standalone months for the locale specified by
Locale.
- getShortStandAloneWeekdayNames(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the short names of all standalone weekdays for the locale specified
by Locale.
- getShortValue(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the short value at the specified index of this ZSONArray.
- getShortValue(String) - Method in class ohos.utils.BasePacMap
-
Obtains the short value matching a specified key.
- getShortValue(String) - Method in class ohos.utils.PacMap
-
Obtains the short value matching a specified key.
- getShortValue(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getShortValue method to obtain the
short value
in the unmarshalled
PersistablePacMap object
where
short has been converted into
Integer.
- getShortValue(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the short value matching the specified key in the map of this ZSONObject.
- getShortValue(String, short) - Method in class ohos.utils.BasePacMap
-
Obtains the short value matching a specified key.
- getShortValue(String, short) - Method in class ohos.utils.PacMap
-
Obtains the short value matching a specified key.
- getShortValueArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the short[] value matching a specified key.
- getShortValueArray(String) - Method in class ohos.utils.PacMap
-
Obtains the short[] value matching a specified key.
- getShortValueArray(String) - Method in class ohos.utils.PersistablePacMap
-
Overrides the
BasePacMap#getShortValueArray method to obtain the
short array
in the unmarshalled
PersistablePacMap object where an array has been converted
into
JsonArray.
- getShortWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets short weekday strings.
- getShortWeekdays() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns abbreviated weekday strings; for example: "Sun", "Mon", etc.
- getShowMode() - Method in class ohos.accessibility.ability.SoftKeyBoardController
-
Obtains the show/hide mode of this soft keyboard.
- getShownActions() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Obtains the list of sequence numbers representing the
NotificationActionButton objects to be shown
in this media playback notification.
- getSibling() - Method in class ohos.global.resource.solidxml.Node
-
Obtains the first sibling node of a node.
- getSigAlgName() - Method in class java.security.cert.X509Certificate
-
Gets the signature algorithm name for the certificate
signature algorithm.
- getSigAlgName() - Method in class java.security.cert.X509CRL
-
Gets the signature algorithm name for the CRL
signature algorithm.
- getSigAlgName() - Method in class javax.security.cert.X509Certificate
-
Gets the signature algorithm name for the certificate
signature algorithm.
- getSigAlgOID() - Method in class java.security.cert.X509Certificate
-
Gets the signature algorithm OID string from the certificate.
- getSigAlgOID() - Method in class java.security.cert.X509CRL
-
Gets the signature algorithm OID string from the CRL.
- getSigAlgOID() - Method in class javax.security.cert.X509Certificate
-
Gets the signature algorithm OID string from the certificate.
- getSigAlgParams() - Method in class java.security.cert.X509Certificate
-
Gets the DER-encoded signature algorithm parameters from this
certificate's signature algorithm.
- getSigAlgParams() - Method in class java.security.cert.X509CRL
-
Gets the DER-encoded signature algorithm parameters from this
CRL's signature algorithm.
- getSigAlgParams() - Method in class javax.security.cert.X509Certificate
-
Gets the DER-encoded signature algorithm parameters from this
certificate's signature algorithm.
- getSignalInfoList(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the list of signal strength information of the registered network corresponding to a specified SIM card.
- getSignalLevel() - Method in class ohos.telephony.CdmaSignalInformation
-
Obtains the number of signal bars of the CDMA network.
- getSignalLevel() - Method in class ohos.telephony.GsmSignalInformation
-
Obtains the number of signal bars of the GSM network.
- getSignalLevel() - Method in class ohos.telephony.LteSignalInformation
-
Obtains the number of signal bars of the LTE network.
- getSignalLevel() - Method in class ohos.telephony.NrSignalInformation
-
Obtains the number of signal bars of the NR network.
- getSignalLevel() - Method in class ohos.telephony.SignalInformation
-
Obtains the signal level of the current network.
- getSignalLevel() - Method in class ohos.telephony.TdscdmaSignalInformation
-
Obtains the number of signal bars of the TDSCDMA network.
- getSignalLevel() - Method in class ohos.telephony.WcdmaSignalInformation
-
Obtains the number of signal bars of the WCDMA network.
- getSignalLevel(int, int) - Method in class ohos.wifi.WifiDevice
-
Calculates the Wi-Fi signal level based on the Wi-Fi RSSI and frequency band.
- getSignature() - Method in class java.security.cert.X509Certificate
-
Gets the signature value (the raw signature bits) from
the certificate.
- getSignature() - Method in class java.security.cert.X509CRL
-
Gets the signature value (the raw signature bits) from
the CRL.
- getSignature() - Method in class java.security.SignedObject
-
Retrieves the signature on the signed object, in the form of a
byte array.
- getSignerCertPath() - Method in class java.security.CodeSigner
-
Returns the signer's certificate path.
- getSignerCertPath() - Method in class java.security.Timestamp
-
Returns the certificate path for the Timestamping Authority.
- getSigners() - Method in class java.lang.Class
-
Gets the signers of this class.
- getSignificantDigit() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used to represent a significant digit in a pattern.
- getSigProvider() - Method in class java.security.cert.PKIXParameters
-
Returns the signature provider's name, or null
if not set.
- getSimGid1(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the Group Identifier Level 1 (GID1) of the SIM card in a specified slot.
- getSimIccId(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the ICCID of the SIM card in a specified slot.
- getSimOperatorNumeric(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the home PLMN number of the SIM card in a specified slot.
- getSimpleName() - Method in class java.lang.Class
-
Returns the simple name of the underlying class as given in the
source code.
- getSimSpn(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the service provider name (SPN) of the SIM card in a specified slot.
- getSimState(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the state of the SIM card in a specified slot.
- getSimTeleNumberIdentifier(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the alpha identifier of the phone number of the SIM card in a specified slot.
- getSimTelephoneNumber(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the MSISDN of the SIM card in a specified slot.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Obtains the default sensor of a specified type in the body category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Obtains the default sensor of a specified type in the environment category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Obtains the default sensor of a specified type in the light category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Obtains the default sensor of a specified type in the motion category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Obtains the default sensor of a specified type in the orientation category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Obtains the default sensor of a specified type in the other category.
- getSingleSensor(int) - Method in class ohos.sensor.agent.SensorAgent
-
Obtains the default sensor of a specified type in a sensor category.
- getSipAddress() - Method in class ohos.sysappcomponents.contact.entity.SipAddress
-
Obtains the SIP address.
- getSipAddresses() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the list of SIP addresses of this contact.
- getSisr(Context) - Static method in class ohos.ai.cv.common.VisionManager
-
- getSize() - Method in class java.util.zip.ZipEntry
-
Returns the uncompressed size of the entry data.
- getSize() - Method in class ohos.data.search.schema.AppItem
-
Obtains the value of the size index field.
- getSize() - Method in class ohos.data.search.schema.DocumentItem
-
Obtains the value of the size index field.
- getSize() - Method in class ohos.data.search.schema.MusicItem
-
Obtains the value of the size index field.
- getSize() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the size of the photo.
- getSize() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the size index field.
- getSize() - Method in class ohos.net.HttpResponseCache
-
Obtains the number of bytes in a cache.
- getSize() - Method in class ohos.utils.BasePacMap
-
Obtains the number of key-value pairs stored in the current object.
- getSize() - Method in class ohos.utils.PacMap
-
Obtains the number of key-value pairs stored in the current object.
- getSize() - Method in class ohos.utils.Parcel
-
Obtains the size of data (in bytes) contained in the Parcel instance.
- getSize(int) - Static method in class ohos.agp.components.Component.EstimateSpec
-
Extracts the size from the provided estimate specification.
- getSize(int) - Static method in class ohos.agp.components.Component.MeasureSpec
-
Deprecated.
- getSize(Point) - Method in class ohos.agp.window.service.Display
-
Obtains the size of a display.
- getSizeAndConfig(int, int, int) - Static method in class ohos.agp.components.Component.MeasureSpec
-
Deprecated.
- getSizeWithMode(int, int) - Static method in class ohos.agp.components.Component.EstimateSpec
-
Creates a measure specification based on the specified size and mode.
- getSizeX() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the float value in the X axis of this DimensFloat instance.
- getSizeX() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the float value in the X axis of this DimensFloat instance.
- getSizeXToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the int value in the X axis of this DimensFloat instance.
- getSizeXToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the int value in the X axis of this DimensFloat instance.
- getSizeY() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the float value in the Y axis of this DimensFloat instance.
- getSizeY() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the float value in the Y axis of this DimensFloat instance.
- getSizeYToInt() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the int value in the Y axis of this DimensFloat instance.
- getSizeYToInt() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the int value in the Y axis of this DimensFloat instance.
- getSkeleton(String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Utility to return a unique skeleton from a given pattern.
- getSkeletons(Map<String, String>) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Return a list of all the skeletons (in canonical form) from this class,
and the patterns that they map to.
- getSkewX() - Method in class ohos.agp.utils.Matrix
-
Obtains the horizontal skew factor of this Matrix.
- getSkewY() - Method in class ohos.agp.utils.Matrix
-
Obtains the vertical skew factor of this Matrix.
- getSkins() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of skins that have been imported.
- getSkins() - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Obtains all skin resources.
- getSkippedWallTimeOption() - Method in class ohos.global.icu.util.Calendar
-
[icu]Gets the behavior for handling skipped wall time at positive time zone offset
transitions.
- getSliceStackSize(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the size of the ability slice stack in a specified ability.
- getSlideDirection() - Method in class ohos.agp.components.SlideDrawer
-
- getSlideDistance(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
Obtains the maximum sliding distance for a certain direction.
- getSlideDistanceRatio() - Method in class ohos.agp.components.SlideDrawer
-
Obtains the current sliding percent from the start position.
- getSlideState() - Method in class ohos.agp.components.SlideDrawer
-
- getSlidingPossible() - Method in class ohos.agp.components.PageSlider
-
Obtains whether page sliding is enabled.
- getSlot() - Method in class ohos.event.notification.NotificationSorting
-
- getSlotGroup() - Method in class ohos.event.notification.NotificationSlot
-
- getSlotId() - Method in class ohos.event.notification.NotificationRequest
-
- getSlots() - Method in class ohos.event.notification.NotificationSlotGroup
-
Obtains a list of notification slots bound to this NotificationSlotGroup object.
- getSmallestMaximum() - Method in class java.time.temporal.ValueRange
-
Gets the smallest possible maximum value that the field can take.
- getSmiles() - Method in interface ohos.media.camera.params.FaceDetectionResult
-
Gets the smiley face information.
- getSNIMatchers() - Method in class javax.net.ssl.SSLParameters
-
Returns a
Collection containing all
SNIMatchers of the
Server Name Indication (SNI) parameter, or null if none has been set.
- getSocket() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
Returns the socket which is the source of this event.
- getSocketAddress() - Method in class java.net.DatagramPacket
-
Gets the SocketAddress (usually IP address + port number) of the remote
host that this packet is being sent to or is coming from.
- getSocketFactory() - Method in class javax.net.ssl.SSLContext
-
Returns a SocketFactory object for this
context.
- getSocketFactory() - Method in class ohos.net.NetHandle
-
- getSocketFd() - Method in class ohos.net.LocalSocket
-
Obtains the file descriptor of this socket.
- getSocketName() - Method in class ohos.net.LocalSocket
-
Obtains the socket name.
- getSoftFailExceptions() - Method in class java.security.cert.PKIXRevocationChecker
-
Returns a list containing the exceptions that are ignored by the
revocation checker when the
Option#SOFT_FAIL option
is set.
- getSoftKeyBoardController() - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains the controller for the soft keyboard.
- getSolidXml(int) - Method in class ohos.global.resource.ResourceManager
-
Obtains a solid XML document based on the resource ID.
- getSoLinger() - Method in class java.net.Socket
-
- getSortingKey() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the key used for sorting notifications from the same application bundle.
- getSoTimeout() - Method in class java.net.DatagramSocket
-
Retrieve setting for SO_TIMEOUT.
- getSoTimeout() - Method in class java.net.ServerSocket
-
- getSoTimeout() - Method in class java.net.Socket
-
- getSound() - Method in class ohos.event.notification.NotificationSlot
-
- getSoundEffects() - Method in class ohos.media.audio.AudioCapturer
-
Obtains activated sound effects.
- getSource() - Method in class java.util.EventObject
-
The object on which the Event initially occurred.
- getSourceClassName() - Method in class java.util.logging.LogRecord
-
Get the name of the class that (allegedly) issued the logging request.
- getSourceDevice() - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Obtains the type of the input device that generates the current event.
- getSourceDevice() - Method in class ohos.multimodalinput.event.SpeechEvent
-
- getSourceInfo() - Method in class ohos.media.image.ImageSource
-
Obtains image source information.
- getSourceMethodName() - Method in class java.util.logging.LogRecord
-
Get the name of the method that (allegedly) issued the logging request.
- getSourceSet() - Method in class ohos.global.icu.text.Transliterator
-
Returns the set of all characters that may be modified in the
input text by this Transliterator.
- getSourceString() - Method in class java.text.CollationKey
-
Returns the String that this CollationKey represents.
- getSourceString() - Method in class ohos.global.icu.text.CollationKey
-
Return the source string that this CollationKey represents.
- getSpace() - Method in class ohos.data.usage.StatVfs
-
Obtains the total bytes of the file system.
- getSpanId() - Method in class ohos.hiviewdfx.HiTraceId
-
Obtains the span ID from a HiTraceId object.
- getSpeaker() - Method in class ohos.ai.tts.TtsParams
-
Obtains the speaking timbre.
- getSpec() - Method in class ohos.agp.colors.Color
-
Obtains the color specification of a Color instance.
- getSpecificationTitle() - Method in class java.lang.Package
-
Return the title of the specification that this package implements.
- getSpecificationVendor() - Method in class java.lang.Package
-
Return the name of the organization, vendor,
or company that owns and maintains the specification
of the classes that implement this package.
- getSpecificationVersion() - Method in class java.lang.Package
-
Returns the version number of the specification
that this package implements.
- getSpecularFactor() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- getSpeech() - Method in class ohos.agp.components.Component.VoiceEvent
-
Gets the event Speech.
- getSpeechEventListener() - Method in class ohos.agp.components.Component
-
- getSpeed() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Obtains the animation playback speed.
- getSpeed() - Method in class ohos.ai.tts.TtsParams
-
Obtains the speaking speed.
- getSpeed() - Method in class ohos.location.Location
-
Obtains the estimated moving speed of the device at the current location, in unit of meters/second.
- getSpeed() - Method in class ohos.media.audio.AudioRenderer.SpeedPara
-
Obtains the playback speed of the audio stream.
- getSpeed() - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Obtains the playback speed of a sound playback task.
- getSpi(String) - Method in class java.util.prefs.AbstractPreferences
-
Return the value associated with the specified key at this preference
node, or null if there is no association for this key, or the
association cannot be determined at this time.
- getSpotInnerAngle() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the inner angle of spot lights.
- getSpotOuterAngle() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Obtains the outer angle of spot lights.
- getSQLException() - Method in class javax.sql.ConnectionEvent
-
Retrieves the SQLException for this
ConnectionEvent object.
- getSQLException() - Method in class javax.sql.StatementEvent
-
Returns the SQLException the driver is about to throw
- getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords
that are NOT also SQL:2003 keywords.
- getSQLState() - Method in exception java.sql.SQLException
-
Retrieves the SQLState for this SQLException object.
- getSQLStateType() - Method in interface java.sql.DatabaseMetaData
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL:2003.
- getSQLTypeName() - Method in interface java.sql.SQLData
-
Returns the fully-qualified
name of the SQL user-defined type that this object represents.
- getSQLTypeName() - Method in interface java.sql.Struct
-
Retrieves the SQL type name of the SQL structured type
that this Struct object represents.
- getSQLXML(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated SQL XML parameter as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated SQL XML parameter as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSsid() - Method in class ohos.wifi.WifiDeviceConfig
-
Obtains the SSID in the Wi-Fi configuration.
- getSsid() - Method in class ohos.wifi.WifiLinkedInfo
-
Obtains the SSID of a Wi-Fi access point.
- getSsid() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the SSID of a Wi-Fi access point.
- getSSLParameters() - Method in class javax.net.ssl.SSLEngine
-
Returns the SSLParameters in effect for this SSLEngine.
- getSSLParameters() - Method in class javax.net.ssl.SSLServerSocket
-
Returns the SSLParameters in effect for newly accepted connections.
- getSSLParameters() - Method in class javax.net.ssl.SSLSocket
-
Returns the SSLParameters in effect for this SSLSocket.
- getSSLSocketFactory() - Method in class javax.net.ssl.HttpsURLConnection
-
Gets the SSL socket factory to be used when creating sockets
for secure https URL connections.
- getStackTrace() - Method in class java.lang.Thread
-
Returns an array of stack trace elements representing the stack dump
of this thread.
- getStackTrace() - Method in class java.lang.Throwable
-
- getStackTrace() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the stack trace where the error originated.
- getStackTrace(Throwable) - Static method in class ohos.hiviewdfx.HiLog
-
Obtains the method-call stack from the Throwable object.
- getStamp() - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Returns the current value of the stamp.
- getStamp(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the timestamp of a field.
- getStandardOffset() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the standard offset in force at the transition.
- getStandardOffset(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the standard offset for the specified instant in this zone.
- getStart() - Method in class ohos.global.icu.text.BidiRun
-
Get the first logical position of the run in the source text
- getStart() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Gets the INCLUSIVE start index for the current position.
- getStartAngle() - Method in class ohos.agp.components.RoundProgressBar
-
Obtains the start angle of this round progress bar.
- getStartAngle() - Method in class ohos.agp.render.Arc
-
Obtains the start angle of an arc.
- getStartDate() - Method in class ohos.data.search.schema.EventItem
-
Obtains the value of the startDate index field.
- getStartElement() - Method in class ohos.agp.components.Text
-
Obtains the start element around the text.
- getStartIndex() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the start index of listed items on the screen.
- getStartPoint() - Method in class ohos.agp.utils.Line
-
Obtains the line's start point.
- getStartPointX() - Method in class ohos.agp.utils.Line
-
Obtains the x-coordinate of the line's start point.
- getStartPointY() - Method in class ohos.agp.utils.Line
-
Obtains the y-coordinate of the line's start point.
- getStartPosition() - Method in class ohos.accessibility.ability.GesturePathDefine
-
Obtains the start position of this gesture path.
- getStartPosition() - Method in class ohos.global.resource.BaseFileDescriptor
-
Obtains the start position of data in the file.
- getStartPosition() - Method in class ohos.global.resource.RawFileDescriptor
-
Obtains the start position of data in the raw file.
- getStartRealtime() - Static method in class ohos.os.ProcessManager
-
Obtains the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
- getStartRowIndex() - Method in class ohos.data.resultset.SharedBlock
-
Obtains the start row index from a shared block.
- getStartTime() - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Obtains the time (in ms) of the operation start phase.
- getStartTimezone() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the start time zone of the event.
- getStartUptime() - Static method in class ohos.os.ProcessManager
-
Obtains the elapsed time (in milliseconds) taken from the start of the system to the start of the process.
- getState() - Method in class java.lang.Thread
-
Returns the state of this thread.
- getState() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns the current value of synchronization state.
- getState() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns the current value of synchronization state.
- getState() - Method in class ohos.aafwk.ability.Ability
-
Obtains the lifecycle state of this ability.
- getState() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the lifecycle state of this ability slice.
- getState() - Method in enum ohos.aafwk.ability.continuation.DeviceConnectState
-
Obtains the int value representing the device connection state enumerated in
DeviceConnectState.
- getState() - Method in class ohos.agp.render.render3d.Task
-
Obtains the task state.
- getState() - Method in class ohos.data.usage.Volume
-
Obtains the mount state of this volume.
- getState() - Method in class ohos.media.audio.AudioCapturer
-
Obtains the audio capture state.
- getState() - Method in class ohos.media.audio.AudioRenderer
-
Obtains audio playback status.
- getState() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the frame state of the camera.
- getState() - Method in interface ohos.media.camera.params.AeResult
-
Gets the AE state.
- getState() - Method in interface ohos.media.camera.params.AfResult
-
Gets the AF state.
- getState() - Method in interface ohos.media.camera.params.FaceDetectionResult
-
Gets the state of face detection results.
- getState() - Method in interface ohos.media.camera.params.FocusResult
-
Gets the focus state.
- getState() - Method in interface ohos.media.camera.params.ParametersResult
-
Gets the state of parameter setting results.
- getState() - Method in interface ohos.media.camera.params.SceneDetectionResult
-
Gets the scene detection state.
- getStateCount() - Method in class ohos.agp.components.element.StateElement
-
Counts the number of state sets.
- getStateElement(int) - Method in class ohos.agp.components.element.AnimatedStateElement
-
Finds a Element object based on a specified index.
- getStateElement(int) - Method in class ohos.agp.components.element.StateElement
-
Finds an Element object based on a specified index.
- getStatement() - Method in interface java.sql.ResultSet
-
Retrieves the Statement object that produced this
ResultSet object.
- getStatement() - Method in class javax.sql.StatementEvent
-
Returns the PreparedStatement that is being closed or is invalid
- getStateOffText() - Method in class ohos.agp.components.Switch
-
Obtains the displayed text of a switch in disabled state.
- getStateOffText() - Method in class ohos.agp.components.ToggleButton
-
Obtains the text displayed when a toggle button is off.
- getStateOnText() - Method in class ohos.agp.components.Switch
-
Obtains the displayed text of a switch in enabled state.
- getStateOnText() - Method in class ohos.agp.components.ToggleButton
-
Obtains the text displayed when a toggle button is on.
- getStateSet(int) - Method in class ohos.agp.components.element.StateElement
-
Obtains the state set based on a specified index.
- getStatus() - Method in class javax.net.ssl.SSLEngineResult
-
Gets the return value of this SSLEngine operation.
- getStatus() - Method in class ohos.agp.components.webengine.ResourceResponse
-
Obtains the status of the resource response.
- getStatus() - Method in class ohos.media.codec.TrackInfo
-
Obtains the TrackInfo status.
- getStatus() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the download status code, which can be any DownloadSession.SESSION_* constant.
- getStatusBarText() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the scrolling text that will be displayed in the status bar when this notification is received.
- getStatusBarVisibility() - Method in class ohos.agp.window.service.Window
-
Obtains whether the status bar is visible.
- getStatusByComponentId(int) - Method in class ohos.aafwk.ability.ViewsStatus
-
Obtains the status of a component based on the specified component ID.
- getStealCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the total number of tasks stolen from
one thread's work queue by another.
- getStep() - Method in class ohos.agp.components.ProgressBar
-
Obtains the progress step of a progress bar.
- getStorageMode() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the storage mode.
- getStoreId() - Method in interface ohos.data.distributed.common.KvStore
-
Obtains the store ID of the current KvStore database instance.
- getStreamFormat() - Method in class ohos.media.player.Player.StreamInfo
-
Obtains the format information of the current media stream.
- getStreamFormat(int) - Method in class ohos.media.extractor.Extractor
-
Obtains the data format of a stream.
- getStreamId() - Method in class ohos.media.extractor.Extractor
-
Obtains the ID of the track to which the data source belongs.
- getStreamInfo() - Method in class ohos.media.audio.AudioCapturerConfig
-
Obtains the audio stream information for recording.
- getStreamInfo() - Method in class ohos.media.audio.AudioInterrupt
-
Obtains audio stream information.
- getStreamInfo() - Method in class ohos.media.player.Player
-
Obtains all media stream information contained in a media file.
- getStreamType() - Method in class ohos.media.audio.AudioRenderer
-
Obtains the audio stream type for the playback.
- getStreamType() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the audio stream type.
- getStreamType() - Method in class ohos.media.player.Player.StreamInfo
-
Obtains the type of the current media stream.
- getStreet() - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Obtains the street where this contact is located.
- getStrength() - Method in class java.text.Collator
-
Returns this Collator's strength property.
- getStrength() - Method in class ohos.global.icu.text.Collator
-
Returns this Collator's strength attribute.
- getStrength() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Returns this Collator's strength attribute.
- getStrikethrough() - Method in class ohos.agp.text.TextForm
-
Checks whether a strikethrough is added for this text.
- getString() - Method in interface java.sql.SQLXML
-
Returns a string representation of the XML value designated by this SQLXML instance.
- getString() - Method in class ohos.data.distributed.common.Value
-
Obtains values of the string type.
- getString() - Method in class ohos.global.icu.text.UnicodeSetIterator
-
Gets the current string from the iterator.
- getString() - Method in class ohos.global.resource.Element
-
Obtains a string value based on this Element.
- getString(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC CHAR,
VARCHAR, or LONGVARCHAR parameter as a
String in the Java programming language.
- getString(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getString(int) - Method in class ohos.app.AbilityContext
-
- getString(int) - Method in interface ohos.app.Context
-
Get the string of this Context based on the specified resource ID.
- getString(int) - Method in class ohos.data.resultset.AbsResultSet
-
- getString(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- getString(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- getString(int) - Method in interface ohos.data.resultset.ResultSet
-
Obtains the value of the specified column in the current row as a string.
- getString(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- getString(int) - Method in class ohos.data.resultset.TableResultSet
-
- getString(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the String object at the specified index of this ZSONArray.
- getString(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the string value at the position specified by rowIndex and columnIndex.
- getString(int, Object...) - Method in class ohos.app.AbilityContext
-
- getString(int, Object...) - Method in interface ohos.app.Context
-
Get the string of this Context based on the specified resource ID and formatArgs.
- getString(Object...) - Method in class ohos.global.resource.Element
-
Obtains the string associated with this Element and formats the string based on the specified formatted
objects.
- getString(Object[], Format[]) - Method in class ohos.global.resource.Element
-
Obtains the string associated with this Element and formats the string based on the specified format
array and object array.
- getString(Object, Format) - Method in class ohos.global.resource.Element
-
Obtains the string associated with this Element and formats the string based on the specified format and
object.
- getString(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC CHAR, VARCHAR,
or LONGVARCHAR parameter as a String in
the Java programming language.
- getString(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getString(String) - Method in class java.util.ResourceBundle
-
Gets a string for the given key from this resource bundle or one of its parents.
- getString(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Obtains the String value of a specified key.
- getString(String) - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the String value of a specified column name.
- getString(String) - Method in class ohos.media.common.AVMetadata
-
Obtains the string value of the specified key in the media metadata.
- getString(String) - Method in class ohos.utils.BasePacMap
-
Obtains the String value matching a specified key.
- getString(String) - Method in class ohos.utils.PacMap
-
Obtains the String value matching a specified key.
- getString(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the String object matching the specified key in the map of this ZSONObject.
- getString(String, String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Obtains the String value matching a specified device ID and key.
- getString(String, String) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the string format.
- getString(String, String) - Method in class ohos.utils.BasePacMap
-
Obtains the String value matching a specified key.
- getString(String, String) - Method in class ohos.utils.PacMap
-
Obtains the String value matching a specified key.
- getString(ConfigType) - Method in class ohos.global.config.ConfigManager
-
Converts a globalization configuration to a string.
- getStringArray() - Method in class ohos.global.resource.Element
-
Obtains a string array based on this Element.
- getStringArray(int) - Method in class ohos.app.AbilityContext
-
- getStringArray(int) - Method in interface ohos.app.Context
-
Get the string array of this Context based on the specified resource ID.
- getStringArray(String) - Method in class java.util.ResourceBundle
-
Gets a string array for the given key from this resource bundle or one of its parents.
- getStringArray(String) - Method in class ohos.utils.BasePacMap
-
Obtains the String[] value matching a specified key.
- getStringArray(String) - Method in class ohos.utils.PacMap
-
Obtains the String[] value matching a specified key.
- getStringArrayListParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains an ArrayList parameter value of String elements that matches the given key.
- getStringArrayParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a string array matching the given key.
- getStringData() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
String data to parse.
- getStringFunctions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of string functions available with
this database.
- getStringList(String) - Method in class ohos.utils.PacMap
-
Obtains the ArrayList<String> value matching a specified key.
- getStringParam(String) - Method in class ohos.aafwk.content.Intent
-
Obtains a string value matching the given key.
- getStringSelectedPaint() - Method in class ohos.agp.components.IndexBar
-
Obtains the paint of a selected string.
- getStringSet(String, Set<String>) - Method in interface ohos.data.preferences.Preferences
-
Obtains the value of a preference in the string set format.
- getStringValue() - Method in interface ohos.agp.components.Attr
-
Obtains the character string value of an attribute.
- getStringValue() - Method in class ohos.global.resource.solidxml.Attribute
-
Obtains the original value of an attribute.
- getStringValue() - Method in class ohos.global.resource.solidxml.Node
-
Obtains the original value of a node.
- getStringValue() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the string value referenced by the XML attribute.
- getStringValue(String) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a string value of the attribute matching the key in this Theme.
- getStringValue(String) - Method in class ohos.media.common.Format
-
Obtains a metadata value of the character string type.
- getStrokeCap() - Method in class ohos.agp.render.Paint
-
Obtains the stroke cap of this Paint.
- getStrokeColor() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the color of the stroke.
- getStrokeJoin() - Method in class ohos.agp.render.Paint
-
Obtains the stroke join of this Paint.
- getStrokeWidth() - Method in class ohos.agp.components.element.ShapeElement
-
Obtains the stroke width of this ShapeElement object.
- getStrokeWidth() - Method in class ohos.agp.render.Paint
-
Obtains the stroke width of a Paint object.
- getStyle() - Method in interface ohos.agp.components.AttrSet
-
Obtains the attribute style.
- getStyle() - Method in class ohos.agp.render.Paint
-
- getSubAdministrativeArea() - Method in class ohos.location.GeoAddress
-
Obtains sub-administrative region name of the current GeoAddress object.
- getSubInterfaces() - Method in class java.net.NetworkInterface
-
Get an Enumeration with all the subinterfaces (also known as virtual
interfaces) attached to this network interface.
- getSubject() - Method in class java.security.cert.X509CertSelector
-
Returns the subject criterion as an X500Principal.
- getSubject() - Method in class javax.security.auth.SubjectDomainCombiner
-
Get the Subject associated with this
SubjectDomainCombiner.
- getSubject(AccessControlContext) - Static method in class javax.security.auth.Subject
-
Get the Subject associated with the provided
AccessControlContext.
- getSubjectAlternativeNames() - Method in class java.security.cert.X509Certificate
-
Gets an immutable collection of subject alternative names from the
SubjectAltName extension, (OID = 2.5.29.17).
- getSubjectAlternativeNames() - Method in class java.security.cert.X509CertSelector
-
Returns a copy of the subjectAlternativeNames criterion.
- getSubjectAsBytes() - Method in class java.security.cert.X509CertSelector
-
Returns the subject criterion as a byte array.
- getSubjectAsString() - Method in class java.security.cert.X509CertSelector
-
- getSubjectDN() - Method in class java.security.cert.X509Certificate
-
- getSubjectDN() - Method in class javax.security.cert.X509Certificate
-
Gets the subject (subject distinguished name) value
from the certificate.
- getSubjectKeyIdentifier() - Method in class java.security.cert.X509CertSelector
-
Returns the subjectKeyIdentifier criterion.
- getSubjectPublicKey() - Method in class java.security.cert.X509CertSelector
-
Returns the subjectPublicKey criterion.
- getSubjectPublicKeyAlgID() - Method in class java.security.cert.X509CertSelector
-
Returns the subjectPublicKeyAlgID criterion.
- getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
-
Gets the subjectUniqueID value from the certificate.
- getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
-
Returns the subject (subject distinguished name) value from the
certificate as an X500Principal.
- getSubLocality() - Method in class ohos.location.GeoAddress
-
Obtains the sub-locality in the current GeoAddress object.
- getSubmitButton() - Method in class ohos.agp.components.SearchBar
-
Obtains the submit button of this SearchBar.
- getSubRoadName() - Method in class ohos.location.GeoAddress
-
Obtains auxiliary road information in the current GeoAddress object, for example, the road ID.
- getSubscribeInfo() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
- getSubscriberPermissions() - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
- getSubscript() - Method in class ohos.agp.text.TextForm
-
Checks whether this text is a subscript.
- getSubstring(CharSequence, int, int) - Static method in class ohos.agp.utils.TextTool
-
Obtains a new string based on the specified range of the source string.
- getSubstring(MessagePattern.Part) - Method in class ohos.global.icu.text.MessagePattern
-
Returns the substring of the pattern string indicated by the Part.
- getSubString(long, int) - Method in interface java.sql.Clob
-
Retrieves a copy of the specified substring
in the CLOB value
designated by this Clob object.
- getSubString(long, int) - Method in class ohos.data.orm.Clob
-
Retrieves a copy of the specified substring
in the CLOB value
designated by this Clob object.
- getSubtitle() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the subtitle index field.
- getSubTitle() - Method in class ohos.media.common.AVDescription
-
Obtains the subtitle of the media item.
- getSubtype() - Method in class ohos.global.icu.util.MeasureUnit
-
Get the subType, such as “foot”.
- getSubwooferVolume() - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Obtains the volume of the bass speaker.
- getSuggestedInterval(int, int) - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Obtains the suggested interval for switching the UI.
- getSum() - Method in class java.util.DoubleSummaryStatistics
-
Returns the sum of values recorded, or zero if no values have been
recorded.
- getSum() - Method in class java.util.IntSummaryStatistics
-
Returns the sum of values recorded, or zero if no values have been
recorded.
- getSum() - Method in class java.util.LongSummaryStatistics
-
Returns the sum of values recorded, or zero if no values have been
recorded.
- getSummary() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the summary of the application fault record.
- getSuperclass() - Method in class java.lang.Class
-
Returns the Class representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class.
- getSuperscript() - Method in class ohos.agp.text.TextForm
-
Checks whether this text is a superscript.
- getSuperscriptInstance(DecimalFormat) - Static method in class ohos.global.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents.
- getSuperscriptInstance(ULocale) - Static method in class ohos.global.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents for this locale.
- getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular
schema in this database.
- getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
particular schema in this database.
- getSupportDimensions() - Method in class ohos.bundle.FormInfo
-
Obtains the grid styles supported by this form.
- getSupportedAeMode() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets auto exposure (AE) modes supported by the camera.
- getSupportedAfMode() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets autofocus (AF) modes supported by the camera.
- getSupportedAwbMode() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the auto white balance (AWB) modes supported by this camera.
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLEngine
-
Returns the names of the cipher suites which could be enabled for use
on this engine.
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
-
Returns the names of the cipher suites which could be enabled for use
on an SSL connection.
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
-
Returns the names of the cipher suites which could be enabled for use
on an SSL connection created by this factory.
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocket
-
Returns the names of the cipher suites which could be enabled for use
on this connection.
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
-
Returns the names of the cipher suites which could be enabled for use
on an SSL connection.
- getSupportedCodecs() - Method in class ohos.media.codec.CodecDescriptionList
-
Obtains the description list of codecs supported by the device.
- getSupportedDecoders() - Method in class ohos.media.codec.CodecDescriptionList
-
Obtains descriptions of all decoders supported by the device.
- getSupportedEncoders() - Method in class ohos.media.codec.CodecDescriptionList
-
Obtains the description list of encoders supported by the device.
- getSupportedExtensions() - Method in class java.security.cert.PKIXCertPathChecker
-
Returns an immutable Set of X.509 certificate extensions
that this PKIXCertPathChecker supports (i.e.
- getSupportedFaceDetection() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the supported face detection types.
- getSupportedFlashMode() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the supported flash modes.
- getSupportedFormat() - Method in class ohos.media.codec.CodecDescription
-
Obtains the formats supported by this Codec.
- getSupportedFormats() - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the list of supported output image formats.
- getSupportedFormats() - Static method in class ohos.media.image.ImagePacker
-
Obtains the supported output image formats for packing.
- getSupportedFormats() - Static method in class ohos.media.image.ImageSource
-
Obtains supported image formats for decoding, which are represented by MIME type strings.
- getSupportedHighFrameRate(int, Size) - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the range of high frame rates supported by a specified image format and resolution.
- getSupportedHighFrameRate(Class<T>, Size) - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the range of high frame rates supported by a specified Class object and resolution.
- getSupportedHighSizes(int) - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the list of high resolutions at frame rates of less than 30 fps.
- getSupportedMimes() - Static method in class ohos.media.codec.CodecDescriptionList
-
Obtains a list of MIME types supported by the codecs available to a device.
- getSupportedModes() - Method in class ohos.bundle.ApplicationInfo
-
Checks whether the application supports the driving mode.
- getSupportedModes() - Method in class ohos.bundle.HapModuleInfo
-
Obtains the running mode supported by this HAP module.
- getSupportedParameters() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets parameters supported by the camera.
- getSupportedProperties() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets camera properties.
- getSupportedProtocols() - Method in class javax.net.ssl.SSLEngine
-
Returns the names of the protocols which could be enabled for use
with this SSLEngine.
- getSupportedProtocols() - Method in class javax.net.ssl.SSLServerSocket
-
Returns the names of the protocols which could be enabled for use.
- getSupportedProtocols() - Method in class javax.net.ssl.SSLSocket
-
Returns the names of the protocols which could be enabled for use
on an SSL connection.
- getSupportedResults() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the keys of returnable results related to the parameter settings supported by the camera.
- getSupportedRunningModes() - Method in interface ohos.media.camera.device.CameraAbility
-
Obtains the running modes supported by the camera.
- getSupportedSizes(int) - Method in interface ohos.media.camera.device.CameraAbility
-
Gets supported output image sizes based on a specified format.
- getSupportedSizes(Class<T>) - Method in interface ohos.media.camera.device.CameraAbility
-
Gets supported output image sizes based on a specified class type.
- getSupportedSSLParameters() - Method in class javax.net.ssl.SSLContext
-
Returns a copy of the SSLParameters indicating the supported
settings for this SSL context.
- getSupportedTracksInfoMap() - Method in class ohos.media.codec.TrackInfo
-
Obtains information about supported tracks.
- getSupportedZoom() - Method in interface ohos.media.camera.device.CameraAbility
-
Gets the zoom range supported by the camera.
- getSuppressed() - Method in class java.lang.Throwable
-
Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
- getSurface() - Method in interface ohos.agp.graphics.SurfaceOps
-
Obtains the surface held by the surface ops.
- getSurfaceDimension() - Method in interface ohos.agp.graphics.SurfaceOps
-
Obtains the dimension of this surface.
- getSurfaceOps() - Method in class ohos.agp.components.surfaceprovider.SurfaceProvider
-
Obtains the
SurfaceOps object that provides access to the
Surface
of this
SurfaceProvider.
- getSurfaces() - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
- getSurfaces() - Method in interface ohos.media.camera.device.CameraConfig
-
Gets all surfaces set for the camera stream in
CameraConfig.
- getSurfaces() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets all surfaces configured for the current frame capture.
- getSurfaces() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets all surfaces configured for the current frame capture.
- getSurplusQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns an estimate of how many more locally queued tasks are
held by the current worker thread than there are other worker
threads that might steal them, or zero if this thread is not
operating in a ForkJoinPool.
- getSweepAngle() - Method in class ohos.agp.render.Arc
-
Obtains the sweep angle of an arc.
- getSymbol() - Method in class java.util.Currency
-
- getSymbol() - Method in class ohos.global.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name for the default DISPLAY locale.
- getSymbol(Locale) - Method in class java.util.Currency
-
Gets the symbol of this currency for the specified locale.
- getSymbol(Locale) - Method in class ohos.global.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbol(ULocale) - Method in class ohos.global.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbols() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Method for subclasses to access the DateFormatSymbols.
- getSyncId() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the synchronization ID.
- getSyncId() - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
- getSyncMode() - Method in class ohos.data.rdb.StoreConfig
-
Obtains the synchronization mode in this StoreConfig object.
- getSyncUri(String, String) - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
Get table uri for sync adapter
- getSynonyms() - Method in class ohos.agp.components.Component.VoiceEvent
-
Gets the event Synonyms.
- getSystemApp() - Method in class ohos.bundle.ApplicationInfo
-
Checks whether the application is a system application.
- getSystemAvailableCapabilities() - Method in interface ohos.bundle.IBundleManager
-
Obtains the capabilities that are available in the system.
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
-
Returns the system class loader for delegation.
- getSystemCode() - Method in class ohos.nfc.tag.NfcFTag
-
Obtains the system code from this NfcFTag instance.
- getSystemColorMode() - Method in class ohos.global.configuration.Configuration
-
Obtains the current system color mode.
- getSystemComponentPaddingBottom() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the system window to the bottom of the screen.
- getSystemComponentPaddingLeft() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the system window to the left of the screen.
- getSystemComponentPaddingRight() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the system window to the right of the screen.
- getSystemComponentPaddingTop() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the system window to the top of the screen.
- getSystemConfig(int) - Static method in class ohos.system.OsHelper
-
Obtains the system configuration at runtime.
- getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of system functions available with
this database.
- getSystemId() - Method in interface ohos.javax.xml.stream.events.StartDocument
-
Returns the system ID of the XML data
- getSystemId() - Method in interface ohos.javax.xml.stream.Location
-
Returns the system ID of the XML
- getSystemId() - Method in interface ohos.javax.xml.transform.Result
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in interface ohos.javax.xml.transform.Source
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The system identifier, a URI reference [
IETF RFC 2396], for this
input source.
- getSystemId() - Method in class ohos.org.xml.sax.InputSource
-
Get the system identifier for this input source.
- getSystemId() - Method in interface ohos.org.xml.sax.Locator
-
Return the system identifier for the current document event.
- getSystemId() - Method in exception ohos.org.xml.sax.SAXParseException
-
Get the system identifier of the entity where the exception occurred.
- getSystemMemoryInfo(SystemMemoryInfo) - Method in interface ohos.app.IAbilityManager
-
Obtains system memory information, including the total system memory, available system memory, and whether
the system memory is low.
- getSystemPasteboard(Context) - Static method in class ohos.miscservices.pasteboard.SystemPasteboard
-
Obtains an object for system pasteboard operations.
- getSystemResource(String) - Static method in class java.lang.ClassLoader
-
Find a resource of the specified name from the search path used to load
classes.
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
Open for reading, a resource of the specified name from the search path
used to load classes.
- getSystemResources(String) - Static method in class java.lang.ClassLoader
-
Finds all resources of the specified name from the search path used to
load classes.
- getSystemScope() - Static method in class java.security.IdentityScope
-
Deprecated.
Returns the system's identity scope.
- getTabAt(int) - Method in class ohos.agp.components.TabList
-
Obtains the tab in a specified position.
- getTabCount() - Method in class ohos.agp.components.TabList
-
Obtains the number of tabs in a component.
- getTableName() - Method in interface ohos.data.orm.EntityHelper
-
Obtains the name of the table that maps to an
OrmObject instance in the relational database.
- getTableName() - Method in class ohos.data.rdb.AbsRdbPredicates
-
Obtains the database table names in the predicates.
- getTableName(int) - Method in interface java.sql.ResultSetMetaData
-
Gets the designated column's table name.
- getTabLength() - Method in class ohos.agp.components.TabList
-
Obtains the length of all tabs in a table,which is a non-negative integer.
- getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the access rights for each table available
in a catalog.
- getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the tables available in the given catalog.
- getTableTypes() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the table types available in this database.
- getTabMargin() - Method in class ohos.agp.components.TabList
-
Obtains the margin (in pixels) between two adjacent tabs in a table.
- getTabTextAlignment() - Method in class ohos.agp.components.TabList
-
Obtains the text alignment mode of a table.
- getTabTextSize() - Method in class ohos.agp.components.TabList
-
Obtains the text size of a table.
- getTag() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the ability name associated with the error, if known.
- getTag() - Method in class ohos.agp.components.Component
-
Obtains the tag of a component.
- getTag() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the tag of the photo.
- getTag() - Method in class ohos.event.notification.NotificationUserInput
-
Obtains the tag to be displayed to the user when collecting this input from the user.
- getTag() - Method in interface ohos.eventhandler.Dumper
-
Obtains the tag information, which is a prefix added to each string before the string content is processed.
- getTag() - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Obtains the user-defined tag of a PasteData object.
- getTag() - Method in class ohos.miscservices.pasteboard.PasteData
-
Obtains the user-defined tag of a PasteData object.
- getTagId() - Method in class ohos.nfc.tag.TagInfo
-
Obtains the ID of this tag.
- getTagInfo() - Method in class ohos.nfc.tag.TagManager
-
Obtains the tag information.
- getTagSize() - Method in class ohos.nfc.tag.MifareClassicTag
-
Obtains the size of this MifareClassic tag.
- getTagSupportedProfiles() - Method in class ohos.nfc.tag.TagInfo
-
Obtains the protocol or technology supported by this tag.
- getTagType() - Method in class ohos.nfc.tag.NdefTag
-
Obtains the NDEF tag type.
- getTail(Handler) - Method in class java.util.logging.Formatter
-
Return the tail string for a set of formatted records.
- getTail(Handler) - Method in class java.util.logging.XMLFormatter
-
Return the tail string for a set of XML formatted records.
- getTailoredSet() - Method in class ohos.global.icu.text.Collator
-
[icu] Returns a UnicodeSet that contains all the characters and sequences tailored
in this collator.
- getTailoredSet() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Get a UnicodeSet that contains all the characters and sequences tailored in this collator.
- getTangents() - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Get tangent data, in vec4 format (x, y, z, w), this buffer is optional.
- getTarget() - Method in class java.lang.invoke.CallSite
-
Returns the target method of the call site, according to the
behavior defined by this call site's specific class.
- getTarget() - Method in class java.lang.invoke.ConstantCallSite
-
Returns the target method of the call site, which behaves
like a final field of the ConstantCallSite.
- getTarget() - Method in class java.lang.invoke.MutableCallSite
-
Returns the target method of the call site, which behaves
like a normal field of the MutableCallSite.
- getTarget() - Method in class java.lang.invoke.VolatileCallSite
-
Returns the target method of the call site, which behaves
like a volatile field of the VolatileCallSite.
- getTarget() - Method in class ohos.agp.animation.AnimatorProperty
-
Obtains the target Component of the current property animator.
- getTarget() - Method in class ohos.global.icu.text.SearchIterator
-
Return the string text to be searched.
- getTargetAbility() - Method in class ohos.bundle.AbilityInfo
-
Obtains the target ability that this ability points to.
- getTargetBuffer() - Method in interface ohos.agp.render.render3d.ViewHolder
-
Obtains the TargetBuffer that can be used to draw content on the component held by a ViewHolder.
- getTargetBundle() - Method in class ohos.bundle.ShortcutIntent
-
Obtains the name of the bundle to which the target ability of this shortcut belongs.
- getTargetBundleName() - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Obtains the bundle name of the target application where the ability will be migrated.
- getTargetCertConstraints() - Method in class java.security.cert.PKIXParameters
-
Returns the required constraints on the target certificate.
- getTargetClass() - Method in class ohos.bundle.ShortcutIntent
-
Obtains the class name of the target ability.
- getTargetCount(long) - Method in interface ohos.agp.render.render3d.systems.MorphingSystem
-
Obtains the number of morphing targets in a specified handle.
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
Get the thrown target exception.
- getTargetNames(long) - Method in interface ohos.agp.render.render3d.systems.MorphingSystem
-
Obtains the names of morphing targets in a specified handle.
- getTargetSet() - Method in class ohos.global.icu.text.Transliterator
-
Returns the set of all characters that may be generated as
replacement text by this transliterator.
- getTargetUri() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the URI of files to be downloaded.
- getTargetVersion() - Method in class ohos.bundle.BundleInfo
-
Obtains the target API version required for the application to run.
- getTargetWeights(long) - Method in interface ohos.agp.render.render3d.systems.MorphingSystem
-
Obtains the weights of morphing targets in a specified handle.
- getTask() - Method in class ohos.eventhandler.InnerEvent
-
Obtains the
Runnable task that will be executed when this
InnerEvent is handled.
- getTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the approximate total number of tasks that have ever been
scheduled for execution.
- getTBSCertificate() - Method in class java.security.cert.X509Certificate
-
Gets the DER-encoded certificate information, the
tbsCertificate from this certificate.
- getTBSCertList() - Method in class java.security.cert.X509CRL
-
Gets the DER-encoded CRL information, the
tbsCertList from this CRL.
- getTcpNoDelay() - Method in class java.net.Socket
-
- getTechnology() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery model of a device.
- getTempFormFlag() - Method in class ohos.aafwk.ability.Form
-
Checks whether this form is a temporary form.
- getTestBundleName() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegatorArgs
-
Obtains the bundle name of the application being tested.
- getTestCaseNames() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegatorArgs
-
Obtains the class names of all test cases.
- getTestClassLoader() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegatorArgs
-
Obtains the class loader used to load and run test cases.
- getTestParameters() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegatorArgs
-
Obtains the parameters used for unit testing.
- getTestRunnerClassName() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegatorArgs
-
Obtains the class name of the test runner used to execute test cases.
- getTexCoords() - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Obtains the texture coordinate data, in vec2 format (u, v).
- getTexOffset() - Method in class ohos.agp.render.Vertices
-
Obtains the offset within the array of texture coordinates.
- getTexs() - Method in class ohos.agp.render.Vertices
-
Obtains an array of texture coordinates.
- getText() - Method in class java.text.BreakIterator
-
Get the text being scanned
- getText() - Method in class ohos.agp.components.CornerMark
-
Obtains the text in the corner mark.
- getText() - Method in class ohos.agp.components.Text
-
Obtains the text displayed in a text component.
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Obtains the text to be displayed as the content of this message.
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
- getText() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- getText() - Method in class ohos.global.icu.text.Bidi
-
Get the text.
- getText() - Method in class ohos.global.icu.text.BreakIterator
-
Returns a CharacterIterator over the text being analyzed.
- getText() - Method in class ohos.global.icu.text.UCharacterIterator
-
Convenience method for returning the underlying text storage as as string
- getText() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the current value of the parse event as a string,
this returns the string value of a CHARACTERS event,
returns the value of a COMMENT, the replacement value
for an ENTITY_REFERENCE, the string value of a CDATA section,
the string value for a SPACE event,
or the String value of the internal subset of the DTD.
- getText(char[]) - Method in class ohos.global.icu.text.UCharacterIterator
-
Convenience override for getText(char[], int) that provides an offset of 0.
- getText(char[], int) - Method in class ohos.global.icu.text.UCharacterIterator
-
Fills the buffer with the underlying text storage of the iterator If the buffer capacity is not enough a
exception is thrown.
- getText(String) - Method in class ohos.media.common.AVMetadata
-
Obtains the CharSequence value of the specified key in the media metadata.
- getTextAlign() - Method in class ohos.agp.render.Paint
-
Obtains the text alignment mode.
- getTextAlignment() - Method in class ohos.agp.components.Text
-
Obtains the text alignment in a text component.
- getTextAsString() - Method in class ohos.global.icu.text.Bidi
-
Get the text.
- getTextBackgroundColor() - Method in class ohos.agp.text.TextForm
-
Obtains the background color of this text.
- getTextBounds(String) - Method in class ohos.agp.render.Paint
-
Obtains the minimum rectangular bounds of the specified text.
- getTextCharacters() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns an array which contains the characters from this event.
- getTextCharacters(int, char[], int, int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
- getTextColor() - Method in class ohos.agp.components.CornerMark
-
Obtains the color of the text being displayed in the corner mark.
- getTextColor() - Method in class ohos.agp.components.Text
-
Obtains the text color of a text component.
- getTextColor() - Method in class ohos.agp.text.TextForm
-
Obtains the text color.
- getTextColorOff() - Method in class ohos.agp.components.AbsButton
-
Obtains the text color of a button in unchecked state.
- getTextColorOn() - Method in class ohos.agp.components.AbsButton
-
Obtains the text color of a button in checked state.
- getTextContent() - Method in class ohos.miscservices.inputmethod.EditingText
-
Obtains all or updated text in the application editor.
- getTextDetector(Context) - Static method in class ohos.ai.cv.common.VisionManager
-
- getTextFilter() - Method in class ohos.agp.components.ListContainer
-
Obtains the text filter.
- getTextFont() - Method in class ohos.agp.text.TextForm
-
Obtains the text font.
- getTextFont(Text, String) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the text font value.
- getTextInputType() - Method in class ohos.agp.components.Text
-
Obtains the keyboard type of the
Text.
- getTextLength() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the length of the sequence of characters for this
Text event within the text character array.
- getTextLines() - Method in class ohos.ai.cv.text.TextBlock
-
Obtains the detection result of text lines in the text block.
- getTextMoveStep() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the movement step used for reading texts.
- getTextRect() - Method in class ohos.ai.cv.text.Text
-
Obtains the rectangle for determining the position of non-curved text on a given image.
- getTextShape() - Method in class ohos.ai.cv.text.TextConfiguration
-
Obtains the text shape, curved or straight.
- getTextSize() - Method in class ohos.agp.components.CornerMark
-
Obtains the size of the text displayed in the corner mark.
- getTextSize() - Method in class ohos.agp.components.SearchBar
-
Obtains the text size of the search bar.
- getTextSize() - Method in class ohos.agp.components.Text
-
Obtains the text size of a text component.
- getTextSize() - Method in class ohos.agp.render.Paint
-
Obtains the font size of text.
- getTextSize() - Method in class ohos.agp.text.TextForm
-
Obtains the text size.
- getTextSize(Text.TextSizeType) - Method in class ohos.agp.components.Text
-
Obtains the font size of the text.
- getTextStart() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns the offset into the text character array where the first
character (of this text event) is stored.
- getTextures() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Obtains a list of textures that have been imported.
- getTextWeight(Text, int) - Static method in class ohos.agp.render.layoutboost.LayoutBoostUtils
-
Obtains the text font weight.
- getTextWidth(int) - Method in class ohos.agp.text.Layout
-
Obtains the text width of a specified line,
including the leading margin indent but excluding the trailing whitespace.
- getTheme() - Method in class ohos.app.AbilityContext
-
- getTheme() - Method in interface ohos.app.Context
-
Obtains the theme of this Context.
- getTheme() - Method in class ohos.global.resource.Element
-
Obtains a
Theme instance associated with this
Element.
- getTheme(int) - Method in class ohos.global.resource.ResourceManager
-
- getThemeHash() - Method in class ohos.global.resource.solidxml.Theme
-
Obtains the hash map of this Theme.
- getThemeHash(String[]) - Method in class ohos.global.resource.solidxml.Theme
-
Obtains a hash map that contains selected attributes of this Theme.
- getThemeId() - Method in class ohos.app.AbilityContext
-
- getThemeId() - Method in interface ohos.app.Context
-
Obtains the theme id of this Context.
- getThenReset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
- getThenReset() - Method in class java.util.concurrent.atomic.LongAccumulator
-
- getThisUpdate() - Method in class java.security.cert.X509CRL
-
Gets the thisUpdate date from the CRL.
- getThreadFactory() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the thread factory used to create new threads.
- getThreadGroup() - Method in class java.lang.SecurityManager
-
Returns the thread group into which to instantiate any new
thread being created at the time this is being called.
- getThreadGroup() - Method in class java.lang.Thread
-
Returns the thread group to which this thread belongs.
- getThreadId() - Method in class ohos.eventhandler.EventRunner
-
Obtains the ID of the worker thread associated with this EventRunner.
- getThreadID() - Method in class java.util.logging.LogRecord
-
Get an identifier for the thread where the message originated.
- getThreadMode() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Obtains the thread mode of this CommonEventSubscribeInfo object.
- getThreadName() - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Obtains the name of the current unit testing thread.
- getThreadPriority(int) - Static method in class ohos.os.ProcessManager
-
Obtains the thread priority based on the specified TID.
- getThreshold() - Method in class ohos.aafwk.ability.SystemMemoryInfo
-
Obtains the threshold of the available system memory, against which the system considers the memory low and
starts to kill background services and other irrelevant processes.
- getThrown() - Method in class java.util.logging.LogRecord
-
Get any throwable associated with the log record.
- getThumbElement() - Method in class ohos.agp.components.AbsSlider
-
Obtains the current element thumb.
- getThumbElement() - Method in class ohos.agp.components.Rating
-
Obtains the current element thumb.
- getThumbElement() - Method in class ohos.agp.components.Slider
-
Obtains the current element thumb.
- getThumbElement() - Method in class ohos.agp.components.Switch
-
Obtains the element of the switch thumb.
- getThumbHeight() - Method in class ohos.agp.components.Switch
-
Obtains the height of the thumb in the switch.
- getThumbHorizontalPadding() - Method in class ohos.agp.components.Switch
-
Obtains the horizontal padding of the switch.
- getThumbnailCount() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Obtains the number of available thumbnails.
- getThumbnailFormat() - Method in class ohos.media.image.ImageSource
-
Obtains the format of the thumbnail from the ImageSource instance.
- getThumbnailInfo() - Method in class ohos.media.image.ImageSource
-
Obtains basic information (such as the size) about the thumbnail from the ImageSource instance.
- getThumbnailUrl() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the thumbnailUrl index field.
- getThumbPadding() - Method in class ohos.agp.components.Switch
-
Obtains the horizontal and vertical padding of text on the switch thumb.
- getThumbSize() - Method in class ohos.agp.components.Switch
-
Obtains the height and width of the switch thumb.
- getThumbVerticalPadding() - Method in class ohos.agp.components.Switch
-
Obtains the vertical padding of the switch.
- getThumbWidth() - Method in class ohos.agp.components.Switch
-
Obtains the width of the thumb in the switch.
- getTid() - Static method in class ohos.os.ProcessManager
-
Obtains the TID of the current thread.
- getTileMode() - Method in class ohos.agp.render.Shader
-
Obtains the
TileMode attribute of this
Shader.
- getTime() - Method in class java.sql.Timestamp
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Timestamp object.
- getTime() - Method in class java.util.Calendar
-
Returns a
Date object representing this
Calendar's time value (millisecond offset from the
Epoch").
- getTime() - Method in class java.util.Date
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Date object.
- getTime() - Method in class java.util.zip.ZipEntry
-
Returns the last modification time of the entry.
- getTime() - Method in class ohos.agp.components.Clock
-
Obtains the time in
Clock.
- getTime() - Method in class ohos.bluetooth.ble.BleScanResult
-
Obtains the timestamp since the BLE scan result was reported, in nanoseconds.
- getTime() - Method in class ohos.global.icu.util.Calendar
-
Returns this Calendar's current time.
- getTime(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TIME parameter as a
java.sql.Time object.
- getTime(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Time object in the Java programming language.
- getTime(int, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time.
- getTime(int, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Time object
in the Java programming language.
- getTime(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIME parameter as a
java.sql.Time object.
- getTime(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Time object in the Java programming language.
- getTime(String) - Static method in class ohos.global.i18n.utils.TextRecognitionUtils
-
Recognizes time information in the given text.
- getTime(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time.
- getTime(String, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Time object
in the Java programming language.
- getTimeChangedListener() - Method in class ohos.agp.components.TimePicker
-
Obtains the callback object used to listen for time change events of this picker.
- getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a comma-separated list of the time and date functions available
with this database.
- getTimeDefinition() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Gets the time definition, specifying how to convert the time to an instant.
- getTimeFormat_hm(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the 12-hour time format for the locale specified by Locale.
- getTimeFormat_Hm(Locale) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Obtains the 24-hour time format for the locale specified by Locale.
- getTimeInMillis() - Method in class java.util.Calendar
-
Returns this Calendar's time value in milliseconds.
- getTimeInMillis() - Method in class ohos.global.icu.util.Calendar
-
Returns this Calendar's current time as a long.
- getTimeInstance() - Static method in class java.text.DateFormat
-
Gets the time formatter with the default formatting style
for the default
FORMAT locale.
- getTimeInstance() - Static method in class ohos.global.icu.text.DateFormat
-
Gets the time formatter with the default formatting style
for the default FORMAT locale.
- getTimeInstance(int) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the default
FORMAT locale.
- getTimeInstance(int) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the default FORMAT locale.
- getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the given locale.
- getTimeInstance(int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the given locale.
- getTimeInstance(int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the given locale.
- getTimeInstance(Calendar, int) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeInstance(Calendar, int, Locale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeInstance(Calendar, int, ULocale) - Static method in class ohos.global.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeInterval() - Method in class ohos.location.RequestParam
-
Obtains the minimum time interval (in seconds) in the RequestParam object.
- getTimeoutThresholdMs() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the ASR timeout threshold.
- getTimer(Context, Timer.ITimerListener) - Static method in class ohos.miscservices.timeutility.Timer.OneShotTimer
-
Obtains a oneshot timer.
- getTimer(Context, Timer.TimerIntent) - Static method in class ohos.miscservices.timeutility.Timer.OneShotTimer
-
Obtains a oneshot timer object.
- getTimer(Context, Timer.TimerIntent) - Static method in class ohos.miscservices.timeutility.Timer.RepeatTimer
-
Obtains a repeating timer.
- getTimeScaleValue(int, int) - Static method in class ohos.global.icu.util.UniversalTimeScale
-
Get a value associated with a particular time scale.
- getTimeSinceBoot() - Method in class ohos.location.Location
-
Obtains the actual time when the location is obtained, in unit of nanoseconds.
- getTimestamp() - Method in class java.security.CodeSigner
-
Returns the signature timestamp.
- getTimestamp() - Method in class java.security.Timestamp
-
Returns the date and time when the timestamp was generated.
- getTimestamp() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the time when the application fault record was generated.
- getTimestamp() - Method in interface ohos.media.camera.device.FrameResult
-
Gets the timestamp when the current frame capture starts.
- getTimestamp() - Method in class ohos.media.image.Image
-
Obtains the image timestamp, in nanoseconds.
- getTimestamp() - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Obtains a timestamp based on
Time.getCurrentTime(),
which indicates when data is written to the system pasteboard.
- getTimestamp() - Method in class ohos.sensor.data.SensorData
-
Obtains the timestamp of a sensor.
- getTimestamp() - Method in class ohos.wifi.WifiScanInfo
-
Obtains the timestamp of the latest detection of a Wi-Fi hotspot.
- getTimestamp(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TIMESTAMP parameter as a
java.sql.Timestamp object.
- getTimestamp(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Timestamp object in the Java programming language.
- getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object.
- getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Timestamp object
in the Java programming language.
- getTimestamp(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIMESTAMP parameter as a
java.sql.Timestamp object.
- getTimestamp(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a java.sql.Timestamp object in the Java programming language.
- getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object.
- getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.sql.Timestamp object
in the Java programming language.
- getTimeStamp() - Method in class ohos.location.Location
-
Obtains the actual timestamp when the location is obtained, in unit of milliseconds.
- getTimeToLive() - Method in class java.net.DatagramSocketImpl
-
Retrieve the TTL (time-to-live) option.
- getTimeToLive() - Method in class java.net.MulticastSocket
-
Get the default time-to-live for multicast packets sent out on
the socket.
- getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns the time-to-live (TTL) value for resource bundles that
are loaded under this
ResourceBundle.Control.
- getTimeZone() - Method in class java.text.DateFormat
-
Gets the time zone.
- getTimeZone() - Method in class java.util.Calendar
-
Gets the time zone.
- getTimeZone() - Method in class java.util.GregorianCalendar
-
- getTimeZone() - Method in class ohos.agp.components.Clock
-
Obtains the set time zone.
- getTimeZone() - Method in class ohos.global.icu.text.DateFormat
-
Returns the time zone.
- getTimeZone() - Method in class ohos.global.icu.text.DateIntervalFormat
-
Get the TimeZone
- getTimeZone() - Method in class ohos.global.icu.util.Calendar
-
Returns the time zone.
- getTimeZone() - Static method in class ohos.miscservices.timeutility.Time
-
Obtains the system time zone.
- getTimeZone(String) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimeZone(String) - Static method in class ohos.global.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimeZone(String, int) - Static method in class ohos.global.icu.util.TimeZone
-
Gets the TimeZone for the given ID and the timezone type.
- getTimeZone(ZoneId) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given zoneId.
- getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class ohos.global.icu.text.TimeZoneNames
-
Returns the display name of the time zone.
- getTimeZoneFormat() - Method in class ohos.global.icu.text.SimpleDateFormat
-
[icu] Gets the time zone formatter which this date/time
formatter uses to format and parse a time zone.
- getTimeZoneNames() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns the time zone display name data used by this instance.
- getTimezoneOffset() - Method in class java.util.Date
-
- getTiming() - Method in class ohos.vibrator.bean.VibrationPattern
-
Obtains the array of the timing sequence in a periodic vibration.
- getTisr(Context) - Static method in class ohos.ai.cv.common.VisionManager
-
- getTitle() - Method in interface ohos.agp.components.webengine.PickFilesParams
-
Obtains the file title.
- getTitle() - Method in class ohos.agp.components.webengine.WebView
-
Obtains the title of the current page.
- getTitle() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the title index field.
- getTitle() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the title of this NotificationActionButton.
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
- getTitle() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- getTitle() - Method in class ohos.media.common.AVDescription
-
Obtains the title of the media item.
- getTitle() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the title of a file to be downloaded.
- getTitle() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Obtains the event title.
- getTitle() - Method in class ohos.sysappcomponents.contact.entity.Group
-
Obtains the contact group title.
- getTitle() - Method in class ohos.sysappcomponents.contact.entity.Organization
-
Obtains the title of this contact.
- getTitleInstance() - Static method in class ohos.global.icu.text.BreakIterator
-
- getTitleInstance(Locale) - Static method in class ohos.global.icu.text.BreakIterator
-
- getTitleInstance(ULocale) - Static method in class ohos.global.icu.text.BreakIterator
-
- getTLen() - Method in class javax.crypto.spec.GCMParameterSpec
-
Returns the authentication tag length.
- getTnf() - Method in class ohos.nfc.tag.MessageRecord
-
Obtains the TNF of the NDEF record.
- getToDate() - Method in class ohos.global.icu.util.DateInterval
-
Get the to date.
- getToEmail() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the toEmail index field.
- getToken() - Method in class ohos.data.async.JobParams
-
Obtains the token of an asynchronous task.
- getToName() - Method in class ohos.data.search.schema.EmailItem
-
Obtains the value of the toName index field.
- getTop() - Method in class ohos.agp.components.Component
-
Obtains the top edge position of a component relative to the parent layout.
- getTop() - Method in class ohos.ai.cv.common.BoundingBox
-
Obtains the vertical coordinate of the upper left corner of the bounding box.
- getTop(int) - Method in class ohos.agp.text.Layout
-
Obtains the top of a specified line.
- getTopElement() - Method in class ohos.agp.components.Text
-
Obtains the element at the top of the text.
- getTopLeft() - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Obtains the coordinate of the
CvPoint data type in the upper left corner of the document bounding box.
- getTopRight() - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Obtains the coordinate of the
CvPoint data type in the upper right corner of the document bounding box.
- getTopWindow() - Method in class ohos.agp.window.service.WindowManager
-
Obtains the top window of the current application.
- getTotalBytes() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Obtains the total size of files to be downloaded (in bytes).
- getTotalIn() - Method in class java.util.zip.Deflater
-
Returns the total number of uncompressed bytes input so far.
- getTotalIn() - Method in class java.util.zip.Inflater
-
Returns the total number of compressed bytes input so far.
- getTotalOut() - Method in class java.util.zip.Deflater
-
Returns the total number of compressed bytes output so far.
- getTotalOut() - Method in class java.util.zip.Inflater
-
Returns the total number of uncompressed bytes output so far.
- getTotalSeconds() - Method in class java.time.ZoneOffset
-
Gets the total zone offset in seconds.
- getTotalSpace() - Method in class java.io.File
-
Returns the size of the partition
named by this
abstract pathname.
- getTotalSpace() - Method in class java.nio.file.FileStore
-
Returns the size, in bytes, of the file store.
- getTotalStreams() - Method in class ohos.media.extractor.Extractor
-
Obtains the total number of tracks in a media file.
- getTotalSysMem() - Method in class ohos.aafwk.ability.SystemMemoryInfo
-
Obtains the total system memory that is accessible by the kernel.
- getTotalTimeMicros() - Method in interface ohos.agp.render.render3d.Engine.Time
-
Obtains the time elapsed since the first frame rendering, in milliseconds.
- getTotalWeight() - Method in class ohos.agp.components.DirectionalLayout
-
Obtains the total weight of all child controls.
- getTouchEventListener() - Method in class ohos.agp.components.Component
-
Obtains a listener for monitoring touch events of this component.
- getTouchScreenType() - Method in class ohos.aafwk.ability.DeviceConfigInfo
-
Obtains the type of touch required by the application.
- getTrackElement() - Method in class ohos.agp.components.Switch
-
Obtains the element of the switch track.
- getTrackingForceOcrFlag() - Method in class ohos.ai.cv.text.TextConfiguration
-
Checks whether to forcibly detect text during text tracking.
- getTrackingRelease() - Method in class ohos.ai.cv.text.TextConfiguration
-
Checks whether to release the resources for text tracking.
- getTrafficClass() - Method in class java.net.DatagramSocket
-
Gets traffic class or type-of-service in the IP datagram
header for packets sent from this DatagramSocket.
- getTrafficClass() - Method in class java.net.Socket
-
Gets traffic class or type-of-service in the IP header
for packets sent from this Socket
- getTrailerField() - Method in class java.security.spec.PSSParameterSpec
-
Returns the value for the trailer field.
- getTransactionIsolation() - Method in interface java.sql.Connection
-
Retrieves this Connection object's current
transaction isolation level.
- getTransactionIsolation() - Method in interface javax.sql.RowSet
-
Retrieves the transaction isolation level set for this
RowSet object.
- getTransferSize() - Method in exception java.sql.DataTruncation
-
Gets the number of bytes of data actually transferred.
- getTransition(LocalDateTime) - Method in class java.time.zone.ZoneRules
-
Gets the offset transition applicable at the specified local date-time in these rules.
- getTransitionRules() - Method in class java.time.zone.ZoneRules
-
Gets the list of transition rules for years beyond those defined in the transition list.
- getTransitions() - Method in class java.time.zone.ZoneRules
-
Gets the complete list of fully defined transitions.
- getTranslateX() - Method in class ohos.agp.utils.Matrix
-
Obtains the horizontal translation factor of this Matrix.
- getTranslateY() - Method in class ohos.agp.utils.Matrix
-
Obtains the vertical translation factor of this Matrix.
- getTranslation() - Method in class ohos.agp.components.Component
-
Obtains the component's horizontal translation relative to its left boundary and the vertical translation
relative to its top boundary.
- getTranslationX() - Method in class ohos.agp.components.Component
-
Obtains the horizontal translation of the component relative to its left position.
- getTranslationY() - Method in class ohos.agp.components.Component
-
Obtains the vertical translation of the component relative to its top position.
- getTriggerAction() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the action that triggers the accessibility event, for example, clicking or focusing a view.
- getTriggerRule() - Method in class ohos.hiviewdfx.Caution
-
Obtains the rule for detecting the current caution.
- getTruncationMode() - Method in class ohos.agp.components.Text
-
Obtains the truncation mode.
- getTrustAnchor() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns the TrustAnchor describing the CA that served
as a trust anchor for the certification path.
- getTrustAnchors() - Method in class java.security.cert.PKIXParameters
-
Returns an immutable Set of the most-trusted
CAs.
- getTrustedCert() - Method in class java.security.cert.TrustAnchor
-
Returns the most-trusted CA certificate.
- getTrustedCertificate() - Method in class java.security.KeyStore.TrustedCertificateEntry
-
Gets the trusted Certficate from this entry.
- getTrustedDeviceList(String, Map<String, Object>) - Method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Obtains a list of trusted devices.
- getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns one trust manager for each type of trust material.
- getTTL() - Method in class java.net.DatagramSocketImpl
-
- getTTL() - Method in class java.net.MulticastSocket
-
- getTubeByIndex(int) - Method in class ohos.media.tubecore.AVTubeManager
-
Obtains the AVTube instance at a specified index.
- getTxBytes() - Static method in class ohos.net.NetHotspot
-
Obtains the number of uplink data bytes of the NIC that serves as a hotspot.
- getType() - Method in class java.io.ObjectStreamField
-
Get the type of the field.
- getType() - Method in class java.lang.reflect.Field
-
Returns a Class object that identifies the
declared type for the field represented by this
Field object.
- getType() - Method in class java.lang.reflect.Parameter
-
Returns a Class object that identifies the
declared type for the parameter represented by this
Parameter object.
- getType() - Method in class java.security.cert.Certificate
-
Returns the type of this certificate.
- getType() - Method in class java.security.cert.CertificateFactory
-
Returns the name of the certificate type associated with this
certificate factory.
- getType() - Method in class java.security.cert.CertPath
-
Returns the type of Certificates in this certification
path.
- getType() - Method in class java.security.cert.CertStore
-
Returns the type of this CertStore.
- getType() - Method in class java.security.cert.CRL
-
Returns the type of this CRL.
- getType() - Method in class java.security.KeyStore
-
Returns the type of this keystore.
- getType() - Method in class java.security.Policy
-
Return the type of this Policy.
- getType() - Method in class java.security.Provider.Service
-
Get the type of this service.
- getType() - Method in interface java.sql.ResultSet
-
Retrieves the type of this ResultSet object.
- getType() - Method in class javax.net.ssl.SNIMatcher
-
Returns the server name type of this SNIMatcher object.
- getType() - Method in class javax.net.ssl.SNIServerName
-
Returns the name type of this server name.
- getType() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Obtains the data operation type.
- getType() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of the type in this Intent.
- getType() - Method in class ohos.account.OsAccount
-
Obtains the type of an OS account.
- getType() - Method in interface ohos.agp.components.webengine.PickFilesParams
-
Obtains the file type, which can be a non-existent file, a single file, or multiple files.
- getType() - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Obtains the type of this material.
- getType() - Method in class ohos.bundle.AbilityInfo
-
Obtains the type of templates used by an ability.
- getType() - Method in class ohos.bundle.BundleInfo
-
Obtains the type of the bundle.
- getType() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the list of types defined in this static common event.
- getType() - Method in class ohos.bundle.FormInfo
-
Obtains the type of this form.
- getType() - Method in class ohos.data.distributed.common.FieldNode
-
Obtains the field value type.
- getType() - Method in class ohos.data.distributed.device.DeviceInfo
-
Obtains the device type.
- getType() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns the type of this part.
- getType() - Method in class ohos.global.icu.util.BuddhistCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.ChineseCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.CopticCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.EthiopicCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.GregorianCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.HebrewCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.IndianCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.IslamicCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.JapaneseCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.icu.util.MeasureUnit
-
Get the type, such as "length"
- getType() - Method in class ohos.global.icu.util.TaiwanCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class ohos.global.resource.Entry
-
Obtains the type of Entry.
- getType() - Method in class ohos.global.resource.RawFileEntry
-
Obtains the type of a RawFileEntry, either FOLDER or FILE.
- getType() - Method in class ohos.global.resource.solidxml.TypedAttribute
-
Obtains the type of an XML attribute value.
- getType() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Obtains a device type.
- getType() - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Obtains a sound effect type.
- getType() - Method in class ohos.media.camera.params.FaceLandmark
-
Gets the facial landmark type.
- getType() - Method in class ohos.nfc.tag.MessageRecord
-
Obtains the payload type of the NDEF record.
- getType() - Method in class ohos.usb.USBEndpoint
-
Get the endpoint type.
- getType(char) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getType(int) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getType(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns a value indicating a code point's Unicode category.
- getType(int) - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getType(int) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's type by index.
- getType(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Obtains the
ColumnType of the value at the position specified by
rowIndex
and
columnIndex.
- getType(String) - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getType(String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's type by XML qualified (prefixed) name.
- getType(String, String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's type by Namespace name.
- getType(Uri) - Method in class ohos.aafwk.ability.Ability
-
Obtains the MIME type matching the data specified by the URI of the Data ability.
- getType(Uri) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Obtains the MIME type of the date specified by the given URI.
- getTypeAllocationCode(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the type allocation code (TAC) of a specified card slot of the device.
- getTypeCode() - Method in class java.io.ObjectStreamField
-
Returns character encoding of field type.
- getTypedAttribute(ResourceManager) - Method in class ohos.global.resource.solidxml.Attribute
-
Obtains the attribute of a specific type.
- getTypedAttribute(ResourceManager) - Method in class ohos.global.resource.solidxml.Node
-
- getTypedAttributes(ResourceManager) - Method in class ohos.global.resource.solidxml.Node
-
Obtains the typed attribute set of a node.
- getTypedAttributes(Pattern) - Method in class ohos.global.resource.solidxml.Node
-
Obtains the set of node and defaultPattern attributes.
- getTypedAttributes(Pattern, String[]) - Method in class ohos.global.resource.solidxml.Node
-
Obtains attributes of selected names from the set of node and defaultPattern attributes.
- getTypeInfo() - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of all the data types supported by
this database.
- getTypeInfoProvider() - Method in class ohos.javax.xml.validation.ValidatorHandler
-
- getTypeIterator() - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- getTypeMap() - Method in interface java.sql.Connection
-
Retrieves the Map object associated with this
Connection object.
- getTypeMap() - Method in interface javax.sql.RowSet
-
Retrieves the Map object associated with this
RowSet object, which specifies the custom mapping
of SQL user-defined types, if any.
- getTypeName() - Method in class java.lang.Class
-
Return an informative string for the name of this type.
- getTypeName() - Method in interface java.lang.reflect.Type
-
Returns a string describing this type, including information
about any type parameters.
- getTypeName() - Method in interface ohos.org.w3c.dom.TypeInfo
-
The name of a type declared for the associated element or attribute,
or null if unknown.
- getTypeNamespace() - Method in interface ohos.org.w3c.dom.TypeInfo
-
The namespace of the type declared for the associated element or
attribute or null if the element does not have
declaration or if no namespace information is available.
- getTypeParameters() - Method in class java.lang.Class
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeParameters() - Method in class java.lang.reflect.Constructor
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeParameters() - Method in class java.lang.reflect.Executable
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
-
Returns an array of TypeVariable objects that
represent the type variables declared by the generic
declaration represented by this GenericDeclaration
object, in declaration order.
- getTypeParameters() - Method in class java.lang.reflect.Method
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeString() - Method in class java.io.ObjectStreamField
-
Return the JVM type signature.
- getTypeValue() - Method in enum ohos.media.audio.SoundPlayer.SoundType
-
Obtains an enum value.
- getTZDataVersion() - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Returns the time zone data version currently used by ICU.
- getTZDBInstance(ULocale) - Static method in class ohos.global.icu.text.TimeZoneNames
-
- getUCAVersion() - Method in class ohos.global.icu.text.Collator
-
[icu] Returns the UCA version of this collator object.
- getUCAVersion() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Get the UCA version of this collator object.
- getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of the user-defined types (UDTs) defined
in a particular schema.
- getUid() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
Get the user-ID that has been assigned to this process;.
- getUid() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the ID of the user who installed the application.
- getUid() - Method in class ohos.bundle.BundleInfo
-
Obtains the UID of the application to which the current bundle belongs.
- getUid() - Method in class ohos.bundle.CommonEventInfo
-
Obtains the UID of this static common event.
- getUid() - Method in class ohos.hiviewdfx.FaultLogger.FaultLogInfo
-
Obtains the user ID (UID) from the application fault record.
- getUid() - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Obtains a sound effect ID.
- getUid() - Method in class ohos.net.SocketCertificates
-
Obtains the UID of the process using this UNIX domain socket for communications.
- getUid() - Static method in class ohos.os.ProcessManager
-
Obtains the UID of the current process.
- getUid(IntentAgent) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- getUID() - Static method in class ohos.system.OsHelper
-
Obtains the user ID of the calling process.
- getUidByBundleName(String, int) - Method in interface ohos.bundle.IBundleManager
-
Obtains the application UID based on the given bundle name and user ID.
- getUidByName(String) - Static method in class ohos.os.ProcessManager
-
Obtains the UID based on the specified user name.
- getUidRxBytes(int) - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) received by a specified application.
- getUidTxBytes(int) - Static method in class ohos.net.DataFlowStatistics
-
Queries the data traffic (including all TCP and UDP data packets) sent by a specified application.
- getUiList(Set<ULocale>, boolean, Comparator<Object>) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Return a list of information used to construct a UI list of locale names.
- getUiListCompareWholeItems(Set<ULocale>, Comparator<LocaleDisplayNames.UiListItem>) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Return a list of information used to construct a UI list of locale names, providing more access to control the sorting.
- getUITaskDispatcher() - Method in class ohos.app.AbilityContext
-
- getUITaskDispatcher() - Method in interface ohos.app.Context
-
Obtains a task dispatcher that is bound to the UI thread.
- getULocale() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getULocale() - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Returns the locale that's used when creating argument Format objects.
- getUnallocatedSpace() - Method in class java.nio.file.FileStore
-
Returns the number of unallocated bytes in the file store.
- getUnarrivedParties() - Method in class java.util.concurrent.Phaser
-
Returns the number of registered parties that have not yet
arrived at the current phase of this phaser.
- getUncaughtExceptionHandler() - Method in class java.lang.Thread
-
Returns the handler invoked when this thread abruptly terminates
due to an uncaught exception.
- getUncaughtExceptionHandler() - Method in class java.util.concurrent.ForkJoinPool
-
Returns the handler for internal worker threads that terminate
due to unrecoverable errors encountered while executing tasks.
- getUnchangedPaddingBottom() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the unchanged area to the bottom of the screen.
- getUnchangedPaddingLeft() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the unchanged area to the left of the screen.
- getUnchangedPaddingRight() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the unchanged area to the right of the screen.
- getUnchangedPaddingTop() - Method in class ohos.agp.window.service.ComponentPadding
-
Obtains the padding from the unchanged area to the top of the screen.
- getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the Throwable instance wrapped in this
UndeclaredThrowableException, which may be null.
- getUnderflowLabel() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Get the default label used in the IndexCharacters' locale for underflow, eg the last item in: X Y Z ...
- getUnderline() - Method in class ohos.agp.text.TextForm
-
Checks whether an underline is added for this text.
- getUnfilledElement() - Method in class ohos.agp.components.Rating
-
Obtains the unfilled element from the rating item.
- getUnicode() - Method in class ohos.multimodalinput.event.KeyBoardEvent
-
Obtains the Unicode mapping to a key.
- getUnicodeLocaleAttributes() - Method in class java.util.Locale
-
Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes.
- getUnicodeLocaleAttributes() - Method in class ohos.global.icu.util.ULocale
-
Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes.
- getUnicodeLocaleKeys() - Method in class java.util.Locale
-
Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none.
- getUnicodeLocaleKeys() - Method in class ohos.global.icu.util.ULocale
-
Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none.
- getUnicodeLocaleType(String) - Method in class java.util.Locale
-
Returns the Unicode locale type associated with the specified Unicode locale key
for this locale.
- getUnicodeLocaleType(String) - Method in class ohos.global.icu.util.ULocale
-
Returns the Unicode locale type associated with the specified Unicode locale key
for this locale.
- getUnicodeNumericValue(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the numeric value for a Unicode code point as defined in the
Unicode Character Database.
- getUnicodeSet() - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns the UnicodeSet used for processing.
- getUnicodeStream(int) - Method in interface java.sql.ResultSet
-
- getUnicodeStream(String) - Method in interface java.sql.ResultSet
-
- getUnicodeVersion() - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Returns the version of Unicode data used.
- getUniqueDeviceId(int) - Method in class ohos.telephony.RadioInfoManager
-
Obtains the unique device ID of a specified card slot of the device.
- getUniqueKeywordValue(String) - Method in class ohos.global.icu.text.PluralRules
-
Returns the unique value that this keyword matches, or
PluralRules.NO_UNIQUE_VALUE
if the keyword matches multiple values or is not defined for this PluralRules.
- getUnit() - Method in class ohos.global.icu.util.Measure
-
Returns the unit of this object.
- getUnitDisplayName(MeasureUnit) - Method in class ohos.global.icu.text.MeasureFormat
-
Gets the display name of the specified
MeasureUnit corresponding to the current locale and
format width.
- getUnitName() - Method in enum ohos.global.i18n.text.MeasureOptions.Unit
-
Obtains the name of this Unit.
- getUnits() - Method in interface java.time.chrono.ChronoPeriod
-
Gets the set of units supported by this period.
- getUnits() - Method in class java.time.Duration
-
Gets the set of units supported by this duration.
- getUnits() - Method in class java.time.Period
-
Gets the set of units supported by this period.
- getUnits() - Method in interface java.time.temporal.TemporalAmount
-
Returns the list of units uniquely defining the value of this TemporalAmount.
- getUnitType() - Method in enum ohos.global.i18n.text.MeasureOptions.Unit
-
Obtains the type of this Unit.
- getUnregisteredParamFilter() - Method in class ohos.utils.net.UrlQueryFilter
-
Obtains the ValueFilter that is used to filter out unregistered parameters.
- getUnresolvedActions() - Method in class java.security.UnresolvedPermission
-
Get the actions for the underlying permission that
has not been resolved.
- getUnresolvedCerts() - Method in class java.security.UnresolvedPermission
-
Get the signer certificates (without any supporting chain)
for the underlying permission that has not been resolved.
- getUnresolvedName() - Method in class java.security.UnresolvedPermission
-
Get the target name of the underlying permission that
has not been resolved.
- getUnresolvedType() - Method in class java.security.UnresolvedPermission
-
Get the type (class name) of the underlying permission that
has not been resolved.
- getUnsupportedTracksInfoMap() - Method in class ohos.media.codec.TrackInfo
-
Obtains information about unsupported tracks.
- getUpdateCount() - Method in interface java.sql.Statement
-
Retrieves the current result as an update count;
if the result is a ResultSet object or there are no more results, -1
is returned.
- getUpdateCounts() - Method in exception java.sql.BatchUpdateException
-
Retrieves the update count for each update statement in the batch
update that executed successfully before this exception occurred.
- getUpdatedItems() - Method in class ohos.data.search.model.ChangedIndexContent
-
Obtains the indexes updated in the index library.
- getUpdatedList() - Method in class ohos.data.orm.AllChangeToTarget
-
Obtains the list of updated
OrmObject objects.
- getUpdateEntries() - Method in class ohos.data.distributed.common.ChangeNotification
-
Obtains data update records.
- getUpdateStatement() - Method in interface ohos.data.orm.EntityHelper
-
Obtains the declaration statement of the table that maps to an updated
OrmObject instance
in the relational database.
- getUpdateTime() - Method in class ohos.bundle.BundleInfo
-
Obtains the application update time.
- getUpper() - Method in class ohos.utils.Scope
-
Obtains the upper bound of the current range.
- getUpperBounds() - Method in interface java.lang.reflect.WildcardType
-
Returns an array of Type objects representing the upper
bound(s) of this type variable.
- getUpperRange() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the maximum measurement range of a sensor.
- getUri() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Obtains the data path of the operation.
- getUri() - Method in class ohos.aafwk.ability.DataAbilityResult
-
Obtains the Uri object corresponding to the operation.
- getUri() - Method in class ohos.aafwk.content.Intent
-
Obtains the description of a URI in an Intent.
- getUri() - Method in interface ohos.aafwk.content.Operation
-
Obtains the value of the uri attribute included in this Operation.
- getUri() - Method in interface ohos.agp.render.render3d.resources.ResourceManager.ResourceInfo
-
Obtains the URI of this resource.
- getUri() - Method in class ohos.event.notification.MessageUser
-
Obtains the URI of this MessageUser.
- getUri() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Obtains the URI of the message content with the specific MIME type.
- getUri() - Method in class ohos.media.common.Source
-
Obtains the the media source URI.
- getUri() - Method in class ohos.miscservices.pasteboard.PasteData.Record
-
Obtains an URI in a record.
- getUri() - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
Get table uri
- getUri() - Method in class ohos.sysappcomponents.contact.entity.Portrait
-
Obtains the URI of this contact portrait.
- getUri(String) - Static method in class ohos.sysappcomponents.settings.SystemSettings
-
Constructs a URI for a specific name-value pair for monitoring data of the ability that uses the Data
template.
- getURI() - Method in class ohos.bundle.AbilityInfo
-
Obtains the Uniform Resource Identifier (URI) of an ability.
- getURI() - Method in class ohos.bundle.ElementName
-
Obtains the URI of an ability.
- getURI(int) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's Namespace URI by index.
- getUriFromFile(File) - Static method in class ohos.utils.net.Uri
-
Creates a hierarchical Uri object based on the given file.
- getUriFromFileCanonicalPath(File) - Static method in class ohos.utils.net.Uri
-
Creates a hierarchical Uri object based on the canonical path of the given file.
- getUriFromParts(String, String, String) - Static method in class ohos.utils.net.Uri
-
Creates an opaque Uri object based on the given strings.
- getURIs() - Method in interface java.net.CookieStore
-
Get all URIs which identify the cookies in this cookie store.
- getUriString() - Method in class ohos.aafwk.content.Intent
-
Obtains the string representation of the URI in this Intent.
- getUrl() - Method in interface javax.sql.RowSet
-
Retrieves the url property this RowSet object will use to
create a connection if it uses the DriverManager
instead of a DataSource object to establish the connection.
- getUrl() - Method in class ohos.data.search.schema.Schema
-
Obtains the value of the url index field.
- getUrl() - Method in class ohos.net.http.SslError
-
Obtains the URL of this SslError object.
- getURL() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's URL
field.
- getURL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the URL for this DBMS.
- getURL(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC DATALINK parameter as a
java.net.URL object.
- getURL(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC DATALINK parameter as a
java.net.URL object.
- getURL(String) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getUrlDecoder() - Static method in class java.util.Base64
-
- getUrlEncoder() - Static method in class java.util.Base64
-
- getURLs() - Method in class java.net.URLClassLoader
-
Returns the search path of URLs for loading classes and resources.
- getUsableSpace() - Method in class java.io.File
-
Returns the number of bytes available to this virtual machine on the
partition
named by this abstract pathname.
- getUsableSpace() - Method in class java.nio.file.FileStore
-
Returns the number of bytes available to this Java virtual machine on the
file store.
- getUsage() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the usage type of the audio stream.
- getUsage(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.
- getUsageName() - Method in enum ohos.global.i18n.text.MeasureOptions.Usage
-
Obtains the name of this Usage.
- getUsageType() - Method in enum ohos.global.i18n.text.MeasureOptions.Usage
-
Obtains the type of this Usage.
- getUseCaches() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
useCaches field.
- getUseCenter() - Method in class ohos.agp.render.Arc
-
Obtains the value of the useCenter attribute, which indicates whether to draw the lines from both end
points of the arc to its center.
- getUseCipherSuitesOrder() - Method in class javax.net.ssl.SSLParameters
-
Returns whether the local cipher suites preference should be honored.
- getUseClientMode() - Method in class javax.net.ssl.SSLEngine
-
Returns true if the engine is set to use client mode when
handshaking.
- getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
-
Returns true if accepted connections will be in SSL client mode.
- getUseClientMode() - Method in class javax.net.ssl.SSLSocket
-
Returns true if the socket is set to use client mode when
handshaking.
- getUsedScene() - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail
-
- getUseParentHandlers() - Method in class java.util.logging.Logger
-
Discover whether or not this logger is sending its output
to its parent logger.
- getUserAgent() - Method in interface ohos.agp.components.webengine.WebConfig
-
Obtains the current UserAgent.
- getUserId() - Method in class ohos.bundle.InstallParam
-
Obtains the user ID.
- getUserId() - Method in class ohos.bundle.LauncherAbilityInfo
-
Obtains the ID of the user to which the ability belongs.
- getUserId() - Method in class ohos.data.distributed.common.UserInfo
-
Obtains the user ID.
- getUserInfo() - Method in class java.net.URI
-
Returns the decoded user-information component of this URI.
- getUserInfo() - Method in class java.net.URL
-
Gets the userInfo part of this URL.
- getUserInfo() - Method in class ohos.data.distributed.common.KvManagerConfig
-
Obtains user information.
- getUserInputs() - Method in class ohos.event.notification.NotificationActionButton
-
Obtains the
NotificationUserInput objects to be collected from the user when this
NotificationActionButton is sent.
- getUsername() - Method in interface javax.sql.RowSet
-
Retrieves the username used to create a database connection for this
RowSet object.
- getUserName() - Method in class java.net.PasswordAuthentication
-
Returns the user name.
- getUserName() - Method in interface java.sql.DatabaseMetaData
-
Retrieves the user name as known to this database.
- getUserNextFocus(int) - Method in class ohos.agp.components.Component
-
Obtains the ID of the next component to give focus to.
- getUserPrincipalLookupService() - Method in class java.nio.file.FileSystem
-
Returns the UserPrincipalLookupService for this file system
(optional operation).
- getUserRawData() - Method in class ohos.telephony.ShortMessage
-
Obtains the user data excluding the data header.
- getUserType() - Method in class ohos.data.distributed.common.UserInfo
-
Obtains the user type.
- getUTS46Instance(int) - Static method in class ohos.global.icu.text.IDNA
-
Returns an IDNA instance which implements UTS #46.
- getUuid() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Obtains the UUID of a characteristic.
- getUuid() - Method in class ohos.bluetooth.ble.GattDescriptor
-
Obtains the UUID of a descriptor.
- getUuid() - Method in class ohos.bluetooth.ble.GattService
-
Obtains the UUID of a service.
- getUuid() - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Obtains the UUID of the event.
- getUuid() - Method in class ohos.utils.SequenceUuid
-
Obtains the UUID object encapsulated in the current SequenceUuid object.
- getVadEndWaitMs() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the post-VAD threshold.
- getVadFrontWaitMs() - Method in class ohos.ai.asr.AsrIntent
-
Obtains the pre-VAD threshold.
- getVal() - Method in enum ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Obtains the value of this device type
- getValidOffsets(LocalDateTime) - Method in class java.time.zone.ZoneRules
-
Gets the offset applicable at the specified local date-time in these rules.
- getValidPolicy() - Method in interface java.security.cert.PolicyNode
-
Returns the valid policy represented by this node.
- getValue() - Method in class java.net.HttpCookie
-
Returns the value of the cookie.
- getValue() - Method in interface java.security.cert.Extension
-
Gets the extensions's DER-encoded value.
- getValue() - Method in interface java.security.KeyStore.Entry.Attribute
-
Returns the attribute's value.
- getValue() - Method in class java.security.PKCS12Attribute
-
Returns the attribute's ASN.1 DER-encoded value as a string.
- getValue() - Method in class java.text.Annotation
-
Returns the value of the attribute, which may be null.
- getValue() - Method in interface java.time.chrono.Era
-
Gets the numeric value associated with the era as defined by the chronology.
- getValue() - Method in enum java.time.chrono.HijrahEra
-
Gets the numeric era int value.
- getValue() - Method in enum java.time.chrono.IsoEra
-
Gets the numeric era int value.
- getValue() - Method in class java.time.chrono.JapaneseEra
-
Gets the numeric era int value.
- getValue() - Method in enum java.time.chrono.MinguoEra
-
Gets the numeric era int value.
- getValue() - Method in enum java.time.chrono.ThaiBuddhistEra
-
Gets the numeric era int value.
- getValue() - Method in enum java.time.DayOfWeek
-
Gets the day-of-week int value.
- getValue() - Method in enum java.time.Month
-
Gets the month-of-year int value.
- getValue() - Method in class java.time.Year
-
Gets the year value.
- getValue() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the value corresponding to this entry.
- getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns the value corresponding to this entry.
- getValue() - Method in interface java.util.Map.Entry
-
Returns the value corresponding to this entry.
- getValue() - Method in class java.util.zip.Adler32
-
Returns the checksum value.
- getValue() - Method in interface java.util.zip.Checksum
-
Returns the current checksum value.
- getValue() - Method in class java.util.zip.CRC32
-
Returns CRC-32 value.
- getValue() - Method in class javax.crypto.spec.PSource.PSpecified
-
Returns the value of encoding input P.
- getValue() - Method in enum ohos.aafwk.ability.AbilityLifecycleExecutor.LifecycleState
-
- getValue() - Method in enum ohos.aafwk.ability.AbilitySliceLifecycleExecutor.LifecycleState
-
- getValue() - Method in class ohos.agp.colors.HsvColor
-
Obtains the brightness of an HSV color.
- getValue() - Method in enum ohos.agp.components.Component.FadeEffectEnum
-
Obtains the value of the indicator type.
- getValue() - Method in enum ohos.agp.components.Image.ScaleMode
-
Get the value of this scaling type.
- getValue() - Method in class ohos.agp.components.Picker
-
Obtains the value displayed on the number picker.
- getValue() - Method in class ohos.agp.utils.Color
-
Obtains the color value used for creating a color object.
- getValue() - Method in enum ohos.agp.utils.Rect.RotationEnum
-
Get the value of this scaling type.
- getValue() - Method in enum ohos.agp.utils.RectFloat.RotationEnum
-
Obtains the scale value.
- getValue() - Method in enum ohos.ai.asr.AsrIntent.AsrAudioSrcType
-
Obtains an integer value of the enum type.
- getValue() - Method in enum ohos.ai.asr.AsrIntent.AsrEngineType
-
Obtains an integer value of the enum type.
- getValue() - Method in class ohos.ai.cv.text.Text
-
Obtains the value for text detection on a given image.
- getValue() - Method in class ohos.ai.cv.text.TextBlock
-
Obtains the value for the text block.
- getValue() - Method in class ohos.ai.cv.text.TextElement
-
Obtains the value for the text element.
- getValue() - Method in class ohos.ai.cv.text.TextLine
-
Obtains the value for detecting the text line.
- getValue() - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Obtains the stored value of a characteristic.
- getValue() - Method in class ohos.bluetooth.ble.GattDescriptor
-
Sets the stored value of a descriptor.
- getValue() - Method in enum ohos.data.DatabaseFileSecurityLevel
-
- getValue() - Method in enum ohos.data.DatabaseFileType
-
Get the database file type.
- getValue() - Method in class ohos.data.distributed.common.Entry
-
Obtains the value of a key-value pair.
- getValue() - Method in enum ohos.data.rdb.RdbStore.ConflictResolution
-
Get conflict type number from ConflictResolution.
- getValue() - Method in enum ohos.data.rdb.RdbUtils.OperationType
-
Obtains the value of the database operation type.
- getValue() - Method in enum ohos.data.rdb.StoreConfig.JournalMode
-
- getValue() - Method in enum ohos.data.rdb.StoreConfig.StorageMode
-
Get the storage type flag.
- getValue() - Method in enum ohos.data.rdb.StoreConfig.SyncMode
-
Gets the value of synchronous mode.
- getValue() - Method in enum ohos.data.resultset.ResultSet.ColumnType
-
Get the value of cell unit type.
- getValue() - Method in class ohos.data.search.model.Recommendation
-
Obtains the field value of this group.
- getValue() - Method in class ohos.global.icu.text.MessagePattern.Part
-
Returns a value associated with this part.
- getValue() - Method in interface ohos.javax.xml.stream.events.Attribute
-
Gets the normalized value of this attribute
- getValue() - Method in enum ohos.media.audio.AudioCapturer.State
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioCapturerInfo.AudioInputSource
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioDeviceDescriptor.DeviceFlag
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioDeviceDescriptor.DeviceRole
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioManager.AudioRingMode
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioManager.AudioVolumeType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioManager.CallState
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioManager.RingtoneType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioRenderer.State
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.AudioStreamFlag
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.ChannelMask
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.ContentType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.EncodingFormat
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.StreamType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.AudioStreamInfo.StreamUsage
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.Timestamp.Timebase
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.audio.ToneDescriptor.ToneType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.image.common.AllocatorType
-
Obtains the value of this enum.
- getValue() - Method in enum ohos.media.image.common.AlphaType
-
Obtains the enum value of the alpha type.
- getValue() - Method in enum ohos.media.image.common.ColorSpace
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.image.common.DecodeEvent
-
Obtains the value of this enum.
- getValue() - Method in enum ohos.media.image.common.MemoryUsagePreference
-
Obtains the value of this enum.
- getValue() - Method in enum ohos.media.image.common.PixelFormat
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.image.common.ScaleMode
-
Obtains the enum value of the image scaling effect.
- getValue() - Method in enum ohos.media.image.ImageSource.UpdateMode
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.tubecore.AVTube.DeviceType
-
Obtains an enum value.
- getValue() - Method in enum ohos.media.tubecore.AVTube.PlayMode
-
Obtains an enum value.
- getValue() - Method in enum ohos.utils.geo.Rect.RotationEnum
-
Get the value of this scaling type.
- getValue() - Method in enum ohos.utils.geo.RectFloat.RotationEnum
-
Obtains the scale value.
- getValue() - Method in enum ohos.vibrator.bean.VibrationPattern.EffectFlagType
-
Obtains the enumerated value of a custom vibration effect type.
- getValue(int) - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getValue(int) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's value by index.
- getValue(String) - Method in class java.util.jar.Attributes
-
Returns the value of the specified attribute name, specified as
a string, or null if the attribute was not found.
- getValue(String) - Method in interface javax.net.ssl.SSLSession
-
Returns the object bound to the given name in the session's
application layer data.
- getValue(String) - Method in class ohos.global.resource.solidxml.Theme
-
- getValue(String) - Method in interface ohos.org.xml.sax.AttributeList
-
Deprecated.
- getValue(String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's value by XML qualified (prefixed) name.
- getValue(String, String) - Method in interface ohos.org.xml.sax.Attributes
-
Look up an attribute's value by Namespace name.
- getValue(Attributes.Name) - Method in class java.util.jar.Attributes
-
Returns the value of the specified Attributes.Name, or null if the
attribute was not found.
- getValue(DataAbilityHelper, String) - Static method in class ohos.sysappcomponents.settings.SystemSettings
-
Obtains the value of a specified character string in the database.
- getValueBucket(CalendarEntity) - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
Transform a CalendarEntity object to ValuesBucket
- getValueChangedListener() - Method in class ohos.agp.components.DatePicker
-
Obtains the listener set by setValueChangedListener for monitoring data updates.
- getValueChangedListener() - Method in class ohos.agp.components.Picker
-
Obtains the listener for monitoring picker value changes.
- getValueChangedListener() - Method in class ohos.agp.components.Slider
-
Obtains the the listener for monitoring change events of this Slider.
- getValueNames() - Method in interface javax.net.ssl.SSLSession
-
Returns an array of the names of all the application layer
data objects bound into the Session.
- getValues() - Method in class ohos.data.search.model.IndexData
-
Obtains a container that stores key-value pairs.
- getValues() - Method in class ohos.sensor.data.SensorData
-
Obtains the data values of a sensor.
- getValuesBucket() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Obtains the data records affected by the operation.
- getValuesBucketReferences() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
- getValueToFloatArray() - Method in class ohos.agp.utils.DimensFloat
-
Obtains a float array formed by the values in the X and Y axes of this DimensFloat instance.
- getValueToFloatArray() - Method in class ohos.utils.geo.DimensFloat
-
Obtains a float array formed by the values in the X and Y axes of this DimensFloat instance.
- getVariableTop() - Method in class ohos.global.icu.text.Collator
-
[icu] Gets the variable top value of a Collator.
- getVariableTop() - Method in class ohos.global.icu.text.RuleBasedCollator
-
[icu] Gets the variable top value of a Collator.
- getVariant() - Method in class java.util.Locale
-
Returns the variant code for this locale.
- getVariant() - Method in class ohos.global.icu.util.ULocale
-
Returns the variant code for this locale, which might be the empty string.
- getVariant(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Returns the variant code for the specified locale, which might be the empty string.
- getVelocity() - Method in class ohos.agp.components.VelocityDetector
-
Obtains the velocity calculated most recently.
- getVendor() - Method in class ohos.bundle.BundleInfo
-
Obtains the vendor information of the application.
- getVendor() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the manufacturer of a sensor.
- getVendorId() - Method in class ohos.usb.USBDevice
-
Get the VendorId field of a USB device.
- getVersion() - Method in class java.net.HttpCookie
-
Returns the version of the protocol this cookie complies with.
- getVersion() - Method in class java.security.cert.X509Certificate
-
Gets the version (version number) value from the
certificate.
- getVersion() - Method in class java.security.cert.X509CRL
-
Gets the version (version number) value from the CRL.
- getVersion() - Method in class java.security.Provider
-
Returns the version number for this provider.
- getVersion() - Method in class javax.crypto.spec.RC5ParameterSpec
-
Returns the version.
- getVersion() - Method in class javax.security.cert.X509Certificate
-
Gets the version (version number) value from the
certificate.
- getVersion() - Method in interface ohos.agp.render.render3d.Engine
-
Obtains the engine version.
- getVersion() - Method in class ohos.ai.tts.TtsClient
-
Obtains the version of TTS software development kit (SDK).
- getVersion() - Method in class ohos.data.distributed.common.Schema
-
Obtains the version number of this Schema instance.
- getVersion() - Method in class ohos.data.orm.OrmDatabase
-
Obtains the database version.
- getVersion() - Method in interface ohos.data.rdb.RdbStore
-
Obtains the database version.
- getVersion() - Method in class ohos.global.icu.text.Collator
-
[icu] Returns the version of this collator object.
- getVersion() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Get the version of this collator object.
- getVersion() - Method in interface ohos.javax.xml.stream.events.StartDocument
-
Returns the version of XML of this XML stream
- getVersion() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Get the xml version declared on the xml declaration
Returns null if none was declared
- getVersion() - Method in class ohos.media.audio.AudioManager
-
Obtains the audio kit version.
- getVersion() - Method in class ohos.nfc.oma.SEService
-
Obtains the version of the secure element service.
- getVersion() - Method in class ohos.sensor.bean.SensorBase
-
Obtains the version of a sensor.
- getVersion() - Static method in class ohos.system.version.SystemVersion
-
Obtains the version number represented by a string in the following format:
Major version number.Senior version number.Feature version number.Build version number.
- getVersion() - Method in class ohos.usb.USBDevice
-
Get the Version field of a USB device.
- getVersionCode() - Method in class ohos.bundle.BackupBundleInfo
-
Obtains the version code of the application to back up.
- getVersionCode() - Method in class ohos.bundle.BundleInfo
-
Obtains the version of the application.
- getVersionCode() - Method in class ohos.data.search.model.SearchableEntity
-
- getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
Retrieves a description of a table's columns that are automatically
updated when any value in a row is updated.
- getVersionName() - Method in class ohos.bundle.BundleInfo
-
Obtains the textual description of the application version.
- getVersionName() - Method in class ohos.data.search.model.SearchableEntity
-
- getVertexCount() - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Obtains the vertex count.
- getVertexCount() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Obtains the number of vertexes of a primitive.
- getVertexCount() - Method in class ohos.agp.render.Vertices
-
Obtains the number of vertices.
- getVerticalCenter() - Method in class ohos.agp.utils.RectFloat
-
Obtains the coordinates of the vertical center of this RectFloat.
- getVerticalCenter() - Method in class ohos.utils.geo.RectFloat
-
Obtains the coordinates of the vertical center of this RectFloat.
- getVerticalPadding() - Method in class ohos.agp.components.Component
-
Obtains the vertical padding of this component.
- getVerticalPosition() - Method in class ohos.agp.components.Component
-
Obtains the component's position relative to the parent layout.
- getVerticalVelocity() - Method in class ohos.agp.components.VelocityDetector
-
Obtains the Y velocity calculated most recently.
- getVertOffset() - Method in class ohos.agp.render.Vertices
-
Obtains the offset within the array of vertex coordinates.
- getVerts() - Method in class ohos.agp.render.Vertices
-
Obtains an array of vertex coordinates.
- getVibrationStyle() - Method in class ohos.event.notification.NotificationSlot
-
Obtains the vibration style of notifications in this NotificationSlot.
- getVibratorIdList() - Method in class ohos.vibrator.agent.VibratorAgent
-
Obtains the IDs of all vibrators on the device.
- getViceProgressElement() - Method in class ohos.agp.components.ProgressBar
-
Obtains the
Element object used as a vice progress bar.
- getViceProgressValue() - Method in class ohos.agp.components.ProgressBar
-
Obtains the secondary progress value of a progress bar.
- getVideoHeight() - Method in class ohos.media.player.Player
-
Obtains the video height.
- getVideoSchema() - Static method in class ohos.data.search.schema.VideoItem
-
Obtains a list of index field attributes in this VideoItem object.
- getVideoSurface() - Method in class ohos.media.recorder.Recorder
-
Obtains the video surface.
- getVideoWidth() - Method in class ohos.media.player.Player
-
Obtains the video width.
- getView() - Method in interface ohos.agp.render.render3d.ViewHolder
-
Obtains a component connected to the component holder.
- getViewId() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the view ID associated with the accessibility event.
- getViewportParams() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the position and size of the viewport for a normalized rendering resolution (from 0.0 to 1.0).
- getVisibility() - Method in class ohos.agp.components.Component
-
Obtains the visibility of a component.
- getVisible() - Method in class ohos.agp.components.element.Element
-
Obtains the visible state of a public
Element object.
- getVisibleIndexCount() - Method in class ohos.agp.components.ListContainer
-
Obtains the size difference between the last and first visible items of the provider dataset.
- getVisibleMessageBody() - Method in class ohos.telephony.ShortMessage
-
Obtains the SMS message body.
- getVisibleness() - Method in class ohos.event.notification.NotificationRequest
-
Obtains the display effect of this notification on the lock screen.
- getVisiblenessOverride() - Method in class ohos.event.notification.NotificationSorting
-
Obtains the visibility of the current notification on the lock screen set in the
corresponding
NotificationSlot.
- getVisibleRawAddress() - Method in class ohos.telephony.ShortMessage
-
Obtains the address of the sender, which is to be displayed on the UI.
- getVisualIndex(int) - Method in class ohos.global.icu.text.Bidi
-
Get the visual position from a logical text position.
- getVisualMap() - Method in class ohos.global.icu.text.Bidi
-
Get a visual-to-logical index map (array) for the characters in the
Bidi (paragraph or line) object.
- getVisualRun(int) - Method in class ohos.global.icu.text.Bidi
-
Get a BidiRun object according to its index.
- getVoiceMailCount(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the number of messages in the voice mailbox of the SIM card in the specified slot.
- getVoiceMailIdentifier(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the alpha identifier of the voice mailbox of the SIM card in a specified slot.
- getVoiceMailNumber(int) - Method in class ohos.telephony.SimInfoManager
-
Obtains the voice mailbox number of the SIM card in a specified slot.
- getVoltage() - Method in class ohos.batterymanager.BatteryInfo
-
Obtains the battery voltage (mV) of a device.
- getVolume() - Method in class ohos.ai.tts.TtsParams
-
Obtains the speaking volume.
- getVolume(File) - Static method in class ohos.data.usage.DataUsage
-
Obtains the device volume that houses a specified file path.
- getVolume(Context, Uri) - Static method in class ohos.data.usage.DataUsage
-
Obtains the device volume with a specified URI.
- getVolume(AudioManager.AudioVolumeType) - Method in class ohos.media.audio.AudioManager
-
Obtains the volume level of a specified type of audio streams.
- getVolumes() - Static method in class ohos.data.usage.DataUsage
-
Obtains the list of all available device volumes.
- getVolumeTypeAdjustedByKey() - Method in class ohos.aafwk.ability.Ability
-
Obtains the type of audio whose volume is adjusted by the volume button.
- getVolUuid() - Method in class ohos.data.usage.Volume
-
Obtains the UUID of this volume.
- getVsyncCount() - Method in class ohos.agp.render.render3d.RenderLoop
-
Obtains the V-Sync based on rendering restrictions.
- getW() - Method in interface java.security.interfaces.ECPublicKey
-
Returns the public point W.
- getW() - Method in class java.security.spec.ECPublicKeySpec
-
Returns the public point W.
- getW() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains component W of a quaternion.
- getW() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the component W in this vector.
- getWaitingConsumerCount() - Method in class java.util.concurrent.LinkedTransferQueue
-
- getWaitingConsumerCount() - Method in interface java.util.concurrent.TransferQueue
-
- getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Returns a collection containing those threads that may be
waiting on this Condition.
- getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Returns a collection containing those threads that may be
waiting on this Condition.
- getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns a collection containing those threads that may be
waiting on the given condition associated with this
synchronizer.
- getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns a collection containing those threads that may be
waiting on the given condition associated with this
synchronizer.
- getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns a collection containing those threads that may be
waiting on the given condition associated with this lock.
- getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns a collection containing those threads that may be
waiting on the given condition associated with the write lock.
- getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Returns an estimate of the number of threads waiting on
this condition.
- getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Returns an estimate of the number of threads waiting on
this condition.
- getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns an estimate of the number of threads waiting on the
given condition associated with this synchronizer.
- getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns an estimate of the number of threads waiting on the
given condition associated with this synchronizer.
- getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns an estimate of the number of threads waiting on the
given condition associated with this lock.
- getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns an estimate of the number of threads waiting on the
given condition associated with the write lock.
- getWaitTime() - Method in class ohos.rpc.MessageOption
-
Obtains the wait time.
- getWantClientAuth() - Method in class javax.net.ssl.SSLEngine
-
Returns true if the engine will request client authentication.
- getWantClientAuth() - Method in class javax.net.ssl.SSLParameters
-
Returns whether client authentication should be requested.
- getWantClientAuth() - Method in class javax.net.ssl.SSLServerSocket
-
Returns true if client authentication will be requested on
newly accepted server-mode connections.
- getWantClientAuth() - Method in class javax.net.ssl.SSLSocket
-
Returns true if the socket will request client authentication.
- getWarnings() - Method in interface java.sql.Connection
-
Retrieves the first warning reported by calls on this
Connection object.
- getWarnings() - Method in interface java.sql.ResultSet
-
Retrieves the first warning reported by calls on this
ResultSet object.
- getWarnings() - Method in interface java.sql.Statement
-
Retrieves the first warning reported by calls on this Statement object.
- getWatchDuration() - Method in class ohos.data.search.schema.VideoItem
-
Obtains the value of the watchDuration index field.
- getWebConfig() - Method in class ohos.agp.components.webengine.WebView
-
Obtains the
WebConfig object, which is used to set the
WebView attributes.
- getWebPageHeight() - Method in class ohos.agp.components.webengine.WebView
-
Obtains the height of a web page.
- getWebsite() - Method in class ohos.sysappcomponents.contact.entity.Website
-
Obtains the website.
- getWebsites() - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Obtains the website list of this contact.
- getWebUrl() - Static method in class ohos.utils.CommonPattern
-
Obtains the regular expression for verifying web URLs.
- getWeekData() - Method in class ohos.global.icu.util.Calendar
-
[icu] Return simple, immutable struct-like class for access to the week data in this calendar.
- getWeekDataForRegion(String) - Static method in class ohos.global.icu.util.Calendar
-
[icu] Return simple, immutable struct-like class for access to the CLDR week data.
- getWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets weekday strings.
- getWeekdays() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns wide weekday strings.
- getWeekdays(int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns weekday strings.
- getWeeksInWeekYear() - Method in class java.util.Calendar
-
Returns the number of weeks in the week year represented by this
Calendar.
- getWeeksInWeekYear() - Method in class java.util.GregorianCalendar
-
Returns the number of weeks in the
week year
represented by this
GregorianCalendar.
- getWeekYear() - Method in class java.util.Calendar
-
Returns the week year represented by this Calendar.
- getWeekYear() - Method in class java.util.GregorianCalendar
-
Returns the
week year represented by this
GregorianCalendar.
- getWeight() - Method in class java.util.Locale.LanguageRange
-
Returns the weight of this LanguageRange.
- getWeight() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the weight level of this process.
- getWeight() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Obtains animation weight used for playing mixed animations.
- getWeight() - Method in class ohos.agp.text.Font
-
Obtains the font weight.
- getWeightReasonCode() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
Obtains the reason for the weight level of this process.
- getWhen() - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail.UsedScene
-
Obtains the time when request permission.
- getWhereArgs() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Obtains the arguments of a predicate.
- getWhereArgs() - Method in class ohos.data.rdb.RawRdbPredicates
-
- getWhereClause() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Obtains the where clause from a predicate.
- getWhereClause() - Method in class ohos.data.rdb.RawRdbPredicates
-
- getWholeSize(UUID) - Method in class ohos.storageinfomgr.StorageInfoManager
-
Obtains the total space of a specified storage volume.
- getWidth() - Method in exception java.util.IllegalFormatWidthException
-
Returns the width
- getWidth() - Method in class ohos.agp.components.Component
-
Obtains the width of a component.
- getWidth() - Method in class ohos.agp.components.CornerMark
-
Obtains the width of the corner mark.
- getWidth() - Method in class ohos.agp.components.element.Element
-
Obtains the width of this Element object.
- getWidth() - Method in class ohos.agp.render.PdfDisplay.Page
-
Obtains the width of the current page.
- getWidth() - Method in class ohos.agp.render.Picture
-
Obtains the width of this picture.
- getWidth() - Method in interface ohos.agp.render.render3d.TargetBuffer
-
Obtains the width of the buffer.
- getWidth() - Method in class ohos.agp.render.Texture
-
Obtains the width of this texture for off-screen rendering.
- getWidth() - Method in class ohos.agp.text.Layout
-
Obtains the width of this layout.
- getWidth() - Method in class ohos.agp.utils.Rect
-
Obtains the width of a rectangle.
- getWidth() - Method in class ohos.agp.utils.RectFloat
-
Obtains the width of this RectFloat.
- getWidth() - Method in class ohos.ai.cv.common.BoundingBox
-
Obtains the width of the bounding box.
- getWidth() - Method in class ohos.data.search.schema.PhotoItem
-
Obtains the width of the photo.
- getWidth() - Method in class ohos.global.icu.text.MeasureFormat
-
Get the format width this instance is using.
- getWidth() - Method in class ohos.global.icu.util.LocaleData.PaperSize
-
Returns the width of the paper
- getWidth() - Method in class ohos.utils.geo.Rect
-
Obtains the width of a rectangle.
- getWidth() - Method in class ohos.utils.geo.RectFloat
-
Obtains the width of this RectFloat.
- getWidthSize() - Method in class ohos.utils.Dimension
-
Obtains the width of the current Dimension object.
- getWidthSize() - Method in class ohos.utils.FloatDimension
-
Obtains the width of the current FloatDimension object.
- getWindow() - Method in class ohos.aafwk.ability.Ability
-
Obtains the window corresponding to the current ability.
- getWindow() - Method in class ohos.aafwk.ability.AbilitySlice
-
Obtains the window corresponding to the current ability.
- getWindow() - Method in class ohos.agp.window.dialog.CommonDialog
-
Obtains the window corresponding to a dialog box.
- getWindowChangeTypes() - Method in class ohos.accessibility.AccessibilityEventInfo
-
Obtains the type of the window change event, which can be content change or status change.
- getWindowCount(Context) - Method in class ohos.agp.window.service.WindowManager
-
Obtains the number of all windows of the current application.
- getWindowId() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the window ID.
- getWindowLayer() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the window layers that are hierarchically ordered.
- getWindows() - Method in class ohos.accessibility.ability.AccessibleAbility
-
Obtains the list of interactive windows on the device, in the layers they are visible to users.
- getWindowsID(String) - Static method in class ohos.global.icu.util.TimeZone
-
[icu] Converts a system time zone ID to an equivalent Windows time zone ID.
- getWindowTitle() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the window title.
- getWindowType() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Obtains the window type.
- getWindowVisibleRect(Rect) - Method in class ohos.agp.components.Component
-
Obtain the visible rect of the window where the component is located.
- getWordInstance() - Static method in class java.text.BreakIterator
-
- getWordInstance() - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(Locale) - Static method in class java.text.BreakIterator
-
Returns a new
BreakIterator instance
for
word breaks
for the given locale.
- getWordInstance(Locale) - Static method in class ohos.global.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(ULocale) - Static method in class ohos.global.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates word boundaries.
- getWordPos(String, int) - Method in class ohos.ai.nlu.NluClient
-
Attaches POS tags to words and obtains the POS tags (synchronous method).
- getWordPos(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Attaches POS tags to words and obtains the POS tags (asynchronous method).
- getWordSegment(String, int) - Method in class ohos.ai.nlu.NluClient
-
Segments Chinese text and obtains the segmentation result (synchronous method).
- getWordSegment(String, int, OnResultListener<ResponseResult>) - Method in class ohos.ai.nlu.NluClient
-
Segments Chinese text and obtains the segmentation result (asynchronous method).
- getWordSize() - Method in class javax.crypto.spec.RC5ParameterSpec
-
Returns the word size in bits.
- getWorkLocation() - Method in class ohos.data.search.schema.ContactItem
-
Obtains the value of the workLocation index field.
- getWorkStatus(int) - Static method in class ohos.workscheduler.WorkScheduler
-
Obtains the latest status of a work.
- getWorldMatrix() - Method in class ohos.agp.render.render3d.components.WorldMatrixComponent
-
Obtains the world transform of the object.
- getWritableBytes() - Method in class ohos.utils.Parcel
-
Obtains the writable data space (in bytes) in the Parcel instance.
- getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Queries the number of reentrant write holds on this lock by the
current thread.
- getWritePermission() - Method in class ohos.bundle.AbilityInfo
-
Obtains the permission required for writing a data ability.
- getWritePosition() - Method in class ohos.utils.Parcel
-
Obtains the current write position in the Parcel instance.
- getX() - Method in interface java.security.interfaces.DSAPrivateKey
-
Returns the value of the private key, x.
- getX() - Method in class java.security.spec.DSAPrivateKeySpec
-
Returns the private key x.
- getX() - Method in interface javax.crypto.interfaces.DHPrivateKey
-
Returns the private value, x.
- getX() - Method in class javax.crypto.spec.DHPrivateKeySpec
-
Returns the private value x.
- getX() - Method in class ohos.agp.components.DragEvent
-
Obtains the X coordinate of the drag point.
- getX() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains component X of a quaternion.
- getX() - Method in class ohos.agp.render.render3d.math.Vector2
-
Obtains the component X in this vector.
- getX() - Method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the component X in this vector.
- getX() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the component X in this vector.
- getX() - Method in class ohos.multimodalinput.event.MmiPoint
-
Obtains the x coordinate.
- getXMLReader() - Method in class ohos.javax.xml.parsers.SAXParser
-
Returns the
XMLReader that is encapsulated by the
implementation of this class.
- getXMLReporter() - Method in class ohos.javax.xml.stream.XMLInputFactory
-
The reporter that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- getXMLResolver() - Method in class ohos.javax.xml.stream.XMLInputFactory
-
The resolver that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- getY() - Method in interface java.security.interfaces.DSAPublicKey
-
Returns the value of the public key, y.
- getY() - Method in class java.security.spec.DSAPublicKeySpec
-
Returns the public key y.
- getY() - Method in interface javax.crypto.interfaces.DHPublicKey
-
Returns the public value, y.
- getY() - Method in class javax.crypto.spec.DHPublicKeySpec
-
Returns the public value y.
- getY() - Method in class ohos.agp.components.DragEvent
-
Obtains the Y coordinate of the drag point.
- getY() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains component Y of a quaternion.
- getY() - Method in class ohos.agp.render.render3d.math.Vector2
-
Obtains the component Y in this vector.
- getY() - Method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the component Y in this vector.
- getY() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the component Y in this vector.
- getY() - Method in class ohos.multimodalinput.event.MmiPoint
-
Obtains the y coordinate.
- getYear() - Method in class java.sql.Time
-
Deprecated.
- getYear() - Method in class java.time.LocalDate
-
Gets the year field.
- getYear() - Method in class java.time.LocalDateTime
-
Gets the year field.
- getYear() - Method in class java.time.OffsetDateTime
-
Gets the year field.
- getYear() - Method in class java.time.YearMonth
-
Gets the year field.
- getYear() - Method in class java.time.ZonedDateTime
-
Gets the year field.
- getYear() - Method in class java.util.Date
-
- getYear() - Method in class ohos.agp.components.DatePicker
-
Obtains the year set in the date picker.
- getYearNames(int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns cyclic year name strings if the calendar has them,
for example: "jia-zi", "yi-chou", etc.
- getYears() - Method in class java.time.Period
-
Gets the amount of years of this period.
- getYellow() - Method in class ohos.agp.colors.CmykColor
-
Obtains the proportion of yellow.
- getZ() - Method in class ohos.agp.render.render3d.math.Quaternion
-
Obtains component Z of a quaternion.
- getZ() - Method in class ohos.agp.render.render3d.math.Vector3
-
Obtains the component Z in this vector.
- getZ() - Method in class ohos.agp.render.render3d.math.Vector4
-
Obtains the component Z in this vector.
- getZ() - Method in class ohos.multimodalinput.event.MmiPoint
-
Obtains the z coordinate.
- getZeroDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for zero.
- getZeroDigit() - Method in class java.time.format.DecimalStyle
-
Gets the character that represents zero.
- getZeroDigit() - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Returns the character used for zero.
- getZfar() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the far plane location.
- getZnear() - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Obtains the near plane location.
- getZodiacNames(int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns calendar zodiac name strings if the calendar has them,
for example: "Rat", "Ox", "Tiger", etc.
- getZone() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the zone ID, such as 'Europe/Paris'.
- getZone() - Method in class java.time.Clock
-
Gets the time-zone being used to create dates and times.
- getZone() - Method in class java.time.format.DateTimeFormatter
-
Gets the overriding zone to be used during formatting.
- getZone() - Method in class java.time.ZonedDateTime
-
Gets the time-zone, such as 'Europe/Paris'.
- getZoneStrings() - Method in class java.text.DateFormatSymbols
-
Gets time zone strings.
- getZoneStrings() - Method in class ohos.global.icu.text.DateFormatSymbols
-
Returns time zone strings.
- getZoomValue() - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Gets the zoom value configured for the current frame capture.
- getZoomValue() - Method in interface ohos.media.camera.device.FrameConfig
-
Gets the zoom value configured for the current frame capture.
- getZSONArray(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the ZSONArray object at the specified index of this ZSONArray.
- getZSONArray(String) - Method in class ohos.utils.zson.ZSONObject
-
- getZSONObject(int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the ZSONObject at the specified index in this ZSONArray.
- getZSONObject(String) - Method in class ohos.utils.zson.ZSONObject
-
Obtains the nested child ZSONObject matching the specified key in the map of the parent
ZSONObject.
- GIF() - Constructor for class ohos.media.image.common.PropertyKey.GIF
-
- GIGABIT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of digital: gigabit
- GIGABYTE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of digital: gigabyte
- GIGAHERTZ - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of frequency: gigahertz
- GIGAWATT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of power: gigawatt
- giveConnectionTemporarily(long) - Method in interface ohos.data.rdb.RdbStore
-
Disconnects from the database temporarily to allow other threads to use the database.
- GL_ACTIVE_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ACTIVE_PROGRAM - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ACTIVE_RESOURCES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ACTIVE_TEXTURE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ACTIVE_TEXTURE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_ACTIVE_VARIABLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ALL_BARRIER_BITS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ALL_SHADER_BITS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ALWAYS - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ALWAYS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_AMBIENT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_AMBIENT_AND_DIFFUSE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ARRAY_BUFFER - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ARRAY_BUFFER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_ARRAY_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ARRAY_STRIDE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BUFFER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ATOMIC_COUNTER_BUFFER_START - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_BACK - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_BACK - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_BLEND - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_BLEND - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_BLEND_ADVANCED_COHERENT_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_BLOCK_INDEX - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_BUFFER_DATA_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_BUFFER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_BUFFER_UPDATE_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_BUFFER_VARIABLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_CCW - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_CCW - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_CLAMP_TO_BORDER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_CLAMP_TO_BORDER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_CLAMP_TO_EDGE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_CLAMP_TO_EDGE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_COLOR_ATTACHMENT0 - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_COLOR_ATTACHMENT0 - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_COLOR_BUFFER_BIT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_COLOR_BUFFER_BIT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_COLORBURN - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COLORBURN_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COLORDODGE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COLORDODGE_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMMAND_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_COMPILE_STATUS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_COMPRESSED_RGBA_ASTC_10x10 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_10x10_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_10x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_10x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_10x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_10x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_10x8 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_10x8_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_12x10 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_12x10_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_12x12 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_12x12_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_4x4 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_4x4_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_5x4 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_5x4_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_5x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_5x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_6x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_6x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_6x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_6x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_8x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_8x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_8x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_8x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_RGBA_ASTC_8x8 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_RGBA_ASTC_8x8_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_COMPUTE_SHADER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_COMPUTE_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_COMPUTE_WORK_GROUP_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_CONSTANT_ATTENUATION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_CONTEXT_FLAG_DEBUG_BIT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_CONTEXT_FLAG_DEBUG_BIT_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_CONTEXT_FLAGS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_CONTEXT_LOST - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_CULL_FACE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_CULL_FACE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_CW - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_CW - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DARKEN - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DARKEN_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_CALLBACK_FUNCTION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_CALLBACK_FUNCTION_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_CALLBACK_USER_PARAM - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_CALLBACK_USER_PARAM_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_GROUP_STACK_DEPTH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_GROUP_STACK_DEPTH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_LOGGED_MESSAGES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_LOGGED_MESSAGES_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_OUTPUT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_OUTPUT_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_OUTPUT_SYNCHRONOUS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SEVERITY_HIGH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SEVERITY_HIGH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SEVERITY_LOW - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SEVERITY_LOW_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SEVERITY_MEDIUM - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SEVERITY_MEDIUM_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SEVERITY_NOTIFICATION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SEVERITY_NOTIFICATION_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_API - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_API_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_APPLICATION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_APPLICATION_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_OTHER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_OTHER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_SHADER_COMPILER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_SHADER_COMPILER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_THIRD_PARTY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_THIRD_PARTY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_SOURCE_WINDOW_SYSTEM - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_ERROR - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_ERROR_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_MARKER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_MARKER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_OTHER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_OTHER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_PERFORMANCE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_PERFORMANCE_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_POP_GROUP - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_POP_GROUP_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_PORTABILITY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_PORTABILITY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_PUSH_GROUP - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_PUSH_GROUP_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DECODE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DELETE_STATUS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DEPTH_ATTACHMENT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_DEPTH_ATTACHMENT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DEPTH_BUFFER_BIT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_DEPTH_BUFFER_BIT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DEPTH_COMPONENT16 - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DEPTH_STENCIL_ATTACHMENT - Static variable in class ohos.agp.render.opengl.GLES30
-
- GL_DEPTH_STENCIL_TEXTURE_MODE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_DEPTH_TEST - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_DEPTH_TEST - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_DEPTH24_STENCIL8 - Static variable in class ohos.agp.render.opengl.GLES30
-
- GL_DIFFERENCE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_DIFFERENCE_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_DIFFUSE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_DISPATCH_INDIRECT_BUFFER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_DISPATCH_INDIRECT_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_DRAW_FRAMEBUFFER - Static variable in class ohos.agp.render.opengl.GLES30
-
- GL_DRAW_INDIRECT_BUFFER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_DRAW_INDIRECT_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ELEMENT_ARRAY_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_EMISSION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_EXCLUSION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_EXCLUSION_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FIRST_VERTEX_CONVENTION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FIRST_VERTEX_CONVENTION_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FLOAT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FLOAT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_FOG_COLOR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FOG_DENSITY - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FOG_END - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FOG_MODE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FOG_START - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FRACTIONAL_EVEN - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRACTIONAL_EVEN_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRACTIONAL_ODD - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRACTIONAL_ODD_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRAGMENT_INTERPOLATION_OFFSET_BITS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRAGMENT_SHADER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_FRAGMENT_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FRAMEBUFFER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRAMEBUFFER_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER_COMPLETE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER_DEFAULT_HEIGHT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER_DEFAULT_LAYERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRAMEBUFFER_DEFAULT_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER_DEFAULT_WIDTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_FRONT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_FRONT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_GEOMETRY_INPUT_TYPE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GEOMETRY_LINKED_INPUT_TYPE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_LINKED_VERTICES_OUT_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_OUTPUT_TYPE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GEOMETRY_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GEOMETRY_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GEOMETRY_SHADER_BIT_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_SHADER_INVOCATIONS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GEOMETRY_SHADER_INVOCATIONS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_GEOMETRY_VERTICES_OUT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_GUILTY_CONTEXT_RESET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HARDLIGHT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HARDLIGHT_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_HSL_COLOR - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HSL_COLOR_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_HSL_HUE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HSL_HUE_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_HSL_LUMINOSITY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HSL_LUMINOSITY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_HSL_SATURATION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_HSL_SATURATION_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_IMAGE_2D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_2D_ARRAY - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_3D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_ACCESS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_FORMAT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_LAYER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_LAYERED - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_LEVEL - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BINDING_NAME - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_IMAGE_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_IMAGE_CUBE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_IMAGE_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_IMAGE_FORMAT_COMPATIBILITY_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INNOCENT_CONTEXT_RESET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_IMAGE_2D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INT_IMAGE_2D_ARRAY - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INT_IMAGE_3D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INT_IMAGE_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_IMAGE_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_INT_IMAGE_CUBE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_INT_SAMPLER_2D_MULTISAMPLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_INT_SAMPLER_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_SAMPLER_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_INVALID_VALUE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_INVALID_VALUE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_IS_PER_PATCH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_IS_PER_PATCH_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_IS_ROW_MAJOR - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ISOLINES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_ISOLINES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_KEEP - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LAST_VERTEX_CONVENTION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_LAST_VERTEX_CONVENTION_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_LAYER_PROVOKING_VERTEX - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_LAYER_PROVOKING_VERTEX_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_LEQUAL - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LEQUAL - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LESS - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LESS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LIGHT_MODEL_AMBIENT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LIGHTEN - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_LIGHTEN_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_LINE_LOOP - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINE_LOOP - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LINE_STRIP - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINE_STRIP - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LINE_STRIP_ADJACENCY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_LINE_STRIP_ADJACENCY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_LINEAR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINEAR - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LINEAR_ATTENUATION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LINES - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_LINES - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LINES_ADJACENCY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_LINES_ADJACENCY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_LINK_STATUS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_LOCATION - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_LOSE_CONTEXT_ON_RESET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MATRIX_STRIDE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COLOR_TEXTURE_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_COMBINED_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_SHARED_MEMORY_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_UNIFORM_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_WORK_GROUP_COUNT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_COMPUTE_WORK_GROUP_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_DEBUG_GROUP_STACK_DEPTH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_DEBUG_LOGGED_MESSAGES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_DEBUG_LOGGED_MESSAGES_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_DEBUG_MESSAGE_LENGTH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_DEBUG_MESSAGE_LENGTH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_DEPTH_TEXTURE_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAGMENT_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAGMENT_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAMEBUFFER_HEIGHT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAMEBUFFER_LAYERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_FRAMEBUFFER_LAYERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_FRAMEBUFFER_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_FRAMEBUFFER_WIDTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_INPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_OUTPUT_VERTICES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_SHADER_INVOCATIONS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_IMAGE_UNITS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_INTEGER_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_LABEL_LENGTH - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_LABEL_LENGTH_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_NAME_LENGTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_NUM_ACTIVE_VARIABLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_PATCH_VERTICES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_PATCH_VERTICES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_SAMPLE_MASK_WORDS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_SHADER_STORAGE_BLOCK_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_INPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_GEN_LEVEL - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_GEN_LEVEL_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TESS_PATCH_COMPONENTS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TESS_PATCH_COMPONENTS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TEXTURE_BUFFER_SIZE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MAX_TEXTURE_BUFFER_SIZE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MAX_TEXTURE_SIZE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_MAX_TEXTURE_SIZE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_MAX_UNIFORM_LOCATIONS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_ATOMIC_COUNTERS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_ATTRIB_BINDINGS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_ATTRIB_STRIDE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_IMAGE_UNIFORMS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_MIN_SAMPLE_SHADING_VALUE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MIN_SAMPLE_SHADING_VALUE_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MULTIPLY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MULTIPLY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_MULTISAMPLE_LINE_WIDTH_RANGE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_NAME_LENGTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_NEAREST - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_NEAREST - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_NICEST - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_NICEST - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_NO_ERROR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_NO_ERROR - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_NO_RESET_NOTIFICATION - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_NONE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_NUM_ACTIVE_VARIABLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ONE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ONE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_ONE_MINUS_SRC_ALPHA - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ONE_MINUS_SRC_ALPHA - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_OVERLAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_OVERLAY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PATCH_VERTICES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PATCH_VERTICES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PATCHES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PATCHES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PIXEL_BUFFER_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_POINTS - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_POINTS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_POSITION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_PRIMITIVE_BOUNDING_BOX - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PRIMITIVE_BOUNDING_BOX_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PRIMITIVES_GENERATED - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PRIMITIVES_GENERATED_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PROGRAM - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PROGRAM_INPUT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_PROGRAM_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_PROGRAM_OUTPUT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_PROGRAM_PIPELINE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_PROGRAM_PIPELINE_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_PROGRAM_SEPARABLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_QUADRATIC_ATTENUATION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_QUADS - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_QUADS_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_QUERY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_QUERY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_READ_FRAMEBUFFER - Static variable in class ohos.agp.render.opengl.GLES30
-
- GL_READ_ONLY - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_READ_WRITE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_REFERENCED_BY_COMPUTE_SHADER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_REFERENCED_BY_FRAGMENT_SHADER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_REFERENCED_BY_GEOMETRY_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_REFERENCED_BY_GEOMETRY_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_REFERENCED_BY_VERTEX_SHADER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_RENDERBUFFER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_RENDERER - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_RENDERER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_REPEAT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_REPEAT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_REPLACE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_REPLACE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_RESET_NOTIFICATION_STRATEGY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_RGB - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_RGB - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_RGBA - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_RGBA - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_RGBA8 - Static variable in class ohos.agp.render.opengl.GLES30
-
- GL_SAMPLE_MASK - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SAMPLE_MASK_VALUE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SAMPLE_POSITION - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SAMPLE_SHADING - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLE_SHADING_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SAMPLER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLER_2D - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_SAMPLER_2D_MULTISAMPLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SAMPLER_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLER_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SAMPLER_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLER_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SAMPLER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SCREEN - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SCREEN_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SHADER_COMPILER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_SHADER_IMAGE_ACCESS_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SHADER_STORAGE_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BLOCK - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BUFFER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BUFFER_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHADER_STORAGE_BUFFER_START - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_SHININESS - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SKIP_DECODE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SOFTLIGHT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_SOFTLIGHT_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_SPECULAR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SPOT_CUTOFF - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SPOT_DIRECTION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SPOT_EXPONENT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SRC_ALPHA - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_SRC_ALPHA - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_STACK_OVERFLOW - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_STACK_OVERFLOW_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_STACK_UNDERFLOW - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_STACK_UNDERFLOW_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_STATIC_DRAW - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_STATIC_DRAW - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_STENCIL_ATTACHMENT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_STENCIL_ATTACHMENT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_STENCIL_INDEX - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_STENCIL_INDEX_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_STENCIL_INDEX8_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_STENCIL_TEST - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TESS_CONTROL_OUTPUT_VERTICES - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_CONTROL_OUTPUT_VERTICES_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_CONTROL_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_CONTROL_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_CONTROL_SHADER_BIT_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_CONTROL_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_EVALUATION_SHADER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_EVALUATION_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_EVALUATION_SHADER_BIT_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_EVALUATION_SHADER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_GEN_MODE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_GEN_MODE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_GEN_POINT_MODE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_GEN_POINT_MODE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_GEN_SPACING - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_GEN_SPACING_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TESS_GEN_VERTEX_ORDER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TESS_GEN_VERTEX_ORDER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_2D - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_2D - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE_2D_MULTISAMPLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_ALPHA_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_ALPHA_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_BINDING_2D_MULTISAMPLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BINDING_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BINDING_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BLUE_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_BLUE_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_BORDER_COLOR - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BORDER_COLOR_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_BINDING - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_BINDING_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER_OFFSET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER_OFFSET_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_BUFFER_SIZE - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_BUFFER_SIZE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_COMPRESSED - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TEXTURE_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_DEPTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_DEPTH_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_DEPTH_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_EXTERNAL_OES - Static variable in class ohos.agp.render.opengl.GLESExt
-
- GL_TEXTURE_FETCH_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_FIXED_SAMPLE_LOCATIONS - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_GREEN_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_GREEN_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_HEIGHT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_MAG_FILTER - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_MAG_FILTER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE_MIN_FILTER - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_MIN_FILTER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE_RED_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_RED_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_SAMPLES - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_SHARED_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_SRGB_DECODE_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TEXTURE_STENCIL_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_UPDATE_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_WIDTH - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TEXTURE_WRAP_S - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_WRAP_S - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE_WRAP_T - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE_WRAP_T - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE0 - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE0 - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE1 - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE1 - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TEXTURE3 - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TEXTURE3 - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TOP_LEVEL_ARRAY_SIZE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TOP_LEVEL_ARRAY_STRIDE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TRANSFORM_FEEDBACK_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TRANSFORM_FEEDBACK_VARYING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_TRIANGLE_FAN - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TRIANGLE_FAN - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TRIANGLE_STRIP - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TRIANGLE_STRIP - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TRIANGLE_STRIP_ADJACENCY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TRIANGLE_STRIP_ADJACENCY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TRIANGLES - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TRIANGLES - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TRIANGLES_ADJACENCY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_TRIANGLES_ADJACENCY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_TRUE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_TRUE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_TYPE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNDEFINED_VERTEX - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNDEFINED_VERTEX_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNIFORM - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNIFORM_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNIFORM_BLOCK - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNKNOWN_CONTEXT_RESET - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNPACK_ALIGNMENT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_UNSIGNED_BYTE - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_UNSIGNED_BYTE - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_UNSIGNED_INT_ATOMIC_COUNTER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_IMAGE_2D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_IMAGE_2D_ARRAY - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_IMAGE_3D - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_IMAGE_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNSIGNED_INT_IMAGE_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNSIGNED_INT_IMAGE_CUBE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNSIGNED_INT_SAMPLER_BUFFER - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_UNSIGNED_SHORT - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_UNSIGNED_SHORT - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_VALIDATE_STATUS - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_VENDOR - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_VENDOR - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_VERSION - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_VERSION - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_VERTEX_ARRAY - Static variable in class ohos.agp.render.opengl.GLES32
-
- GL_VERTEX_ARRAY_KHR - Static variable in class ohos.agp.render.opengl.GLES2Ext
-
- GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_ATTRIB_BINDING - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_BINDING_BUFFER - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_BINDING_DIVISOR - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_BINDING_OFFSET - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_BINDING_STRIDE - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_VERTEX_SHADER - Static variable in class ohos.agp.render.opengl.GLES20
-
- GL_VERTEX_SHADER_BIT - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_WRITE_ONLY - Static variable in class ohos.agp.render.opengl.GLES31
-
- GL_ZERO - Static variable in class ohos.agp.render.opengl.GLES1X
-
- GL_ZERO - Static variable in class ohos.agp.render.opengl.GLES20
-
- glActiveShaderProgram(int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glActiveTexture(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glActiveTexture(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- GLAGOLITIC - java.lang.Character.UnicodeScript
-
Unicode script "Glagolitic".
- GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Glagolitic" Unicode character block.
- GLAGOLITIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC - Static variable in class ohos.global.icu.lang.UScript
-
Script in Unicode 4.1
- GLAGOLITIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- glAlphaFunc(int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glAlphaFuncx(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glAttachShader(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBeginQuery(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBeginTransformFeedback(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindAttribLocation(int, int, String) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBindBuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBindBuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBindBufferBase(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindBufferRange(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindFramebuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBindFramebuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindFramebufferOES(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBindImageTexture(int, int, int, boolean, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindImageTexture(int, int, int, boolean, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glBindProgramPipeline(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glBindRenderbuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBindRenderbuffer(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindSampler(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindTexture(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBindTexture(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBindTransformFeedback(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindVertexArray(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBindVertexBuffer(int, int, long, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glBlendBarrier() - Static method in class ohos.agp.render.opengl.GLES32
-
- glBlendBarrierKHR() - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glBlendColor(float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBlendEquation(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBlendEquationi(int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glBlendEquationiEXT(int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glBlendEquationSeparate(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBlendEquationSeparatei(int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glBlendEquationSeparateiEXT(int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glBlendFunc(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBlendFunc(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBlendFunci(int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glBlendFunciEXT(int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glBlendFuncSeparate(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBlendFuncSeparatei(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glBlendFuncSeparateiEXT(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glBufferData(int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBufferData(int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glBufferSubData(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glBufferSubData(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCheckFramebufferStatus(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCheckFramebufferStatusOES(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClear(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClear(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glClearBufferfi(int, int, float, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glClearBufferfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glClearBufferiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glClearBufferuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glClearColor(float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClearColor(float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glClearColorx(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClearDepthf(float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClearDepthf(float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glClearDepthx(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClearStencil(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClearStencil(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glClientActiveTexture(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glClientWaitSync(long, int, long) - Static method in class ohos.agp.render.opengl.GLES30
-
- glClipPlanef(int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glColor4f(float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glColor4x(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glColorMask(boolean, boolean, boolean, boolean) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glColorMask(boolean, boolean, boolean, boolean) - Static method in class ohos.agp.render.opengl.GLES20
-
- glColorMaski(int, boolean, boolean, boolean, boolean) - Static method in class ohos.agp.render.opengl.GLES32
-
- glColorMaskiEXT(int, boolean, boolean, boolean, boolean) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glColorPointer(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCompileShader(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glCopyBufferSubData(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glCreateProgram() - Static method in class ohos.agp.render.opengl.GLES20
-
- glCreateShader(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glCreateShaderProgramv(int, String[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glCullFace(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glCullFace(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDebugMessageControl(int, int, int, int, int[], boolean) - Static method in class ohos.agp.render.opengl.GLES32
-
- glDebugMessageControlKHR(int, int, int, int, int[], boolean) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glDebugMessageInsert(int, int, int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES32
-
- glDebugMessageInsertKHR(int, int, int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glDeleteBuffers(int, int[], int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDeleteBuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDeleteBuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteFramebuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteFramebuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteFramebuffersOES(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDeleteProgram(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteProgramPipelines(int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glDeleteQueries(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDeleteRenderbuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteRenderbuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteSamplers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDeleteShader(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteSync(long) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDeleteTextures(int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDeleteTextures(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteTextures(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDeleteTransformFeedbacks(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDeleteVertexArrays(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDepthFunc(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDepthFunc(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDepthMask(boolean) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDepthMask(boolean) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDepthRangef(float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDepthRangef(float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDepthRangex(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDetachShader(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDisable(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDisable(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDisableClientState(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDisablei(int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glDisableiEXT(int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glDisableVertexAttribArray(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDispatchCompute(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDispatchCompute(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glDispatchComputeIndirect(long) - Static method in class ohos.agp.render.opengl.GLES31
-
- glDrawArrays(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDrawArrays(int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDrawArraysIndirect(int, long) - Static method in class ohos.agp.render.opengl.GLES31
-
- glDrawArraysInstanced(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDrawBuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDrawElements(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glDrawElements(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glDrawElementsBaseVertex(int, int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glDrawElementsIndirect(int, int, long) - Static method in class ohos.agp.render.opengl.GLES31
-
- glDrawElementsInstanced(int, int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDrawElementsInstancedBaseVertex(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glDrawRangeElements(int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glEGLImageTargetTexture2DOES(int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glEnable(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glEnable(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glEnableClientState(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glEnablei(int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glEnableiEXT(int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glEnableVertexAttribArray(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glEndQuery(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glEndTransformFeedback() - Static method in class ohos.agp.render.opengl.GLES30
-
- GLES_VERSION_DEFAULT - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application does not define the OpenGL ES version requirement, which is the default value.
- GLES1X - Class in ohos.agp.render.opengl
-
- GLES1X() - Constructor for class ohos.agp.render.opengl.GLES1X
-
- GLES20 - Class in ohos.agp.render.opengl
-
- GLES20() - Constructor for class ohos.agp.render.opengl.GLES20
-
- GLES2Ext - Class in ohos.agp.render.opengl
-
- GLES2Ext() - Constructor for class ohos.agp.render.opengl.GLES2Ext
-
- GLES30 - Class in ohos.agp.render.opengl
-
- GLES30() - Constructor for class ohos.agp.render.opengl.GLES30
-
- GLES31 - Class in ohos.agp.render.opengl
-
- GLES31() - Constructor for class ohos.agp.render.opengl.GLES31
-
- GLES32 - Class in ohos.agp.render.opengl
-
- GLES32() - Constructor for class ohos.agp.render.opengl.GLES32
-
- GLESExt - Class in ohos.agp.render.opengl
-
- GLESExt() - Constructor for class ohos.agp.render.opengl.GLESExt
-
- glFenceSync(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glFinish() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFinish() - Static method in class ohos.agp.render.opengl.GLES20
-
- glFlush() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFlush() - Static method in class ohos.agp.render.opengl.GLES20
-
- glFlushMappedBufferRange(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glFogf(int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFogfv(int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFogx(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFogxv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFogxv(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFramebufferParameteri(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glFramebufferRenderbuffer(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glFramebufferTexture(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glFramebufferTexture2D(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glFramebufferTexture2DOES(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFramebufferTextureEXT(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glFramebufferTextureLayer(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glFrontFace(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFrontFace(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glFrustumf(float, float, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glFrustumx(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGenBuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenBuffers(int, int[], int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGenBuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGenBuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenerateMipmap(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenFramebuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenFramebuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenFramebuffersOES(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGenProgramPipelines(int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGenQueries(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGenRenderbuffers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenRenderbuffers(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenSamplers(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGenTextures(int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGenTextures(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenTextures(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGenTransformFeedbacks(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGenVertexArrays(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetActiveAttrib(int, int, int, int[], int[], int[], byte[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetActiveUniform(int, int, int, int[], int[], int[], byte[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetActiveUniformBlockiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetActiveUniformBlockName(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetActiveUniformBlockName(int, int, int, int[], byte[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetActiveUniformsiv(int, int, int[], int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetAttribLocation(int, String) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetBooleaniv(int, int, boolean[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetBooleanv(int, boolean[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetBufferParameteri64v(int, int, long[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetBufferParameteriv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetBufferPointerv(int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetError() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetError() - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetFloatv(int, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetFragDataLocation(int, String) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetFramebufferParameteriv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetGraphicsResetStatus() - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetInteger64iV(int, int, long[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetInteger64v(int, long[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetIntegerIndexv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetIntegerv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetIntegerv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetInternalformativ(int, int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetMultisamplefv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetnUniformfv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetnUniformiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetnUniformuiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetProgramBinary(int, int, int[], int[], Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetProgramInfoLog(int, int, IntBuffer, StringBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetProgramInterfaceiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetProgramPipelineInfoLog(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramPipelineiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramResourceIndex(int, int, String) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramResourceiv(int, int, int, int, int[], int, int[], int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramResourceLocation(int, int, String) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetProgramResourceName(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetQueryiv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetQueryObjectuiv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetRenderbufferParameteriv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetSamplerParameterfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetSamplerParameterIiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetSamplerParameterIivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glGetSamplerParameterIuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetSamplerParameterIuivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glGetSamplerParameteriv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetShaderInfoLog(int, int, IntBuffer, StringBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetShaderiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetShaderiv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetShaderSource(int, int, IntBuffer, CharBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetString(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetString(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetStringi(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetSynciv(long, int, int, int[], int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetTexEnvxv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetTexLevelParameterfv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetTexLevelParameteriv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glGetTexParameterfv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetTexParameterIiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetTexParameterIivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glGetTexParameterIuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glGetTexParameterIuivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glGetTexParameteriv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetTexParameteriv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetTexParameterxv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glGetTransformFeedbackVarying(int, int, int, int[], int[], int[], byte[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetUniformBlockIndex(int, String) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetUniformfv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetUniformIndices(int, String[], int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetUniformiv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetUniformLocation(int, String) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetUniformuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetVertexAttribfv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glGetVertexAttribIiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetVertexAttribIuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glGetVertexAttribiv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glHint(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glHint(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glInvalidateFramebuffer(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glInvalidateSubFramebuffer(int, int, int[], int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glIsBuffer(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glIsBuffer(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsEnabled(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glIsEnabled(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsEnabledi(int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glIsEnablediEXT(int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glIsFramebuffer(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsProgram(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsProgramPipeline(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glIsQuery(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glIsRenderbuffer(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsSampler(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glIsShader(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsSync(long) - Static method in class ohos.agp.render.opengl.GLES30
-
- glIsTexture(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glIsTexture(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glIsTransformFeedback(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glIsVertexArray(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glLightf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightModelf(int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightModelfv(int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightModelx(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightModelxv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightModelxv(int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightx(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightxv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLightxv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLineWidth(float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLineWidth(float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glLineWidthx(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLinkProgram(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glLoadIdentity() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLoadMatrixf(float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLoadMatrixf(FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLoadMatrixx(int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLoadMatrixx(IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glLogicOp(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMapBufferRange(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glMaterialf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMaterialfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMaterialx(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMaterialxv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMaterialxv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMatrixMode(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMemoryBarrier(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glMemoryBarrier(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glMemoryBarrierByRegion(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glMinSampleShading(float) - Static method in class ohos.agp.render.opengl.GLES32
-
- glMinSampleShadingOES(float) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glMultiTexCoord4f(int, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMultiTexCoord4x(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMultMatrixf(float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMultMatrixf(FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMultMatrixx(int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glMultMatrixx(IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glNormal3f(float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glNormal3x(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glNormalPointer(int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glob(String, String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
- glob(String, String) - Method in class ohos.data.orm.OrmPredicates
-
- glob(String, String) - Method in class ohos.data.rdb.RdbPredicates
-
- global - Static variable in class java.util.logging.Logger
-
- GLOBAL_ACTION_BACK - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of returning to the previous page.
- GLOBAL_ACTION_HOME - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of returning to the home page.
- GLOBAL_ACTION_LOCK_SCREEN - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of locking the screen.
- GLOBAL_ACTION_NOTIFICATIONS - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of opening the notification panel.
- GLOBAL_ACTION_POWER_DIALOG - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of pressing and holding the power button.
- GLOBAL_ACTION_QUICK_SETTINGS - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of opening quick settings.
- GLOBAL_ACTION_RECENTS - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of displaying a list of recent tasks.
- GLOBAL_ACTION_TAKE_SCREENSHOT - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of taking a screenshot.
- GLOBAL_ACTION_TOGGLE_SPLIT_SCREEN - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates a global action of switching between split screens.
- GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
-
GLOBAL_LOGGER_NAME is a name for the global logger.
- glObjectLabel(int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES32
-
- glObjectLabelKHR(int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glOrthof(float, float, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glOrthox(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPatchParameteri(int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glPatchParameteriEXT(int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glPauseTransformFeedback() - Static method in class ohos.agp.render.opengl.GLES30
-
- glPixelStorei(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPixelStorei(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glPointSize(float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPointSizex(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPolygonOffset(float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPolygonOffset(float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glPolygonOffsetx(int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPopDebugGroup() - Static method in class ohos.agp.render.opengl.GLES32
-
- glPopDebugGroupKHR() - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glPopMatrix() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glPrimitiveBoundingBox(float, float, float, float, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES32
-
- glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glProgramBinary(int, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glProgramParameteri(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glProgramUniform1f(int, int, float) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform1fv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform1i(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform1iv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform1ui(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform1uiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2f(int, int, float, float) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2fv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2i(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2iv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2ui(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform2uiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3f(int, int, float, float, float) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3fv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3i(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3iv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3ui(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform3uiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4f(int, int, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4fv(int, int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4i(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4iv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4ui(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniform4uiv(int, int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix2fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix2x3fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix2x4fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix3fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix3x2fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix3x4fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix4fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix4x2fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glProgramUniformMatrix4x3fv(int, int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES31
-
- glPushDebugGroup(int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES32
-
- glPushDebugGroupKHR(int, int, int, String) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glPushMatrix() - Static method in class ohos.agp.render.opengl.GLES1X
-
- glReadBuffer(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glReadnPixels(int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES32
-
- glReadPixels(int, int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glReleaseShaderCompiler() - Static method in class ohos.agp.render.opengl.GLES20
-
- glRenderbufferStorage(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glRenderbufferStorageMultisample(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glResumeTransformFeedback() - Static method in class ohos.agp.render.opengl.GLES30
-
- glRotatef(float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glRotatex(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glSampleCoverage(float, boolean) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glSampleCoverage(float, boolean) - Static method in class ohos.agp.render.opengl.GLES20
-
- glSampleCoveragex(int, boolean) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glSampleMaski(int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glSamplerParameterf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES30
-
- glSamplerParameterfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glSamplerParameteri(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glSamplerParameterIiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glSamplerParameterIivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glSamplerParameterIuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glSamplerParameterIuivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glSamplerParameteriv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glScalef(float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glScalex(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glScissor(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glScissor(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glShadeModel(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glShaderBinary(int, IntBuffer, int, Buffer, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glShaderSource(int, int, String[], IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilFunc(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glStencilFunc(int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilFuncSeparate(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilMask(int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glStencilMask(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilMaskSeparate(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilOp(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glStencilOp(int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glStencilOpSeparate(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexBuffer(int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glTexBufferEXT(int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glTexBufferRange(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES32
-
- glTexBufferRangeEXT(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glTexCoordPointer(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexCoordPointer(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexEnvf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexEnvfv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexEnvx(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexEnvxv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexEnvxv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glTexParameterf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexParameterf(int, int, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexParameterfv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexParameteri(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexParameteri(int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexParameterIiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glTexParameterIivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glTexParameterIuiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES32
-
- glTexParameterIuivEXT(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glTexParameteriv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexParameterx(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexStorage2D(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glTexStorage2DMultisample(int, int, int, int, int, boolean) - Static method in class ohos.agp.render.opengl.GLES31
-
- glTexStorage3D(int, int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glTexStorage3DMultisample(int, int, int, int, int, int, boolean) - Static method in class ohos.agp.render.opengl.GLES32
-
- glTexStorage3DMultisampleOES(int, int, int, int, int, int, boolean) - Static method in class ohos.agp.render.opengl.GLES2Ext
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- GltfData - Interface in ohos.agp.render.render3d.gltf
-
Represents the glTF data obtained from a glTF file.
- GltfExporter - Interface in ohos.agp.render.render3d.gltf
-
Provides methods for exporting 3D models, animations, and materials to a glTF file.
- GltfImportData - Interface in ohos.agp.render.render3d.gltf
-
Provides methods for importing data from a glTF file.
- GltfLoader - Interface in ohos.agp.render.render3d.gltf
-
Imports 3D models and related data (such as animations and materials) from a glTF file.
- GltfLoader.ImportListener - Interface in ohos.agp.render.render3d.gltf
-
Listener for asynchronous import result.
- glTransformFeedbackVaryings(int, int, String[], int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glTranslatef(float, float, float) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glTranslatex(int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- GLUE - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- GLUE_AFTER_ZWJ - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- GLUE_AFTER_ZWJ - Static variable in interface ohos.global.icu.lang.UCharacter.WordBreak
-
- glUniform1f(int, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform1fv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform1i(int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform1iv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform1ui(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform1uiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform2f(int, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform2fv(int, int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform2i(int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform2iv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform2ui(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform2uiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform3f(int, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform3fv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform3i(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform3iv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform3ui(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform3uiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform4f(int, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform4fv(int, int, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform4i(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform4iv(int, int, IntBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniform4ui(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniform4uiv(int, int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformBlockBinding(int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix2fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniformMatrix2x3fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix2x3fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix2x4fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix2x4fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix3fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniformMatrix3x2fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix3x2fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix3x4fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix3x4fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix4fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUniformMatrix4x2fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix4x2fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix4x3fv(int, int, boolean, float[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUniformMatrix4x3fv(int, int, boolean, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUnmapBuffer(int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glUseProgram(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glUseProgramStages(int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glValidateProgram(int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glValidateProgramPipeline(int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glVertexAttrib1f(int, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib1fv(int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib2f(int, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib2fv(int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib3f(int, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib3fv(int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib4f(int, float, float, float, float) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttrib4fv(int, FloatBuffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttribBinding(int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glVertexAttribDivisor(int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribFormat(int, int, int, boolean, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glVertexAttribI4i(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribI4iv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribI4ui(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribI4uiv(int, int[]) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribIFormat(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
- glVertexAttribIPointer(int, int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribIPointer(int, int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES30
-
- glVertexAttribPointer(int, int, int, boolean, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES20
-
- glVertexBindingDivisor(int, int) - Static method in class ohos.agp.render.opengl.GLES31
-
Modifies the rate at which generic vertex attributes advance.
- glVertexPointer(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glVertexPointer(int, int, int, Buffer) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glViewport(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES1X
-
- glViewport(int, int, int, int) - Static method in class ohos.agp.render.opengl.GLES20
-
- glWaitSync(long, int, long) - Static method in class ohos.agp.render.opengl.GLES30
-
- GMT_ZONE - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] The immutable GMT (=UTC) time zone.
- GO_BAND_2G - Static variable in class ohos.wifi.p2p.WifiP2pConfig
-
Indicates that the group owner can use the 2.4 GHz band.
- GO_BAND_5G - Static variable in class ohos.wifi.p2p.WifiP2pConfig
-
Indicates that the group owner can use the 5 GHz band.
- GO_BAND_AUTO - Static variable in class ohos.wifi.p2p.WifiP2pConfig
-
Indicates that the group owner can use any of all the supported bands.
- goAsyncCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Enables asynchronous processing for the current ordered common event.
- goBack() - Method in interface ohos.agp.components.webengine.Navigator
-
Goes back to the previous page.
- goForward() - Method in interface ohos.agp.components.webengine.Navigator
-
Goes to the next page.
- GOOD - ohos.batterymanager.BatteryInfo.BatteryHealthState
-
Indicates that the battery is in healthy state.
- GOTHIC - java.lang.Character.UnicodeScript
-
Unicode script "Gothic".
- GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gothic" Unicode character block.
- GOTHIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GOTHIC - Static variable in class ohos.global.icu.lang.UScript
-
Gothic
- GOTHIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- goTo(int) - Method in class ohos.data.resultset.AbsResultSet
-
- goTo(int) - Method in interface ohos.data.resultset.ResultSet
-
Go to the specified row of the result set forwards or backwards by an offset relative to its current position.
- goTo(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToFirstRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position to the first line.
- goToFirstRow() - Method in class ohos.data.resultset.AbsResultSet
-
- goToFirstRow() - Method in interface ohos.data.resultset.ResultSet
-
Go to the first row of the result set.
- goToFirstRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToLastRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position to the last line.
- goToLastRow() - Method in class ohos.data.resultset.AbsResultSet
-
- goToLastRow() - Method in interface ohos.data.resultset.ResultSet
-
Go to the last row of the result set.
- goToLastRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToNextRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position to the next line.
- goToNextRow() - Method in class ohos.data.resultset.AbsResultSet
-
- goToNextRow() - Method in interface ohos.data.resultset.ResultSet
-
Go to the next row of the result set.
- goToNextRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToPreviousRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position to the previous line.
- goToPreviousRow() - Method in class ohos.data.resultset.AbsResultSet
-
- goToPreviousRow() - Method in interface ohos.data.resultset.ResultSet
-
Go to the previous row of the result set.
- goToPreviousRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToRow(int) - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position from 0 to an absolute position.
- goToRow(int) - Method in class ohos.data.resultset.AbsResultSet
-
- goToRow(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- goToRow(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- goToRow(int) - Method in interface ohos.data.resultset.ResultSet
-
Go to the specified row of the result set.
- goToRow(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- goToRow(int) - Method in class ohos.data.resultset.TableResultSet
-
- GPS_ALTITUDE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_ALTITUDE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- GPS_AREA_INFORMATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DATESTAMP - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DEST_BEARING - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_DEST_BEARING_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DEST_DISTANCE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_DEST_DISTANCE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DEST_LATITUDE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_DEST_LATITUDE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DEST_LONGITUDE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_DEST_LONGITUDE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_DIFFERENTIAL - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- GPS_DOP - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_IMG_DIRECTION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_IMG_DIRECTION_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_LATITUDE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational, format is "num1/denom1,num2/denom2,num3/denom3".
- GPS_LATITUDE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_LONGITUDE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational, format is "num1/denom1,num2/denom2,num3/denom3".
- GPS_LONGITUDE_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_MAP_DATUM - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_MEASURE_MODE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_PROCESSING_METHOD - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_SATELLITES - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_SPEED - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_SPEED_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_STATUS - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_TIMESTAMP - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String, format is "hh:mm:ss".
- GPS_TRACK - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- GPS_TRACK_REF - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GPS_VERSION_ID - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- GpuResourceHandle - Interface in ohos.agp.render.render3d.resources
-
Provides methods of determining whether a GPU resource handle is valid and obtaining the engine to which the handle
belongs.
- gradientShaderColor - Variable in class ohos.agp.render.Paint
-
Indicates the gradientShaderColor attribute of this Paint.
- GRAM - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: gram
- GRANT_SENSITIVE_PERMISSIONS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to grant sensitive permissions to other applications.
- GRANTHA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GRANTHA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- GRANTHA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- grantMode - Variable in class ohos.security.permission.PermissionDef
-
The mode of this permission is granted.it contains SYSTEM_GRANT and USER_GRANT.
- GRAPHEME_BASE - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Grapheme_Base (new).
- GRAPHEME_CLUSTER_BREAK - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1).
- GRAPHEME_EXTEND - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Grapheme_Extend (new).
- GRAPHEME_LINK - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Grapheme_Link (new).
- GRAPHIC - ohos.global.resource.ResourceType
-
Indicates the graphic type.
- GRAPHIC_ATTR - Static variable in class ohos.global.resource.solidxml.TypedAttribute
-
Indicates that the type of the XML attribute value is GRAPHIC_ATTR.
- Graphic_button_bg_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Graphic_button_bg_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Graphic_button_bg_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- GravitationalClick - Class in ohos.agp.animation.styledsolutions
-
Implements a bouncing animation effect on a component upon a touch.
- GravitationalClick() - Constructor for class ohos.agp.animation.styledsolutions.GravitationalClick
-
- GRAVITY_BOTTOM - Static variable in class ohos.agp.components.Image
-
Indicates the bottom alignment mode of clipping images.
- GRAVITY_CENTER - Static variable in class ohos.agp.components.Image
-
Indicates the center alignment mode of clipping images.
- GRAVITY_LEFT - Static variable in class ohos.agp.components.Image
-
Indicate the left alignment mode of clipping images.
- GRAVITY_RIGHT - Static variable in class ohos.agp.components.Image
-
Indicates the right alignment mode of clipping images.
- GRAVITY_TOP - Static variable in class ohos.agp.components.Image
-
Indicates the top alignment mode of clipping images.
- GRAY - Static variable in class ohos.agp.colors.CmykPalette
-
- GRAY - Static variable in class ohos.agp.colors.HslPalette
-
The HSL representation for gray.
- GRAY - Static variable in class ohos.agp.colors.HsvPalette
-
The HSV representation for gray.
- GRAY - Static variable in class ohos.agp.colors.RgbPalette
-
- GRAY - Static variable in class ohos.agp.utils.Color
-
Indicates the gray color, represented by 0xFF808080.
- greaterThan(String, double) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than a specified value.
- greaterThan(String, double) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is
greater than the specified double value.
- greaterThan(String, double) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than a specified value.
- greaterThan(String, double) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than a specified value.
- greaterThan(String, float) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than a specified value.
- greaterThan(String, float) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than a specified value.
- greaterThan(String, float) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than a specified value.
- greaterThan(String, int) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than a specified value.
- greaterThan(String, int) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is
greater than the specified int value.
- greaterThan(String, int) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than a specified value.
- greaterThan(String, int) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than a specified value.
- greaterThan(String, long) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than a specified value.
- greaterThan(String, long) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is
greater than the specified long value.
- greaterThan(String, long) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than a specified value.
- greaterThan(String, long) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than a specified value.
- greaterThan(String, String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than a specified value.
- greaterThan(String, String) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is
greater than the specified string value.
- greaterThan(String, String) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than a specified value.
- greaterThan(String, String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than a specified value.
- greaterThan(String, Time) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than a specified value.
- greaterThan(String, Time) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than a specified value.
- greaterThan(String, Time) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than a specified value.
- greaterThan(String, Timestamp) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than a specified value.
- greaterThan(String, Timestamp) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than a specified value.
- greaterThan(String, Timestamp) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than a specified value.
- greaterThan(String, Calendar) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than a specified value.
- greaterThan(String, Calendar) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than a specified value.
- greaterThan(String, Calendar) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than a specified value.
- greaterThan(String, Date) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than a specified value.
- greaterThan(String, Date) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than a specified value.
- greaterThan(String, Date) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than a specified value.
- greaterThanOrEqualTo(String, double) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, double) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is greater
than or equal to the specified double value.
- greaterThanOrEqualTo(String, double) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, double) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is double and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, float) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, float) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, float) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is float and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, int) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, int) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is greater
than or equal to the specified int value.
- greaterThanOrEqualTo(String, int) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, int) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is int and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, long) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, long) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is greater
than or equal to the specified long value.
- greaterThanOrEqualTo(String, long) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, long) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is long and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, String) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is greater
than or equal to the specified string value.
- greaterThanOrEqualTo(String, String) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
String and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Time) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Time) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Time) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Time and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Timestamp) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Timestamp) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Timestamp) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Timestamp and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Calendar) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Calendar) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Calendar) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Calendar and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Date) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Date) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than or equal to a specified value.
- greaterThanOrEqualTo(String, Date) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the field whose data type is
Date and value is
greater than or equal to a specified value.
- GREATEST_MINIMUM - Static variable in class ohos.global.icu.util.Calendar
-
Limit type for getLimit() and handleGetLimit()
indicating the greatest minimum value that a field can take.
- greatNotEqual(float, float) - Static method in class ohos.agp.render.opengl.Utils
-
Checks whether the left-hand-side floating-point number is greater than the right-hand-side floating-point
number.
- greatOrEqual(float, float) - Static method in class ohos.agp.render.opengl.Utils
-
Checks whether the left-hand-side floating-point number is greater than or equal to the right-hand-side
floating-point number based on the default epsilon.
- GREEK - java.lang.Character.UnicodeScript
-
Unicode script "Greek".
- GREEK - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek and Coptic" Unicode character block.
- GREEK - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- GREEK - Static variable in class ohos.global.icu.lang.UScript
-
Greek
- GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek Extended" Unicode character block.
- GREEK_EXTENDED - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_EXTENDED_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- GREEN - Static variable in class ohos.agp.colors.CmykPalette
-
Indicates that the
CmykColor object is green.
- GREEN - Static variable in class ohos.agp.colors.HslPalette
-
The HSL representation for green.
- GREEN - Static variable in class ohos.agp.colors.HsvPalette
-
The HSV representation for green.
- GREEN - Static variable in class ohos.agp.colors.RgbPalette
-
- GREEN - Static variable in class ohos.agp.utils.Color
-
Indicates the green color, represented by 0xFF00FF00.
- GregorianCalendar - Class in java.util
-
GregorianCalendar is a concrete subclass of
Calendar and provides the standard calendar system
used by most of the world.
- GregorianCalendar - Class in ohos.global.icu.util
-
[icu enhancement] ICU's replacement for
GregorianCalendar. Methods, fields, and other functionality specific to ICU are labeled '
[icu]'.
- GregorianCalendar() - Constructor for class java.util.GregorianCalendar
-
Constructs a default
GregorianCalendar using the current time
in the default time zone with the default
Locale.Category#FORMAT locale.
- GregorianCalendar() - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a default GregorianCalendar using the current time
in the default time zone with the default FORMAT locale.
- GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date set
in the default time zone with the default locale.
- GregorianCalendar(int, int, int) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default locale.
- GregorianCalendar(int, int, int, int, int) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default locale.
- GregorianCalendar(int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(Locale) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
-
Constructs a
GregorianCalendar based on the current time
in the given time zone with the default
Locale.Category#FORMAT locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(TimeZone) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the default FORMAT locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
[icu] Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(ULocale) - Constructor for class ohos.global.icu.util.GregorianCalendar
-
[icu] Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- gregorianMonthLength(int, int) - Static method in class ohos.global.icu.util.Calendar
-
Returns the length of a month of the Gregorian calendar.
- gregorianPreviousMonthLength(int, int) - Static method in class ohos.global.icu.util.Calendar
-
Returns the length of a previous month of the Gregorian calendar.
- group - Variable in class ohos.security.permission.PermissionDef
-
Group to which this permission belongs.
- group() - Method in class java.nio.channels.MembershipKey
-
Returns the multicast group for which this membership key was created.
- group() - Method in interface java.nio.file.attribute.PosixFileAttributes
-
Returns the group owner of the file.
- group() - Method in class java.util.regex.Matcher
-
Returns the input subsequence matched by the previous match.
- group() - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in class java.util.regex.Matcher
-
Returns the input subsequence captured by the given group during the
previous match operation.
- group(int) - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence captured by the given group during the
previous match operation.
- group(String) - Method in class java.util.regex.Matcher
-
Returns the input subsequence captured by the given
named-capturing group during the previous
match operation.
- Group - Class in ohos.sysappcomponents.contact.entity
-
Represents a contact group.
- Group - Interface in java.security.acl
-
This interface is used to represent a group of principals.
- Group - Interface in ohos.app.dispatcher
-
Defines a group, which stands for a set of tasks semantically.
- Group() - Constructor for class ohos.sysappcomponents.contact.entity.Group
-
- GROUP_ALERT_TYPE_ALL - Static variable in class ohos.event.notification.NotificationRequest
-
A notification group alert type, indicating that all notifications in a group have sound or vibration if
sound or vibration is enabled for the associated
NotificationSlot objects.
- GROUP_ALERT_TYPE_CHILD - Static variable in class ohos.event.notification.NotificationRequest
-
A notification group alert type, indicating that child notifications have sound or vibration but the
overview notification is muted (no sound or vibration) in a group if sound or vibration is enabled for
the associated
NotificationSlot objects.
- GROUP_ALERT_TYPE_OVERVIEW - Static variable in class ohos.event.notification.NotificationRequest
-
A notification group alert type, indicating that the overview notification has sound or vibration but child
notifications are muted (no sound or vibration) in a group if sound or vibration is enabled for
the associated
NotificationSlot objects.
- GROUP_EXECUTE - java.nio.file.attribute.PosixFilePermission
-
Execute/search permission, group.
- GROUP_FIELD_LIST - Static variable in interface ohos.data.search.model.SearchParameter
-
Keyword that maps to a JSONArray consisting of index fields used for group search.
- GROUP_INFO_REQUEST - Static variable in class ohos.wifi.p2p.WifiP2pController
-
Indicates the request for the Wi-Fi P2P group information.
- GROUP_READ - java.nio.file.attribute.PosixFilePermission
-
Read permission, group.
- GROUP_SHADER - ohos.agp.render.Paint.ShaderType
-
Indicates the group shader.
- GROUP_WRITE - java.nio.file.attribute.PosixFilePermission
-
Write permission, group.
- groupBy(String[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to group query results by specified columns.
- groupBy(String[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to group query results by specified columns.
- groupBy(String[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to group query results by specified columns.
- groupCount() - Method in class java.util.regex.Matcher
-
Returns the number of capturing groups in this matcher's pattern.
- groupCount() - Method in interface java.util.regex.MatchResult
-
Returns the number of capturing groups in this match result's pattern.
- groupDispatchNotify(Group, Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Executes a task after all tasks in the task group are finished.
- groupDispatchWait(Group, long) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Waits all tasks in a task group to finish.
- GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the grouping separator field.
- GROUPING_SEPARATOR - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- groupingBy(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
-
Returns a Collector implementing a "group by" operation on
input elements of type T, grouping elements according to a
classification function, and returning the results in a Map.
- groupingBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a Collector implementing a cascaded "group by" operation
on input elements of type T, grouping elements according to a
classification function, and then performing a reduction operation on
the values associated with a given key using the specified downstream
Collector.
- groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a Collector implementing a cascaded "group by" operation
on input elements of type T, grouping elements according to a
classification function, and then performing a reduction operation on
the values associated with a given key using the specified downstream
Collector.
- groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector implementing a "group by"
operation on input elements of type T, grouping elements
according to a classification function.
- groupingByConcurrent(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector implementing a cascaded "group by"
operation on input elements of type T, grouping elements
according to a classification function, and then performing a reduction
operation on the values associated with a given key using the specified
downstream Collector.
- groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector implementing a cascaded "group by"
operation on input elements of type T, grouping elements
according to a classification function, and then performing a reduction
operation on the values associated with a given key using the specified
downstream Collector.
- GroupPrincipal - Interface in java.nio.file.attribute
-
A UserPrincipal representing a group identity, used to
determine access rights to objects in a file system.
- groupScanResultsEvent(List<BleScanResult>) - Method in interface ohos.bluetooth.ble.BleCentralManagerCallback
-
Called when a group of BLE scan results is reported.
- groupSearch(String, int) - Method in class ohos.data.search.SearchSession
-
Obtains and groups the results matching a specified string.
- GroupShader - Class in ohos.agp.render
-
Represents a group shader.
- GroupShader(Shader, Shader, BlendMode) - Constructor for class ohos.agp.render.GroupShader
-
A constructor used to create a GroupShader instance based on the specified destination shader, source
shader, and blend mode.
- GsmSignalInformation - Class in ohos.telephony
-
Inherits from the parent class
SignalInformation and provides methods for applications to obtain
GSM signal information.
- GsmSignalInformation() - Constructor for class ohos.telephony.GsmSignalInformation
-
- GTC - ohos.wifi.WifiSecurity.Phase2Method
-
Generic Token Card (GTC)
- Guard - Interface in java.security
-
This interface represents a guard, which is an object that is used
to protect access to another object.
- GuardedObject - Class in java.security
-
A GuardedObject is an object that is used to protect access to
another object.
- GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
-
Constructs a GuardedObject using the specified object and guard.
- guardWithTest(MethodHandle, MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Makes a method handle which adapts a target method handle,
by guarding it with a test, a boolean-valued method handle.
- guessContentTypeFromName(String) - Static method in class java.net.URLConnection
-
Tries to determine the content type of an object, based
on the specified "file" component of a URL.
- guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
-
Tries to determine the type of an input stream based on the
characters at the beginning of the input stream.
- GUEST - ohos.account.OsAccountType
-
Indicates a guest account, which is used to temporarily access the device and may be deleted at any time.
- GUJARATI - java.awt.font.NumericShaper.Range
-
The Gujarati range with the Gujarati digits.
- GUJARATI - java.lang.Character.UnicodeScript
-
Unicode script "Gujarati".
- GUJARATI - Static variable in class java.awt.font.NumericShaper
-
Identifies the GUJARATI range and decimal base.
- GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gujarati" Unicode character block.
- GUJARATI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GUJARATI - Static variable in class ohos.global.icu.lang.UScript
-
Gujarati
- GUJARATI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GUNJALA_GONDI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GUNJALA_GONDI - Static variable in class ohos.global.icu.lang.UScript
-
- GUNJALA_GONDI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - java.awt.font.NumericShaper.Range
-
The Gurmukhi range with the Gurmukhi digits.
- GURMUKHI - java.lang.Character.UnicodeScript
-
Unicode script "Gurmukhi".
- GURMUKHI - Static variable in class java.awt.font.NumericShaper
-
Identifies the GURMUKHI range and decimal base.
- GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gurmukhi" Unicode character block.
- GURMUKHI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - Static variable in class ohos.global.icu.lang.UScript
-
Gurmukhi
- GURMUKHI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- GYROSCOPE - Static variable in class ohos.security.SystemPermission
-
Allows an application to read data from a gyroscope sensor or uncalibrated gyroscope sensor.
- GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
-
GZIP header magic number.
- GZIPInputStream - Class in java.util.zip
-
This class implements a stream filter for reading compressed data in
the GZIP file format.
- GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a new input stream with a default buffer size.
- GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a new input stream with the specified buffer size.
- GZIPOutputStream - Class in java.util.zip
-
This class implements a stream filter for writing compressed data in
the GZIP file format.
- GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a new output stream with a default buffer size.
- GZIPOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a new output stream with a default buffer size and
the specified flush mode.
- GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a new output stream with the specified buffer size.
- GZIPOutputStream(OutputStream, int, boolean) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a new output stream with the specified buffer size and
flush mode.
- IAbilityConnection - Interface in ohos.aafwk.ability
-
Provides callback methods that are called when a remote ability using the Service template is connected or
disconnected.
- IAbilityContinuation - Interface in ohos.aafwk.ability
-
Enables an
Ability to implement migration in a distributed system.
- IAbilityDelegator - Interface in ohos.aafwk.ability.delegation
-
A global test utility interface used for adding
IAbilityMonitor objects and control lifecycle states of
abilities.
- IAbilityDelegatorArgs - Interface in ohos.aafwk.ability.delegation
-
Stores unit testing-related parameters, including the class loader, test case names, and test runner name.
- IAbilityManager - Interface in ohos.app
-
Obtains running process and memory information about an application.
- IAbilityMonitor - Interface in ohos.aafwk.ability.delegation
-
Provides methods for matching monitored
Ability objects that meet specified
conditions.
- IAdvancedNotificationManager - Interface in ohos.event.notification
-
Deprecated.
- IAppAccountSubscriber - Interface in ohos.account.app
-
Provides a callback to receive notifications on account change events.
- IApplyComponentPaddingListener - Interface in ohos.agp.window.service
-
- IBackupSessionCallback - Interface in ohos.bundle
-
Provides callback methods to be called upon backup or restore is proceduring.
- IBarcodeDetector - Interface in ohos.ai.cv.qrcode
-
Generates a QR code stream based on an input string.
- IBundleInstaller - Interface in ohos.bundle
-
Installs and uninstalls applications.
- IBundleManager - Interface in ohos.bundle
-
Obtains information related to the application bundle.
- ICategoryBodyDataCallback - Interface in ohos.sensor.listener
-
- ICategoryEnvironmentDataCallback - Interface in ohos.sensor.listener
-
- ICategoryLightDataCallback - Interface in ohos.sensor.listener
-
- ICategoryMotionDataCallback - Interface in ohos.sensor.listener
-
- ICategoryOrientationDataCallback - Interface in ohos.sensor.listener
-
- ICategoryOtherDataCallback - Interface in ohos.sensor.listener
-
- ICleanCacheCallback - Interface in ohos.bundle
-
Provides a callback that can be invoked for application cache clearing.
- ICommonEventManager - Interface in ohos.event.commonevent
-
Deprecated.
- ICommonEventSubscriber - Interface in ohos.event.commonevent
-
Deprecated.
- ICON - Static variable in annotation type ohos.media.common.AVMetadata.AVPixelMapKey
-
Indicates the key for the icon or thumbnail pixel map displayed to users.
- ICON_NUM - Static variable in interface ohos.agp.window.dialog.IDialog
-
Indicates the default maximum number of icons.
- ICON_URI - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the URI of the album icon or thumbnail displayed to users.
- ICON1 - Static variable in interface ohos.agp.window.dialog.IDialog
-
Indicates the first icon on the left side.
- ICON2 - Static variable in interface ohos.agp.window.dialog.IDialog
-
Indicates the second icon on the left side.
- ICON3 - Static variable in interface ohos.agp.window.dialog.IDialog
-
Indicates an icon on the right side.
- iconRes - Variable in class ohos.security.permission.PermissionGroupDef
-
A string resource identifier (in the package's resources) of this
permissionGroup's icon.
- IContinuationDeviceCallback - Interface in ohos.aafwk.ability.continuation
-
Provides callbacks for listening for device connection state changes.
- IContinuationRegisterManager - Interface in ohos.aafwk.ability.continuation
-
Provides methods for interacting with the Device+ control center, including methods for registering and
unregistering the ability to migrate, updating the device connection state, and showing the list of devices
that can be selected for ability migration.
- ICU_VERSION - Static variable in class ohos.global.icu.util.VersionInfo
-
ICU4J current release version
- ICU4C_TIME - Static variable in class ohos.global.icu.util.UniversalTimeScale
-
Used in the ICU4C.
- ICUUncheckedIOException - Exception in ohos.global.icu.util
-
- ICUUncheckedIOException() - Constructor for exception ohos.global.icu.util.ICUUncheckedIOException
-
Default constructor.
- ICUUncheckedIOException(String) - Constructor for exception ohos.global.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(String, Throwable) - Constructor for exception ohos.global.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(Throwable) - Constructor for exception ohos.global.icu.util.ICUUncheckedIOException
-
Constructor.
- ICvBase - Interface in ohos.ai.cv.common
-
Parent interface of basic CV ability interfaces.
- ID - Static variable in interface ohos.media.photokit.metadata.AVStorage.AVBaseColumns
-
Indicates the media item ID.
- ID - Static variable in interface ohos.sysappcomponents.calendar.column.BaseColumns
-
Indicates the calendar ID.
- ID_CONTINUE - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property ID_Continue.
- ID_DEFAULT - Static variable in class ohos.agp.components.Component
-
Default ID of a component.
- ID_START - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property ID_Start.
- IDataAbilityObserver - Interface in ohos.aafwk.ability
-
Registers an observer for monitoring specified data.
- IDeliveryShortMessageCallback - Interface in ohos.telephony
-
Provides a callback to be invoked when an SMS message is delivered.
- IDENTICAL - Static variable in class java.text.Collator
-
Collator strength value.
- IDENTICAL - Static variable in class ohos.global.icu.text.Collator
-
Smallest Collator strength value.
- IDENTIFIER - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of identifier.
- identities() - Method in class java.security.IdentityScope
-
Deprecated.
Returns an enumeration of all identities in this identity scope.
- identity() - Static method in interface java.util.function.DoubleUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface java.util.function.Function
-
Returns a function that always returns its input argument.
- identity() - Static method in interface java.util.function.IntUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface java.util.function.LongUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface java.util.function.UnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in class ohos.agp.render.render3d.math.Matrix4x4
-
Obtains an identity 4x4 matrix.
- identity(Class<?>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which returns its sole argument when invoked.
- Identity - Class in java.security
-
- Identity() - Constructor for class java.security.Identity
-
Deprecated.
Constructor for serialization only.
- Identity(String) - Constructor for class java.security.Identity
-
Deprecated.
Constructs an identity with the specified name and no scope.
- Identity(String, IdentityScope) - Constructor for class java.security.Identity
-
Deprecated.
Constructs an identity with the specified name and scope.
- IDENTITY - Static variable in class ohos.agp.render.render3d.math.Quaternion
-
Indicates a quaternion whose components are all 1.
- IDENTITY_FINISH - java.util.stream.Collector.Characteristics
-
Indicates that the finisher function is the identity function and
can be elided.
- identityEquals(Identity) - Method in class java.security.Identity
-
Deprecated.
Tests for equality between the specified identity and this identity.
- identityHashCode(Object) - Static method in class java.lang.System
-
Returns the same hash code for the given object as
would be returned by the default method hashCode(),
whether or not the given object's class overrides
hashCode().
- IdentityHashMap<K,V> - Class in java.util
-
This class implements the Map interface with a hash table, using
reference-equality in place of object-equality when comparing keys (and
values).
- IdentityHashMap() - Constructor for class java.util.IdentityHashMap
-
Constructs a new, empty identity hash map with a default expected
maximum size (21).
- IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
-
Constructs a new, empty map with the specified expected maximum size.
- IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
-
Constructs a new identity hash map containing the keys-value mappings
in the specified map.
- IdentityScope - Class in java.security
-
- IdentityScope() - Constructor for class java.security.IdentityScope
-
Deprecated.
This constructor is used for serialization only and should not
be used by subclasses.
- IdentityScope(String) - Constructor for class java.security.IdentityScope
-
Deprecated.
Constructs a new identity scope with the specified name.
- IdentityScope(String, IdentityScope) - Constructor for class java.security.IdentityScope
-
Deprecated.
Constructs a new identity scope with the specified name and scope.
- IDEOGRAPHIC - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- IDEOGRAPHIC - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Ideographic.
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ideographic Description Characters" Unicode character block.
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IDeviceStateCallback - Interface in ohos.distributedschedule.interwork
-
Provides callbacks that can be invoked when the state of a device
on the distributed network changes to online or offline.
- IDialog - Interface in ohos.agp.window.dialog
-
- IDialog.CheckBoxClickedListener - Interface in ohos.agp.window.dialog
-
Listens for click events related to the check box in a component.
- IDialog.ClickedListener - Interface in ohos.agp.window.dialog
-
Listens for click events of buttons in a dialog box.
- IDialog.ItemClickedListener - Interface in ohos.agp.window.dialog
-
Provides the click event listener for list items.
- IDialog.KeyboardCallback - Interface in ohos.agp.window.dialog
-
Listens for Keyboard.
- IDLE - ohos.aafwk.ability.continuation.DeviceConnectState
-
Indicates that the device is in the initial state or is disconnected.
- IDLE - ohos.eventhandler.EventHandler.Priority
-
Events with this priority are dispatched only when there are no other events to dispatch.
- IDLE - ohos.media.audio.AudioManager.CallState
-
Indicates the idle state where no call exists and the device does not ring.
- IDN - Class in java.net
-
Provides methods to convert internationalized domain names (IDNs) between
a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
- IDNA - Class in ohos.global.icu.text
-
Abstract base class for IDNA processing.
- IDNA.Error - Enum in ohos.global.icu.text
-
IDNA error bit set values.
- IDNA.Info - Class in ohos.global.icu.text
-
Output container for IDNA processing errors.
- IDocRefine - Interface in ohos.ai.cv.docrefine
-
Provides document refinement (DocRefine) function.
- IDownloadListener - Interface in ohos.miscservices.download
-
Provides callbacks to listen for download session status.
- IDS_BINARY_OPERATOR - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property IDS_Binary_Operator (new).
- IDS_TRINARY_OPERATOR - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property IDS_Trinary_Operator (new).
- IE - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for the Indian Era.
- IEEEremainder(double, double) - Static method in class java.lang.Math
-
Computes the remainder operation on two arguments as prescribed
by the IEEE 754 standard.
- IEEEremainder(double, double) - Static method in class java.lang.StrictMath
-
Computes the remainder operation on two arguments as prescribed
by the IEEE 754 standard.
- IFaceAuthentication - Interface in ohos.biometrics.authentication
-
Provides constants related to facial authentication.
- IFaceAuthentication.FaceAuthResultCode - Class in ohos.biometrics.authentication
-
Provides the constants indicating the facial authentication result.
- IFaceAuthentication.FaceAuthTipsCode - Class in ohos.biometrics.authentication
-
Provides the constants indicating the facial authentication tips.
- ifModifiedSince - Variable in class java.net.URLConnection
-
Some protocols support skipping the fetching of the object unless
the object has been modified more recently than a certain time.
- ifPresent(Consumer<? super T>) - Method in class java.util.Optional
-
If a value is present, invoke the specified consumer with the value,
otherwise do nothing.
- ifPresent(DoubleConsumer) - Method in class java.util.OptionalDouble
-
Have the specified consumer accept the value if a value is present,
otherwise do nothing.
- ifPresent(IntConsumer) - Method in class java.util.OptionalInt
-
Have the specified consumer accept the value if a value is present,
otherwise do nothing.
- ifPresent(LongConsumer) - Method in class java.util.OptionalLong
-
Have the specified consumer accept the value if a value is present,
otherwise do nothing.
- IGNORABLE - Static variable in class ohos.global.icu.text.CollationElementIterator
-
This constant is returned by the iterator in the methods
next() and previous() when a collation element result is to be
ignored.
- ignorableWhitespace(char[], int, int) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- ignorableWhitespace(char[], int, int) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- ignorableWhitespace(char[], int, int) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of ignorable whitespace in element content.
- IGNORE - Static variable in class java.nio.charset.CodingErrorAction
-
Action indicating that a coding error is to be handled by dropping the
erroneous input and resuming the coding operation.
- IGNORE_EXTENDED_RANGES - java.util.Locale.FilteringMode
-
Specifies basic filtering: Note that any extended language ranges
included in the given Language Priority List are ignored.
- IGNORE_FILTER - Static variable in class ohos.media.tubecore.AVTubeManager.ObserverFlag
-
Indicates that the observer listens to all matched media tubes, regardless of the usage scenes.
- IGNORE_SPACE - Static variable in class ohos.global.icu.text.UnicodeSet
-
Bitmask for constructor and applyPattern() indicating that
white space should be ignored.
- IImageSuperResolution - Interface in ohos.ai.cv.sr
-
Provides the single image super-resolution (SISR) function.
- IIndexChangeListener - Interface in ohos.data.search.listener
-
Provides a callback for index changes.
- IInitCallback - Interface in ohos.distributedschedule.interwork
-
Provides callbacks to be invoked upon a successful or failed attempt to initialize the distributed execution
framework.
- IInstallerCallback - Interface in ohos.bundle
-
Provides callback methods to be called upon bundle installation or uninstallation.
- ILifecycle - Interface in ohos.aafwk.ability
-
- ILifecycleObserver - Interface in ohos.aafwk.ability
-
Identifies a class as a ILifecycleObserver.
- ILLEGAL_ARGUMENT - ohos.data.search.SearchResult
-
Result status returned if argument is illegal when search service api is called.
- ILLEGAL_CHAR_FOUND - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- IllegalAccessError - Error in java.lang
-
Thrown if an application attempts to access or modify a field, or
to call a method that it does not have access to.
- IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError with no detail message.
- IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError with the specified
detail message.
- IllegalAccessException - Exception in java.lang
-
An IllegalAccessException is thrown when an application tries
to reflectively create an instance (other than an array),
set or get a field, or invoke a method, but the currently
executing method does not have access to the definition of
the specified class, field, method or constructor.
- IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException without a
detail message.
- IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException with a detail message.
- IllegalArgumentException - Exception in java.lang
-
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
- IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException with no
detail message.
- IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException with the
specified detail message.
- IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs a new exception with the specified detail message and
cause.
- IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- IllegalBlockingModeException - Exception in java.nio.channels
-
Unchecked exception thrown when a blocking-mode-specific operation
is invoked upon a channel in the incorrect blocking mode.
- IllegalBlockingModeException() - Constructor for exception java.nio.channels.IllegalBlockingModeException
-
Constructs an instance of this class.
- IllegalBlockSizeException - Exception in javax.crypto
-
This exception is thrown when the length of data provided to a block
cipher is incorrect, i.e., does not match the block size of the cipher.
- IllegalBlockSizeException() - Constructor for exception javax.crypto.IllegalBlockSizeException
-
Constructs an IllegalBlockSizeException with no detail message.
- IllegalBlockSizeException(String) - Constructor for exception javax.crypto.IllegalBlockSizeException
-
Constructs an IllegalBlockSizeException with the specified
detail message.
- IllegalChannelGroupException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to open a channel
in a group that was not created by the same provider.
- IllegalChannelGroupException() - Constructor for exception java.nio.channels.IllegalChannelGroupException
-
Constructs an instance of this class.
- IllegalCharsetNameException - Exception in java.nio.charset
-
Unchecked exception thrown when a string that is not a
legal charset name is used as such.
- IllegalCharsetNameException(String) - Constructor for exception java.nio.charset.IllegalCharsetNameException
-
Constructs an instance of this class.
- IllegalFormatCodePointException - Exception in java.util
-
- IllegalFormatCodePointException(int) - Constructor for exception java.util.IllegalFormatCodePointException
-
- IllegalFormatConversionException - Exception in java.util
-
Unchecked exception thrown when the argument corresponding to the format
specifier is of an incompatible type.
- IllegalFormatConversionException(char, Class<?>) - Constructor for exception java.util.IllegalFormatConversionException
-
Constructs an instance of this class with the mismatched conversion and
the corresponding argument class.
- IllegalFormatException - Exception in java.util
-
Unchecked exception thrown when a format string contains an illegal syntax
or a format specifier that is incompatible with the given arguments.
- IllegalFormatFlagsException - Exception in java.util
-
Unchecked exception thrown when an illegal combination flags is given.
- IllegalFormatFlagsException(String) - Constructor for exception java.util.IllegalFormatFlagsException
-
Constructs an instance of this class with the specified flags.
- IllegalFormatPrecisionException - Exception in java.util
-
Unchecked exception thrown when the precision is a negative value other than
-1, the conversion does not support a precision, or the value is
otherwise unsupported.
- IllegalFormatPrecisionException(int) - Constructor for exception java.util.IllegalFormatPrecisionException
-
Constructs an instance of this class with the specified precision.
- IllegalFormatWidthException - Exception in java.util
-
Unchecked exception thrown when the format width is a negative value other
than -1 or is otherwise unsupported.
- IllegalFormatWidthException(int) - Constructor for exception java.util.IllegalFormatWidthException
-
Constructs an instance of this class with the specified width.
- IllegalMonitorStateException - Exception in java.lang
-
Thrown to indicate that a thread has attempted to wait on an
object's monitor or to notify other threads waiting on an object's
monitor without owning the specified monitor.
- IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
-
Constructs an IllegalMonitorStateException with no
detail message.
- IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
-
Constructs an IllegalMonitorStateException with the
specified detail message.
- IllegalPredicateException - Exception in ohos.data
-
Represents an exception indicating an invalid predicate.
- IllegalPredicateException() - Constructor for exception ohos.data.IllegalPredicateException
-
An no-argument constructor used to create an IllegalPredicateException instance.
- IllegalPredicateException(String) - Constructor for exception ohos.data.IllegalPredicateException
-
A parameterized constructor used to create an IllegalPredicateException instance.
- IllegalPredicateException(Throwable) - Constructor for exception ohos.data.IllegalPredicateException
-
A constructor used to create an IllegalPredicateException instance based on a specified exception class.
- IllegalSelectorException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to register a channel
with a selector that was not created by the provider that created the
channel.
- IllegalSelectorException() - Constructor for exception java.nio.channels.IllegalSelectorException
-
Constructs an instance of this class.
- IllegalStateException - Exception in java.lang
-
Signals that a method has been invoked at an illegal or
inappropriate time.
- IllegalStateException() - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with no detail message.
- IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with the specified detail
message.
- IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
-
Constructs a new exception with the specified detail message and
cause.
- IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- IllegalThreadStateException - Exception in java.lang
-
Thrown to indicate that a thread is not in an appropriate state
for the requested operation.
- IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
-
Constructs an IllegalThreadStateException with no
detail message.
- IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
-
Constructs an IllegalThreadStateException with the
specified detail message.
- IllformedLocaleException - Exception in java.util
-
Thrown by methods in
Locale and
Locale.Builder to
indicate that an argument is not a well-formed BCP 47 tag.
- IllformedLocaleException - Exception in ohos.global.icu.util
-
Thrown by methods in
ULocale and
ULocale.Builder to
indicate that an argument is not a well-formed BCP 47 tag.
- IllformedLocaleException() - Constructor for exception java.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with no
detail message and -1 as the error index.
- IllformedLocaleException() - Constructor for exception ohos.global.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with no
detail message and -1 as the error index.
- IllformedLocaleException(String) - Constructor for exception java.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and -1 as the error index.
- IllformedLocaleException(String) - Constructor for exception ohos.global.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and -1 as the error index.
- IllformedLocaleException(String, int) - Constructor for exception java.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and the error index.
- IllformedLocaleException(String, int) - Constructor for exception ohos.global.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and the error index.
- ILoadPluginCallback - Interface in ohos.ai.engine.pluginservice
-
A callback class that monitors the plug-in download and installation status.
- IM_AIM - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates an AIM instant message.
- IM_ICQ - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates an ICQ instant message.
- IM_JABBER - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates a Jabber instant message.
- IM_MSN - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates a Windows Live instant message.
- IM_QQ - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates a QQ instant message.
- IM_SKYPE - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates a Skype instant message.
- IM_YAHOO - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
Indicates a Yahoo instant message.
- ImAddress - Class in ohos.sysappcomponents.contact.entity
-
Represents the instant messaging (IM) address of a contact.
- ImAddress(String, String) - Constructor for class ohos.sysappcomponents.contact.entity.ImAddress
-
A constructor used to create an ImAddress instance based on a specified IM address
and a custom label name.
- ImAddress(Context, String, int) - Constructor for class ohos.sysappcomponents.contact.entity.ImAddress
-
A constructor used to create an ImAddress instance based on the application context
and a specified IM address and label ID.
- Image - Class in ohos.agp.components
-
Indicates a component that displays images.
- Image - Class in ohos.media.image
-
Provides basic image operations, including obtaining image information, and reading and writing image data.
- Image(Context) - Constructor for class ohos.agp.components.Image
-
Default constructor used to create an Image instance by using the default attribute set and style.
- Image(Context, AttrSet) - Constructor for class ohos.agp.components.Image
-
A constructor used to create an Image instance by using specified attribute set and default
style after the XML file is parsed.
- Image(Context, AttrSet, String) - Constructor for class ohos.agp.components.Image
-
A constructor used to create an Image instance by using specified attribute set and specified style
after the XML file is parsed.
- IMAGE - ohos.agp.render.render3d.components.SceneComponent.BackgroundType
-
- IMAGE - Static variable in class ohos.utils.system.SystemCapability.Multimedia
-
Indicates image capabilities, including encoding, decoding, and processing of images of various formats.
- IMAGE_COMPRESSION_QUALITY - Static variable in class ohos.media.camera.params.ParameterKey
-
Indicates compression quality control.
- IMAGE_DESCRIPTION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- IMAGE_LENGTH - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is unsigned int.
- IMAGE_MIRROR - Static variable in class ohos.media.camera.params.ParameterKey
-
Indicates mirror image control that can be used by a front-facing camera for selfies.
- IMAGE_UNIQUE_ID - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- IMAGE_WIDTH - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is unsigned int.
- Image.Component - Class in ohos.media.image
-
Describes image color components.
- Image.Component.OperationResult - Class in ohos.media.image
-
Describes results of color component–related operations.
- Image.ScaleMode - Enum in ohos.agp.components
-
Indicates the scaling mode of images.
- ImageException - Exception in ohos.media.image
-
Parent class for the image module exception.
- ImageException(String) - Constructor for exception ohos.media.image.ImageException
-
A constructor used to create an ImageException instance based on the exception message.
- ImageFormat - Class in ohos.media.image.common
-
Defines the image format and provides interfaces for obtaining image format information.
- ImageFormat - Enum in ohos.agp.render.render3d.resources
-
Enumerates image data formats used by the 3D engine.
- ImageFormat.ComponentType - Enum in ohos.media.image.common
-
Describes the component type of encoding formats.
- ImageInfo - Class in ohos.media.image.common
-
Describes basic image information, including image dimensions, pixel formats,
and color space.
- ImageInfo() - Constructor for class ohos.media.image.common.ImageInfo
-
Default constructor used to create a
ImageInfo instance.
- ImagePacker - Class in ohos.media.image
-
Represents the image packer that packs compressed images into files or other objects.
- ImagePacker.PackingOptions - Class in ohos.media.image
-
Describes options for compressing and packing.
- ImageReceiver - Class in ohos.media.image
-
Describes an image receiver that connects to an image output device and
provides a buffer queue to receive image data.
- ImageReceiver.IImageArrivalListener - Interface in ohos.media.image
-
Callback interface used when new image data is received.
- ImageResult - Class in ohos.ai.cv.common
-
Stores images.
- ImageResult() - Constructor for class ohos.ai.cv.common.ImageResult
-
Default constructor used to create an ImageResult instance.
- ImageResult(PixelMap) - Constructor for class ohos.ai.cv.common.ImageResult
-
A constructor used to create an ImageResult instance using the input parameter pixelMap.
- ImageSource - Class in ohos.media.image
-
Describes image data sources used to share source data in a series of operations, such as image decoding.
- ImageSource.DecodeEventListener - Interface in ohos.media.image
-
Listens for the events occurred during image decoding.
- ImageSource.DecodingOptions - Class in ohos.media.image
-
Provides image decoding options.
- ImageSource.IncrementalSourceOptions - Class in ohos.media.image
-
Describes options of the incremental data source.
- ImageSource.SourceInfo - Class in ohos.media.image
-
Describes image source information, including the image quantity and file format.
- ImageSource.SourceOptions - Class in ohos.media.image
-
Describes image data source options, including the image format represented as image/png, for example.
- ImageSource.UpdateMode - Enum in ohos.media.image
-
Describes the update mode of the image data source.
- IMAGING - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for imaging (including the printer, scanner, camera, and display).
- IMAGING_CAMERA - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Imaging major class: camera
- IMAGING_DISPLAY - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Imaging major class: display
- IMAGING_PRINTER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Imaging major class: printer
- IMAGING_SCANNER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Imaging major class: scanner
- IMMEDIATE - ohos.eventhandler.EventHandler.Priority
-
Events with this priority are dispatched immediately.
- IMMUTABLE - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that the element source cannot be
structurally modified; that is, elements cannot be added, replaced, or
removed, so such changes cannot occur during traversal.
- IMPERIAL_ARAMAIC - java.lang.Character.UnicodeScript
-
Unicode script "Imperial_Aramaic".
- IMPERIAL_ARAMAIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Imperial Aramaic" Unicode character block.
- IMPERIAL_ARAMAIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IMPERIAL_ARAMAIC - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- IMPERIAL_ARAMAIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- implAccept(Socket) - Method in class java.net.ServerSocket
-
Subclasses of ServerSocket use this method to override accept()
to return their own subclass of socket.
- implCloseChannel() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
-
Closes this channel.
- implCloseChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Closes this channel.
- implCloseSelectableChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Closes this selectable channel.
- implCloseSelector() - Method in class java.nio.channels.spi.AbstractSelector
-
Closes this selector.
- implConfigureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Adjusts this channel's blocking mode.
- IMPLEMENTATION_TITLE - Static variable in class java.util.jar.Attributes.Name
-
Name object for Implementation-Title
manifest attribute used for package versioning.
- IMPLEMENTATION_URL - Static variable in class java.util.jar.Attributes.Name
-
- IMPLEMENTATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
-
Name object for Implementation-Vendor
manifest attribute used for package versioning.
- IMPLEMENTATION_VENDOR_ID - Static variable in class java.util.jar.Attributes.Name
-
- IMPLEMENTATION_VERSION - Static variable in class java.util.jar.Attributes.Name
-
Name object for Implementation-Version
manifest attribute used for package versioning.
- implFlush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
-
Flushes this encoder.
- implFlush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
-
Flushes this decoder.
- implies(CodeSource) - Method in class java.security.CodeSource
-
Returns true if this CodeSource object "implies" the specified CodeSource.
- implies(Permission) - Method in class java.io.FilePermission
-
Checks if this FilePermission object "implies" the specified permission.
- implies(Permission) - Method in class java.net.SocketPermission
-
Checks if this socket permission object "implies" the
specified permission.
- implies(Permission) - Method in class java.security.AllPermission
-
Checks if the specified permission is "implied" by
this object.
- implies(Permission) - Method in class java.security.BasicPermission
-
Checks if the specified permission is "implied" by
this object.
- implies(Permission) - Method in class java.security.Permission
-
Checks if the specified permission's actions are "implied by"
this object's actions.
- implies(Permission) - Method in class java.security.PermissionCollection
-
Checks to see if the specified permission is implied by
the collection of Permission objects held in this PermissionCollection.
- implies(Permission) - Method in class java.security.Permissions
-
Checks to see if this object's PermissionCollection for permissions of
the specified permission's class implies the permissions
expressed in the permission object.
- implies(Permission) - Method in class java.security.ProtectionDomain
-
Check and see if this ProtectionDomain implies the permissions
expressed in the Permission object.
- implies(Permission) - Method in class java.security.UnresolvedPermission
-
This method always returns false for unresolved permissions.
- implies(Permission) - Method in class javax.security.auth.PrivateCredentialPermission
-
Checks if this PrivateCredentialPermission implies
the specified Permission.
- implies(ProtectionDomain, Permission) - Method in class java.security.Policy
-
Evaluates the global policy for the permissions granted to
the ProtectionDomain and tests whether the permission is
granted.
- implies(Subject) - Method in interface java.security.Principal
-
Returns true if the specified subject is implied by this principal.
- implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
-
Reports a change to this decoder's malformed-input action.
- implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
-
Reports a change to this encoder's malformed-input action.
- implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
-
Reports a change to this decoder's unmappable-character action.
- implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
-
Reports a change to this encoder's unmappable-character action.
- implReplaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
-
Reports a change to this encoder's replacement value.
- implReplaceWith(String) - Method in class java.nio.charset.CharsetDecoder
-
Reports a change to this decoder's replacement value.
- implReset() - Method in class java.nio.charset.CharsetDecoder
-
Resets this decoder, clearing any charset-specific internal state.
- implReset() - Method in class java.nio.charset.CharsetEncoder
-
Resets this encoder, clearing any charset-specific internal state.
- IMPORTANCE - Static variable in class ohos.data.search.schema.NoticeItem
-
Indicates the index field name of importance.
- importedKeyCascade - Static variable in interface java.sql.DatabaseMetaData
-
For the column UPDATE_RULE,
indicates that
when the primary key is updated, the foreign key (imported key)
is changed to agree with it.
- importedKeyInitiallyDeferred - Static variable in interface java.sql.DatabaseMetaData
-
Indicates deferrability.
- importedKeyInitiallyImmediate - Static variable in interface java.sql.DatabaseMetaData
-
Indicates deferrability.
- importedKeyNoAction - Static variable in interface java.sql.DatabaseMetaData
-
For the columns UPDATE_RULE
and DELETE_RULE, indicates that
if the primary key has been imported, it cannot be updated or deleted.
- importedKeyNotDeferrable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates deferrability.
- importedKeyRestrict - Static variable in interface java.sql.DatabaseMetaData
-
For the column UPDATE_RULE, indicates that
a primary key may not be updated if it has been imported by
another table as a foreign key.
- importedKeySetDefault - Static variable in interface java.sql.DatabaseMetaData
-
For the columns UPDATE_RULE
and DELETE_RULE, indicates that
if the primary key is updated or deleted, the foreign key (imported key)
is set to the default value.
- importedKeySetNull - Static variable in interface java.sql.DatabaseMetaData
-
For the columns UPDATE_RULE
and DELETE_RULE, indicates that
when the primary key is updated or deleted, the foreign key (imported key)
is changed to NULL.
- importGltf(GltfData, int) - Method in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Imports the glTF data to the engine synchronously.
- importGltfAsync(GltfData, int, GltfLoader.ImportListener) - Method in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Creates a task for asynchronously importing glTF data.
- importPreferences(InputStream) - Static method in class java.util.prefs.Preferences
-
Imports all of the preferences represented by the XML document on the
specified input stream.
- importScene(int, GltfData, GltfImportData, Entity, int) - Method in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Imports a glTF scene from specified glTF data and resources.
- IMultiPathCallback - Interface in ohos.smartcomm
-
A callback interface used to receive notifications of the multipath service.
- in - Static variable in class java.io.FileDescriptor
-
A handle to the standard input stream.
- in - Variable in class java.io.FilterInputStream
-
The input stream to be filtered.
- in - Variable in class java.io.FilterReader
-
The underlying character-input stream.
- in - Variable in class java.io.PipedInputStream
-
The index of the position in the circular buffer at which the
next byte of data will be stored when received from the connected
piped output stream.
- in - Static variable in class java.lang.System
-
The "standard" input stream.
- in(Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Creates a lookup on the specified new lookup class.
- in(String, double[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is double array and values
are within a given range.
- in(String, double[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is double array and values
are within a given range.
- in(String, double[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is double array and values
are within a given range.
- in(String, float[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is float array and values
are within a given range.
- in(String, float[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is float array and values
are within a given range.
- in(String, float[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is float array and values
are within a given range.
- in(String, int[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is int array and values
are within a given range.
- in(String, int[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is int array and values are
within a given range.
- in(String, int[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is int array and values are
within a given range.
- in(String, long[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is long array and values
are within a given range.
- in(String, long[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is long array and values
are within a given range.
- in(String, long[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is long array and values
are within a given range.
- in(String, String[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is String array and values
are within a given range.
- in(String, String[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is String array and values
are within a given range.
- in(String, String[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is String array and values
are within a given range.
- in(String, Time[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is Time array and values
are within a given range.
- in(String, Time[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is Time array and values
are within a given range.
- in(String, Time[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is Time array and values
are within a given range.
- in(String, Timestamp[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is Timestamp array and
values are within a given range.
- in(String, Timestamp[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is Timestamp array and values
are within a given range.
- in(String, Timestamp[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is Timestamp array and values
are within a given range.
- in(String, Calendar[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is Calendar array and
values are within a given range.
- in(String, Calendar[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is Calendar array and values
are within a given range.
- in(String, Calendar[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is Calendar array and values
are within a given range.
- in(String, Date[]) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to match the specified field whose data type is Date array and values
are within a given range.
- in(String, Date[]) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to match the specified field whose data type is Date array and values
are within a given range.
- in(String, Date[]) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to match the specified field whose data type is Date array and values
are within a given range.
- IN_CALL - ohos.media.audio.AudioManager.CallState
-
Indicates the calling state where a call is set up.
- IN_VOIP - ohos.media.audio.AudioManager.CallState
-
Indicates the communication state where an audio or video chat or VoIP call is set up.
- INACTIVE - ohos.aafwk.ability.AbilityLifecycleExecutor.LifecycleState
-
INACTIVE: The ability has been loaded and executed but is not interactive.
- INACTIVE - ohos.aafwk.ability.AbilitySliceLifecycleExecutor.LifecycleState
-
INACTIVE: The ability slice has been loaded and executed but is not interactive.
- INACTIVE - ohos.powermanager.PowerManager.PowerState
-
Indicates that the screen is off and the system is running.
- INACTIVE - Static variable in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Indicates that the ability is in the inactive state.
- incBlock(int, int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Adds a value to the content of a specified block of this MifareClassic tag.
- INCH - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: inch
- INCH_HG - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of pressure: inch-ofhg
- inCheck - Variable in class java.lang.SecurityManager
-
- inClass(String) - Method in class java.lang.SecurityManager
-
- inClassLoader() - Method in class java.lang.SecurityManager
-
- IncompatibleClassChangeError - Error in java.lang
-
Thrown when an incompatible class change has occurred to some class
definition.
- IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError with no
detail message.
- IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError with the
specified detail message.
- IncompleteAnnotationException - Exception in java.lang.annotation
-
Thrown to indicate that a program has attempted to access an element of
an annotation type that was added to the annotation type definition after
the annotation was compiled (or serialized).
- IncompleteAnnotationException(Class<? extends Annotation>, String) - Constructor for exception java.lang.annotation.IncompleteAnnotationException
-
Constructs an IncompleteAnnotationException to indicate that
the named element was missing from the specified annotation type.
- increase(float, float) - Method in class ohos.agp.utils.DimensFloat
-
Adds the float values specified by increaseX and increaseY to those in the X and Y axes
of this DimensFloat instance, respectively.
- increase(float, float) - Method in class ohos.utils.geo.DimensFloat
-
Adds the float values specified by increaseX and increaseY to those in the X and Y axes
of this DimensFloat instance, respectively.
- increaseAll(float) - Method in class ohos.agp.utils.DimensFloat
-
Adds the float value specified by increase to both values in the X and Y axes
of this DimensFloat instance.
- increaseAll(float) - Method in class ohos.utils.geo.DimensFloat
-
Adds the float value specified by increase to both values in the X and Y axes
of this DimensFloat instance.
- increaseAll(int) - Method in class ohos.agp.utils.DimensFloat
-
Adds the int value specified by increase to both values in the X and Y axes
of this DimensFloat instance.
- increaseAll(int) - Method in class ohos.utils.geo.DimensFloat
-
Adds the int value specified by increase to both values in the X and Y axes
of this DimensFloat instance.
- increment() - Method in class java.util.concurrent.atomic.LongAdder
-
Equivalent to add(1).
- INCREMENTAL_DATA - ohos.media.image.ImageSource.UpdateMode
-
Indicates that only incremental data is input to update the source.
- IncrementalSourceOptions() - Constructor for class ohos.media.image.ImageSource.IncrementalSourceOptions
-
- incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically increments by one the current value.
- incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically increments by one the current value.
- incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically increments by one the element at index i.
- incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically increments by one the element at index i.
- incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- incrementExact(int) - Static method in class java.lang.Math
-
Returns the argument incremented by one, throwing an exception if the
result overflows an int.
- incrementExact(long) - Static method in class java.lang.Math
-
Returns the argument incremented by one, throwing an exception if the
result overflows a long.
- incReserve(int) - Method in class ohos.agp.render.Path
-
Adds a specified length to the verb and point arrays of this Path.
- inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
-
Queries if the given date is in daylight saving time.
- inDaylightTime(Date) - Method in class java.util.TimeZone
-
Queries if the given date is in Daylight Saving Time in
this time zone.
- inDaylightTime(Date) - Method in class ohos.global.icu.util.TimeZone
-
Queries if the given date is in daylight savings time in
this time zone.
- index(int, int) - Method in class ohos.agp.utils.Matrix
-
Calculates the array index based on the input row and column numbers.
- IndexBar - Class in ohos.agp.components
-
Represents a circular index bar that supports UI operations.
- IndexBar(Context) - Constructor for class ohos.agp.components.IndexBar
-
A constructor used to create an IndexBar instance based on the context.
- IndexBar(Context, AttrSet) - Constructor for class ohos.agp.components.IndexBar
-
A constructor used to create an IndexBar instance based on the context and attribute set
after the XML file is parsed.
- IndexBar(Context, AttrSet, String) - Constructor for class ohos.agp.components.IndexBar
-
A constructor used to create an IndexBar instance based on the context,
attribute set, and style after the XML file is parsed.
- IndexBar.OnSelectedListener - Interface in ohos.agp.components
-
Callback to listen for and index change events of a index bar.
- IndexData - Class in ohos.data.search.model
-
Represents a container that stores index data.
- IndexData() - Constructor for class ohos.data.search.model.IndexData
-
An no-argument constructor used to create an IndexData instance.
- indexedBy(String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures DataAbilityPredicates to specify the index column.
- indexedBy(String) - Method in class ohos.data.orm.OrmPredicates
-
Configures OrmPredicates to specify the index column.
- indexedBy(String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures RdbPredicates to specify the index column.
- IndexedPropertyChangeEvent - Class in java.beans
-
An "IndexedPropertyChange" event gets delivered whenever a component that
conforms to the JavaBeans™ specification (a "bean") changes a bound
indexed property.
- IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class java.beans.IndexedPropertyChangeEvent
-
Constructs a new IndexedPropertyChangeEvent object.
- IndexForm - Class in ohos.data.search.model
-
Defines the attribute of an index field for fusion search.
- IndexForm(String) - Constructor for class ohos.data.search.model.IndexForm
-
A constructor used to create an IndexForm instance with a specified index field name.
- IndexForm(String, String, boolean, boolean, boolean) - Constructor for class ohos.data.search.model.IndexForm
-
A parameterized constructor used to create an IndexForm instance.
- INDEXFORM_CONTENT_DIFF - Static variable in interface ohos.data.search.model.SearchErrorCode
-
- INDEXFORM_CONTENT_ERR - Static variable in interface ohos.data.search.model.SearchErrorCode
-
- INDEXFORM_NOT_EXISTED - Static variable in interface ohos.data.search.model.SearchErrorCode
-
- INDEXFORM_VERSION_ERR - Static variable in interface ohos.data.search.model.SearchErrorCode
-
- indexOf(int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of
the specified character.
- indexOf(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns the index of the given character within this set, where
the set is ordered by ascending code point.
- indexOf(int) - Method in class ohos.utils.IntArray
-
Obtains the index of the first matched value in the current IntArray object.
- indexOf(int, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the index of the first occurrence of the specified element in
this list, searching forwards from index, or returns -1 if
the element is not found.
- indexOf(Object) - Method in class java.util.AbstractList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.LinkedList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in interface java.util.List
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
- indexOf(Object) - Method in class ohos.utils.LightweightSet
-
Obtains the index of a key of a specified Object type in an LightweightSet container.
- indexOf(Object) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the first index of the specified o object in this ZSONArray.
- indexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element in
this vector, searching forwards from index, or returns -1 if
the element is not found.
- indexOf(String) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified substring.
- indexOf(String) - Method in class java.lang.StringBuffer
-
- indexOf(String) - Method in class java.lang.StringBuilder
-
- indexOf(String, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified substring, starting at the specified index.
- indexOf(String, int) - Method in class java.lang.StringBuffer
-
- indexOf(String, int) - Method in class java.lang.StringBuilder
-
- indexOfKey(int) - Method in class ohos.utils.PlainArray
-
Queries the index for a specified key.
- indexOfKey(int) - Method in class ohos.utils.PlainBooleanArray
-
Queries the index for a specified key.
- indexOfKey(int) - Method in class ohos.utils.PlainIntArray
-
Queries the index for a specified key.
- indexOfKey(int) - Method in class ohos.utils.PlainLongArray
-
Queries the index for a specified key.
- indexOfKey(long) - Method in class ohos.utils.LongPlainArray
-
Queries the index for a specified key.
- indexOfKey(Object) - Method in class ohos.utils.LightweightMap
-
Obtains the index of the key equal to a specified key in an LightweightMap container.
- indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
-
Returns the starting position of the first occurrence of the specified
target list within the specified source list, or -1 if there is no
such occurrence.
- indexOfValue(boolean) - Method in class ohos.utils.PlainBooleanArray
-
Queries the index for a specified value.
- indexOfValue(int) - Method in class ohos.utils.PlainIntArray
-
Queries the index for a specified value.
- indexOfValue(long) - Method in class ohos.utils.PlainLongArray
-
Queries the index for a specified value.
- indexOfValue(E) - Method in class ohos.utils.LongPlainArray
-
Queries the index for a specified value.
- indexOfValue(E) - Method in class ohos.utils.PlainArray
-
Queries the index for a specified value.
- indexOfValue(Object) - Method in class ohos.utils.LightweightMap
-
Obtains the index of the value equal to a specified value in an LightweightMap container.
- IndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an index of some sort (such as to an array, to a
string, or to a vector) is out of range.
- IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException with no
detail message.
- IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException with the
specified detail message.
- IndexSchemaType - Enum in ohos.data.search.schema
-
Represents the index schema type.
- IndexType - Interface in ohos.data.search.model
-
Represents the index type of an index attribute.
- IndianCalendar - Class in ohos.global.icu.util
-
IndianCalendar is a subclass of GregorianCalendar
that numbers years since the birth of the Buddha.
- IndianCalendar() - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar using the current time
in the default time zone with the default FORMAT locale.
- IndianCalendar(int, int, int) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IndianCalendar(int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- IndianCalendar(Date) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IndianCalendar(Locale) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the default time zone with the given locale.
- IndianCalendar(TimeZone) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the default FORMAT locale.
- IndianCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the given locale.
- IndianCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the given locale.
- IndianCalendar(ULocale) - Constructor for class ohos.global.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the default time zone with the given locale.
- INDIC_POSITIONAL_CATEGORY - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Indic_Positional_Category.
- INDIC_SIYAQ_NUMBERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INDIC_SIYAQ_NUMBERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INDIC_SYLLABIC_CATEGORY - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Indic_Syllabic_Category.
- INDICATOR_BOTTOM_LINE - Static variable in class ohos.agp.components.TabList
-
Indicates the selection indicator is the bottom line on the tab.
- INDICATOR_INVISIBLE - Static variable in class ohos.agp.components.TabList
-
Indicates the selection indicator is hidden.
- INDICATOR_LEFT_LINE - Static variable in class ohos.agp.components.TabList
-
Indicates the selection indicator is the vertical line on left side of the tab.
- INDICATOR_OVAL - Static variable in class ohos.agp.components.TabList
-
Indicates the selection indicator is the oval background on the tab.
- IndicatorSelectionHandler() - Constructor for class ohos.agp.components.PageSliderIndicator.IndicatorSelectionHandler
-
- inDouble(String, List<Double>) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is within
the specified double value list.
- INET - java.net.StandardProtocolFamily
-
Internet Protocol Version 4 (IPv4)
- Inet4Address - Class in java.net
-
This class represents an Internet Protocol version 4 (IPv4) address.
- INET6 - java.net.StandardProtocolFamily
-
Internet Protocol Version 6 (IPv6)
- Inet6Address - Class in java.net
-
This class represents an Internet Protocol version 6 (IPv6) address.
- InetAddress - Class in java.net
-
This class represents an Internet Protocol (IP) address.
- InetSocketAddress - Class in java.net
-
This class implements an IP Socket Address (IP address + port number)
It can also be a pair (hostname + port number), in which case an attempt
will be made to resolve the hostname.
- InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address where the IP address is the wildcard address
and the port number a specified value.
- InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address from a hostname and a port number.
- InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address from an IP address and a port number.
- inf - Variable in class java.util.zip.InflaterInputStream
-
Decompressor for this stream.
- inf - Variable in class java.util.zip.InflaterOutputStream
-
Decompressor for this stream.
- INFINITE - Static variable in class ohos.agp.animation.Animator
-
Indicates an animator that repeats constantly.
- INFIX_NUMERIC - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- inflate(byte[]) - Method in class java.util.zip.Inflater
-
Uncompresses bytes into specified buffer.
- inflate(byte[], int, int) - Method in class java.util.zip.Inflater
-
Uncompresses bytes into specified buffer.
- inflate(LayoutScatter, Context, int, ComponentContainer, boolean) - Static method in class ohos.agp.render.layoutboost.LayoutBoost
-
Converts an XML file into a component.
- inflate(Context, int, ComponentContainer, boolean) - Static method in class ohos.agp.render.layoutboost.LayoutBoost
-
Converts an XML file into a component.
- inflateLayout(Context) - Method in class ohos.agp.components.ComponentProvider
-
Inflates the layout based on layout definition.
- Inflater - Class in java.util.zip
-
This class provides support for general purpose decompression using the
popular ZLIB compression library.
- Inflater() - Constructor for class java.util.zip.Inflater
-
Creates a new decompressor.
- Inflater(boolean) - Constructor for class java.util.zip.Inflater
-
Creates a new decompressor.
- InflaterInputStream - Class in java.util.zip
-
This class implements a stream filter for uncompressing data in the
"deflate" compression format.
- InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
-
Creates a new input stream with a default decompressor and buffer size.
- InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
-
Creates a new input stream with the specified decompressor and a
default buffer size.
- InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
-
Creates a new input stream with the specified decompressor and
buffer size.
- InflaterOutputStream - Class in java.util.zip
-
Implements an output stream filter for uncompressing data stored in the
"deflate" compression format.
- InflaterOutputStream(OutputStream) - Constructor for class java.util.zip.InflaterOutputStream
-
Creates a new output stream with a default decompressor and buffer
size.
- InflaterOutputStream(OutputStream, Inflater) - Constructor for class java.util.zip.InflaterOutputStream
-
Creates a new output stream with the specified decompressor and a
default buffer size.
- InflaterOutputStream(OutputStream, Inflater, int) - Constructor for class java.util.zip.InflaterOutputStream
-
Creates a new output stream with the specified decompressor and
buffer size.
- INFLOW - ohos.global.icu.text.AlphabeticIndex.Bucket.LabelType
-
Inflow (between scripts)
- info(String) - Method in class java.util.logging.Logger
-
Log an INFO message.
- info(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a INFO message, which is only to be constructed if the logging
level is such that the message will actually be logged.
- info(HiLogLabel, String, Object...) - Static method in class ohos.hiviewdfx.HiLog
-
Outputs info-level logs.
- Info() - Constructor for class ohos.global.icu.text.IDNA.Info
-
Constructor.
- INFO - Static variable in class java.util.logging.Level
-
INFO is a message level for informational messages.
- INFO - Static variable in class ohos.hiviewdfx.HiLog
-
Indicates the info-level log.
- inForkJoinPool() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns
true if the current thread is a
ForkJoinWorkerThread executing as a ForkJoinPool computation.
- INFORMATION - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for information (including the web server and WAP server).
- informConfigurationChanged(Configuration) - Method in class ohos.agp.components.Component
-
Dispatches a configuration change event.
- informConfigurationChanged(Configuration) - Method in class ohos.agp.components.ComponentContainer
-
- informInvalidated() - Method in class ohos.agp.database.DataSetPublisher
-
Notifies the subscriber that the subscribed data becomes invalid.
- INHERIT - java.lang.ProcessBuilder.Redirect.Type
-
- INHERIT - ohos.agp.components.Component.LayoutDirection
-
Indicates that the horizontal layout direction is inherited.
- INHERIT - Static variable in class java.lang.ProcessBuilder.Redirect
-
Indicates that subprocess I/O source or destination will be the
same as those of the current process.
- INHERIT_ONLY - java.nio.file.attribute.AclEntryFlag
-
- InheritableThreadLocal<T> - Class in java.lang
-
This class extends ThreadLocal to provide inheritance of values
from parent thread to child thread: when a child thread is created, the
child receives initial values for all inheritable thread-local variables
for which the parent has values.
- InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
-
- Inherited - Annotation Type in java.lang.annotation
-
Indicates that an annotation type is automatically inherited.
- INHERITED - java.lang.Character.UnicodeScript
-
Unicode script "Inherited".
- INHERITED - Static variable in class ohos.global.icu.lang.UScript
-
Inherited
- INHERITED_MODE - Static variable in class ohos.agp.components.Component
-
Indicates that the component uses its parent component's showing mode.
- inheritedChannel() - Static method in class java.lang.System
-
Returns the channel inherited from the entity that created this
Java virtual machine.
- inheritedChannel() - Method in class java.nio.channels.spi.SelectorProvider
-
Returns the channel inherited from the entity that created this
Java virtual machine.
- inheritIO() - Method in class java.lang.ProcessBuilder
-
Sets the source and destination for subprocess standard I/O
to be the same as those of the current Java process.
- inInt(String, List<Integer>) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is within
the specified int value list.
- init() - Method in class ohos.app.AbilityContext
-
Initializes the current ability.
- init(boolean) - Method in interface java.security.cert.CertPathChecker
-
Initializes the internal state of this CertPathChecker.
- init(boolean) - Method in class java.security.cert.PKIXCertPathChecker
-
Initializes the internal state of this PKIXCertPathChecker.
- init(byte[]) - Method in class java.security.AlgorithmParameters
-
Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- init(byte[], String) - Method in class java.security.AlgorithmParameters
-
Imports the parameters from params and decodes them
according to the specified decoding scheme.
- init(int) - Method in class java.security.AlgorithmParameterGenerator
-
Initializes this parameter generator for a certain size.
- init(int) - Method in class javax.crypto.KeyGenerator
-
Initializes this key generator for a certain keysize.
- init(int, int, int, DatePicker.ValueChangedListener) - Method in class ohos.agp.components.DatePicker
-
Initializes the date picker.
- init(int, Certificate) - Method in class javax.crypto.Cipher
-
Initializes this cipher with the public key from the given certificate.
- init(int, Certificate, SecureRandom) - Method in class javax.crypto.Cipher
-
Initializes this cipher with the public key from the given certificate
and
a source of randomness.
- init(int, Key) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key.
- init(int, Key, AlgorithmParameters) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key and a set of algorithm
parameters.
- init(int, Key, AlgorithmParameters, SecureRandom) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
- init(int, Key, SecureRandom) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key and a source of randomness.
- init(int, Key, AlgorithmParameterSpec) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key and a set of algorithm
parameters.
- init(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.Cipher
-
Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
- init(int, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
-
Initializes this parameter generator for a certain size and source
of randomness.
- init(int, SecureRandom) - Method in class javax.crypto.KeyGenerator
-
Initializes this key generator for a certain keysize, using a
user-provided source of randomness.
- init(Key) - Method in class javax.crypto.ExemptionMechanism
-
Initializes this exemption mechanism with a key.
- init(Key) - Method in class javax.crypto.KeyAgreement
-
Initializes this key agreement with the given key, which is required to
contain all the algorithm parameters required for this key agreement.
- init(Key) - Method in class javax.crypto.Mac
-
Initializes this Mac object with the given key.
- init(Key, AlgorithmParameters) - Method in class javax.crypto.ExemptionMechanism
-
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- init(Key, SecureRandom) - Method in class javax.crypto.KeyAgreement
-
Initializes this key agreement with the given key and source of
randomness.
- init(Key, AlgorithmParameterSpec) - Method in class javax.crypto.ExemptionMechanism
-
Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- init(Key, AlgorithmParameterSpec) - Method in class javax.crypto.KeyAgreement
-
Initializes this key agreement with the given key and set of
algorithm parameters.
- init(Key, AlgorithmParameterSpec) - Method in class javax.crypto.Mac
-
Initializes this Mac object with the given key and
algorithm parameters.
- init(Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.KeyAgreement
-
Initializes this key agreement with the given key, set of
algorithm parameters, and source of randomness.
- init(KeyStore) - Method in class javax.net.ssl.TrustManagerFactory
-
Initializes this factory with a source of certificate
authorities and related trust material.
- init(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactory
-
Initializes this factory with a source of key material.
- init(SecureRandom) - Method in class javax.crypto.KeyGenerator
-
Initializes this key generator.
- init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameterGenerator
-
Initializes this parameter generator with a set of algorithm-specific
parameter generation values.
- init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameters
-
Initializes this parameter object using the parameters
specified in paramSpec.
- init(AlgorithmParameterSpec) - Method in class javax.crypto.KeyGenerator
-
Initializes this key generator with the specified parameter set.
- init(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
-
Initializes this parameter generator with a set of algorithm-specific
parameter generation values.
- init(AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.KeyGenerator
-
Initializes this key generator with the specified parameter
set and a user-provided source of randomness.
- init(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContext
-
Initializes this context.
- init(ManagerFactoryParameters) - Method in class javax.net.ssl.KeyManagerFactory
-
Initializes this factory with a source of provider-specific
key material.
- init(ManagerFactoryParameters) - Method in class javax.net.ssl.TrustManagerFactory
-
Initializes this factory with a source of provider-specific
trust material.
- init(AsrIntent, AsrListener) - Method in class ohos.ai.asr.AsrClient
-
Initializes the ASR engine service.
- init(TtsParams) - Method in class ohos.ai.tts.TtsClient
-
Initializes the TTS client.
- init(Context, Engine.RenderBackend, Map<String, Object>, String) - Method in interface ohos.agp.render.render3d.Engine
-
Initializes the engine.
- init(Context, ConnectionCallback) - Static method in class ohos.ai.cv.common.VisionManager
-
Initializes HUAWEI HiAI Engine services.
- init(Context, OnResultListener<Integer>, boolean) - Method in class ohos.ai.nlu.NluClient
-
Initializes the NLU engine service.
- init(EventRunner, WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Initializes the P2P controller and enables Wi-Fi P2P capabilities.
- INIT_ERROR - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates a failure to initialize the NLU engine before calling an NLU method.
- INIT_ERROR - Static variable in class ohos.security.seoperator.SEOperatorAbs
-
Indicates the init error code, the default value is -100.
- INIT_LAYOUT_FAILED - ohos.aafwk.ability.FormException.FormError
-
Failed to initialize the form layout based on the request parameters.
- initCause(Throwable) - Method in class java.lang.Throwable
-
Initializes the cause of this throwable to the specified value.
- initColumnMap() - Method in class ohos.sysappcomponents.calendar.support.TableSupport
-
Init column maps that are used for creating entity.
- initComponent(ComponentContainer) - Method in class ohos.aafwk.abilityjet.databinding.DataBinding
-
- initDistributedEnvironment(String, IInitCallback) - Static method in class ohos.distributedschedule.interwork.DeviceManager
-
Initializes the distributed execution framework on the specified device and registers callbacks for
notifying the initialization result.
- INITIAL - ohos.aafwk.ability.AbilityLifecycleExecutor.LifecycleState
-
INITIAL: The ability has been loaded to the memory but has not been executed.
- INITIAL - ohos.aafwk.ability.AbilitySliceLifecycleExecutor.LifecycleState
-
INITIAL: The ability slice has been loaded to the memory but has not been executed.
- INITIAL - Static variable in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Indicates that the ability is in the initial state.
- INITIAL - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- INITIAL_ID - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the initial ID.
- INITIAL_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pi
- INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pi" in the Unicode specification.
- INITIAL_QUOTE_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pi
This name is compatible with java.lang.Character's name for this type.
- INITIAL_SYNC_ID - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the initial synchronization ID.
- InitializationOptions() - Constructor for class ohos.media.image.PixelMap.InitializationOptions
-
- initialize() - Method in class ohos.agp.render.render3d.Task
-
Initializes a task.
- initialize(int) - Method in class java.security.KeyPairGenerator
-
Initializes the key pair generator for a certain keysize using
a default parameter set and the SecureRandom
implementation of the highest-priority installed provider as the source
of randomness.
- initialize(int, boolean, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
-
Initializes the key pair generator for a given modulus length
(instead of parameters), and an optional SecureRandom bit source.
- initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
-
Initializes the key pair generator for a certain keysize with
the given source of randomness (and a default parameter set).
- initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
-
Initializes the key pair generator for a certain keysize, using
the default parameter set.
- initialize(DSAParams, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
-
Initializes the key pair generator using the DSA family parameters
(p,q and g) and an optional SecureRandom bit source.
- initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
-
Initializes the key pair generator using the specified parameter
set and the SecureRandom
implementation of the highest-priority installed provider as the source
of randomness.
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
-
Initializes the key pair generator with the given parameter
set and source of randomness.
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
-
Initializes the key pair generator using the specified parameter
set and user-provided source of randomness.
- initialize(USBDevicePipe, USBEndpoint) - Method in class ohos.usb.USBRequest
-
Initializes a specified endpoint for data transfer.
- initializeData(ULocale, String) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Initializes format symbols for the locale and calendar type
- initializePacking(byte[], int, ImagePacker.PackingOptions) - Method in class ohos.media.image.ImagePacker
-
Initializes the packing task that outputs the result to a byte array at a specific offset.
- initializePacking(byte[], ImagePacker.PackingOptions) - Method in class ohos.media.image.ImagePacker
-
Initializes the packing task that outputs the result to a byte array.
- initializePacking(OutputStream, ImagePacker.PackingOptions) - Method in class ohos.media.image.ImagePacker
-
Initializes the packing task that outputs the result to a OutputStream object.
- initialValue() - Method in class java.lang.ThreadLocal
-
Returns the current thread's "initial value" for this
thread-local variable.
- initSign(PrivateKey) - Method in class java.security.Signature
-
Initialize this object for signing.
- initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
-
Initialize this object for signing.
- initVerify(Certificate) - Method in class java.security.Signature
-
Initializes this object for verification, using the public key from
the given certificate.
- initVerify(PublicKey) - Method in class java.security.Signature
-
Initializes this object for verification.
- inLong(String, List<Long>) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is within
the specified long value list.
- INNER - ohos.agp.render.MaskFilter.Blur
-
Blurs inside the border.
- INNER_ERROR - ohos.data.search.SearchResult
-
Result status returned if any exception occurs.
- InnerEvent - Class in ohos.eventhandler
-
Defines the structure of an event that can be sent to
EventHandler.
- InnerEventUtils - Class in ohos.interwork.eventhandler
-
Utility class used to obtain InnerEvent information.
- innerJoin(Class<J>) - Method in class ohos.data.orm.OrmPredicates
-
Adds an inner join condition to a SQL statement.
- innerJoin(String) - Method in class ohos.data.rdb.RdbPredicates
-
Adds an inner join condition to a SQL statement.
- INotificationSubscriber - Interface in ohos.event.notification
-
Deprecated.
- INPUT_ADJUST_NOTHING - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000018: Do not adjust the input method window; resize or shift the window.
- INPUT_ADJUST_PAN - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000010: Shifts the position of the window to show the soft input cursor's focus.
- INPUT_ADJUST_RESIZE - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000008: Re-sizes the window to ensure that the input focus is visible.
- INPUT_ADJUST_UNSPECIFIED - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00: Window-dependent content.
- INPUT_DEVICE - ohos.media.audio.AudioDeviceDescriptor.DeviceRole
-
Indicates the input role.
- INPUT_DEVICE_ID_NONE - Static variable in class ohos.media.audio.AudioCapturer
-
Indicates the default ID when there is no input device.
- INPUT_DEVICES_FLAG - ohos.media.audio.AudioDeviceDescriptor.DeviceFlag
-
Indicates an input device.
- INPUT_FLAG_FIVE_WAY_NAV - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application requires an external five-way (up, down, right, left, and select) navigation
device, such as a D-pad, trackball, or scroll wheel.
- INPUT_FLAG_HARD_KEYBOARD - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application requires an external physical keyboard.
- INPUT_IS_FCD - Static variable in class ohos.global.icu.text.Normalizer
-
Option bit for compare:
Both input strings are assumed to fulfill FCD conditions.
- INPUT_IS_FORWARD_NAVIGATION - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000080: The system automatically sets this flag when this window requests focus by
the user.
- INPUT_MASK_ADJUST - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000078: Adjusts the window to make the soft input area visible.
- INPUT_MASK_STATE - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x15: Confirming the display status of the soft input panel with the window.
- INPUT_METHOD_HIGHLIGHT - Static variable in class java.awt.font.TextAttribute
-
Attribute key for input method highlight styles.
- INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
Attribute key for input method segments.
- INPUT_METHOD_UNDERLINE - Static variable in class java.awt.font.TextAttribute
-
Attribute key for input method underlines.
- INPUT_PARAM_INVALID - ohos.aafwk.ability.FormException.FormError
-
Invalid input parameter during form operation.
- INPUT_STATE_ALWAYS_HIDDEN - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x80000001: When the panel receives the focus, the soft-input-area is hidden.
- INPUT_STATE_ALWAYS_VISIBLE - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x80000002: When the panel receives focus, the soft-input-area is always visible.
- INPUT_STATE_HIDDEN - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000001: The soft input panel is invisible when this window requests focus by the user.
- INPUT_STATE_UNCHANGED - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x80000000: The visibility of the soft input panel cannot be changed.
- INPUT_STATE_UNSPECIFIED - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0: The soft input panel may be visible or invisible after the window
requests focus.
- INPUT_STATE_VISIBLE - Static variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
0x00000002: While the user navigates forward to the panel, the soft input area is displayed.
- InputAttribute - Class in ohos.agp.components
-
Configures input methods of a control.
- InputAttribute() - Constructor for class ohos.agp.components.InputAttribute
-
- InputDevice - Class in ohos.multimodalinput.device
-
Provides methods for obtaining information about input devices on a bearer device.
- inputEnterKeyType - Variable in class ohos.agp.components.InputAttribute
-
Indicates the extended type of an editor for a better input method editor (IME) integration.
- InputFormatter - Class in ohos.global.i18n.phonenumbers
-
Formats the string representation of a phone number.
- InputFormatter() - Constructor for class ohos.global.i18n.phonenumbers.InputFormatter
-
- InputMethodAbility - Class in ohos.miscservices.inputmethodability
-
Input method ability used to develop an input method application.
- InputMethodAbility() - Constructor for class ohos.miscservices.inputmethodability.InputMethodAbility
-
- InputMismatchException - Exception in java.util
-
Thrown by a Scanner to indicate that the token
retrieved does not match the pattern for the expected type, or
that the token is out of range for the expected type.
- InputMismatchException() - Constructor for exception java.util.InputMismatchException
-
Constructs an InputMismatchException with null
as its error message string.
- InputMismatchException(String) - Constructor for exception java.util.InputMismatchException
-
Constructs an InputMismatchException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
- inputNumber(char) - Method in class ohos.global.i18n.phonenumbers.InputFormatter
-
Inputs the next character to obtain the formatting results of all previously
input characters.
- inputNumberAndRememberPosition(char) - Method in class ohos.global.i18n.phonenumbers.InputFormatter
-
Inputs the next character to obtain the formatting results of all previously
input characters, and records the position where nextChar is
inserted.
- inputPattern - Variable in class ohos.agp.components.InputAttribute
-
Indicates the input type of a text box.
- InputSource - Class in ohos.org.xml.sax
-
A single input source for an XML entity.
- InputSource() - Constructor for class ohos.org.xml.sax.InputSource
-
Zero-argument default constructor.
- InputSource(InputStream) - Constructor for class ohos.org.xml.sax.InputSource
-
Create a new input source with a byte stream.
- InputSource(Reader) - Constructor for class ohos.org.xml.sax.InputSource
-
Create a new input source with a character stream.
- InputSource(String) - Constructor for class ohos.org.xml.sax.InputSource
-
Create a new input source with a system identifier.
- InputStream - Class in java.io
-
This abstract class is the superclass of all classes representing
an input stream of bytes.
- InputStream() - Constructor for class java.io.InputStream
-
- InputStreamReader - Class in java.io
-
An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and decodes them into characters using a specified
charset.
- InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the default charset.
- InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the named charset.
- InputStreamReader(InputStream, Charset) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the given charset.
- InputStreamReader(InputStream, CharsetDecoder) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the given charset decoder.
- INSCRIPTIONAL_PAHLAVI - java.lang.Character.UnicodeScript
-
Unicode script "Inscriptional_Pahlavi".
- INSCRIPTIONAL_PAHLAVI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Inscriptional Pahlavi" Unicode character block.
- INSCRIPTIONAL_PAHLAVI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PAHLAVI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- INSCRIPTIONAL_PAHLAVI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PARTHIAN - java.lang.Character.UnicodeScript
-
Unicode script "Inscriptional_Parthian".
- INSCRIPTIONAL_PARTHIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Inscriptional Parthian" Unicode character block.
- INSCRIPTIONAL_PARTHIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PARTHIAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- INSCRIPTIONAL_PARTHIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INSEPARABLE - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
Renamed from the misspelled "inseperable" in Unicode 4.0.1.
- INSEPERABLE - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- insert(int, boolean) - Method in class java.lang.StringBuffer
-
- insert(int, boolean) - Method in class java.lang.StringBuilder
-
- insert(int, char) - Method in class java.lang.StringBuffer
-
- insert(int, char) - Method in class java.lang.StringBuilder
-
- insert(int, char[]) - Method in class java.lang.StringBuffer
-
- insert(int, char[]) - Method in class java.lang.StringBuilder
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuffer
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuilder
-
- insert(int, double) - Method in class java.lang.StringBuffer
-
- insert(int, double) - Method in class java.lang.StringBuilder
-
- insert(int, float) - Method in class java.lang.StringBuffer
-
- insert(int, float) - Method in class java.lang.StringBuilder
-
- insert(int, int) - Method in class java.lang.StringBuffer
-
- insert(int, int) - Method in class java.lang.StringBuilder
-
- insert(int, int) - Method in class ohos.utils.IntArray
-
Inserts a value to a specified index.
- insert(int, long) - Method in class java.lang.StringBuffer
-
- insert(int, long) - Method in class java.lang.StringBuilder
-
- insert(int, CharSequence) - Method in class java.lang.StringBuffer
-
- insert(int, CharSequence) - Method in class java.lang.StringBuilder
-
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
-
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
-
- insert(int, Object) - Method in class java.lang.StringBuffer
-
- insert(int, Object) - Method in class java.lang.StringBuilder
-
- insert(int, String) - Method in class java.lang.StringBuffer
-
- insert(int, String) - Method in class java.lang.StringBuilder
-
- insert(String) - Method in class ohos.agp.components.Text
-
Inserts text in the position where the cursor is located.
- insert(String, int) - Method in class ohos.agp.components.Text
-
Insert text in a specified position.
- insert(String, String, List<IndexData>) - Method in class ohos.data.search.SearchAbility
-
Inserts a list of indexes into the index library with a specified bundle name and group ID.
- insert(String, ValuesBucket) - Method in interface ohos.data.rdb.RdbStore
-
Inserts a row of data into the target table.
- insert(ValuesBucket) - Method in class ohos.sysappcomponents.calendar.CalendarDataHelper
-
Inserts a calendar record into the database.
- insert(Uri, ValuesBucket) - Method in class ohos.aafwk.ability.Ability
-
Inserts a data record into the database.
- insert(Uri, ValuesBucket) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Inserts a single data record into the database.
- insert(T) - Method in interface ohos.data.orm.OrmContext
-
Inserts an object to the database.
- INSERT_CHAR - ohos.global.icu.text.MessagePattern.Part.Type
-
Indicates that a syntax character needs to be inserted for auto-quoting.
- INSERT_LRM_FOR_NUMERIC - Static variable in class ohos.global.icu.text.Bidi
-
option bit for writeReordered():
surround the run with LRMs if necessary;
this is part of the approximate "inverse Bidi" algorithm
- insertArguments(MethodHandle, int, Object...) - Static method in class java.lang.invoke.MethodHandles
-
Provides a target method handle with one or more bound arguments
in advance of the method handle's invocation.
- insertAVTubeEx(AVTubeEx) - Method in class ohos.media.tubecore.AVTubeManager
-
Inserts an AVTubeEx instance to this AVTubeManager instance.
- InsertCallback - Interface in ohos.data.async
-
Processes the data insertion result when data is inserted into the database.
- insertElementAt(E, int) - Method in class java.util.Vector
-
Inserts the specified object as a component in this vector at the
specified index.
- insertOrThrowException(String, ValuesBucket) - Method in interface ohos.data.rdb.RdbStore
-
Inserts a row of data into the target table.
- insertParameterTypes(int, Class<?>...) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- insertParameterTypes(int, List<Class<?>>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- insertProviderAt(Provider, int) - Static method in class java.security.Security
-
Adds a new provider, at a specified position.
- insertRichContent(RichContent) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Submits rich content to an application through the input method.
- insertRow() - Method in interface java.sql.ResultSet
-
Inserts the contents of the insert row into this
ResultSet object and into the database.
- insertsAreDetected(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether or not a visible row insert can be detected
by calling the method ResultSet.rowInserted.
- insertText(String) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Submits the text entered by a user to an application's edit box through the input method.
- insertWithConflictResolution(String, ValuesBucket, RdbStore.ConflictResolution) - Method in interface ohos.data.rdb.RdbStore
-
Inserts a row of data into the target table and specifies the method for resolving conflict.
- Insets - Class in ohos.agp.render
-
Provides a wrapper class representing the offsets for the left, top, right, and bottom bounds of a rectangle.
- Insets(int, int, int, int) - Constructor for class ohos.agp.render.Insets
-
A constructor used to create an Insets instance.
- INSIDE - ohos.agp.components.Image.ScaleMode
-
Scales the image to be of the same or a smaller size than that of an
Image item according to a
ratio, and displays the image content in the center.
- install(File, long) - Static method in class ohos.net.HttpResponseCache
-
Creates a default HttpResponseCache object to store the responses of HTTP access requests.
- install(List<String>, InstallParam, InstallerCallback) - Method in interface ohos.bundle.IBundleInstaller
-
Installs an application.
- INSTALL_BUNDLE - Static variable in class ohos.security.SystemPermission
-
Allows a system application to install and uninstall other applications.
- INSTALL_FLAG_DEFAULT - Static variable in class ohos.bundle.InstallParam
-
Indicates the default installation mode.
- installedProviders() - Static method in class java.nio.file.spi.FileSystemProvider
-
Returns a list of the installed file system providers.
- InstallerCallback - Class in ohos.bundle
-
Provides callback methods to be called upon bundle installation or uninstallation.
- InstallerCallback() - Constructor for class ohos.bundle.InstallerCallback
-
- InstallParam - Class in ohos.bundle
-
Provides parameters required for installing or uninstalling an application.
- InstallParam() - Constructor for class ohos.bundle.InstallParam
-
A no-argument constructor used to create an InstallParam instance.
- InstallParam(int, int) - Constructor for class ohos.bundle.InstallParam
-
A parameterized constructor used to create an InstallParam instance.
- INSTANCE - Static variable in class java.time.chrono.HijrahChronology
-
Singleton instance of the Islamic Umm Al-Qura calendar of Saudi Arabia.
- INSTANCE - Static variable in class java.time.chrono.IsoChronology
-
Singleton instance of the ISO chronology.
- INSTANCE - Static variable in class java.time.chrono.JapaneseChronology
-
Singleton instance for Japanese chronology.
- INSTANCE - Static variable in class java.time.chrono.MinguoChronology
-
Singleton instance for the Minguo chronology.
- INSTANCE - Static variable in class java.time.chrono.ThaiBuddhistChronology
-
Singleton instance of the Buddhist chronology.
- INSTANCE_END - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the end time of the instance.
- INSTANCE_END_DAY - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the end date of the instance.
- INSTANCE_END_MINUTE - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the instance end time calculated from 00:00 on the current day in the time zone where the calendar
is located, in minutes.
- INSTANCE_START - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the start time of the instance.
- INSTANCE_START_DAY - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the start date of the instance.
- INSTANCE_START_MINUTE - Static variable in interface ohos.sysappcomponents.calendar.column.InstancesColumns
-
Indicates the instance start time calculated from 00:00 on the current day in the time zone where the calendar
is located, in minutes.
- instanceFollowRedirects - Variable in class java.net.HttpURLConnection
-
If true, the protocol will automatically follow redirects.
- Instances - Class in ohos.sysappcomponents.calendar.entity
-
Describes a calendar instance entity, including the column name of the database table.
- Instances() - Constructor for class ohos.sysappcomponents.calendar.entity.Instances
-
- InstancesColumns - Interface in ohos.sysappcomponents.calendar.column
-
Column for instance
- instant() - Method in class java.time.Clock
-
Gets the current instant of the clock.
- Instant - Class in java.time
-
An instantaneous point on the time-line.
- INSTANT_MESSAGE - ohos.telephony.ShortMessage.ShortMessageClass
-
Indicates an instant message, which is displayed immediately after being received.
- INSTANT_SECONDS - java.time.temporal.ChronoField
-
The instant epoch-seconds.
- InstantiationError - Error in java.lang
-
Thrown when an application tries to use the Java new
construct to instantiate an abstract class or an interface.
- InstantiationError() - Constructor for error java.lang.InstantiationError
-
Constructs an InstantiationError with no detail message.
- InstantiationError(String) - Constructor for error java.lang.InstantiationError
-
Constructs an InstantiationError with the specified
detail message.
- InstantiationException - Exception in java.lang
-
Thrown when an application tries to create an instance of a class
using the newInstance method in class
Class, but the specified class object cannot be
instantiated.
- InstantiationException() - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException with no detail message.
- InstantiationException(String) - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException with the
specified detail message.
- inString(String, List<String>) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is within
the specified string value list.
- INT_START - Static variable in interface ohos.global.icu.lang.UProperty
-
First constant for enumerated/integer Unicode properties.
- IntArray - Class in ohos.utils
-
A collection class of int arrays.
- IntArray() - Constructor for class ohos.utils.IntArray
-
Default constructor used to create an IntArray instance with an initial capacity of 32.
- IntArray(int) - Constructor for class ohos.utils.IntArray
-
A constructor used to create an IntArray instance with a custom initial capacity.
- IntArray(int...) - Constructor for class ohos.utils.IntArray
-
Creates an IntArray object based on a size-mutable int array.
- IntArray(int[], int, int) - Constructor for class ohos.utils.IntArray
-
Creates an IntArray object based on an existing int array with a specified range.
- IntArray(int, int) - Constructor for class ohos.utils.IntArray
-
A constructor used to create an IntArray instance with a custom capacity and an initial value.
- IntArray(List<Integer>) - Constructor for class ohos.utils.IntArray
-
Creates an IntArray object based on an existing Integer list.
- IntArray(IntArray) - Constructor for class ohos.utils.IntArray
-
Creates an IntArray object by copying parameters from an existing IntArray object.
- INTARRAY - ohos.global.resource.ResourceType
-
Indicates the integer array type.
- IntBinaryOperator - Interface in java.util.function
-
Represents an operation upon two int-valued operands and producing an
int-valued result.
- intBitsToFloat(int) - Static method in class java.lang.Float
-
Returns the float value corresponding to a given
bit representation.
- IntBuffer - Class in java.nio
-
An int buffer.
- intColor - Variable in class ohos.agp.render.BlurDrawLooper
-
Indicates an integer representing the color of this BlurDrawLooper.
- intColors - Variable in class ohos.agp.render.Shader
-
Indicates the int values representing the shading colors of this shader.
- IntConsumer - Interface in java.util.function
-
Represents an operation that accepts a single int-valued argument and
returns no result.
- integer - Variable in class ohos.global.icu.util.ValueIterator.Element
-
Integer index of the current iteration
- Integer - Class in java.lang
-
The Integer class wraps a value of the primitive type
int in an object.
- Integer(int) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer object that
represents the specified int value.
- Integer(String) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer object that
represents the int value indicated by the
String parameter.
- INTEGER - ohos.data.distributed.common.FieldValueType
-
Integer
- INTEGER - ohos.global.resource.ResourceType
-
Indicates the integer type.
- INTEGER - ohos.utils.zson.ZSONType
-
Indicates the integer type, for example, 123.
- INTEGER - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
INTEGER.
- INTEGER - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the integer field.
- INTEGER - Static variable in interface ohos.data.search.model.IndexType
-
The index field is indexed as an integer value, which can be searched by specifying a range and sorted.
- INTEGER - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- INTEGER_ATTR - Static variable in class ohos.global.resource.solidxml.TypedAttribute
-
Indicates that the type of the XML attribute value is INTEGER_ATTR.
- INTEGER_FIELD - Static variable in class java.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- INTEGER_FIELD - Static variable in class ohos.global.icu.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- INTEGERSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify a integer number style format.
- Intent - Class in ohos.aafwk.content
-
Provides an abstract description of an operation to be performed.
- Intent() - Constructor for class ohos.aafwk.content.Intent
-
A constructor used to create an empty Intent instance.
- Intent(Intent) - Constructor for class ohos.aafwk.content.Intent
-
A constructor used to create an Intent instance by using the parameters of an existing
Intent object.
- INTENT - Static variable in class ohos.utils.system.SystemCapability.Aafwk
-
Indicates the carrier for transferring information within an application or between applications.
- INTENT_PARAMS_KEY_ACCESSLIMITATION - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the identifier for restricted access.
- INTENT_PARAMS_KEY_AEADASSET - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the data that cannot be processed in a batch, such as the password.
- INTENT_PARAMS_KEY_APPTAG - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the application identity, such as the package name.
- INTENT_PARAMS_KEY_ASSETHANDLE - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the data index value.
- INTENT_PARAMS_KEY_ASSETTYPE - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the asset data type.
- INTENT_PARAMS_KEY_AUTHENTICATELIMITATION - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the identifier for restricted authentication.
- INTENT_PARAMS_KEY_BATCHASSET - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the data that can be processed in a batch, such as the username.
- INTENT_PARAMS_KEY_EXTINFO - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the extended information.
- INTENT_PARAMS_KEY_SELECT_MODE - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the query mode.
- INTENT_PARAMS_KEY_SYNCLIMITATION - Static variable in class ohos.security.asset.AssetOperator
-
Indicates the identifier for restricted synchronization.
- Intent.OperationBuilder - Class in ohos.aafwk.content
-
Builder class for creating an
Operation instance.
- IntentAbility - Class in ohos.aafwk.ability
-
A base class for abilities using the Service template that is used to process
background tasks in worker threads to avoid running time-consuming tasks in
the main thread, ensuring the application responsiveness.
- IntentAbility(String) - Constructor for class ohos.aafwk.ability.IntentAbility
-
A constructor used to create an IntentAbility instance.
- IntentAgent - Class in ohos.event.intentagent
-
Provides a pending intent mechanism to perform an action only when certain conditions are met or
certain events are triggered.
- IntentAgent.OnCompleted - Interface in ohos.event.intentagent
-
- IntentAgentConstant - Class in ohos.event.intentagent
-
Provides enumerated constants that are used for setting object attributes in the methods provided by
IntentAgentInfo.
- IntentAgentConstant.Flags - Enum in ohos.event.intentagent
-
- IntentAgentConstant.OperationType - Enum in ohos.event.intentagent
-
Identifies the operation for using an
IntentAgent, such as starting an ability or sending a common event.
- IntentAgentEx - Class in ohos.interwork.event.intentagent
-
- IntentAgentEx(IntentAgent) - Constructor for class ohos.interwork.event.intentagent.IntentAgentEx
-
A parameterized constructor used to create an
IntentAgentEx instance.
- IntentAgentHelper - Class in ohos.event.intentagent
-
A helper class used to obtain, trigger, cancel, and compare
IntentAgent objects and to obtain
the bundle name, UID, and hash code value of an
IntentAgent object.
- IntentAgentInfo - Class in ohos.event.intentagent
-
- IntentAgentInfo(int, IntentAgentConstant.OperationType, List<IntentAgentConstant.Flags>, List<Intent>, IntentParams) - Constructor for class ohos.event.intentagent.IntentAgentInfo
-
A constructor used to create an IntentAgentInfo instance based on the input parameters.
- IntentAgentInfo(int, IntentAgentConstant.OperationType, IntentAgentConstant.Flags, List<Intent>, IntentParams) - Constructor for class ohos.event.intentagent.IntentAgentInfo
-
A constructor used to create an IntentAgentInfo instance based on the input parameters.
- IntentAgentInfo(IntentAgentInfo) - Constructor for class ohos.event.intentagent.IntentAgentInfo
-
A constructor used to create an IntentAgentInfo instance by copying parameters from an existing one.
- IntentConstants - Class in ohos.utils
-
Defines the
Intent-related constants used in
the system, including the actions, entities, and flags contained in the
intents passed to methods for starting an ability.
- IntentParams - Class in ohos.aafwk.content
-
Stores extra parameter information passed to an
Ability.
- IntentParams() - Constructor for class ohos.aafwk.content.IntentParams
-
A constructor used to create an empty IntentParams instance.
- IntentParams(IntentParams) - Constructor for class ohos.aafwk.content.IntentParams
-
A constructor used to create an IntentParams instance by using the parameters of an existing
IntentParams object.
- INTERACT_ACROSS_LOCAL_ACCOUNTS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to access accounts of other applications.
- INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION - Static variable in class ohos.security.SystemPermission
-
Allows a system application to set the attributes of applications of other users.
- interestOps() - Method in class java.nio.channels.SelectionKey
-
Retrieves this key's interest set.
- interestOps(int) - Method in class java.nio.channels.SelectionKey
-
Sets this key's interest set to the given value.
- INTERFACE - Static variable in class java.lang.reflect.Modifier
-
The int value representing the interface
modifier.
- INTERFACE_TRANSACTION - Static variable in interface ohos.rpc.IRemoteObject
-
Indicates the message code for a transmission.
- InterfaceAddress - Class in java.net
-
This class represents a Network Interface address.
- interfaceModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to an interface.
- intern() - Method in class java.lang.String
-
Returns a canonical representation for the string object.
- INTERNAL_DATA_ABILITY_URI - Static variable in class ohos.media.photokit.metadata.AVStorage.Audio.Media
-
Indicates the dataability:// URI for internal storage.
- INTERNAL_DATA_ABILITY_URI - Static variable in class ohos.media.photokit.metadata.AVStorage.Audio.Playlists
-
Indicates the dataability:// URI for internal storage.
- INTERNAL_DATA_ABILITY_URI - Static variable in class ohos.media.photokit.metadata.AVStorage.Downloads
-
Indicates the dataability:// URI for internal storage.
- INTERNAL_DATA_ABILITY_URI - Static variable in class ohos.media.photokit.metadata.AVStorage.Images.Media
-
Indicates the dataability:// URI for internal storage.
- INTERNAL_DATA_ABILITY_URI - Static variable in class ohos.media.photokit.metadata.AVStorage.Video.Media
-
Indicates the dataability:// URI for internal storage.
- INTERNAL_ERROR - ohos.aafwk.ability.FormException.FormError
-
A common internal error occurs during form processing.
- InternalError - Error in java.lang
-
Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
- InternalError() - Constructor for error java.lang.InternalError
-
Constructs an InternalError with no detail message.
- InternalError(String) - Constructor for error java.lang.InternalError
-
Constructs an InternalError with the specified
detail message.
- InternalError(String, Throwable) - Constructor for error java.lang.InternalError
-
Constructs an InternalError with the specified detail
message and cause.
- InternalError(Throwable) - Constructor for error java.lang.InternalError
-
Constructs an InternalError with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the class and
detail message of cause).
- internalGet(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- internalGet(int) - Method in class ohos.global.icu.util.Calendar
-
Returns the value for a given time field.
- internalGet(int, int) - Method in class ohos.global.icu.util.Calendar
-
Returns the value for a given time field, or return the given default
value if the field is not set.
- internalGetTimeInMillis() - Method in class ohos.global.icu.util.Calendar
-
Returns the current milliseconds without recomputing.
- INTERNALLY_SET - Static variable in class ohos.global.icu.util.Calendar
-
Value of the time stamp stamp[] indicating that a field
has been set via computations from the time or from other fields.
- internalSet(int, int) - Method in class ohos.global.icu.util.Calendar
-
Set a field to a value.
- INTERNATIONAL_TON_VALUE - Static variable in class ohos.telephony.TelephoneNumberUtils
-
Indicates the international number type.
- INTERNET - Static variable in class ohos.security.SystemPermission
-
Allows an application to access the Internet.
- INTEROPERABILITY_INDEX - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- interpolate(Path, float, Path) - Method in class ohos.agp.render.Path
-
Performs interpolation between this Path and a path with the same length of point array.
- interrupt() - Method in class java.lang.Thread
-
Interrupts this thread.
- interrupt() - Method in class java.lang.ThreadGroup
-
Interrupts all threads in this thread group.
- INTERRUPT_HINT_DUCK - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates a prompt for the application to duck audio playback.
- INTERRUPT_HINT_NONE - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates that there is no prompt.
- INTERRUPT_HINT_PAUSE - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates a prompt for the application to pause audio playback.
- INTERRUPT_HINT_RESUME - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates a prompt for the application to resume playing audio.
- INTERRUPT_HINT_STOP - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates a prompt for the application to stop audio playback.
- INTERRUPT_HINT_UNDUCK - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates a prompt for the application to unduck audio playback.
- INTERRUPT_TYPE_BEGIN - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates that the interruption starts.
- INTERRUPT_TYPE_END - Static variable in class ohos.media.audio.AudioInterrupt
-
Indicates that the interruption ends.
- interrupted() - Static method in class java.lang.Thread
-
Tests whether the current thread has been interrupted.
- InterruptedByTimeoutException - Exception in java.nio.channels
-
Checked exception received by a thread when a timeout elapses before an
asynchronous operation completes.
- InterruptedByTimeoutException() - Constructor for exception java.nio.channels.InterruptedByTimeoutException
-
Constructs an instance of this class.
- InterruptedException - Exception in java.lang
-
Thrown when a thread is waiting, sleeping, or otherwise occupied,
and the thread is interrupted, either before or during the activity.
- InterruptedException() - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException with no detail message.
- InterruptedException(String) - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException with the
specified detail message.
- InterruptedIOException - Exception in java.io
-
Signals that an I/O operation has been interrupted.
- InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException with
null as its error detail message.
- InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException with the
specified detail message.
- InterruptibleChannel - Interface in java.nio.channels
-
A channel that can be asynchronously closed and interrupted.
- intersect(Scope<T>) - Method in class ohos.utils.Scope
-
Returns the intersection of a given range and the current range.
- intersect(T, T) - Method in class ohos.utils.Scope
-
Returns the intersection of the current range and the range specified by the given lower and upper bounds.
- INTERSECT - ohos.agp.render.Canvas.ClipOp
-
Enumerates the modes for clipping the canvas with a particular path.
- INTERSECT - ohos.agp.render.Region.Op
-
Indicates an operation to obtain the part where the current region intersects the target region.
- intersects(BitSet) - Method in class java.util.BitSet
-
Returns true if the specified BitSet has any bits set to
true that are also set to true in this BitSet.
- INTERVAL_SLOT_DEFAULT - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Default slot value for the advertising interval, which is 1600 (1s).
- INTERVAL_SLOT_MAX - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Maximum slot value for the advertising interval, which is 16777215 (10485.759375s).
- INTERVAL_SLOT_MIN - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Minimum slot value for the advertising interval, which is 32 (20 ms).
- IntervalTimer - Class in ohos.utils
-
Provides a timer for task execution that lasts for a while and repeats at regular intervals.
- IntervalTimer(long, long) - Constructor for class ohos.utils.IntervalTimer
-
Creates an IntervalTimer with a given work duration and interval.
- IntFunction<R> - Interface in java.util.function
-
Represents a function that accepts an int-valued argument and produces a
result.
- IntPredicate - Interface in java.util.function
-
Represents a predicate (boolean-valued function) of one int-valued
argument.
- ints() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom int
values.
- ints() - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom int
values.
- ints() - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom int
values from this generator and/or one split from it.
- ints(int, int) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom
int values, each conforming to the given origin (inclusive) and bound
(exclusive).
- ints(int, int) - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom
int values, each conforming to the given origin (inclusive) and bound
(exclusive).
- ints(int, int) - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom
int values from this generator and/or one split from it; each value
conforms to the given origin (inclusive) and bound (exclusive).
- ints(long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize number of
pseudorandom int values.
- ints(long) - Method in class java.util.Random
-
Returns a stream producing the given streamSize number of
pseudorandom int values.
- ints(long) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize number
of pseudorandom int values from this generator and/or
one split from it.
- ints(long, int, int) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize number
of pseudorandom int values, each conforming to the given
origin (inclusive) and bound (exclusive).
- ints(long, int, int) - Method in class java.util.Random
-
Returns a stream producing the given streamSize number
of pseudorandom int values, each conforming to the given
origin (inclusive) and bound (exclusive).
- ints(long, int, int) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize number
of pseudorandom int values from this generator and/or one split
from it; each value conforms to the given origin (inclusive) and bound
(exclusive).
- intStream(Supplier<? extends Spliterator.OfInt>, int, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel IntStream from a
Supplier of Spliterator.OfInt.
- intStream(Spliterator.OfInt, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel IntStream from a
Spliterator.OfInt.
- IntStream - Interface in java.util.stream
-
A sequence of primitive int-valued elements supporting sequential and parallel
aggregate operations.
- IntStream.Builder - Interface in java.util.stream
-
A mutable builder for an IntStream.
- IntSummaryStatistics - Class in java.util
-
A state object for collecting statistics such as count, min, max, sum, and
average.
- IntSummaryStatistics() - Constructor for class java.util.IntSummaryStatistics
-
Construct an empty instance with zero count, zero sum,
Integer.MAX_VALUE min, Integer.MIN_VALUE max and zero
average.
- IntSupplier - Interface in java.util.function
-
Represents a supplier of int-valued results.
- IntToDoubleFunction - Interface in java.util.function
-
Represents a function that accepts an int-valued argument and produces a
double-valued result.
- intToEnum(int) - Static method in enum ohos.aafwk.ability.AbilityLifecycleExecutor.LifecycleState
-
Converts the given int value into its corresponding enum constant representing the ability lifecycle state.
- IntToLongFunction - Interface in java.util.function
-
Represents a function that accepts an int-valued argument and produces a
long-valued result.
- IntUnaryOperator - Interface in java.util.function
-
Represents an operation on a single int-valued operand that produces
an int-valued result.
- intValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as an int after
a widening primitive conversion.
- intValue() - Method in class java.lang.Double
-
Returns the value of this Double as an int
after a narrowing primitive conversion.
- intValue() - Method in class java.lang.Float
-
Returns the value of this Float as an int after
a narrowing primitive conversion.
- intValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as an
int.
- intValue() - Method in class java.lang.Long
-
Returns the value of this Long as an int after
a narrowing primitive conversion.
- intValue() - Method in class java.lang.Number
-
Returns the value of the specified number as an int,
which may involve rounding or truncation.
- intValue() - Method in class java.lang.Short
-
Returns the value of this Short as an int after
a widening primitive conversion.
- intValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to an int.
- intValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to an int.
- intValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Returns the value of this AtomicInteger as an int.
- intValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
Returns the value of this AtomicLong as an int
after a narrowing primitive conversion.
- intValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Returns the
current value as an
int
after a narrowing primitive conversion.
- intValue() - Method in class java.util.concurrent.atomic.DoubleAdder
-
- intValue() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Returns the
current value as an
int
after a narrowing primitive conversion.
- intValue() - Method in class java.util.concurrent.atomic.LongAdder
-
Returns the
LongAdder.sum() as an
int after a narrowing
primitive conversion.
- intValue() - Method in class java.util.logging.Level
-
Get the integer value for this level.
- intValue() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to an int.
- intValue() - Method in class ohos.utils.HalfFloat
-
- intValue() - Method in class ohos.utils.RationalNumber
-
Obtains the value of the current RationalNumber object as an integer.
- intValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to an int, checking
for lost information.
- intValueExact() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to an int.
- INVALID - ohos.agp.colors.ColorSpec
-
Indicates an invalid color specification.
- INVALID - ohos.agp.render.render3d.components.LightComponent.LightType
-
Indicates an invalid light type.
- INVALID - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates an invalid device type.
- INVALID - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates an invalid curve type.
- INVALID - Static variable in class ohos.wifi.WifiSecurity
-
Indicates an invalid Wi-Fi encryption mode.
- INVALID_ACE_LABEL - ohos.global.icu.text.IDNA.Error
-
An ACE label does not contain a valid label string.
- INVALID_ARGUMENT - ohos.data.distributed.common.KvStoreErrorCode
-
Invalid parameters
- INVALID_BIOMETRIC_ID - Static variable in class ohos.biometrics.authentication.BiometricAuthentication
-
Indicates the id for biometric authentication.
- INVALID_CHAR_FOUND - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- INVALID_CODE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INVALID_CODE - Static variable in class ohos.global.icu.lang.UScript
-
Invalid code
- INVALID_CODE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- INVALID_CONTACT_ID - Static variable in class ohos.sysappcomponents.contact.entity.Contact
-
Indicates an invalid contact ID.
- INVALID_ENTITY - Static variable in interface ohos.agp.render.render3d.Entity
-
Indicates the ID of an invalid entity.
- INVALID_FIELD_TYPE - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_FIELD_TYPE error
- INVALID_FORMAT - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_FORMAT error
- INVALID_ID - Static variable in class ohos.agp.components.RadioContainer
-
Indicates an invalid id.
- INVALID_ID - Static variable in class ohos.media.common.sessioncore.AVQueueElement
-
- INVALID_INDEX - Static variable in class ohos.agp.components.ListContainer
-
Indicates an invalid index.
- INVALID_INDEX - Static variable in class ohos.agp.components.PageSlider
-
Indicates an invalid position.
- INVALID_INDEX - Static variable in interface ohos.agp.render.render3d.gltf.GltfData
-
Indicates the index of an invalid scene.
- INVALID_INDEX - Static variable in class ohos.utils.LongPlainArray
-
Indicates an invalid index used by index-related operations.
- INVALID_INDEX - Static variable in class ohos.utils.PlainArray
-
Indicates an invalid index used by index-related operations.
- INVALID_INDEX - Static variable in class ohos.utils.PlainBooleanArray
-
Indicates an invalid index used by index-related operations.
- INVALID_INDEX - Static variable in class ohos.utils.PlainIntArray
-
Indicates an invalid index used by index-related operations.
- INVALID_INDEX - Static variable in class ohos.utils.PlainLongArray
-
Indicates an invalid index used by index-related operations.
- INVALID_KEY_USAGE - java.security.cert.PKIXReason
-
The certificate's key usage is invalid.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.Email
-
Indicates an invalid label ID.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.Event
-
Indicates an invalid label ID.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.ImAddress
-
INVALID_LABEL_ID
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Indicates an invalid label ID.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Indicates an invalid label ID.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates an invalid label ID.
- INVALID_LABEL_ID - Static variable in class ohos.sysappcomponents.contact.entity.SipAddress
-
Indicates an invalid label ID.
- INVALID_NAME - java.security.cert.PKIXReason
-
The name constraints have been violated.
- INVALID_PARAM - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates that input parameters were invalid during an NLU method call.
- INVALID_POLICY - java.security.cert.PKIXReason
-
The policy constraints have been violated.
- INVALID_QUERY_FIELD - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_QUERY_FIELD error
- INVALID_QUERY_FORMAT - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_QUERY_FORMAT error
- INVALID_SCHEMA - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_SCHEMA error
- INVALID_SIGNATURE - java.security.cert.CertPathValidatorException.BasicReason
-
The signature is invalid.
- INVALID_SLOT_ID - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates the invalid card slot index.
- INVALID_VALUE_FIELDS - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_VALUE_FIELDS error
- INVALID_VALUE_TYPE - ohos.data.distributed.common.KvStoreErrorCode
-
INVALID_VALUE_TYPE error
- InvalidAlgorithmParameterException - Exception in java.security
-
This is the exception for invalid or inappropriate algorithm parameters.
- InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Constructs an InvalidAlgorithmParameterException with no detail
message.
- InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Constructs an InvalidAlgorithmParameterException with the specified
detail message.
- InvalidAlgorithmParameterException(String, Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Creates a InvalidAlgorithmParameterException with the
specified detail message and cause.
- InvalidAlgorithmParameterException(Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Creates a InvalidAlgorithmParameterException with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- invalidate() - Method in interface javax.net.ssl.SSLSession
-
Invalidates the session.
- invalidate() - Method in class ohos.agp.components.Component
-
Invalidates a component.
- InvalidClassException - Exception in java.io
-
Thrown when the Serialization runtime detects one of the following
problems with a Class.
- InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
-
Report an InvalidClassException for the reason specified.
- InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
-
Constructs an InvalidClassException object.
- InvalidKeyException - Exception in java.security
-
This is the exception for invalid Keys (invalid encoding, wrong
length, uninitialized, etc).
- InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
-
Constructs an InvalidKeyException with no detail message.
- InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
-
Constructs an InvalidKeyException with the specified detail
message.
- InvalidKeyException(String, Throwable) - Constructor for exception java.security.InvalidKeyException
-
Creates a InvalidKeyException with the specified
detail message and cause.
- InvalidKeyException(Throwable) - Constructor for exception java.security.InvalidKeyException
-
Creates a InvalidKeyException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- InvalidKeySpecException - Exception in java.security.spec
-
This is the exception for invalid key specifications.
- InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
-
Constructs an InvalidKeySpecException with no detail message.
- InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
-
Constructs an InvalidKeySpecException with the specified detail
message.
- InvalidKeySpecException(String, Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
-
Creates a InvalidKeySpecException with the specified
detail message and cause.
- InvalidKeySpecException(Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
-
Creates a InvalidKeySpecException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- InvalidMarkException - Exception in java.nio
-
Unchecked exception thrown when an attempt is made to reset a buffer
when its mark is not defined.
- InvalidMarkException() - Constructor for exception java.nio.InvalidMarkException
-
Constructs an instance of this class.
- InvalidObjectException - Exception in java.io
-
Indicates that one or more deserialized objects failed validation
tests.
- InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
-
Constructs an InvalidObjectException.
- InvalidParameterException - Exception in java.security
-
This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
- InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
-
Constructs an InvalidParameterException with no detail message.
- InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
-
Constructs an InvalidParameterException with the specified
detail message.
- InvalidParameterSpecException - Exception in java.security.spec
-
This is the exception for invalid parameter specifications.
- InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
-
Constructs an InvalidParameterSpecException with no detail message.
- InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
-
Constructs an InvalidParameterSpecException with the specified detail
message.
- InvalidPathException - Exception in java.nio.file
-
Unchecked exception thrown when path string cannot be converted into a
Path because the path string contains invalid characters, or
the path string is invalid for other file system specific reasons.
- InvalidPathException(String, String) - Constructor for exception java.nio.file.InvalidPathException
-
Constructs an instance from the given input string and reason.
- InvalidPathException(String, String, int) - Constructor for exception java.nio.file.InvalidPathException
-
Constructs an instance from the given input string, reason, and error
index.
- InvalidPreferencesFormatException - Exception in java.util.prefs
-
Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of preferences, as per the
Preferences
specification.
- InvalidPreferencesFormatException(String) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
-
Constructs an InvalidPreferencesFormatException with the specified
detail message.
- InvalidPreferencesFormatException(String, Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
-
Constructs an InvalidPreferencesFormatException with the specified
detail message and cause.
- InvalidPreferencesFormatException(Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
-
Constructs an InvalidPreferencesFormatException with the specified
cause.
- InvalidPropertiesFormatException - Exception in java.util
-
Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of properties, as per the
Properties
specification.
- InvalidPropertiesFormatException(String) - Constructor for exception java.util.InvalidPropertiesFormatException
-
Constructs an InvalidPropertiesFormatException with the specified
detail message.
- InvalidPropertiesFormatException(Throwable) - Constructor for exception java.util.InvalidPropertiesFormatException
-
Constructs an InvalidPropertiesFormatException with the specified
cause.
- INVERSE_EVEN_ODD - ohos.agp.render.Path.FillType
-
Draws outside of the path using an odd number of edge crossings.
- INVERSE_WINDING - ohos.agp.render.Path.FillType
-
Draws outside of the path using a non-zero sum of edge crossings.
- invert(Matrix4x4, Matrix4x4) - Static method in class ohos.agp.render.render3d.math.Matrix4x4
-
Inverts a given matrix to obtain its inverse.
- invert(Matrix) - Method in class ohos.agp.utils.Matrix
-
Inverts this Matrix.
- invert(Matrix44) - Method in class ohos.agp.utils.Matrix44
-
Inverts this Matrix44.
- invertGregorian - Variable in class ohos.global.icu.util.GregorianCalendar
-
Used by handleComputeJulianDay() and handleComputeMonthStart().
- invertMap(int[]) - Static method in class ohos.global.icu.text.Bidi
-
Invert an index map.
- INVISIBLE - Static variable in class ohos.agp.components.Component
-
The component is invisible but still occupies space for layout purposes.
- INVISIBLE_STACKER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- InvocationHandler - Interface in java.lang.reflect
-
InvocationHandler is the interface implemented by
the invocation handler of a proxy instance.
- InvocationTargetException - Exception in java.lang.reflect
-
InvocationTargetException is a checked exception that wraps
an exception thrown by an invoked method or constructor.
- InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs an InvocationTargetException with
null as the target exception.
- InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception.
- InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception
and a detail message.
- invoke() - Method in class java.util.concurrent.ForkJoinTask
-
Commences performing this task, awaits its completion if
necessary, and returns its result, or throws an (unchecked)
RuntimeException or Error if the underlying
computation did so.
- invoke(Object...) - Method in class java.lang.invoke.MethodHandle
-
Invokes the method handle, allowing any caller type descriptor,
and optionally performing conversions on arguments and return values.
- invoke(Object, Object...) - Method in class java.lang.reflect.Method
-
Invokes the underlying method represented by this Method
object, on the specified object with the specified parameters.
- invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
-
Processes a method invocation on a proxy instance and returns
the result.
- invoke(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
-
Performs the given task, returning its result upon completion.
- invokeAbilityOnActive(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Invokes the
Ability.onActive() callback of a specified ability without changing its
lifecycle state.
- invokeAbilityOnBackground(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- invokeAbilityOnForeground(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- invokeAbilityOnInactive(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Invokes the
Ability.onInactive() callback of a specified ability without changing its
lifecycle state.
- invokeAbilityOnPostActive(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- invokeAbilityOnPostStart(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- invokeAbilityOnStart(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- invokeAbilityOnStop(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Invokes the
Ability.onStop() callback of a specified ability without changing its
lifecycle state.
- invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
-
- invokeAll(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
-
Executes the given tasks, returning a list of Futures holding
their status and results when all complete.
- invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.ForkJoinPool
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
-
Executes the given tasks, returning a list of Futures holding
their status and results
when all complete or the timeout expires, whichever happens first.
- invokeAll(Collection<T>) - Static method in class java.util.concurrent.ForkJoinTask
-
Forks all tasks in the specified collection, returning when
isDone holds for each task or an (unchecked) exception
is encountered, in which case the exception is rethrown.
- invokeAll(ForkJoinTask<?>...) - Static method in class java.util.concurrent.ForkJoinTask
-
Forks the given tasks, returning when isDone holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
- invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class java.util.concurrent.ForkJoinTask
-
Forks the given tasks, returning when isDone holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
- invokeAny(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
-
- invokeAny(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
-
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do.
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
-
Executes the given tasks, returning the result
of one that has completed successfully (i.e., without throwing
an exception), if any do before the given timeout elapses.
- invokeExact(Object...) - Method in class java.lang.invoke.MethodHandle
-
Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
- invoker(MethodType) - Static method in class java.lang.invoke.MethodHandles
-
Produces a special
invoker method handle which can be used to
invoke any method handle compatible with the given type, as if by
MethodHandle#invoke.
- invokeWithArguments(Object...) - Method in class java.lang.invoke.MethodHandle
-
Performs a variable arity invocation, passing the arguments in the given list
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type
Object, and whose arity is the length
of the argument list.
- invokeWithArguments(List<?>) - Method in class java.lang.invoke.MethodHandle
-
Performs a variable arity invocation, passing the arguments in the given array
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type
Object, and whose arity is the length
of the argument array.
- IOError - Error in java.io
-
Thrown when a serious I/O error has occurred.
- IOError(Throwable) - Constructor for error java.io.IOError
-
Constructs a new instance of IOError with the specified cause.
- ioException() - Method in class java.util.Formatter
-
Returns the
IOException last thrown by this formatter's
Appendable.
- ioException() - Method in class java.util.Scanner
-
Returns the IOException last thrown by this
Scanner's underlying Readable.
- IOException - Exception in java.io
-
Signals that an I/O exception of some sort has occurred.
- IOException() - Constructor for exception java.io.IOException
-
Constructs an IOException with null
as its error detail message.
- IOException(String) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified detail message.
- IOException(String, Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified detail message
and cause.
- IOException(Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- IOutput - Interface in ohos.utils
-
Defines a unified data output interface for HarmonyOS.
- ip - Variable in class ohos.agp.window.dialog.DisplayDialog.DialogProvider
-
Indicates the IP address of the remote screen.
- IP - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates a device connected over an IP network.
- IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
-
Set which outgoing interface on which to send multicast packets.
- IP_MULTICAST_IF - Static variable in class java.net.StandardSocketOptions
-
The network interface for Internet Protocol (IP) multicast datagrams.
- IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
-
Same as above.
- IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
-
This option enables or disables local loopback of multicast datagrams.
- IP_MULTICAST_LOOP - Static variable in class java.net.StandardSocketOptions
-
Loopback for Internet Protocol (IP) multicast datagrams.
- IP_MULTICAST_TTL - Static variable in class java.net.StandardSocketOptions
-
The time-to-live for Internet Protocol (IP) multicast datagrams.
- IP_TOS - Static variable in interface java.net.SocketOptions
-
This option sets the type-of-service or traffic class field
in the IP header for a TCP or UDP socket.
- IP_TOS - Static variable in class java.net.StandardSocketOptions
-
The Type of Service (ToS) octet in the Internet Protocol (IP) header.
- IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "IPA Extensions" Unicode character block.
- IPA_EXTENSIONS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IPA_EXTENSIONS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- IPasteDataChangedListener - Interface in ohos.miscservices.pasteboard
-
An interface to define a listener for pasteboard content changes.
- IPC - Static variable in class ohos.utils.system.SystemCapability.Communication
-
Indicates the inter-process communication (IPC) system capability.
- IPC_ERROR - ohos.data.distributed.common.KvStoreErrorCode
-
IPC error
- IPC_EXCEPTION - ohos.data.search.SearchResult
-
Result status returned if any IPC exception occurs when search service api is called.
- IPCSkeleton - Class in ohos.rpc
-
Provides static interfaces in the IPC skeleton to obtain services, read and write objects,
obtain the UID and PID, obtain the IDs of local and peer devices,
and check whether an interface call is made on the same device.
- IPCSkeleton() - Constructor for class ohos.rpc.IPCSkeleton
-
- IpInfo - Class in ohos.wifi
-
Provides IP information of a Wi-Fi connection.
- IpPrefix - Class in ohos.net
-
Represents an IP address segment.
- IRemoteBroker - Interface in ohos.rpc
-
Obtains the holder of a remote proxy object.
- IRemoteObject - Interface in ohos.rpc
-
A remote object interface that must be implemented by service providers and users.
- IRemoteObject.DeathRecipient - Interface in ohos.rpc
-
- IS_AUTOSELECT - Static variable in class ohos.media.common.Format
-
Indicates the key of whether the current stream is automatically selected.
- IS_COALESCING - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property that requires the parser to coalesce adjacent character data sections
- IS_DEFAULT - Static variable in class ohos.media.common.Format
-
Indicates the key of whether the current media stream is selected by default.
- IS_FORCED_SUBTITLE - Static variable in class ohos.media.common.Format
-
Indicates the key of whether the current subtitle stream is forcibly displayed.
- IS_LEAP_MONTH - Static variable in class ohos.global.icu.util.Calendar
-
[icu] Field indicating whether or not the current month is a leap month.
- IS_NAMESPACE_AWARE - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property used to turn on/off namespace support,
this is to support XML 1.0 documents,
only the true setting must be supported
- IS_PRIMARY - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Specifies whether the calendar is the primary calendar of the account.
- IS_REPAIRING_NAMESPACES - Static variable in class ohos.javax.xml.stream.XMLOutputFactory
-
Property used to set prefix defaulting on the output side
- IS_REPLACING_ENTITY_REFERENCES - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
Requires the parser to replace internal
entity references with their replacement
text and report them as characters
- IS_STRING - Static variable in class ohos.global.icu.text.UnicodeSetIterator
-
Value of codepoint if the iterator points to a string.
- IS_SUPPORTING_EXTERNAL_ENTITIES - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property that requires the parser to resolve external parsed entities
- IS_SYNC_ADAPTER - Static variable in class ohos.sysappcomponents.calendar.entity.CalendarEntity
-
An optional URI parameter that indicates if caller is a sync adapter.
- IS_SYNC_EVENTS - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Specifies whether the event is a synchronized event.
- IS_VALIDATING - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property used to turn on/off implementation specific validation
- IS_WHOLE_DAY - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Specifies whether the event is a whole-day event.
- is24Hour() - Method in class ohos.agp.components.TimePicker
-
Obtains whether the time is displayed in 24-hour mode.
- is24HourClock(Context) - Static method in class ohos.global.i18n.text.DateFormatUtil
-
Checks whether the system is using the 24-hour clock.
- is24HourMode() - Method in class ohos.agp.components.Clock
-
Obtains the time mode for a control.
- is64Bit() - Static method in class ohos.os.ProcessManager
-
Checks whether the process is running in a 64-bit environment.
- isAbandoned() - Method in class ohos.agp.graphics.TextureHolder
-
Checks whether buffers managed by TextHolder have all been released.
- isAbilityEnabled(AbilityInfo) - Method in interface ohos.bundle.IBundleManager
-
Checks whether a specified ability is enabled.
- isAbilityEnabled(AbilityInfo) - Method in class ohos.bundle.LauncherService
-
Checks whether an ability exists and is enabled.
- isAbilityHasSlice(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Checks whether a specified ability contains any ability slices.
- isAbsolute() - Method in class java.io.File
-
Tests whether this abstract pathname is absolute.
- isAbsolute() - Method in class java.net.URI
-
Tells whether or not this URI is absolute.
- isAbsolute() - Method in interface java.nio.file.Path
-
Tells whether or not this path is absolute.
- isAbsolute() - Method in class ohos.utils.net.Uri
-
Checks whether the current URI is an absolute one.
- isAbstract(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
abstract modifier, false otherwise.
- isAcceptable() - Method in class java.nio.channels.SelectionKey
-
Tests whether this key's channel is ready to accept a new socket
connection.
- isAccessibilityCaptionEnabled() - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Checks whether the accessibility caption function is enabled.
- isAccessibilityFocused() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Checks whether this window has gained accessibility focus.
- isAccessible() - Method in class java.lang.reflect.AccessibleObject
-
Get the value of the accessible flag for this object.
- isActive() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Checks whether this window is active.
- isActive() - Method in class ohos.agp.window.service.Window
-
Checks whether this window is active.
- isAdjustInputPanel() - Method in class ohos.agp.components.Text
-
Obtains whether to enable automatic text component re-layout when the input method panel pops up.
- isAfter(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if this date is after the specified date ignoring the chronology.
- isAfter(ChronoLocalDate) - Method in class java.time.LocalDate
-
Checks if this date is after the specified date.
- isAfter(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if this date-time is after the specified date-time ignoring the chronology.
- isAfter(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
-
Checks if this date-time is after the specified date-time.
- isAfter(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(Instant) - Method in class java.time.Instant
-
Checks if this instant is after the specified instant.
- isAfter(LocalTime) - Method in class java.time.LocalTime
-
Checks if this time is after the specified time.
- isAfter(MonthDay) - Method in class java.time.MonthDay
-
Checks if this month-day is after the specified month-day.
- isAfter(OffsetDateTime) - Method in class java.time.OffsetDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(OffsetTime) - Method in class java.time.OffsetTime
-
Checks if the instant of this OffsetTime is after that of the
specified time applying both times to a common date.
- isAfter(Year) - Method in class java.time.Year
-
Checks if this year is after the specified year.
- isAfter(YearMonth) - Method in class java.time.YearMonth
-
Checks if this year-month is after the specified year-month.
- isAfterLast() - Method in interface java.sql.ResultSet
-
Retrieves whether the cursor is after the last row in
this ResultSet object.
- isAidValid() - Method in class ohos.nfc.oma.Aid
-
Checks whether an Aid is valid.
- isAlertOneTime() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is set to alert only once, which means that sound or vibration
will no longer be played for notifications with the same ID upon their updates.
- isAlgorithmic() - Method in class ohos.global.icu.text.NumberingSystem
-
Returns the numbering system's algorithmic status.
- isAlive() - Method in class java.lang.Process
-
Tests whether the subprocess represented by this Process is
alive.
- isAlive() - Method in class java.lang.Thread
-
Tests if this thread is alive.
- isAllowedNotify() - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- isAllowedNotify() - Static method in class ohos.event.notification.NotificationHelper
-
Checks whether this application has permission to publish notifications.
- isAllowGlobalSearch() - Method in class ohos.data.search.model.SearchableEntity
-
Checks whether the indexes of this application can be searched in a fusion search.
- isAllowUnregisteredParameters() - Method in class ohos.utils.net.UrlQueryFilter
-
Checks whether to allow query of unregistered parameters.
- isAlphabetic(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is an alphabet.
- isAlternateHandlingShifted() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Checks if the alternate handling behavior is the UCA defined SHIFTED or NON_IGNORABLE.
- isAmeteAlemEra() - Method in class ohos.global.icu.util.EthiopicCalendar
-
Return true if this calendar is set to the Amete Alem era.
- isAncestorOf(SceneNode) - Method in interface ohos.agp.render.render3d.SceneNode
-
Checks whether a node is the ancestor (parent or grandparent node) of another node.
- isAnnotation() - Method in class java.lang.Class
-
Returns true if this Class object represents an annotation
type.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Class
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Package
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.reflect.AccessibleObject
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnonymousClass() - Method in class java.lang.Class
-
Returns true if and only if the underlying class
is an anonymous class.
- isAntiAlias() - Method in class ohos.agp.components.element.VectorElement
-
Checks whether antialiasing is enabled.
- isAntiAlias() - Method in class ohos.agp.render.Paint
-
Checks if anti-aliasing is enabled for a Paint object.
- isAnyLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress in a wildcard address.
- isAnyLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress in a wildcard address.
- isAnyLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress in a wildcard address.
- isAnyPolicyInhibited() - Method in class java.security.cert.PKIXParameters
-
Checks whether the any policy OID should be processed if it
is included in a certificate.
- isApplicationEnabled(String) - Method in interface ohos.bundle.IBundleManager
-
Checks whether a specified application is enabled.
- isAppUid(int) - Static method in class ohos.os.ProcessManager
-
Checks whether the specified UID belongs to a particular application.
- isArchive() - Method in interface java.nio.file.attribute.DosFileAttributes
-
Returns the value of the archive attribute.
- isArray() - Method in class java.lang.Class
-
Determines if this Class object represents an array class.
- isAssertOperation() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Checks whether this operation is an assert query.
- isAssignableFrom(Class<?>) - Method in class java.lang.Class
-
Determines if the class or interface represented by this
Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter.
- isAtFirstRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Checks whether the read position is the first line.
- isAtFirstRow() - Method in class ohos.data.resultset.AbsResultSet
-
- isAtFirstRow() - Method in interface ohos.data.resultset.ResultSet
-
Checks whether the result set is positioned at the first row.
- isAtFirstRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- isAtLastRow() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Checks whether the read position is the last line.
- isAtLastRow() - Method in class ohos.data.resultset.AbsResultSet
-
- isAtLastRow() - Method in interface ohos.data.resultset.ResultSet
-
Checks whether the result set is positioned at the last row.
- isAtLastRow() - Method in class ohos.data.resultset.ResultSetWrapper
-
- isAttribute() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is an Attribute.
- isAttributeSpecified(int) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns a boolean which indicates if this
attribute was created by default
- isAudio() - Method in class ohos.media.codec.CodecDescription
-
Checks whether this Codec is an audios codec.
- isAutoCreatedReplies() - Method in class ohos.event.notification.NotificationActionButton
-
Checks whether the platform can automatically generate possible replies for this
NotificationActionButton.
- isAutoDetecting() - Method in class java.nio.charset.CharsetDecoder
-
Tells whether or not this decoder implements an auto-detecting charset.
- isAutoFontSize() - Method in class ohos.agp.components.Text
-
Obtains whether the text size is automatically adjusted to fill within the component.
- isAutoIncrement(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether the designated column is automatically numbered.
- isAutoSync() - Method in class ohos.data.distributed.common.Options
-
Checks whether this KvStore is automatically synchronized with the KvStore of other devices.
- isAvailable() - Static method in class ohos.media.audio.EchoCancelerEffect
-
Check whether EchoCancelerEffect is available.
- isAvailable() - Static method in class ohos.media.audio.GainControlEffect
-
Check whether GainControlEffect is available.
- isAvailable() - Static method in class ohos.media.audio.NoiseSuppressorEffect
-
Check whether NoiseSuppressorEffect is available.
- isAvailable(String, Date, Date) - Static method in class ohos.global.icu.util.Currency
-
Queries if the given ISO 4217 3-letter code is available on the specified date range.
- isAVSessionActive() - Method in class ohos.media.sessioncore.AVSession
-
Checks whether this AVSession instance is activated.
- isBackgroundRunningRestricted() - Method in interface ohos.app.IAbilityManager
-
Checks whether the process of this application is forbidden to run in the background.
- isBackup() - Method in class ohos.data.distributed.common.Options
-
Checks whether this KvStore can be backed up.
- isBaseForm(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Determines whether the specified code point is of base form.
- isBasicChannel() - Method in class ohos.nfc.oma.Channel
-
Checks whether a channel is a basic one.
- isBefore(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if this date is before the specified date ignoring the chronology.
- isBefore(ChronoLocalDate) - Method in class java.time.LocalDate
-
Checks if this date is before the specified date.
- isBefore(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if this date-time is before the specified date-time ignoring the chronology.
- isBefore(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
-
Checks if this date-time is before the specified date-time.
- isBefore(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(Instant) - Method in class java.time.Instant
-
Checks if this instant is before the specified instant.
- isBefore(LocalTime) - Method in class java.time.LocalTime
-
Checks if this time is before the specified time.
- isBefore(MonthDay) - Method in class java.time.MonthDay
-
Checks if this month-day is before the specified month-day.
- isBefore(OffsetDateTime) - Method in class java.time.OffsetDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(OffsetTime) - Method in class java.time.OffsetTime
-
Checks if the instant of this OffsetTime is before that of the
specified time applying both times to a common date.
- isBefore(Year) - Method in class java.time.Year
-
Checks if this year is before the specified year.
- isBefore(YearMonth) - Method in class java.time.YearMonth
-
Checks if this year-month is before the specified year-month.
- isBeforeFirst() - Method in interface java.sql.ResultSet
-
Retrieves whether the cursor is before the first row in
this ResultSet object.
- isBlocking() - Method in class java.nio.channels.SelectableChannel
-
Tells whether or not every I/O operation on this channel will block
until it completes.
- isBlocking() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
- isBMP(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Determines if the code point is in the BMP plane.
- isBmpCodePoint(int) - Static method in class java.lang.Character
-
- isBound() - Method in class java.net.DatagramSocket
-
Returns the binding state of the socket.
- isBound() - Method in class java.net.ServerSocket
-
Returns the binding state of the ServerSocket.
- isBound() - Method in class java.net.Socket
-
Returns the binding state of the socket.
- isBoundary(int) - Method in class java.text.BreakIterator
-
Returns true if the specified character offset is a text boundary.
- isBoundary(int) - Method in class ohos.global.icu.text.BreakIterator
-
Return true if the specified position is a boundary position.
- isBoundaryFadeEffectEnable() - Method in class ohos.agp.components.Component
-
- isBoundToWindow() - Method in class ohos.agp.components.Component
-
Checks whether the component has been bound to a window.
- isBridge() - Method in class java.lang.reflect.Method
-
Returns true if this method is a bridge
method; returns false otherwise.
- isBroadcast() - Method in class ohos.agp.components.DragEvent
-
Determines whether a drag event is being broadcasted.
- isBroken() - Method in class java.util.concurrent.CyclicBarrier
-
Queries if this barrier is in a broken state.
- isBtDiscovering() - Method in class ohos.bluetooth.BluetoothHost
-
Checks whether Bluetooth scanning is ongoing on a device.
- isBufferAvailable() - Method in interface ohos.agp.render.render3d.TargetBuffer
-
Checks whether the buffer is available for rendering.
- isBundleEnabled(String) - Method in class ohos.bundle.LauncherService
-
Checks whether a bundle exists and is enabled.
- isCaActive() - Method in class ohos.telephony.NetworkState
-
Obtains the status of CA.
- isCacheCleanXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Checks whether a specified cache directory object has the cacheClean extended attribute.
- isCacheDeleteXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Checks whether a specified cache directory object has the cacheDelete extended attribute.
- isCalendarLenient() - Method in class ohos.global.icu.text.DateFormat
-
Returns whether date/time parsing in the encapsulated Calendar object is lenient.
- isCancelled() - Method in class java.util.concurrent.CompletableFuture
-
Returns true if this CompletableFuture was cancelled
before it completed normally.
- isCancelled() - Method in class java.util.concurrent.ForkJoinTask
-
- isCancelled() - Method in interface java.util.concurrent.Future
-
Returns true if this task was cancelled before it completed
normally.
- isCancelled() - Method in class java.util.concurrent.FutureTask
-
- isCanonical() - Method in class ohos.global.icu.text.StringSearch
-
Determines whether canonical matches (option 1, as described in the
class documentation) is set.
- isCased(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns true if in modern (or most recent) usage of the script case distinctions are customary.
- isCaseLevel() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Checks if case level is set to true.
- isCaseSensitive(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether a column's case matters.
- isCastShadowsEnabled() - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Checks whether the mesh casts shadows.
- isCatalogAtStart() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog appears at the start of a fully qualified
table name.
- isCData() - Method in interface ohos.javax.xml.stream.events.Characters
-
Returns true if this is a CData section.
- isCellularDataEnabled() - Method in class ohos.telephony.CellularDataInfoManager
-
Checks whether cellular data services are enabled.
- isCellularDataRoamingEnabled(int) - Method in class ohos.telephony.CellularDataInfoManager
-
Checks whether roaming is enabled for cellular data services.
- isCertificateEntry(String) - Method in class java.security.KeyStore
-
Returns true if the entry identified by the given alias
was created by a call to setCertificateEntry,
or created by a call to setEntry with a
TrustedCertificateEntry.
- isChangePermitted() - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Checks whether to allow the application to change the wallpaper for the current user.
- isCharacters() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is Characters.
- isCharacters() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns true if the cursor points to a character data event
- isCharsetDetected() - Method in class java.nio.charset.CharsetDecoder
-
Tells whether or not this decoder has yet detected a
charset (optional operation).
- isCheckable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node (a check box as an example) is checkable.
- isChecked() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is checked.
- isChecked() - Method in class ohos.agp.components.AbsButton
-
Checks whether a button is in checked state.
- isCircularModeEnabled() - Method in class ohos.agp.components.PageSlider
-
Checks whether circular mode is enabled for the
PageSlider.
- isClickable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is clickable.
- isClickable() - Method in class ohos.agp.components.Component
-
Returns whether the component responds to click events or not.
- isClosed - Variable in class ohos.data.resultset.AbsResultSet
-
Indicates whether the result set is closed.
- isClosed() - Method in class java.net.DatagramSocket
-
Returns whether the socket is closed or not.
- isClosed() - Method in class java.net.ServerSocket
-
Returns the closed state of the ServerSocket.
- isClosed() - Method in class java.net.Socket
-
Returns the closed state of the socket.
- isClosed() - Method in interface java.sql.Connection
-
Retrieves whether this Connection object has been
closed.
- isClosed() - Method in interface java.sql.ResultSet
-
Retrieves whether this ResultSet object has been closed.
- isClosed() - Method in interface java.sql.Statement
-
Retrieves whether this Statement object has been closed.
- isClosed() - Method in class ohos.agp.render.PathMeasure
-
Checks whether the contour of the path associated with this PathMeasure object is closed.
- isClosed() - Method in class ohos.data.resultset.AbsResultSet
-
- isClosed() - Method in interface ohos.data.resultset.ResultSet
-
Checks whether the current result set is closed.
- isClosed() - Method in class ohos.data.resultset.ResultSetWrapper
-
- isClosed() - Method in class ohos.media.photokit.support.FetchResult
-
Checks whether this FetchResult instance is closed.
- isClosed() - Method in class ohos.nfc.oma.Channel
-
Checks whether a channel is disabled.
- isColorDataDefined() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Checks whether vertex color is defined for a primitive.
- isColorEnabled() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether background color is enabled for this notification.
- isColumnNull(int) - Method in class ohos.data.resultset.AbsResultSet
-
- isColumnNull(int) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- isColumnNull(int) - Method in class ohos.data.resultset.CombinedResultSet
-
- isColumnNull(int) - Method in interface ohos.data.resultset.ResultSet
-
Checks whether the value of the specified column in the current row is null.
- isColumnNull(int) - Method in class ohos.data.resultset.ResultSetWrapper
-
- isColumnNull(int) - Method in class ohos.data.resultset.TableResultSet
-
- isCompatibleWith(String) - Method in class java.lang.Package
-
Compare this package's specification version with a
desired version.
- isCompleted() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Checks whether the animation playback is complete.
- isCompletedAbnormally() - Method in class java.util.concurrent.ForkJoinTask
-
Returns true if this task threw an exception or was cancelled.
- isCompletedExceptionally() - Method in class java.util.concurrent.CompletableFuture
-
Returns true if this CompletableFuture completed
exceptionally, in any way.
- isCompletedNormally() - Method in class java.util.concurrent.ForkJoinTask
-
Returns true if this task completed without throwing an
exception and was not cancelled.
- isComplex() - Method in class ohos.agp.render.Region
-
Checks whether this region contains multiple rectangles.
- isComponentDisplayed() - Method in class ohos.agp.components.Component
-
Checks whether the component can be displayed.
- isConnectable() - Method in class java.nio.channels.SelectionKey
-
Tests whether this key's channel has either finished, or failed to
finish, its socket-connection operation.
- isConnectable() - Method in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Get the advertise settings for whether is connectable.
- isConnectable() - Method in class ohos.bluetooth.ble.BleScanResult
-
Checks whether this device is connectable.
- isConnected() - Method in class java.net.DatagramSocket
-
Returns the connection state of the socket.
- isConnected() - Method in class java.net.Socket
-
Returns the connection state of the socket.
- isConnected() - Method in class java.nio.channels.DatagramChannel
-
Tells whether or not this channel's socket is connected.
- isConnected() - Method in class java.nio.channels.SocketChannel
-
Tells whether or not this channel's network socket is connected.
- isConnected() - Method in class ohos.media.photokit.metadata.AVLoggerConnection
-
Checks whether the scanning service is connected.
- isConnected() - Method in class ohos.media.sessioncore.AVBrowser
-
Checks whether the media browser service is connected.
- isConnected() - Method in class ohos.nfc.oma.SEService
-
Checks whether the secure element service is connected.
- isConnected() - Method in class ohos.wifi.WifiDevice
-
Checks whether a Wi-Fi connection has been set up.
- isConnecting() - Method in class ohos.media.tubecore.AVTube
-
Checks whether this AVTube instance is in the connecting process.
- isConnectingToDebugger() - Static method in class ohos.hiviewdfx.Debug
-
Checks whether multiple processes are waiting to connect to the debugger.
- isConnectionPending() - Method in class java.nio.channels.SocketChannel
-
Tells whether or not a connection operation is in progress on this
channel.
- isContain() - Method in class ohos.media.photokit.support.FetchResult
-
Obtains whether this FetchResult instance contains either AlbumList or AlbumListInfo
instances.
- isContextDependent() - Method in class ohos.event.notification.NotificationActionButton
-
Checks whether this NotificationActionButton is a contextual action, that is,
whether this NotificationActionButton is dependent on the notification message body.
- isContextual() - Method in class java.awt.font.NumericShaper
-
Returns a boolean indicating whether or not
this shaper shapes contextually.
- isConversationGroup() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Checks whether this notification represents a group conversation.
- isConvex() - Method in class ohos.agp.render.Path
-
Checks whether this path is convex.
- isCookieEnable() - Method in class ohos.agp.components.webengine.CookieStore
-
Checks whether cookies are enabled.
- isCountDown() - Method in class ohos.agp.components.TickTimer
-
Indicates whether the timer counts up from or counts down to the base time.
- isCountdownTimer() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether the notification creation time is displayed as a countdown timer.
- isCreateIfMissing() - Method in class ohos.data.distributed.common.Options
-
Checks whether a KvStore database can be created if no KvStore database is available.
- isCredentialEncryptedStorage() - Method in class ohos.app.AbilityContext
-
- isCredentialEncryptedStorage() - Method in interface ohos.app.Context
-
Checks whether the context uses credential-encrypted storage.
- isCritical() - Method in interface java.security.cert.Extension
-
Gets the extension's criticality setting.
- isCritical() - Method in interface java.security.cert.PolicyNode
-
Returns the criticality indicator of the certificate policy extension
in the most recently processed certificate.
- isCrossDomainCookieEnable(WebView) - Method in class ohos.agp.components.webengine.CookieStore
-
Checks whether cross-domain cookies are enabled in a specified WebView object.
- isCryptoAllowed(Key) - Method in class javax.crypto.ExemptionMechanism
-
Returns whether the result blob has been generated successfully by this
exemption mechanism.
- isCurrency(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether the designated column is a cash value.
- isCurrentRunnerThread() - Method in class ohos.eventhandler.EventRunner
-
Checks whether the current thread is the worker thread of this EventRunner.
- isDaemon() - Method in class java.lang.Thread
-
Tests if this thread is a daemon thread.
- isDaemon() - Method in class java.lang.ThreadGroup
-
Tests if this thread group is a daemon thread group.
- isDataAbilityPermitted() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether access to the Data ability is allowed in the WebView.
- isDateBased() - Method in enum java.time.temporal.ChronoField
-
Checks if this field represents a component of a date.
- isDateBased() - Method in enum java.time.temporal.ChronoUnit
-
Checks if this unit is a date unit.
- isDateBased() - Method in interface java.time.temporal.TemporalField
-
Checks if this field represents a component of a date.
- isDateBased() - Method in interface java.time.temporal.TemporalUnit
-
Checks if this unit represents a component of a date.
- isDayFixed() - Method in class ohos.agp.components.DatePicker
-
Obtains the day selector state.
- isDaylightSavings(Instant) - Method in class java.time.zone.ZoneRules
-
Checks if the specified instant is in daylight savings.
- isDebugBuild() - Method in interface ohos.agp.render.render3d.Engine
-
Checks whether the engine is of the debugging version (debug build).
- isDecimalPatternMatchRequired() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether the presence of a decimal point must match the pattern.
- isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
-
Allows you to get the behavior of the decimal separator with integers.
- isDecimalSeparatorAlwaysShown() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns whether the decimal separator is shown on integers.
- isDecoderSupportedByFormat(Format) - Static method in class ohos.media.codec.CodecDescriptionList
-
Checks whether a device supports the decoder for the specified media format.
- isDecodeSupportedByMime(String) - Static method in class ohos.media.codec.CodecDescriptionList
-
Checks whether a device supports the decoder for the specified MIME type.
- isDefault() - Method in class java.lang.reflect.Method
-
Returns true if this method is a default
method; returns false otherwise.
- isDefaultForAid(ElementName, String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Checks whether the specified application is currently the default handler for the specified AID.
- isDefaultForm() - Method in class ohos.bundle.FormInfo
-
Checks whether this form is a default form.
- isDefaultForType(ElementName, String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Checks whether the specified application is currently the default handler for the specified type.
- isDefaultNetMetered() - Method in class ohos.net.NetManager
-
Checks whether data traffic usage on the current network is metered.
- isDefaultRoute() - Method in class ohos.net.RouteInfo
-
If the route is a default route
- isDefined(char) - Static method in class java.lang.Character
-
Determines if a character is defined in Unicode.
- isDefined(int) - Static method in class java.lang.Character
-
Determines if a character (Unicode code point) is defined in Unicode.
- isDefined(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if a code point has a defined meaning in the up-to-date
Unicode standard.
- isDefinitelyWritable(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether a write on the designated column will definitely succeed.
- isDeletable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is deletable.
- isDeleteOperation() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Checks whether a delete operation is created.
- isDerivedFrom(String, String, int) - Method in interface ohos.org.w3c.dom.TypeInfo
-
This method returns if there is a derivation between the reference
type definition, i.e.
- isDestroyed() - Method in class java.lang.ThreadGroup
-
Tests if this thread group has been destroyed.
- isDestroyed() - Method in class java.security.KeyStore.PasswordProtection
-
Determines if password has been cleared.
- isDestroyed() - Method in interface javax.security.auth.Destroyable
-
Determine if this Object has been destroyed.
- isDeviceActive(int) - Method in class ohos.media.audio.AudioManager
-
Checks whether a device is turned on or off.
- isDeviceEncryptedStorage() - Method in class ohos.app.AbilityContext
-
- isDeviceEncryptedStorage() - Method in interface ohos.app.Context
-
Checks whether the context uses device-protected storage.
- isDeviceOnline() - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Checks whether this device is online.
- isDialableDtmfKey(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether an input character is one of the 12 dialable DTMF keys on the dialer,
which are digits 0-9, the star key (*), and the pound key (#).
- isDialableKey(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether an input character is dialable, that is, a digit ranging from 0 to 9,
the star key (*), the pound key (#), the plus sign (+), or WILD.
- isDialTwelveKey(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Deprecated.
- isDifferentName() - Method in class ohos.bundle.AbilityInfo
-
Judge whether the ability is in harmony transition stage.
- isDifferentName() - Method in class ohos.bundle.BundleInfo
-
Obtains charge the different Bundle
- isDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a digit.
- isDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a digit.
- isDigit(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if a code point is a Java digit.
- isDir(int) - Static method in class ohos.system.OsHelperConstants
-
Checks whether the file is a directory based on the specified file mode.
- isDirect() - Method in class java.nio.Buffer
-
Tells whether or not this buffer is
direct.
- isDirect() - Method in class java.nio.ByteBuffer
-
Tells whether or not this byte buffer is direct.
- isDirect() - Method in class java.nio.CharBuffer
-
Tells whether or not this char buffer is direct.
- isDirect() - Method in class java.nio.DoubleBuffer
-
Tells whether or not this double buffer is direct.
- isDirect() - Method in class java.nio.FloatBuffer
-
Tells whether or not this float buffer is direct.
- isDirect() - Method in class java.nio.IntBuffer
-
Tells whether or not this int buffer is direct.
- isDirect() - Method in class java.nio.LongBuffer
-
Tells whether or not this long buffer is direct.
- isDirect() - Method in class java.nio.ShortBuffer
-
Tells whether or not this short buffer is direct.
- isDirectory() - Method in class java.io.File
-
Tests whether the file denoted by this abstract pathname is a
directory.
- isDirectory() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Tells whether the file is a directory.
- isDirectory() - Method in class java.util.zip.ZipEntry
-
Returns true if this is a directory entry.
- isDirectory(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Tests whether a file is a directory.
- isDisabled() - Method in class ohos.event.notification.NotificationSlotGroup
-
Checks whether this NotificationSlotGroup is disabled.
- isDiskEmulated() - Static method in class ohos.data.usage.DataUsage
-
Checks whether the primary device is emulated.
- isDiskEmulated(File) - Static method in class ohos.data.usage.DataUsage
-
Checks whether the device that houses the specified file path is emulated.
- isDiskPluggable() - Static method in class ohos.data.usage.DataUsage
-
Checks whether the primary device is pluggable.
- isDiskPluggable(File) - Static method in class ohos.data.usage.DataUsage
-
Checks whether the device that houses a specified file path is pluggable.
- isDisplayBadge() - Method in class ohos.event.notification.NotificationSorting
-
Checks whether the badge is displayed for the current notification.
- isDistFile() - Method in class ohos.data.distributed.file.DistFile
-
Checks whether this abstract pathname denotes a distributed file or directory.
- isDividerLinesEnabled() - Method in class ohos.agp.components.ProgressBar
-
Checks whether the divider lines are enabled.
- isDone() - Method in class java.util.concurrent.CompletableFuture
-
Returns true if completed in any fashion: normally,
exceptionally, or via cancellation.
- isDone() - Method in class java.util.concurrent.ForkJoinTask
-
- isDone() - Method in interface java.util.concurrent.Future
-
Returns true if this task completed.
- isDone() - Method in class java.util.concurrent.FutureTask
-
- isDurationEstimated() - Method in enum java.time.temporal.ChronoUnit
-
Checks if the duration of the unit is an estimate.
- isDurationEstimated() - Method in interface java.time.temporal.TemporalUnit
-
Checks if the duration of the unit is an estimate.
- isEchoOn() - Method in class javax.security.auth.callback.PasswordCallback
-
Return whether the password
should be displayed as it is being typed.
- isEditable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is editable.
- isEditable() - Method in class ohos.media.image.PixelMap
-
Checks whether this PixelMap can be edited.
- isEffectAvailable(UUID) - Static method in class ohos.media.audio.SoundEffect
-
Checks whether a device supports sound effects of a specified type.
- isEffectSupport(int, String) - Method in class ohos.light.agent.LightAgent
-
Checks whether a specified light supports a preset blinking effect.
- isEffectSupport(int, String) - Method in class ohos.vibrator.agent.VibratorAgent
-
Checks whether a specified vibrator supports a preset vibration effect.
- isEmergency() - Method in class ohos.telephony.NetworkState
-
Checks whether this device is allowed to make emergency calls only.
- isEmergencyPhoneNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether a phone number is on the emergency number list.
- isEmpty() - Method in class java.lang.String
-
- isEmpty() - Method in class java.util.AbstractCollection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.AbstractMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.ArrayDeque
-
Returns true if this deque contains no elements.
- isEmpty() - Method in class java.util.ArrayList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class java.util.BitSet
-
Returns true if this BitSet contains no bits that are set
to true.
- isEmpty() - Method in interface java.util.Collection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- isEmpty() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns true if this queue contains no elements.
- isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.concurrent.LinkedTransferQueue
-
Returns true if this queue contains no elements.
- isEmpty() - Method in class java.util.concurrent.SynchronousQueue
-
Always returns true.
- isEmpty() - Method in class java.util.Dictionary
-
Tests if this dictionary maps no keys to value.
- isEmpty() - Method in class java.util.HashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.HashSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.Hashtable
-
Tests if this hashtable maps no keys to values.
- isEmpty() - Method in class java.util.IdentityHashMap
-
Returns true if this identity hash map contains no key-value
mappings.
- isEmpty() - Method in class java.util.jar.Attributes
-
Returns true if this Map contains no attributes.
- isEmpty() - Method in interface java.util.List
-
Returns true if this list contains no elements.
- isEmpty() - Method in interface java.util.Map
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in interface java.util.Set
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.TreeSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.Vector
-
Tests if this vector has no components.
- isEmpty() - Method in class java.util.WeakHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class ohos.aafwk.ability.startsetting.AbilityStartSetting
-
- isEmpty() - Method in class ohos.aafwk.content.IntentParams
-
Checks whether this IntentParams object contains no parameters.
- isEmpty() - Method in class ohos.agp.render.Path
-
Checks whether this Path object is empty.
- isEmpty() - Method in class ohos.agp.render.Region
-
Checks whether the current region is empty.
- isEmpty() - Method in class ohos.agp.utils.Circle
-
Checks whether the radius of this circle is less than zero.
- isEmpty() - Method in class ohos.agp.utils.Contour
-
Checks whether the current contour is empty.
- isEmpty() - Method in class ohos.agp.utils.Line
-
Checks whether the distance between the start point and end point of this line is zero.
- isEmpty() - Method in class ohos.agp.utils.Rect
-
Checks whether a rectangle is empty.
- isEmpty() - Method in class ohos.agp.utils.RectFloat
-
Checks whether this RectFloat is empty.
- isEmpty() - Method in class ohos.ai.cv.common.CvRect
-
Checks whether the current instance is valid.
- isEmpty() - Method in class ohos.data.rdb.ValuesBucket
-
Checks whether the current ValuesBucket is empty.
- isEmpty() - Method in class ohos.data.search.model.IndexData
-
Checks whether this container is empty.
- isEmpty() - Method in class ohos.global.icu.text.UnicodeSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class ohos.sysappcomponents.contact.ContactsCollection
-
Checks whether this Collection object is empty.
- isEmpty() - Method in class ohos.sysappcomponents.contact.HoldersCollection
-
Checks whether this Collection object is empty.
- isEmpty() - Method in class ohos.utils.BasePacMap
-
Checks whether the current object is empty.
- isEmpty() - Method in class ohos.utils.geo.Rect
-
Checks whether a rectangle is empty.
- isEmpty() - Method in class ohos.utils.geo.RectFloat
-
Checks whether this RectFloat is empty.
- isEmpty() - Method in class ohos.utils.LightweightMap
-
Checks whether an LightweightMap container has no key-value pair.
- isEmpty() - Method in class ohos.utils.LightweightSet
-
Checks whether an LightweightSet container has no object.
- isEmpty() - Method in class ohos.utils.LongPlainArray
-
Checks whether the current LongPlainArray object is empty.
- isEmpty() - Method in class ohos.utils.LruBuffer
-
Checks whether the current buffer is empty.
- isEmpty() - Method in class ohos.utils.PacMap
-
Checks whether the current object is empty.
- isEmpty() - Method in class ohos.utils.PlainArray
-
Checks whether the current PlainArray object is empty.
- isEmpty() - Method in class ohos.utils.PlainBooleanArray
-
Checks whether the current PlainBooleanArray object is empty.
- isEmpty() - Method in class ohos.utils.PlainIntArray
-
Checks whether the current PlainIntArray object is empty.
- isEmpty() - Method in class ohos.utils.PlainLongArray
-
Checks whether the current PlainLongArray object is empty.
- isEmpty() - Method in class ohos.utils.zson.ZSONArray
-
Checks whether this ZSONArray contains no object.
- isEmpty() - Method in class ohos.utils.zson.ZSONObject
-
Checks whether this ZSONObject contains no object.
- isEmulated() - Method in class ohos.data.usage.Volume
-
Checks whether a device is a virtual device.
- isEnable(String, String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Checks whether pan-payment is enabled.
- isEnableBypassDnd() - Method in class ohos.event.notification.NotificationSlot
-
- isEnabled() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is enabled.
- isEnabled() - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Checks whether accessibility ability is enabled.
- isEnabled() - Method in class ohos.agp.components.Component
-
Obtains the enabled state of the component.
- isEnabled() - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Checks whether this entity is enabled.
- isEnabled() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains the state of a node.
- isEnabled() - Method in class ohos.bundle.ShortcutInfo
-
Checks whether this shortcut is enabled.
- isEncoder() - Method in class ohos.media.codec.CodecDescription
-
Checks whether this Codec is an encoder.
- isEncoderSupportedByFormat(Format) - Static method in class ohos.media.codec.CodecDescriptionList
-
Checks whether a device supports the encoder for the specified media format.
- isEncodeSupportedByMime(String) - Static method in class ohos.media.codec.CodecDescriptionList
-
Checks whether a device supports the encoder for the specified MIME type.
- isEncrypt() - Method in class ohos.data.distributed.common.Options
-
Checks whether the KvStore database is encrypted.
- isEncrypted() - Method in class ohos.data.DatabaseFileConfig
-
Checks whether the database file is encrypted.
- isEndDocument() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is an EndDocument.
- isEnded() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Checks whether the read position is after the last line.
- isEnded() - Method in class ohos.data.resultset.AbsResultSet
-
- isEnded() - Method in interface ohos.data.resultset.ResultSet
-
Checks whether the result set is positioned after the last row.
- isEnded() - Method in class ohos.data.resultset.ResultSetWrapper
-
- isEndElement() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is a EndElement.
- isEndElement() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns true if the cursor points to an end tag (otherwise false)
- ISendShortMessageCallback - Interface in ohos.telephony
-
Provides a callback to be invoked when an SMS message is sent.
- isEnqueued() - Method in class java.lang.ref.Reference
-
Tells whether or not this reference object has been enqueued, either by
the program or by the garbage collector.
- ISensorDataCallback<D extends SensorData<S>,S extends SensorBase> - Interface in ohos.sensor.listener
-
A parent interface to receive sensor data.
- isEntityReference() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is an EntityReference.
- isEnum() - Method in class java.lang.Class
-
Returns true if and only if this class was declared as an enum in the
source code.
- isEnumConstant() - Method in class java.lang.reflect.Field
-
Returns true if this field represents an element of
an enumerated type; returns false otherwise.
- isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
-
Compares two digests for equality.
- isEqual(CharSequence, CharSequence) - Static method in class ohos.agp.utils.TextTool
-
Checks whether the content of string A equals that of string B.
- isEqual(Object) - Static method in interface java.util.function.Predicate
-
- isEqual(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if this date is equal to the specified date ignoring the chronology.
- isEqual(ChronoLocalDate) - Method in class java.time.LocalDate
-
Checks if this date is equal to the specified date.
- isEqual(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if this date-time is equal to the specified date-time ignoring the chronology.
- isEqual(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
-
Checks if this date-time is equal to the specified date-time.
- isEqual(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isEqual(OffsetDateTime) - Method in class java.time.OffsetDateTime
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isEqual(OffsetTime) - Method in class java.time.OffsetTime
-
Checks if the instant of this OffsetTime is equal to that of the
specified time applying both times to a common date.
- isEquivalentTo(Calendar) - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns true if the given Calendar object is equivalent to this
one.
- isEquivalentTo(Calendar) - Method in class ohos.global.icu.util.GregorianCalendar
-
Returns true if the given Calendar object is equivalent to this
one.
- isError() - Method in class java.nio.charset.CoderResult
-
Tells whether or not this object describes an error condition.
- isEssential() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is essential to users.
- isEvenRun() - Method in class ohos.global.icu.text.BidiRun
-
Check if run level is even
- isExecutable(Path) - Static method in class java.nio.file.Files
-
Tests whether a file is executable.
- isExplicitPolicyRequired() - Method in class java.security.cert.PKIXParameters
-
Checks if explicit policy is required.
- isExponentSignAlwaysShown() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether the sign (plus or minus) is always printed in scientific notation.
- isExported() - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Checks whether this node will be exported.
- isExported() - Method in interface ohos.agp.render.render3d.SceneNode
-
Obtains whether a node is exported.
- isFadeEffected(Component.FadeEffectEnum) - Method in class ohos.agp.components.Component
-
Checks whether the fade-out effect is enabled for the scroll bar or boundary indicator.
- isFair() - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns true if this lock has fairness set true.
- isFair() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns true if this lock has fairness set true.
- isFair() - Method in class java.util.concurrent.Semaphore
-
Returns true if this semaphore has fairness set true.
- isFakeBoldText() - Method in class ohos.agp.render.Paint
-
Checks whether the FakeBoldText attribute is set for this Paint.
- isFeatureSupported(long) - Method in class ohos.wifi.WifiDevice
-
Checks whether this device supports a specified feature.
- isFile() - Method in class java.io.File
-
Tests whether the file denoted by this abstract pathname is a normal
file.
- isFinal(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
final modifier, false otherwise.
- isFinished() - Method in class ohos.agp.components.ScrollHelper
-
Determines whether scrolling or flinging is finished.
- isFinite() - Method in class ohos.agp.render.Path
-
Checks whether the values in the point array in this Path are finite.
- isFinite() - Method in class ohos.agp.utils.Matrix
-
Checks whether all elements of this Matrix are finite.
- isFinite() - Method in class ohos.utils.RationalNumber
-
Checks whether the current RationalNumber object represents a finite value.
- isFinite(double) - Static method in class java.lang.Double
-
Returns true if the argument is a finite floating-point
value; returns false otherwise (for NaN and infinity
arguments).
- isFinite(float) - Static method in class java.lang.Float
-
Returns true if the argument is a finite floating-point
value; returns false otherwise (for NaN and infinity
arguments).
- isFirst() - Method in interface java.sql.ResultSet
-
Retrieves whether the cursor is on the first row of
this ResultSet object.
- isFixed() - Method in class java.time.temporal.ValueRange
-
Is the value range fixed and fully known.
- isFixedMode() - Method in class ohos.agp.components.TabList
-
Obtains whether the fixed mode is enabled.
- isFixedOffset() - Method in class java.time.zone.ZoneRules
-
Checks of the zone rules are fixed, such that the offset never varies.
- isFixedStepInX() - Method in class ohos.agp.utils.Matrix
-
Checks whether an x-axis unit step can be represented by a constant vector
after matrix transformation is performed on the y axis.
- isFlipping() - Method in class ohos.agp.components.PageFlipper
-
Obtains the flipping status of the current child component.
- isFloatingIcon() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is displayed as a floating icon on top of the screen.
- isFocusable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node can be focused.
- isFocusable() - Method in class ohos.agp.components.Component
-
Returns whether the component can currently receive focus.
- isFocused() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node has gained focus.
- isFocused() - Method in class ohos.accessibility.ability.AccessibilityWindow
-
Checks whether this window has gained focus.
- isFocused() - Method in class ohos.agp.components.Component
-
Returns whether the component has been focused.
- isFoldEnabled() - Method in class ohos.agp.components.MagicLayout
-
Checks whether line wrapping is enabled.
- isFormatSupported(int) - Method in interface ohos.media.camera.device.CameraAbility
-
Checks whether a specified format is supported for image output.
- isFormatSupported(Format) - Method in class ohos.media.codec.CodecDescription
-
Checks whether this Codec supports a specified format.
- isForwardCheckingSupported() - Method in interface java.security.cert.CertPathChecker
-
Indicates if forward checking is supported.
- isForwardCheckingSupported() - Method in class java.security.cert.PKIXCertPathChecker
-
Indicates if forward checking is supported.
- ISfpPolicyManager - Interface in ohos.security.fileprotect
-
Provides methods for setting and obtaining the label and flag for a file.
- isFrenchCollation() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Checks if French Collation is set to true.
- isFrozen() - Method in class ohos.global.icu.text.Collator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.text.DateIntervalInfo
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.text.MessagePattern
-
Determines whether this object is frozen (immutable) or not.
- isFrozen() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.text.TimeZoneFormat
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.text.UnicodeSet
-
Is this frozen, according to the Freezable interface?
- isFrozen() - Method in interface ohos.global.icu.util.Freezable
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class ohos.global.icu.util.TimeZone
-
Determines whether the object has been frozen or not.
- isFullResult() - Method in interface ohos.media.camera.device.FrameResult
-
Checks whether the frame capture generates a full result.
- isGap() - Method in class java.time.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isGeoAvailable() - Method in class ohos.location.GeoConvert
-
Checks whether the system supports the conversion between geographic location and address information.
- isGivingHint() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is displaying a hint.
- isGregorian - Variable in class ohos.global.icu.util.GregorianCalendar
-
Used by handleComputeJulianDay() and handleComputeMonthStart().
- isGregorianLeapYear(int) - Static method in class ohos.global.icu.util.Calendar
-
Determines if the given year is a leap year.
- isGroupFormed() - Method in class ohos.wifi.p2p.WifiP2pLinkedInfo
-
Checks whether a Wi-Fi P2P group has been formed.
- isGroupingUsed() - Method in class java.text.NumberFormat
-
Returns true if grouping is used in this format.
- isGroupingUsed() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns whether or not grouping separators are being printed in the output.
- isGroupingUsed() - Method in class ohos.global.icu.text.NumberFormat
-
Returns true if grouping is used in this format.
- isGroupOverview() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is the group overview.
- isGroupOwner() - Method in class ohos.wifi.p2p.WifiP2pDevice
-
Checks whether the Wi-Fi P2P device is the group owner.
- isGroupOwner() - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Checks whether this device is the Wi-Fi P2P group owner.
- isGroupOwner() - Method in class ohos.wifi.p2p.WifiP2pLinkedInfo
-
Checks whether this device is the Wi-Fi P2P group owner.
- isHandledByIme() - Method in class ohos.multimodalinput.event.KeyBoardEvent
-
Checks whether the IME is in use.
- isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantLock
-
Queries if this lock is held by the current thread.
- isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Queries if this write lock is held by the current thread.
- isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns true if synchronization is held exclusively with
respect to the current (calling) thread.
- isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns true if synchronization is held exclusively with
respect to the current (calling) thread.
- isHidden() - Method in class java.io.File
-
Tests whether the file named by this abstract pathname is a hidden
file.
- isHidden() - Method in interface java.nio.file.attribute.DosFileAttributes
-
Returns the value of the hidden attribute.
- isHidden(Path) - Static method in class java.nio.file.Files
-
Tells whether or not a file is considered hidden.
- isHidden(Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Tells whether or not a file is considered hidden.
- isHiddenNotification() - Method in class ohos.event.notification.NotificationSorting
-
Checks whether the current notification is hidden.
- isHiddenSsid() - Method in class ohos.wifi.WifiDeviceConfig
-
Checks whether the Wi-Fi access point broadcasts the SSID.
- isHiddenSsid() - Method in class ohos.wifi.WifiLinkedInfo
-
Checks whether the SSID of the access point (AP) of this Wi-Fi connection is hidden.
- isHierarchical() - Method in class ohos.utils.net.Uri
-
Checks whether the current URI is a hierarchical one.
- isHighSurrogate(char) - Static method in class java.lang.Character
-
- isHighSurrogate(char) - Static method in class ohos.global.icu.lang.UCharacter
-
- isHoldingConnection() - Method in interface ohos.data.rdb.RdbStore
-
Checks whether this thread holds a database connection.
- isHomeShortcut() - Method in class ohos.bundle.ShortcutInfo
-
Checks whether this shortcut is a home-screen shortcut.
- isHomeShortcutSupported() - Method in interface ohos.bundle.IBundleManager
-
Checks whether a shortcut can be added to the home screen where the application is located.
- isHourEnabled() - Method in class ohos.agp.components.TimePicker
-
Obtains whether the hour selector is enabled.
- isHourShown() - Method in class ohos.agp.components.TimePicker
-
Obtains the state of the hour selector.
- isHttpOnly() - Method in class java.net.HttpCookie
-
Returns true if this cookie contains the HttpOnly
attribute.
- isIdAttribute(int) - Method in class ohos.javax.xml.validation.TypeInfoProvider
-
Returns true if the specified attribute is determined
to be ID.
- isIdentifierIgnorable(char) - Static method in class java.lang.Character
-
Determines if the specified character should be regarded as
an ignorable character in a Java identifier or a Unicode identifier.
- isIdentifierIgnorable(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) should be regarded as
an ignorable character in a Java identifier or a Unicode identifier.
- isIdentifierIgnorable(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point should be regarded as an
ignorable character in a Java identifier.
- isIdentity() - Method in class ohos.agp.utils.Matrix
-
Checks if a matrix is an identity matrix.
- isIdentity() - Method in class ohos.agp.utils.Matrix44
-
Checks whether this Matrix44 is an identity matrix.
- isIdeographic(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a CJKV
(Chinese, Japanese, Korean and Vietnamese) ideograph, as defined by
the Unicode Standard.
- isIdle() - Method in class ohos.eventhandler.EventHandler
-
Checks whether the current EventHandler is idle.
- isIdleState(String) - Method in class ohos.bundleactive.BundleActiveInfosMgr
-
Checks whether the application with a specified bundle name is in the idle state.
- isIgnorableWhiteSpace() - Method in interface ohos.javax.xml.stream.events.Characters
-
Return true if this is ignorableWhiteSpace.
- isImplicit() - Method in class java.lang.reflect.Parameter
-
Returns true if this parameter is implicitly declared
in source code; returns false otherwise.
- isInboundDone() - Method in class javax.net.ssl.SSLEngine
-
- isInclude(float, float) - Method in class ohos.agp.utils.Circle
-
Checks whether a specified point (x, y) is included in this circle.
- isInclude(float, float) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified point is inside this RectFloat.
- isInclude(float, float) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified point is inside this RectFloat.
- isInclude(float, float, float) - Method in class ohos.agp.utils.Circle
-
Checks whether a circle with specified center coordinates and radius is included in this circle.
- isInclude(float, float, float, float) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified rectangle is inside this RectFloat.
- isInclude(float, float, float, float) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified rectangle is inside this RectFloat.
- isInclude(int, int) - Method in class ohos.agp.utils.Rect
-
Checks whether a specified point is inside this Rect.
- isInclude(int, int) - Method in class ohos.utils.geo.Rect
-
Checks whether a specified point is inside this Rect.
- isInclude(int, int, int, int) - Method in class ohos.agp.utils.Rect
-
Checks whether the rectangle specified by left, top, right
and bottom is inside this Rect object.
- isInclude(int, int, int, int) - Method in class ohos.utils.geo.Rect
-
Checks whether the rectangle specified by left, top, right
and bottom is inside this Rect object.
- isInclude(Circle) - Method in class ohos.agp.utils.Circle
-
Checks whether a specified circle is included in this circle.
- isInclude(Point) - Method in class ohos.agp.utils.Circle
-
Checks whether a specified Point instance is included in this circle.
- isInclude(Point) - Method in class ohos.agp.utils.Rect
-
Checks whether the coordinates of a specified point are inside this Rect object.
- isInclude(Point) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified point is inside this RectFloat.
- isInclude(Rect) - Method in class ohos.agp.utils.Rect
-
Checks whether a specified rectangle is inside this Rect.
- isInclude(RectFloat) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified rectangle is inside this RectFloat.
- isInclude(Point) - Method in class ohos.utils.geo.Rect
-
Checks whether the coordinates of a specified point are inside this Rect object.
- isInclude(Point) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified point is inside this RectFloat.
- isInclude(Rect) - Method in class ohos.utils.geo.Rect
-
Checks whether a specified rectangle is inside this Rect.
- isInclude(RectFloat) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified rectangle is inside this RectFloat.
- isIndeterminate() - Method in class ohos.agp.components.ProgressBar
-
Checks whether the indeterminate mode is enabled.
- isInert(int) - Method in class ohos.global.icu.text.Normalizer2
-
Tests if the character is normalization-inert.
- isInfinite() - Method in class java.lang.Double
-
Returns true if this Double value is
infinitely large in magnitude, false otherwise.
- isInfinite() - Method in class java.lang.Float
-
Returns true if this Float value is
infinitely large in magnitude, false otherwise.
- isInfinite() - Method in class ohos.utils.RationalNumber
-
Checks whether the current RationalNumber object represents an infinite value.
- isInfinite(double) - Static method in class java.lang.Double
-
Returns true if the specified number is infinitely
large in magnitude, false otherwise.
- isInfinite(float) - Static method in class java.lang.Float
-
Returns true if the specified number is infinitely
large in magnitude, false otherwise.
- isInfiniteMode() - Method in class ohos.agp.components.ProgressBar
-
Checks if the indeterminate mode is enabled for a progress bar.
- isInheritDirection() - Method in class ohos.agp.components.element.Element
-
Obtain the element weather display RTL with the component.
- isInProgress() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is in progress.
- isInputDevice() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Checks whether the device is an input device.
- isInputShutdown() - Method in class java.net.Socket
-
Returns whether the read-half of the socket connection is closed.
- isInRect(Rect) - Method in class ohos.agp.utils.Point
-
Checks whether this Point is in the specified rectangle.
- isInRect(Rect) - Method in class ohos.utils.geo.Point
-
Checks whether this Point is in the specified rectangle.
- isInsertOperation() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Checks whether an insert operation is created.
- isInstallationFreeSupported() - Method in class ohos.bundle.HapModuleInfo
-
Obtains installation free supported state
- isInstance(Object) - Method in class java.lang.Class
-
Determines if the specified Object is assignment-compatible
with the object represented by this Class.
- isInterface() - Method in class java.lang.Class
-
Determines if the specified Class object represents an
interface type.
- isInterface(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
interface modifier, false otherwise.
- isInternationalPhoneNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether a phone number is in the international number format.
- isInterpolatable(Path) - Method in class ohos.agp.render.Path
-
Checks whether the interpolation operation is allowed.
- isInterrupted() - Method in class java.lang.Thread
-
Tests whether this thread has been interrupted.
- isInterruptionAllowed() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Checks whether an operation can be interrupted.
- isIntersect(float, float, float) - Method in class ohos.agp.utils.Circle
-
Checks whether a circle, with specified center coordinates and radius, intersects this circle.
- isIntersect(float, float, float, float) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified rectangle intersects this RectFloat based on left, top,
right, and bottom.
- isIntersect(float, float, float, float) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified rectangle intersects this RectFloat based on left, top,
right, and bottom.
- isIntersect(int, int, int, int) - Method in class ohos.agp.utils.Rect
-
Checks whether this Rect intersects a specified rectangle.
- isIntersect(int, int, int, int) - Method in class ohos.utils.geo.Rect
-
Checks whether this Rect intersects a specified rectangle.
- isIntersect(Circle) - Method in class ohos.agp.utils.Circle
-
Checks whether a specified circle intersects this circle.
- isIntersect(Rect) - Method in class ohos.agp.utils.Rect
-
Checks whether the specified rectangle intersects with this Rect object.
- isIntersect(RectFloat) - Method in class ohos.agp.utils.RectFloat
-
Checks whether a specified rectangle intersects this RectFloat.
- isIntersect(RectFloat, RectFloat) - Static method in class ohos.agp.utils.RectFloat
-
Checks whether two specified rectangles intersect.
- isIntersect(Rect, Rect) - Static method in class ohos.agp.utils.Rect
-
Checks whether two specified rectangles intersect.
- isIntersect(Rect) - Method in class ohos.utils.geo.Rect
-
Checks whether the specified rectangle intersects with this Rect object.
- isIntersect(RectFloat) - Method in class ohos.utils.geo.RectFloat
-
Checks whether a specified rectangle intersects this RectFloat.
- isIntersect(RectFloat, RectFloat) - Static method in class ohos.utils.geo.RectFloat
-
Checks whether two specified rectangles intersect.
- isIntersect(Rect, Rect) - Static method in class ohos.utils.geo.Rect
-
Checks whether two specified rectangles intersect.
- isInTransaction() - Method in interface ohos.data.orm.OrmContext
-
Specifies whether the object is in a transaction.
- isInTransaction() - Method in interface ohos.data.rdb.RdbStore
-
Checks whether the current thread is engaged in a transaction.
- isIntValue() - Method in class java.time.temporal.ValueRange
-
Checks if all values in the range fit in an int.
- isInvalid() - Method in class ohos.data.distributed.common.KvManagerConfig
-
- isInverse() - Method in class ohos.global.icu.text.Bidi
-
Is this Bidi object set to perform the inverse Bidi
algorithm?
- isInverseFillType() - Method in class ohos.agp.render.Path
-
Checks whether the filling area is outside this Path.
- isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an
IPv4 compatible IPv6 address.
- isISOControl(char) - Static method in class java.lang.Character
-
Determines if the specified character is an ISO control
character.
- isISOControl(int) - Static method in class java.lang.Character
-
Determines if the referenced character (Unicode code point) is an ISO control
character.
- isISOControl(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is an ISO control character.
- isIsolatedProcess() - Static method in class ohos.os.ProcessManager
-
Checks whether the process is isolated.
- isItalic() - Method in class ohos.agp.text.Font
-
Checks whether the text is in italic style.
- isJavaIdentifierPart(char) - Static method in class java.lang.Character
-
Determines if the specified character may be part of a Java
identifier as other than the first character.
- isJavaIdentifierPart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) may be part of a Java
identifier as other than the first character.
- isJavaIdentifierPart(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Compatibility override of Java method, delegates to
java.lang.Character.isJavaIdentifierPart.
- isJavaIdentifierStart(char) - Static method in class java.lang.Character
-
Determines if the specified character is
permissible as the first character in a Java identifier.
- isJavaIdentifierStart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) is
permissible as the first character in a Java identifier.
- isJavaIdentifierStart(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Compatibility override of Java method, delegates to
java.lang.Character.isJavaIdentifierStart.
- isJavaLetter(char) - Static method in class java.lang.Character
-
- isJavaLetterOrDigit(char) - Static method in class java.lang.Character
-
- isJavaScriptPermitted() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether JavaScript execution is enabled.
- isJointDataDefined() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Checks whether joint data is defined for this primitive.
- isJsForm() - Method in class ohos.aafwk.ability.ProviderFormInfo
-
Checks whether this form is a JS form.
- isKeepData() - Method in class ohos.bundle.InstallParam
-
Is keep user data while uninstall.
- isKeyAccessible(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec
-
Checks whether a key is accessible.
- isKeyAccessible(int) - Method in class ohos.security.keystore.KeyStoreKeySpec
-
Checks the accessibility of a key based on the input parameter.
- isKeyAccessible(int) - Method in class ohos.security.keystore.KeyStoreProtectionParameter
-
Checks whether a key is accessible based on the input parameter.
- isKeyDown() - Method in class ohos.multimodalinput.event.KeyEvent
-
Obtains the press-down state of the current key.
- isKeyEntry(String) - Method in class java.security.KeyStore
-
Returns true if the entry identified by the given alias
was created by a call to setKeyEntry,
or created by a call to setEntry with a
PrivateKeyEntry or a SecretKeyEntry.
- ISLAMIC - ohos.global.icu.util.IslamicCalendar.CalculationType
-
Religious calendar (atronomical simulation)
- ISLAMIC_CIVIL - ohos.global.icu.util.IslamicCalendar.CalculationType
-
Tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29]) algorithm
with civil (Friday) epoch.
- ISLAMIC_TBLA - ohos.global.icu.util.IslamicCalendar.CalculationType
-
Tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29]) algorithm
with astronomical (Thursday) epoch.
- ISLAMIC_UMALQURA - ohos.global.icu.util.IslamicCalendar.CalculationType
-
Umm al-Qura calendar
- IslamicCalendar - Class in ohos.global.icu.util
-
IslamicCalendar is a subclass of Calendar
that that implements the Islamic civil and religious calendars.
- IslamicCalendar() - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs a default IslamicCalendar using the current time
in the default time zone with the default FORMAT locale.
- IslamicCalendar(int, int, int) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IslamicCalendar(int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- IslamicCalendar(Date) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IslamicCalendar(Locale) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the default time zone with the given locale.
- IslamicCalendar(TimeZone) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the default FORMAT locale.
- IslamicCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the given locale.
- IslamicCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the given locale.
- IslamicCalendar(ULocale) - Constructor for class ohos.global.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the default time zone with the given locale.
- IslamicCalendar.CalculationType - Enum in ohos.global.icu.util
-
enumeration of available calendar calculation types
- isLast() - Method in interface java.sql.ResultSet
-
Retrieves whether the cursor is on the last row of
this ResultSet object.
- isLastContourClosed() - Method in class ohos.agp.render.Path
-
Checks whether the last contour added to this Path is closed.
- isLastWorkTimeOut(int) - Static method in class ohos.workscheduler.WorkScheduler
-
Checks whether the last execution of the specified piece of work is a timeout operation.
- isLatinDigit(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether an input character is a latin digit ranging from 0 to 9.
- isLayoutRightToLeft(Locale) - Static method in class ohos.agp.utils.TextTool
-
Checks whether the text layout of a specified Locale is from right to left.
- isLayoutRTL - Variable in class ohos.global.configuration.Configuration
-
Specifies whether the screen layout is from right to left.
- isLeap() - Method in class java.time.Year
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeap(long) - Static method in class java.time.Year
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if the year is a leap year, as defined by the calendar system.
- isLeapYear() - Method in class java.time.chrono.HijrahDate
-
Checks if the year is a leap year, according to the Hijrah calendar system rules.
- isLeapYear() - Method in class java.time.LocalDate
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class java.time.YearMonth
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear(int) - Method in class java.util.GregorianCalendar
-
Determines if the given year is a leap year.
- isLeapYear(int) - Method in class ohos.global.icu.util.GregorianCalendar
-
Determines if the given year is a leap year.
- isLeapYear(long) - Method in interface java.time.chrono.Chronology
-
Checks if the specified year is a leap year.
- isLeapYear(long) - Method in class java.time.chrono.HijrahChronology
-
- isLeapYear(long) - Method in class java.time.chrono.IsoChronology
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear(long) - Method in class java.time.chrono.JapaneseChronology
-
Checks if the specified year is a leap year.
- isLeapYear(long) - Method in class java.time.chrono.MinguoChronology
-
Checks if the specified year is a leap year.
- isLeapYear(long) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Checks if the specified year is a leap year.
- isLeftToRight() - Method in class java.text.Bidi
-
Return true if the line is all left-to-right text and the base direction is left-to-right.
- isLeftToRight() - Method in class ohos.global.icu.text.Bidi
-
Return true if the line is all left-to-right text and the base direction
is left-to-right.
- isLegal(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] A code point is illegal if and only if
Out of bounds, less than 0 or greater than UCharacter.MAX_VALUE
A surrogate value, 0xD800 to 0xDFFF
Not-a-character, having the form 0x xxFFFF or 0x xxFFFE
Note: legal does not mean that it is assigned in this version of Unicode.
- isLegal(String) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] A string is legal iff all its code points are legal.
- isLegalReplacement(byte[]) - Method in class java.nio.charset.CharsetEncoder
-
Tells whether or not the given byte array is a legal replacement value
for this encoder.
- isLenient() - Method in class java.text.DateFormat
-
Tell whether date/time parsing is to be lenient.
- isLenient() - Method in class java.util.Calendar
-
Tells whether date/time interpretation is to be lenient.
- isLenient() - Method in class ohos.global.icu.text.DateFormat
-
Returns whether both date/time parsing in the encapsulated Calendar object and DateFormat whitespace &
numeric processing is lenient.
- isLenient() - Method in class ohos.global.icu.util.Calendar
-
Tell whether date/time interpretation is to be lenient.
- isLetter(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter.
- isLetter(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter.
- isLetter(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a letter.
- isLetterOrDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter or digit.
- isLetterOrDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter or digit.
- isLetterOrDigit(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a letter or digit.
- isLinkLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is an link local address.
- isLinkLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an link local address.
- isLinkLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress is an link local address.
- isListenModeEnabled() - Method in class ohos.nfc.cardemulation.CardEmulation
-
Checks whether card emulation is enabled.
- isLiveMedia() - Method in interface ohos.agp.components.webengine.PickFilesParams
-
Checks whether the to-be-selected file (for example, photos taken with cameras) contains live media content.
- isLoadClass(Class<?>) - Method in interface ohos.agp.components.LayoutScatter.Picker
-
Checks whether a component can be filled.
- isLoaded() - Method in class java.nio.MappedByteBuffer
-
Tells whether or not this buffer's content is resident in physical
memory.
- isLoadsImagesPermitted() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether the WebView is allowed to load image resources.
- isLocalCalling() - Static method in class ohos.rpc.IPCSkeleton
-
Checks whether a call is made on the same device.
- isLocalClass() - Method in class java.lang.Class
-
Returns true if and only if the underlying class
is a local class.
- isLocalContact(long) - Method in class ohos.sysappcomponents.contact.ContactsHelper
-
Checks whether the contact ID is in the local phone book.
- isLocalEmergencyPhoneNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether a phone number is an emergency number of the country where the calling party is located.
- isLocalOnly() - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Checks whether PasteData is set for local access only.
- isLocationSwitchOn() - Method in class ohos.location.Locator
-
Checks whether the location service is enabled.
- isLocked() - Method in class java.util.concurrent.locks.ReentrantLock
-
Queries if this lock is held by any thread.
- isLoggable(int, String, int) - Static method in class ohos.hiviewdfx.HiLog
-
Checks whether logs of the specified service domain, tag, and level can be printed.
- isLoggable(Level) - Method in class java.util.logging.Logger
-
Check if a message of the given level would actually be logged
by this logger.
- isLoggable(LogRecord) - Method in interface java.util.logging.Filter
-
Check if a given log record should be published.
- isLoggable(LogRecord) - Method in class java.util.logging.Handler
-
Check if this Handler would actually log a given LogRecord.
- isLoggable(LogRecord) - Method in class java.util.logging.MemoryHandler
-
Check if this Handler would actually log a given
LogRecord into its internal buffer.
- isLoggable(LogRecord) - Method in class java.util.logging.StreamHandler
-
Check if this Handler would actually log a given LogRecord.
- isLongClickable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node supports the long click operation.
- isLongClickOn() - Method in class ohos.agp.components.Component
-
Returns whether the component is long clickable.
- isLoopback() - Method in class java.net.NetworkInterface
-
Returns whether a network interface is a loopback interface.
- isLoopbackAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is a loopback address.
- isLoopbackAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a loopback address.
- isLoopbackAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress is a loopback address.
- isLowerCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a lowercase character.
- isLowerCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a
lowercase character.
- isLowerCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a lowercase character.
- isLowerCaseFirst() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Return true if a lowercase character is sorted before the corresponding uppercase character.
- isLowRamDevice() - Method in interface ohos.app.IAbilityManager
-
Checks whether the current device is a low-RAM device.
- isLowSurrogate(char) - Static method in class java.lang.Character
-
- isLowSurrogate(char) - Static method in class ohos.global.icu.lang.UCharacter
-
- isLowSysMemory() - Method in class ohos.aafwk.ability.SystemMemoryInfo
-
Checks whether the system memory is low.
- isMachine() - Method in class ohos.event.notification.MessageUser
-
Checks whether this MessageUser is a machine.
- isMainFrame() - Method in interface ohos.agp.components.webengine.ResourceRequest
-
Checks whether the request is from the main framework of the page.
- isMalformed() - Method in class java.nio.charset.CoderResult
-
Tells whether or not this object describes a malformed-input error.
- isMarginsRelative() - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Check if current margins is relative or not.
- isMarked() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Returns the current value of the mark.
- isMasterMute() - Method in class ohos.media.audio.AudioManager
-
Checks whether audio streams are muted globally.
- isMatchViewport() - Method in class ohos.agp.components.ScrollView
-
Checks whether the components of the scroll component can be stretched to fill the viewport.
- isMCGlobal() - Method in class java.net.Inet4Address
-
Utility routine to check if the multicast address has global scope.
- isMCGlobal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has global scope.
- isMCGlobal() - Method in class java.net.InetAddress
-
Utility routine to check if the multicast address has global scope.
- isMCLinkLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the multicast address has link scope.
- isMCLinkLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has link scope.
- isMCLinkLocal() - Method in class java.net.InetAddress
-
Utility routine to check if the multicast address has link scope.
- isMCNodeLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the multicast address has node scope.
- isMCNodeLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has node scope.
- isMCNodeLocal() - Method in class java.net.InetAddress
-
Utility routine to check if the multicast address has node scope.
- isMCOrgLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the multicast address has organization scope.
- isMCOrgLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has organization scope.
- isMCOrgLocal() - Method in class java.net.InetAddress
-
Utility routine to check if the multicast address has organization scope.
- isMCSiteLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the multicast address has site scope.
- isMCSiteLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has site scope.
- isMCSiteLocal() - Method in class java.net.InetAddress
-
Utility routine to check if the multicast address has site scope.
- isMediaAutoReplay() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether the WebView automatically plays the media file on the current page.
- isMember(Principal) - Method in interface java.security.acl.Group
-
Returns true if the passed principal is a member of the group.
- isMemberClass() - Method in class java.lang.Class
-
Returns true if and only if the underlying class
is a member class.
- isMemoryRdb() - Method in interface ohos.data.rdb.RdbStore
-
Checks whether the database is opened in the memory.
- isMicrophoneMute() - Method in class ohos.media.audio.AudioManager
-
Checks whether a microphone is muted.
- isMidnightEndOfDay() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Is the transition local time midnight at the end of day.
- isMimeTypeOnly() - Method in class ohos.event.notification.NotificationUserInput
-
Checks whether this NotificationUserInput object allows only values of particular MIME types.
- isMinuteEnabled() - Method in class ohos.agp.components.TimePicker
-
Obtains whether the minute selector is enabled.
- isMinuteShown() - Method in class ohos.agp.components.TimePicker
-
Obtains the state of the minute selector.
- isMirrored(char) - Static method in class java.lang.Character
-
Determines whether the character is mirrored according to the
Unicode specification.
- isMirrored(int) - Static method in class java.lang.Character
-
Determines whether the specified character (Unicode code point)
is mirrored according to the Unicode specification.
- isMirrored(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines whether the code point has the "mirrored" property.
- isMixed() - Method in class java.text.Bidi
-
Return true if the line is not left-to-right or right-to-left.
- isMixed() - Method in class ohos.global.icu.text.Bidi
-
Return true if the line is not left-to-right or right-to-left.
- isMonthFixed() - Method in class ohos.agp.components.DatePicker
-
Obtains the month selector state.
- isMovable() - Method in class ohos.agp.window.dialog.CommonDialog
-
Checks whether a window is movable.
- isMovable() - Method in class ohos.agp.window.service.Window
-
Checks whether a window is movable.
- isMulticastAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is an
IP multicast address.
- isMulticastAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an IP multicast
address.
- isMulticastAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress is an
IP multicast address.
- isMultiOSAccountEnable() - Method in class ohos.account.AccountAbility
-
Checks whether the function of supporting multiple OS accounts is enabled.
- isMultipleLine() - Method in class ohos.agp.components.Text
-
Obtains whether a text is displayed in multiple lines in a text component.
- isMultipleLine() - Method in class ohos.agp.render.Paint
-
Obtains whether text is displayed in multiple lines.
- isMute(AudioManager.AudioVolumeType) - Method in class ohos.media.audio.AudioManager
-
Checks whether a specified type of streams are muted.
- isMyCard(long) - Method in class ohos.sysappcomponents.contact.ContactsHelper
-
Checks whether the contact ID is of "my card".
- isNamePresent() - Method in class java.lang.reflect.Parameter
-
Returns true if the parameter has a name according to the class
file; returns false otherwise.
- isNamespace() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is a Namespace.
- isNamespaceAware() - Method in class ohos.javax.xml.parsers.SAXParser
-
Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNaN() - Method in class java.lang.Double
-
Returns true if this Double value is
a Not-a-Number (NaN), false otherwise.
- isNaN() - Method in class java.lang.Float
-
Returns true if this Float value is a
Not-a-Number (NaN), false otherwise.
- isNaN() - Method in class ohos.utils.RationalNumber
-
Checks whether the current RationalNumber object represents a Not-a-Number (NaN) value.
- isNaN(double) - Static method in class java.lang.Double
-
Returns true if the specified number is a
Not-a-Number (NaN) value, false otherwise.
- isNaN(float) - Static method in class java.lang.Float
-
Returns true if the specified number is a
Not-a-Number (NaN) value, false otherwise.
- isNative(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
native modifier, false otherwise.
- isNativeMethod() - Method in class java.lang.StackTraceElement
-
Returns true if the method containing the execution point
represented by this stack trace element is a native method.
- isNdefWritable() - Method in class ohos.nfc.tag.NdefTag
-
Checks whether the NDEF tag is writable.
- isNeedLoadUrl(WebView, ResourceRequest) - Method in class ohos.agp.components.webengine.WebAgent
-
Checks whether to load a request based on the current WebView request.
- isNegative() - Method in interface java.security.acl.AclEntry
-
Returns true if this is a negative ACL entry (one denying the
associated principal the set of permissions in the entry), false
otherwise.
- isNegative() - Method in interface java.time.chrono.ChronoPeriod
-
Checks if any of the supported units of this period are negative.
- isNegative() - Method in class java.time.Duration
-
Checks if this duration is negative, excluding zero.
- isNegative() - Method in class java.time.Period
-
Checks if any of the three units of this period are negative.
- isNfcAvailable() - Method in class ohos.nfc.NfcController
-
Checks whether a device supports NFC.
- isNfcOpen() - Method in class ohos.nfc.NfcController
-
Checks whether NFC is enabled.
- isNoncharacterKeyPressed(int) - Method in class ohos.multimodalinput.event.KeyBoardEvent
-
Checks whether a single input non-character key is pressed.
- isNoncharacterKeyPressed(int, int) - Method in class ohos.multimodalinput.event.KeyBoardEvent
-
Checks whether two input non-character keys are both pressed.
- isNoncharacterKeyPressed(int, int, int) - Method in class ohos.multimodalinput.event.KeyBoardEvent
-
Checks whether three input non-character keys are all pressed.
- isNormalized(CharSequence) - Method in class ohos.global.icu.text.Normalizer2
-
Tests if the string is normalized.
- isNormalized(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
-
Determines if the given sequence of char values is normalized.
- isNotNull(String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the specified fields whose value is not null.
- isNotNull(String) - Method in class ohos.data.distributed.common.Query
-
Creates a query condition with a specified field that is not null.
- isNotNull(String) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the specified fields whose value is not null.
- isNotNull(String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the specified fields whose value is not null.
- isNotSeparator(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether an input character is a non-separator.
- isNowPlaying() - Method in class ohos.media.player.Player
-
Checks whether the player is playing.
- isNrSupported() - Method in class ohos.telephony.RadioInfoManager
-
Checks whether the device supports 5G New Radio (NR).
- isNsaState() - Method in class ohos.telephony.RadioInfoManager
-
Checks whether the device is registered with a 5G non-standalone (NSA) network.
- isNull(Object) - Static method in class java.util.Objects
-
Returns true if the provided reference is null otherwise
returns false.
- isNull(String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Configures the predicates to match the fields whose value is null.
- isNull(String) - Method in class ohos.data.distributed.common.Query
-
Constructs a Query object to query entries with the specified field whose value is null.
- isNull(String) - Method in class ohos.data.orm.OrmPredicates
-
Configures the predicates to match the fields whose value is null.
- isNull(String) - Method in class ohos.data.rdb.RdbPredicates
-
Configures the predicates to match the fields whose value is null.
- isNullable() - Method in class ohos.data.distributed.common.FieldNode
-
Checks whether field value is nullable.
- isNullable(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves whether null values are allowed in the designated parameter.
- isNullable(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates the nullability of values in the designated column.
- isNullOrEmpty(CharSequence) - Static method in class ohos.agp.utils.TextTool
-
Checks whether the source string is empty.
- ISO - Static variable in class java.time.temporal.WeekFields
-
The ISO-8601 definition, where a week starts on Monday and the first week
has a minimum of 4 days.
- ISO_8859_1 - Static variable in class java.nio.charset.StandardCharsets
-
ISO Latin Alphabet No.
- ISO_BASIC_FIXED - ohos.global.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (basic format) or the UTC indicator.
- ISO_BASIC_FULL - ohos.global.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator.
- ISO_BASIC_LOCAL_FIXED - ohos.global.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (basic format).
- ISO_BASIC_LOCAL_FULL - ohos.global.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (basic format) with optional seconds field.
- ISO_BASIC_LOCAL_SHORT - ohos.global.icu.text.TimeZoneFormat.Style
-
Short ISO 8601 locale time difference (basic format).
- ISO_BASIC_SHORT - ohos.global.icu.text.TimeZoneFormat.Style
-
Short ISO 8601 local time difference (basic format) or the UTC indicator.
- ISO_DATE - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date formatter that formats or parses a date with the
offset if available, such as '2011-12-03' or '2011-12-03+01:00'.
- ISO_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO-like date-time formatter that formats or parses a date-time with
the offset and zone if available, such as '2011-12-03T10:15:30',
'2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- ISO_DEP - Static variable in class ohos.nfc.tag.TagManager
-
Indicates an ISO-DEP tag.
- ISO_EXTENDED_FIXED - ohos.global.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (extended format) or the UTC indicator.
- ISO_EXTENDED_FULL - ohos.global.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator.
- ISO_EXTENDED_LOCAL_FIXED - ohos.global.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (extended format).
- ISO_EXTENDED_LOCAL_FULL - ohos.global.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (extended format) with optional seconds field.
- ISO_INSTANT - Static variable in class java.time.format.DateTimeFormatter
-
The ISO instant formatter that formats or parses an instant in UTC,
such as '2011-12-03T10:15:30Z'.
- ISO_LOCAL_DATE - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date formatter that formats or parses a date without an
offset, such as '2011-12-03'.
- ISO_LOCAL_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date-time formatter that formats or parses a date-time without
an offset, such as '2011-12-03T10:15:30'.
- ISO_LOCAL_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO time formatter that formats or parses a time without an
offset, such as '10:15' or '10:15:30'.
- ISO_OFFSET_DATE - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date formatter that formats or parses a date with an
offset, such as '2011-12-03+01:00'.
- ISO_OFFSET_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date-time formatter that formats or parses a date-time with an
offset, such as '2011-12-03T10:15:30+01:00'.
- ISO_OFFSET_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO time formatter that formats or parses a time with an
offset, such as '10:15+01:00' or '10:15:30+01:00'.
- ISO_ORDINAL_DATE - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date formatter that formats or parses the ordinal date
without an offset, such as '2012-337'.
- ISO_SPEED_RATINGS - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- ISO_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO time formatter that formats or parses a time, with the
offset if available, such as '10:15', '10:15:30' or '10:15:30+01:00'.
- ISO_WEEK_DATE - Static variable in class java.time.format.DateTimeFormatter
-
The ISO date formatter that formats or parses the week-based date
without an offset, such as '2012-W48-6'.
- ISO_ZONED_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The ISO-like date-time formatter that formats or parses a date-time with
offset and zone, such as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- isObjectDead() - Method in interface ohos.rpc.IRemoteObject
-
Checks whether an object is dead.
- isObjectDead() - Method in class ohos.rpc.RemoteObject
-
Checks whether a RemoteObject is dead.
- isObjectDead() - Method in class ohos.rpc.RemoteProxy
-
Checks whether the RemoteObject corresponding to a RemoteProxy is dead.
- IsoChronology - Class in java.time.chrono
-
The ISO calendar system.
- ISOCURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify currency style of format which uses currency
ISO code to represent currency, for example: "USD3.00".
- isOddRun() - Method in class ohos.global.icu.text.BidiRun
-
Check if run level is odd
- IsoDepTag - Class in ohos.nfc.tag
-
Provides interfaces to obtain IsoDepTag objects and tag information.
- IsoDepTag(TagInfo) - Constructor for class ohos.nfc.tag.IsoDepTag
-
Obtains an IsoDepTag object based on the tag information.
- IsoEra - Enum in java.time.chrono
-
An era in the ISO calendar system.
- isOffload() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains the offload flag of the audio stream.
- isOffload(boolean) - Method in class ohos.media.audio.AudioRendererInfo.Builder
-
Sets the offload flag of the audio stream.
- IsoFields - Class in java.time.temporal
-
Fields and units specific to the ISO-8601 calendar system,
including quarter-of-year and week-based-year.
- ISOLATED - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- isOneShot() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Checks whether an animation is played only once.
- isOnlyLocal() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is relevant only to the local device and cannot be displayed on
remote devices.
- isOpaque() - Method in class java.net.URI
-
Tells whether or not this URI is opaque.
- isOpaque() - Method in class ohos.utils.net.Uri
-
Checks whether the current URI is an opaque one.
- isOpen() - Method in interface java.nio.channels.Channel
-
Tells whether or not this channel is open.
- isOpen() - Method in class java.nio.channels.Selector
-
Tells whether or not this selector is open.
- isOpen() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
-
- isOpen() - Method in class java.nio.channels.spi.AbstractSelector
-
- isOpen() - Method in class java.nio.file.FileSystem
-
Tells whether or not this file system is open.
- isOpen() - Method in interface ohos.data.rdb.RdbStore
-
Checks whether the database is opened.
- isOperable() - Method in class ohos.agp.components.Rating
-
Checks whether rating is inoperable.
- isOperationAllowed() - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Checks whether a user is allowed to set wallpapers.
- isOrdered() - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
- isOrderedCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Checks whether the current common event is an ordered common event.
- isOrderParagraphsLTR() - Method in class ohos.global.icu.text.Bidi
-
Is this Bidi object set to allocate level 0 to block
separators so that successive paragraphs progress from left to right?
- isOsAccountActive(int) - Method in class ohos.account.AccountAbility
-
Checks whether an OS account is active based on its local ID.
- isOsAccountConstraintEnable(int, String) - Method in class ohos.account.AccountAbility
-
Checks whether a constraint has been enabled for an OS account based on its local ID.
- isOsAccountKingKong() - Method in class ohos.account.AccountAbility
-
Checks whether this OS account is a King Kong user.
- isOsAccountVerified() - Method in class ohos.account.AccountAbility
-
Checks whether this OS account has been verified.
- isOsAccountVerified(int) - Method in class ohos.account.AccountAbility
-
Checks whether an OS account has been verified based on its local ID.
- isOther() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Tells whether the file is something other than a regular file, directory,
or symbolic link.
- isOutboundDone() - Method in class javax.net.ssl.SSLEngine
-
- isOutputDevice() - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Checks whether the device is an output device.
- isOutputShutdown() - Method in class java.net.Socket
-
Returns whether the write-half of the socket connection is closed.
- isOval(RectFloat) - Method in class ohos.agp.render.Path
-
Checks whether this Path is identified as an oval or circle.
- isOverflow() - Method in class java.nio.charset.CoderResult
-
Tells whether or not this object describes an overflow condition.
- isOverlap() - Method in class java.time.zone.ZoneOffsetTransition
-
Does this transition represent an overlap in the local time-line.
- isOverlapping() - Method in class ohos.global.icu.text.SearchIterator
-
Return true if the overlapping property has been set.
- isOverScrolled() - Method in class ohos.agp.components.ScrollHelper
-
Checks whether the content has scrolled to a valid position.
- isOwner(Principal) - Method in interface java.security.acl.Owner
-
Returns true if the given principal is an owner of the ACL.
- isPaddingFullyUsed() - Method in class ohos.agp.window.service.ComponentPadding
-
Checks whether padding is fully used.
- isPageMatchToObject(Component, Object) - Method in class ohos.agp.components.PageSliderProvider
-
- isParallel() - Method in interface java.util.stream.BaseStream
-
Returns whether this stream, if a terminal operation were to be executed,
would execute in parallel.
- isParityAdjusted(byte[], int) - Static method in class javax.crypto.spec.DESedeKeySpec
-
Checks if the given DES-EDE key, starting at offset
inclusive, is parity-adjusted.
- isParityAdjusted(byte[], int) - Static method in class javax.crypto.spec.DESKeySpec
-
Checks if the given DES key material, starting at offset
inclusive, is parity-adjusted.
- isParseBigDecimal() - Method in class java.text.DecimalFormat
-
- isParseBigDecimal() - Method in class ohos.global.icu.text.DecimalFormat
-
- isParseCaseSensitive() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether to force case (uppercase/lowercase) to match when parsing.
- isParseIntegerOnly() - Method in class java.text.NumberFormat
-
Returns true if this format will parse numbers as integers only.
- isParseIntegerOnly() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns true if this format will parse numbers as integers only.
- isParseIntegerOnly() - Method in class ohos.global.icu.text.NumberFormat
-
Returns true if this format will parse numbers as integers only.
- isParseNoExponent() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether to ignore exponents when parsing.
- isParseStrict() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether strict parsing is in effect.
- isParseStrict() - Method in class ohos.global.icu.text.NumberFormat
-
[icu] Returns whether strict parsing is in effect.
- isPassword() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether the content in this node is a password.
- isPaused() - Method in class ohos.agp.animation.Animator
-
Checks if an animator is paused.
- isPauseWhenDucked() - Method in class ohos.media.audio.AudioInterrupt
-
Checks whether audio playback can be paused during audio ducking.
- isPeriodic() - Method in interface java.util.concurrent.RunnableScheduledFuture
-
Returns true if this task is periodic.
- isPermitFreeFormInput() - Method in class ohos.event.notification.NotificationUserInput
-
Checks whether users can provide arbitrary values for this NotificationUserInput object.
- isPermitSystemGeneratedContextualActionButtons() - Method in class ohos.event.notification.NotificationRequest
-
- isPlaintextAccessAllowed() - Method in class ohos.security.NetworkSecurityPolicy
-
Checks whether plaintext is allowed for all network communications with this process.
- isPlaintextAccessAllowed(String) - Method in class ohos.security.NetworkSecurityPolicy
-
Checks whether plaintext is allowed for the communication between this process and a specified hostname.
- isPlayable() - Method in class ohos.media.common.sessioncore.AVElement
-
Checks whether the media item can be played.
- isPluggable() - Method in class ohos.data.usage.Volume
-
Checks whether a device is swappable.
- isPluralLineSupported() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node can display text in multiple lines.
- isPointToPoint() - Method in class java.net.NetworkInterface
-
Returns whether a network interface is a point to point interface.
- isPolicyMappingInhibited() - Method in class java.security.cert.PKIXParameters
-
Checks if policy mapping is inhibited.
- isPoolable() - Method in interface java.sql.Statement
-
Returns a value indicating whether the Statement
is poolable or not.
- isPopupSupported() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether pop-up windows are supported.
- isPresent() - Method in class java.util.Optional
-
Return true if there is a value present, otherwise false.
- isPresent() - Method in class java.util.OptionalDouble
-
Return true if there is a value present, otherwise false.
- isPresent() - Method in class java.util.OptionalInt
-
Return true if there is a value present, otherwise false.
- isPresent() - Method in class java.util.OptionalLong
-
Return true if there is a value present, otherwise false.
- isPressed() - Method in class ohos.agp.components.Component
-
Returns whether the component is currently in pressed state.
- isPrimary() - Method in class ohos.bluetooth.ble.GattService
-
Checks whether a service is the primary service.
- isPrimaryKey() - Method in class ohos.data.search.model.IndexForm
-
Checks whether this field is the primary key.
- isPrimitive() - Method in class java.io.ObjectStreamField
-
Return true if this field has a primitive type.
- isPrimitive() - Method in class java.lang.Class
-
Determines if the specified Class object represents a
primitive type.
- isPrintable(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Determines whether the specified code point is a printable character
according to the Unicode standard.
- isPriorityEqual(EventHandler.Priority) - Method in class ohos.eventhandler.InnerEvent
-
Checks whether the priority of this InnerEvent is the same as the given priority.
- isPrivate(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
private modifier, false otherwise.
- isPrivateDnsActive() - Method in class ohos.net.ConnectionProperties
-
Checks whether the private DNS service is used in a connection.
- isProbablePrime(int) - Method in class java.math.BigInteger
-
Returns true if this BigInteger is probably prime,
false if it's definitely composite.
- isProcessingInstruction() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is a ProcessingInstruction.
- isProfile(int, int) - Static method in class ohos.media.recorder.RecorderProfile
-
Checks if there is a profile of the codec used for a specified camera and video quality.
- isProfileSupported(int) - Method in class ohos.nfc.tag.TagInfo
-
Checks whether a tag supports a specified protocol or technology.
- isProgressIndeterminate() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether the progress bar of this notification is indeterminate.
- isPropertySupported(String) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Query the set of properties that this factory supports.
- isPropertySupported(String) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Query the set of properties that this factory supports.
- isProtected(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
protected modifier, false otherwise.
- isProxyClass(Class<?>) - Static method in class java.lang.reflect.Proxy
-
Returns true if and only if the specified class was dynamically
generated to be a proxy class using the getProxyClass
method or the newProxyInstance method.
- isPublic(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
public modifier, false otherwise.
- isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns true if the given thread is currently queued.
- isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns true if the given thread is currently queued.
- isQueueEmpty() - Method in class ohos.eventhandler.EventQueue
-
Checks whether this event queue is empty.
- isQuiescent() - Method in class java.util.concurrent.ForkJoinPool
-
Returns true if all worker threads are currently idle.
- isRawSelection() - Method in class ohos.data.dataability.DataAbilityPredicates
-
Obtain value of variable isRawSelection.
- isReachable(int) - Method in class java.net.InetAddress
-
Test whether that address is reachable.
- isReachable(NetworkInterface, int, int) - Method in class java.net.InetAddress
-
Test whether that address is reachable.
- isReadable() - Method in class java.nio.channels.SelectionKey
-
Tests whether this key's channel is ready for reading.
- isReadable(Path) - Static method in class java.nio.file.Files
-
Tests whether a file is readable.
- isReadLocked() - Method in class java.util.concurrent.locks.StampedLock
-
Returns true if the lock is currently held non-exclusively.
- isReadOnly() - Method in class java.nio.Buffer
-
Tells whether or not this buffer is read-only.
- isReadOnly() - Method in interface java.nio.file.attribute.DosFileAttributes
-
Returns the value of the read-only attribute.
- isReadOnly() - Method in class java.nio.file.FileStore
-
Tells whether this file store is read-only.
- isReadOnly() - Method in class java.nio.file.FileSystem
-
Tells whether or not this file system allows only read-only access to
its file stores.
- isReadOnly() - Method in class java.security.PermissionCollection
-
Returns true if this PermissionCollection object is marked as readonly.
- isReadOnly() - Method in interface java.sql.Connection
-
Retrieves whether this Connection
object is in read-only mode.
- isReadOnly() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database is in read-only mode.
- isReadOnly() - Method in class javax.security.auth.Subject
-
Query whether this Subject is read-only.
- isReadOnly() - Method in interface javax.sql.RowSet
-
Retrieves whether this RowSet object is read-only.
- isReadOnly() - Method in interface ohos.data.rdb.RdbStore
-
Checks whether the database is opened in read-only mode.
- isReadOnly() - Method in class ohos.data.rdb.StoreConfig
-
Checks whether the database is read-only.
- isReadOnly() - Method in class ohos.utils.ObjectAttribute
-
Checks whether the attribute encapsulated in the current ObjectAttribute object is read-only.
- isReadOnly(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether the designated column is definitely not writable.
- isReady() - Method in class ohos.media.tubecore.AVTube
-
Checks whether this AVTube instance is currently available.
- isReallyDialableKey(char) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether an input character is a digit ranging from 0 to 9, the star key (*),
the pound key (#), or the plus sign (+).
- isRect() - Method in class ohos.agp.render.Region
-
Checks whether this region contains a rectangle.
- isRegistered() - Method in class java.nio.channels.SelectableChannel
-
Tells whether or not this channel is currently registered with any
selectors.
- isRegistered() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
- isRegistered() - Method in class java.nio.charset.Charset
-
- isRegularFile() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Tells whether the file is a regular file with opaque content.
- isRegularFile(int) - Static method in class ohos.system.OsHelperConstants
-
Checks whether the file is a regular file based on the specified file mode.
- isRegularFile(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Tests whether a file is a regular file with opaque content.
- isRelative() - Method in class ohos.utils.net.Uri
-
Checks whether the current URI is a relative one.
- isReleasable() - Method in interface java.util.concurrent.ForkJoinPool.ManagedBlocker
-
Returns true if blocking is unnecessary.
- isReleased() - Method in class ohos.media.image.ImageSource
-
Used to determine if the native resources of the Imag eSource has been released.
- isReleased() - Method in class ohos.media.image.PixelMap
-
Checks whether native resources have been released.
- isRemoteWakeup() - Method in class ohos.usb.USBConfig
-
Checks whether the current configuration supports remote wakeup.
- isRemoved() - Method in class java.util.prefs.AbstractPreferences
-
- isReplaceMessage() - Method in class ohos.telephony.ShortMessage
-
Checks whether the received SMS is a "replace short message".
- isRequestBattery() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a battery state has been set for triggering the work.
- isRequestCharging() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a charging state has been set for triggering the work.
- isRequestDeepIdle() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether the device deep idle state has been set for triggering the work.
- isRequestDelay() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a delay duration has been set for triggering the work.
- isRequestNetwork() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a network type has been set for triggering the work.
- isRequestPersisted() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether the save function has been enabled for the current work.
- isRequestRepeat() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether the work has been set to repeat at the specified interval.
- isRequestStorage() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a storage state has been set for triggering the work.
- isRestricted() - Method in class ohos.wifi.WifiDeviceConfig
-
Checks whether the data volume is not restricted in this network.
- isRestricted() - Method in class ohos.wifi.WifiLinkedInfo
-
Checks whether this Wi-Fi connection restricts the data volume.
- isRevocationEnabled() - Method in class java.security.cert.PKIXParameters
-
Checks the RevocationEnabled flag.
- isRevoked(Certificate) - Method in class java.security.cert.CRL
-
Checks whether the given certificate is on this CRL.
- isRightToLeft() - Method in class java.text.Bidi
-
Return true if the line is all right-to-left text, and the base direction is right-to-left.
- isRightToLeft() - Method in class ohos.global.icu.text.Bidi
-
Return true if the line is all right-to-left text, and the base direction
is right-to-left
- isRightToLeft() - Method in class ohos.global.icu.util.ULocale
-
[icu] Returns whether this locale's script is written right-to-left.
- isRightToLeft(int) - Static method in class ohos.global.icu.lang.UScript
-
Returns true if the script is written right-to-left.
- isRoaming() - Method in class ohos.telephony.NetworkState
-
Checks whether the device is roaming.
- isRoaming(int) - Method in class ohos.telephony.RadioInfoManager
-
Checks whether the device is registered with a roaming network.
- isRound - Variable in class ohos.global.configuration.DeviceCapability
-
Specifies whether the screen is round-shaped.
- isRoundCorner() - Method in class ohos.agp.window.service.ComponentPadding
-
Checks whether the associated window has rounded corners.
- isRtl() - Method in class ohos.agp.components.Component
-
Checks whether the component is laid out from right to left.
- isRunning() - Method in class ohos.agp.animation.Animator
-
Checks if an animator is running.
- isRunningLockTypeSupported(PowerManager.RunningLockType) - Method in class ohos.powermanager.PowerManager
-
- isSafeMode() - Method in interface ohos.bundle.IBundleManager
-
Checks whether the current device has been started in safe mode.
- isSameEvent(UUID) - Method in class ohos.multimodalinput.event.MultimodalEvent
-
Checks whether the current event is the same as the event with the specified UUID.
- isSameFile(Path, Path) - Static method in class java.nio.file.Files
-
Tests if two paths locate the same file.
- isSameFile(Path, Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Tests if two paths locate the same file.
- isSameImage(PixelMap) - Method in class ohos.media.image.PixelMap
-
Checks whether this PixelMap is the same as the specified one, including the attribute information
described by the ImageInfo instance and pixel data.
- isScale() - Method in class ohos.agp.utils.Matrix44
-
Checks whether this Matrix44 contains scaling or whether it is an identity matrix.
- isScaleTranslate() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix has been scaled and translated.
- isScaleTranslate() - Method in class ohos.agp.utils.Matrix44
-
Checks whether this Matrix44 contains only translation and scaling or whether it is an identity matrix.
- isScannable() - Method in class ohos.media.common.sessioncore.AVElement
-
Checks whether the media item can be scanned.
- isScientificNotation() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether scientific (exponential) notation is enabled on this formatter.
- isScreenLocked() - Method in class ohos.miscservices.screenlock.ScreenLockController
-
Checks whether the screen is currently locked.
- isScreenOn() - Method in class ohos.powermanager.PowerManager
-
Checks whether the screen of a device is on or off.
- isScrollable() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is scrollable.
- isScrollable() - Method in class ohos.agp.components.Text
-
Obtains whether the text is scrollable in a text component.
- isScrollbarFadingOn() - Method in class ohos.agp.components.Component
-
- isScrollBarOn(int) - Method in class ohos.agp.components.Component
-
Checks whether the scroll bar is enabled for this component.
- isScrollbarOverlapEnabled() - Method in class ohos.agp.components.Component
-
Checks whether the scroll bar overlaps with the content.
- isSealed() - Method in class java.lang.Package
-
Returns true if this package is sealed.
- isSealed(URL) - Method in class java.lang.Package
-
Returns true if this package is sealed with respect to the specified
code source url.
- isSearch() - Method in class ohos.data.search.model.IndexForm
-
Checks whether this field is the default search field.
- isSearchable(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether the designated column can be used in a where clause.
- isSearchButtonEnable() - Method in class ohos.agp.components.SearchBar
-
Checks whether the submit button is enabled when necessary.
- isSecondEnabled() - Method in class ohos.agp.components.TimePicker
-
Obtains whether the second selector is enabled.
- isSecondShown() - Method in class ohos.agp.components.TimePicker
-
Obtains the state of the second selector.
- isSecureElementPresent() - Method in class ohos.nfc.oma.Reader
-
Checks whether a secure element is available.
- isSecureMode() - Method in class ohos.miscservices.screenlock.ScreenLockController
-
Checks whether the screen lock of the current device is secure.
- isSelected() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is selected.
- isSelected() - Method in class ohos.agp.components.Component
-
Obtains the selection state of the component.
- isSelfPowered() - Method in class ohos.usb.USBConfig
-
Checks whether the configuration supports an independent power source.
- isServerSideRedirected() - Method in interface ohos.agp.components.webengine.ResourceRequest
-
Checks whether URL redirection has occurred on the server.
- isServiceSupported(int) - Method in class ohos.bluetooth.BluetoothDeviceClass
-
Checks whether the service is supported by this device class.
- isSet - Variable in class java.util.Calendar
-
The flags which tell if a specified calendar field for the calendar is set.
- isSet(int) - Method in class java.util.Calendar
-
Determines if the given calendar field has a value set,
including cases that the value has been set by internal fields
calculations triggered by a get method call.
- isSet(int) - Method in class ohos.global.icu.util.Calendar
-
Determines if the given time field has a value set.
- isShadowEnabled() - Method in class ohos.agp.render.render3d.components.LightComponent
-
Checks whether the current lights support projection.
- isShared() - Method in class java.nio.channels.FileLock
-
Tells whether this lock is shared.
- isShortcutExist(String) - Method in interface ohos.bundle.IBundleManager
-
Checks whether a specified shortcut is available.
- isShortcutExist(String, int) - Method in interface ohos.bundle.IBundleManager
-
Checks whether a specified shortcut is available.
- isShowBadge() - Method in class ohos.event.notification.NotificationSlot
-
- isShowCreateTime() - Method in class ohos.event.notification.NotificationRequest
-
- isShowDeliveryTime() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether the notification delivery time is displayed for this notification.
- isShowing() - Method in class ohos.agp.window.dialog.BaseDialog
-
Checks if a Dialog instance is showing.
- isShowStopwatch() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether the notification creation time is displayed as a stopwatch.
- isShutdown() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Tells whether or not this asynchronous channel group is shutdown.
- isShutdown() - Method in interface java.util.concurrent.ExecutorService
-
Returns true if this executor has been shut down.
- isShutdown() - Method in class java.util.concurrent.ForkJoinPool
-
Returns true if this pool has been shut down.
- isShutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
-
- isSignAlwaysShown() - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Returns whether the sign is being shown on positive numbers.
- isSigned(int) - Method in interface java.sql.ParameterMetaData
-
Retrieves whether values for the designated parameter can be signed numbers.
- isSigned(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether values in the designated column are signed numbers.
- isSilenced() - Method in class ohos.media.audio.AudioCapturerConfig
-
Checks whether the audio recording is silenced.
- isSilentInstallation() - Method in class ohos.bundle.BundleInfo
-
Checks whether the application is installed in silent installation mode.
- isSimActive(int) - Method in class ohos.telephony.SimInfoManager
-
Checks whether the SIM card in a specified slot is activated.
- isSimilarity() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix contains only rotation, uniform scale, and translation.
- isSingleLooping() - Method in class ohos.media.player.Player
-
Checks whether the current playback is set to loop a single item.
- isSiteLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is a site local address.
- isSiteLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a site local address.
- isSiteLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress is a site local address.
- isSliceStackEmpty(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Checks whether the ability slice stack in the specified ability is empty.
- isSlideEnabled() - Method in class ohos.agp.components.SlideDrawer
-
Checks whether the slide gesture is enabled.
- isSocketConnected() - Method in class ohos.net.LocalSocket
-
Checks whether this socket is connected.
- isSoftware() - Method in class ohos.media.codec.CodecDescription
-
Checks whether this Codec is a software codec.
- isSpace(char) - Static method in class java.lang.Character
-
- isSpaceChar(char) - Static method in class java.lang.Character
-
Determines if the specified character is a Unicode space character.
- isSpaceChar(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a
Unicode space character.
- isSpaceChar(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a Unicode specified space
character, i.e.
- isSpeaking() - Method in class ohos.ai.tts.TtsClient
-
Checks whether TTS speaking is in progress.
- isSpecified() - Method in interface ohos.javax.xml.stream.events.Attribute
-
A flag indicating whether this attribute was actually
specified in the start-tag of its element, or was defaulted from the schema.
- isSpecified(int) - Method in class ohos.javax.xml.validation.TypeInfoProvider
-
Returns false if the attribute was added by the validator.
- isStandalone() - Method in enum java.time.format.TextStyle
-
Returns true if the Style is a stand-alone style.
- isStandalone() - Method in interface ohos.javax.xml.stream.events.StartDocument
-
Returns if this XML is standalone
- isStandalone() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Get the standalone declaration from the xml declaration
- isStartDocument() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is a StartDocument.
- isStarted() - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Checks whether the read position is before the first line.
- isStarted() - Method in class ohos.data.resultset.AbsResultSet
-
- isStarted() - Method in interface ohos.data.resultset.ResultSet
-
Checks whether a result set has been moved.
- isStarted() - Method in class ohos.data.resultset.ResultSetWrapper
-
- isStartElement() - Method in interface ohos.javax.xml.stream.events.XMLEvent
-
A utility function to check if this event is a StartElement.
- isStartElement() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns true if the cursor points to a start tag (otherwise false)
- isStateful() - Method in class ohos.agp.components.element.Element
-
Checks whether the state of an
Element object is changed based on the component state.
- isStateful() - Method in class ohos.agp.components.element.ElementContainer
-
Checks whether the state of an
Element object is changed based on the component state.
- isStateMatched(int, int) - Static method in class ohos.agp.components.ComponentState
-
Checks whether a state matches the given state.
- isStatic() - Method in class ohos.bundle.ShortcutInfo
-
Checks whether this shortcut is static.
- isStatic(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
static modifier, false otherwise.
- isSticky() - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
- isStickyCommonEvent() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Checks whether the current common event is a sticky common event.
- isStore() - Method in class ohos.data.search.model.IndexForm
-
Checks whether to store this field.
- isStreamActive(AudioManager.AudioVolumeType) - Static method in class ohos.media.audio.AudioManager
-
Checks whether audio streams of a specified type are active.
- isStrict(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
strictfp modifier, false otherwise.
- isSuitableSmsAddress(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether the network address of the Short Message Service (SMS) can be used as the destination address.
- isSupplementary(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu] Determines if the code point is a supplementary character.
- isSupplementaryCodePoint(int) - Static method in class java.lang.Character
-
- isSupplementaryCodePoint(int) - Static method in class ohos.global.icu.lang.UCharacter
-
- isSupport(int) - Method in class ohos.light.agent.LightAgent
-
Checks whether a specified light exists on the hardware device.
- isSupport(int) - Method in class ohos.vibrator.agent.VibratorAgent
-
Checks whether a specified vibrator exists on the hardware device.
- isSupported() - Static method in class ohos.data.distributed.file.DistFiles
-
Checks whether DistFiles is supported on current device.
- isSupported() - Static method in class ohos.data.usage.DataUsage
-
Checks whether DataUsage is supported on current device.
- isSupported() - Static method in class ohos.data.usage.StatVfs
-
Checks whether StatVfs is supported on current device.
- isSupported(int) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Checks whether a specified type of card emulation is supported.
- isSupported(String) - Static method in class java.nio.charset.Charset
-
Tells whether the named charset is supported.
- isSupported(String) - Static method in class ohos.security.seckeychain.SecKeyChain
-
Checks whether private keys indicated by a specified secKeyAlgorithm are supported.
- isSupported(TemporalField) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in interface java.time.chrono.Era
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.chrono.JapaneseDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in enum java.time.DayOfWeek
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.Instant
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.LocalDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.LocalDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.LocalTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in enum java.time.Month
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.MonthDay
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.OffsetDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.OffsetTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.Year
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.YearMonth
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.ZonedDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class java.time.ZoneOffset
-
Checks if the specified field is supported.
- isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.Instant
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.LocalDate
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.LocalDateTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.LocalTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.OffsetDateTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.OffsetTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in interface java.time.temporal.Temporal
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.Year
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.YearMonth
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class java.time.ZonedDateTime
-
Checks if the specified unit is supported.
- isSupportedBy(Temporal) - Method in enum java.time.temporal.ChronoUnit
-
- isSupportedBy(Temporal) - Method in interface java.time.temporal.TemporalUnit
-
Checks if this unit is supported by the specified temporal object.
- isSupportedBy(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
-
- isSupportedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
-
Checks if this field is supported by the temporal object.
- isSupportMultiSim() - Method in class ohos.telephony.SimInfoManager
-
Checks whether the device supports multiple SIM cards, that is, whether there are multiple card slots.
- isSurfaceClassSupported(Class<T>) - Method in interface ohos.media.camera.device.CameraAbility
-
Checks whether the surface class is supported.
- isSurrogate(char) - Static method in class java.lang.Character
-
Determines if the given char value is a Unicode
surrogate code unit.
- isSurrogatePair(char, char) - Static method in class java.lang.Character
-
- isSurrogatePair(char, char) - Static method in class ohos.global.icu.lang.UCharacter
-
- isSymbolicLink() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Tells whether the file is a symbolic link.
- isSymbolicLink(Path) - Static method in class java.nio.file.Files
-
Tests whether a file is a symbolic link.
- isSyncEvents() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Checks whether events are synchronized.
- isSynchronized(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
synchronized modifier, false otherwise.
- isSynthetic() - Method in class java.lang.Class
-
Returns true if this class is a synthetic class;
returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Constructor
-
Returns true if this executable is a synthetic
construct; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Executable
-
Returns true if this executable is a synthetic
construct; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Field
-
Returns true if this field is a synthetic
field; returns false otherwise.
- isSynthetic() - Method in interface java.lang.reflect.Member
-
Returns true if this member was introduced by
the compiler; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Method
-
Returns true if this executable is a synthetic
construct; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Parameter
-
Returns true if this parameter is neither implicitly
nor explicitly declared in source code; returns false
otherwise.
- isSystem() - Method in interface java.nio.file.attribute.DosFileAttributes
-
Returns the value of the system attribute.
- isTagConnected() - Method in class ohos.nfc.tag.TagManager
-
Checks whether a connection has been set up with a tag.
- isTangentDataDefined() - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Obtains whether tangent data is defined for this primitive.
- isTapDismissed() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether the current notification will be automatically dismissed after being tapped.
- isTemporary() - Method in class ohos.aafwk.ability.Ability
-
Checks whether this ability is a temporary ability.
- isTerminated() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Tells whether or not this group has terminated.
- isTerminated() - Method in interface java.util.concurrent.ExecutorService
-
Returns true if all tasks have completed following shut down.
- isTerminated() - Method in class java.util.concurrent.ForkJoinPool
-
Returns true if all tasks have completed following shut down.
- isTerminated() - Method in class java.util.concurrent.Phaser
-
Returns true if this phaser has been terminated.
- isTerminated() - Method in class java.util.concurrent.ThreadPoolExecutor
-
- isTerminating() - Method in class java.util.concurrent.ForkJoinPool
-
Returns true if the process of termination has
commenced but not yet completed.
- isTerminating() - Method in class java.util.concurrent.ThreadPoolExecutor
-
- isTerminating() - Method in class ohos.aafwk.ability.Ability
-
Checks whether the current ability is being destroyed.
- isTextAutoSizing() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether auto text sizing is enabled.
- isTextCursorVisible() - Method in class ohos.agp.components.Text
-
Obtains whether the cursor is visible for an editable text component.
- isTimeBased() - Method in enum java.time.temporal.ChronoField
-
Checks if this field represents a component of a time.
- isTimeBased() - Method in enum java.time.temporal.ChronoUnit
-
Checks if this unit is a time unit.
- isTimeBased() - Method in interface java.time.temporal.TemporalField
-
Checks if this field represents a component of a time.
- isTimeBased() - Method in interface java.time.temporal.TemporalUnit
-
Checks if this unit represents a component of a time.
- isTimeSet - Variable in class java.util.Calendar
-
True if then the value of time is valid.
- isTitleCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a titlecase character.
- isTitleCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a titlecase character.
- isTitleCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a titlecase character.
- isTouchFocusable() - Method in class ohos.agp.components.Component
-
Returns whether the component can receive focus in touch mode.
- isTouchForClose() - Method in class ohos.agp.components.SlideDrawer
-
Checks whether the
SlideDrawer can be closed by a touch.
- isTouchOutside() - Method in interface ohos.agp.window.dialog.BaseDialog.DialogListener
-
Checks whether an event has occurred outside of the dialog box.
- isTransient(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
transient modifier, false otherwise.
- isTransitionalDifferent() - Method in class ohos.global.icu.text.IDNA.Info
-
Returns true if transitional and nontransitional processing produce different results.
- isTranslate() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix has been translated.
- isTranslate() - Method in class ohos.agp.utils.Matrix44
-
Checks whether this Matrix44 contains translation or whether it is an identity matrix.
- isUAlphabetic(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- isULowercase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- isUnderflow() - Method in class java.nio.charset.CoderResult
-
Tells whether or not this object describes an underflow condition.
- isUnderLined() - Method in class ohos.agp.render.Paint
-
Checks whether the font in this Paint is underlined.
- isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
-
Determines if the specified character may be part of a Unicode
identifier as other than the first character.
- isUnicodeIdentifierPart(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) may be part of a Unicode
identifier as other than the first character.
- isUnicodeIdentifierPart(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point may be any part of a Unicode
identifier other than the starting character.
- isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
-
Determines if the specified character is permissible as the
first character in a Unicode identifier.
- isUnicodeIdentifierStart(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is permissible as the
first character in a Unicode identifier.
- isUnicodeIdentifierStart(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is permissible as the first
character in a Unicode identifier.
- isUnmappable() - Method in class java.nio.charset.CoderResult
-
Tells whether or not this object describes an unmappable-character
error.
- isUnremovable() - Method in class ohos.event.notification.NotificationRequest
-
Checks whether this notification is unremovable.
- isUnresolved() - Method in class java.net.InetSocketAddress
-
Checks whether the address has been resolved or not.
- isUnshared() - Method in class java.io.ObjectStreamField
-
Returns boolean value indicating whether or not the serializable field
represented by this ObjectStreamField instance is unshared.
- isUp() - Method in class java.net.NetworkInterface
-
Returns whether a network interface is up and running.
- isUpdateOperation() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Checks whether an update operation is created.
- isUpdatingConfigurations() - Method in class ohos.app.AbilityContext
-
- isUpdatingConfigurations() - Method in interface ohos.app.Context
-
Checks whether the configuration of this ability is changing
- isUpperCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is an uppercase character.
- isUpperCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is an uppercase character.
- isUpperCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is an uppercase character.
- isUpperCaseFirst() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Return true if an uppercase character is sorted before the corresponding lowercase character.
- isUriPhoneNumber(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether a phone number contains '@' or '%40' to determine whether the phone number is a URI.
- isUsed() - Method in class ohos.powermanager.PowerManager.RunningLock
-
Checks whether a lock is held or in use.
- isUserImportant() - Method in class ohos.event.notification.MessageUser
-
Checks whether this MessageUser is important.
- isUserKingKong() - Method in interface ohos.app.IAbilityManager
-
ask that is user kingkong test
- isUserNode() - Method in class java.util.prefs.AbstractPreferences
-
- isUserNode() - Method in class java.util.prefs.Preferences
-
Returns true if this preference node is in the user
preference tree, false if it's in the system preference tree.
- isUUppercase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- isUWhiteSpace(int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- isValid() - Method in class java.nio.channels.FileLock
-
Tells whether or not this lock is valid.
- isValid() - Method in class java.nio.channels.MembershipKey
-
Tells whether or not this membership is valid.
- isValid() - Method in class java.nio.channels.SelectionKey
-
Tells whether or not this key is valid.
- isValid() - Method in class java.nio.channels.spi.AbstractSelectionKey
-
- isValid() - Method in interface java.nio.file.WatchKey
-
Tells whether or not this watch key is valid.
- isValid() - Method in interface javax.net.ssl.SSLSession
-
Returns whether this session is valid and available for resuming or
joining.
- isValid() - Method in class ohos.agp.render.Path
-
Checks whether this Path is valid.
- isValid() - Method in interface ohos.agp.render.render3d.Engine.RenderNodeGraph
-
Checks whether the handle of the default rendering node graph is valid.
- isValid() - Method in interface ohos.agp.render.render3d.Entity
-
Checks whether an entity is valid.
- isValid() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Checks whether the glTF data is valid.
- isValid() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Checks whether the glTF data is valid.
- isValid() - Method in interface ohos.agp.render.render3d.resources.GpuResourceHandle
-
Checks whether this resource handle is valid.
- isValid() - Method in interface ohos.agp.render.render3d.resources.ResourceHandle
-
Checks whether this resource handle is valid.
- isValid() - Method in class ohos.hiviewdfx.HiTraceId
-
Checks whether an HiTraceId object is valid.
- isValid() - Method in class ohos.miscservices.timeutility.Timer.TimerIntent
-
Checks whether the TimerIntent object is valid.
- isValid(int) - Method in interface java.sql.Connection
-
Returns true if the connection has not been closed and is still valid.
- isValid(Buffer) - Static method in class ohos.agp.render.opengl.ETC1
-
This method is used to check whether the head is valid.
- isValid(Engine.RenderNodeGraph) - Static method in interface ohos.agp.render.render3d.Engine.RenderNodeGraph
-
Checks whether the handle of a specified rendering node graph is valid.
- isValid(GpuResourceHandle) - Static method in interface ohos.agp.render.render3d.resources.GpuResourceHandle
-
Checks whether a specified resource handle is valid.
- isValid(ResourceHandle) - Static method in interface ohos.agp.render.render3d.resources.ResourceHandle
-
Checks whether a specified resource handle is valid.
- isValidating() - Method in class ohos.javax.xml.parsers.SAXParser
-
Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidBluetoothAddr(String) - Static method in class ohos.bluetooth.BluetoothHost
-
Checks whether the Bluetooth address is valid.
- isValidCodePoint(int) - Static method in class java.lang.Character
-
- isValidCodePoint(int) - Static method in class ohos.global.icu.lang.UCharacter
-
- isValidComponentId(int) - Method in class ohos.agp.components.ComponentProvider
-
Checks whether a component is valid based on the provided component ID.
- isValidDay(int) - Method in class java.time.YearMonth
-
Checks if the day-of-month is valid for this year-month.
- isValidDigitString(String) - Static method in class ohos.global.icu.text.NumberingSystem
-
Convenience method to determine if a given digit string is valid for use as a
descriptor of a numeric ( non-algorithmic ) numbering system.
- isValidEncodingFormat(AudioStreamInfo.EncodingFormat) - Static method in class ohos.media.audio.AudioStreamInfo
-
Checks whether an encoding format is valid.
- isValidIntValue(long) - Method in class java.time.temporal.ValueRange
-
Checks if the value is within the valid range and that all values
in the range fit in an int.
- isValidMonthDay(MonthDay) - Method in class java.time.Year
-
Checks if the month-day is valid for this year.
- isValidOffset(LocalDateTime, ZoneOffset) - Method in class java.time.zone.ZoneRules
-
Checks if the offset date-time is valid for these rules.
- isValidOffset(ZoneOffset) - Method in class java.time.zone.ZoneOffsetTransition
-
Checks if the specified offset is valid during this transition.
- isValidOutChannelMask(AudioStreamInfo.ChannelMask) - Static method in class ohos.media.audio.AudioStreamInfo
-
Checks whether the audio channel mask is valid.
- isValidValue(long) - Method in class java.time.temporal.ValueRange
-
Checks if the value is within the valid range.
- isValidValueType(Object) - Static method in class ohos.utils.PersistablePacMap
-
Checks whether the type of the value object supports marshalling to
and unmarshalling from a JSON string.
- isValidYear(int) - Method in class java.time.MonthDay
-
Checks if the year is valid for this month-day.
- isVarArgs() - Method in interface java.lang.invoke.MethodHandleInfo
-
Determines if the underlying member was a variable arity method or constructor.
- isVarArgs() - Method in class java.lang.reflect.Constructor
-
Returns true if this executable was declared to take a
variable number of arguments; returns false otherwise.
- isVarArgs() - Method in class java.lang.reflect.Executable
-
Returns true if this executable was declared to take a
variable number of arguments; returns false otherwise.
- isVarArgs() - Method in class java.lang.reflect.Method
-
Returns true if this executable was declared to take a
variable number of arguments; returns false otherwise.
- isVarArgs() - Method in class java.lang.reflect.Parameter
-
Returns true if this parameter represents a variable
argument list; returns false otherwise.
- isVarargsCollector() - Method in class java.lang.invoke.MethodHandle
-
- isVertical(Line) - Method in class ohos.agp.utils.Line
-
Checks whether a specified line and this line are vertical.
- isVibrationEffectEnabled() - Method in class ohos.agp.components.Component
-
Checks whether vibration effect is enabled.
- isVideoCallingEnabled() - Method in class ohos.dcall.DistributedCallManager
-
Checks whether video calling is enabled on this device.
- isViewPortFitScreen() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether the viewport fits the screen width.
- isVirtual() - Method in class java.net.NetworkInterface
-
Returns whether this interface is a virtual interface (also called
subinterface).
- isVisible() - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Checks whether this node is visible to users.
- isVisible() - Method in class ohos.bundle.AbilityInfo
-
Checks whether an ability can be called by other abilities.
- isVisible() - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Obtains the visibility of associated events.
- isVoiceMailNumber(String, int) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Checks whether a phone number is on the voice mailbox number list provided by the SIM card.
- isVolatile() - Method in class ohos.agp.render.Path
-
Checks whether this Path is volatile.
- isVolatile(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
volatile modifier, false otherwise.
- isWCGMode() - Method in class ohos.agp.window.service.Window
-
Checks whether this window is in wide color gamut (WCG) mode.
- isWeak(byte[], int) - Static method in class javax.crypto.spec.DESKeySpec
-
Checks if the given DES key material is weak or semi-weak.
- isWebStoragePermitted() - Method in interface ohos.agp.components.webengine.WebConfig
-
Checks whether web storage (also known as HTML5 DOM storage) is enabled.
- isWeekDateSupported() - Method in class java.util.Calendar
-
Returns whether this Calendar supports week dates.
- isWeekDateSupported() - Method in class java.util.GregorianCalendar
-
Returns true indicating this GregorianCalendar
supports week dates.
- isWeekend() - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns true if this Calendar's current date and time is in the weekend in
this calendar system.
- isWeekend(Date) - Method in class ohos.global.icu.util.Calendar
-
[icu] Returns true if the given date and time is in the weekend in this calendar
system.
- isWheelModeEnabled() - Method in class ohos.agp.components.DatePicker
-
Obtains whether to enable the wheel mode of a date picker to allow the maximum value on the selector
to wrap around the minimum value.
- isWheelModeEnabled() - Method in class ohos.agp.components.Picker
-
Obtains the selector wrapping mode of a number picker.
- isWheelModeEnabled() - Method in class ohos.agp.components.TimePicker
-
Obtains whether wheel mode is enabled for the selector wheel of a time picker.
- isWhitespace(char) - Static method in class java.lang.Character
-
Determines if the specified character is white space according to Java.
- isWhitespace(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is
white space according to Java.
- isWhitespace(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Determines if the specified code point is a white space character.
- isWhiteSpace() - Method in interface ohos.javax.xml.stream.events.Characters
-
Returns true if this set of Characters
is all whitespace.
- isWhiteSpace() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Returns true if the cursor points to a character data event
that consists of all whitespace
- isWholeDay() - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Checks whether this event is a whole-day event.
- isWifiActive() - Method in class ohos.wifi.WifiDevice
-
Checks whether Wi-Fi is enabled.
- isWorkInfoValid() - Method in class ohos.workscheduler.WorkInfo
-
Checks whether a WorkInfo object is valid.
- isWrapperFor(Class<?>) - Method in interface java.sql.Wrapper
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWritable() - Method in class java.nio.channels.SelectionKey
-
Tests whether this key's channel is ready for writing.
- isWritable(int) - Method in interface java.sql.ResultSetMetaData
-
Indicates whether it is possible for a write on the designated column to succeed.
- isWritable(Path) - Static method in class java.nio.file.Files
-
Tests whether a file is writable.
- isWriteLocked() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Queries if the write lock is held by any thread.
- isWriteLocked() - Method in class java.util.concurrent.locks.StampedLock
-
Returns true if the lock is currently held exclusively.
- isWriteLockedByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Queries if the write lock is held by the current thread.
- isXIncludeAware() - Method in class ohos.javax.xml.parsers.SAXParser
-
Get the XInclude processing mode for this parser.
- isXIncludeAware() - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Get state of XInclude processing.
- isYearFixed() - Method in class ohos.agp.components.DatePicker
-
Obtains the year selector state.
- ISystemRestoreProgressListener - Interface in ohos.systemrestore
-
Calls back the system restore progress.
- isZero() - Method in interface java.time.chrono.ChronoPeriod
-
Checks if all the supported units of this period are zero.
- isZero() - Method in class java.time.Duration
-
Checks if this duration is zero length.
- isZero() - Method in class java.time.Period
-
Checks if all three units of this period are zero.
- isZero() - Method in class ohos.utils.RationalNumber
-
Checks whether the current RationalNumber object represents the value 0.
- ITALIAN - Static variable in class java.util.Locale
-
Useful constant for language.
- ITALIAN - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that Italian text elements will be detected.
- ITALIAN - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for language.
- ITALY - Static variable in class java.util.Locale
-
Useful constant for country.
- ITALY - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- Iterable<T> - Interface in java.lang
-
Implementing this interface allows an object to be the target of
the "for-each loop" statement.
- iterate(double, DoubleUnaryOperator) - Static method in interface java.util.stream.DoubleStream
-
Returns an infinite sequential ordered DoubleStream produced by iterative
application of a function f to an initial element seed,
producing a Stream consisting of seed, f(seed),
f(f(seed)), etc.
- iterate(int, IntUnaryOperator) - Static method in interface java.util.stream.IntStream
-
Returns an infinite sequential ordered IntStream produced by iterative
application of a function f to an initial element seed,
producing a Stream consisting of seed, f(seed),
f(f(seed)), etc.
- iterate(long, LongUnaryOperator) - Static method in interface java.util.stream.LongStream
-
Returns an infinite sequential ordered LongStream produced by iterative
application of a function f to an initial element seed,
producing a Stream consisting of seed, f(seed),
f(f(seed)), etc.
- iterate(T, UnaryOperator<T>) - Static method in interface java.util.stream.Stream
-
Returns an infinite sequential ordered Stream produced by iterative
application of a function f to an initial element seed,
producing a Stream consisting of seed, f(seed),
f(f(seed)), etc.
- iterator() - Method in interface java.lang.Iterable
-
Returns an iterator over elements of type T.
- iterator() - Method in interface java.nio.file.DirectoryStream
-
Returns the iterator associated with this DirectoryStream.
- iterator() - Method in interface java.nio.file.Path
-
Returns an iterator over the name elements of this path.
- iterator() - Method in exception java.sql.SQLException
-
Returns an iterator over the chained SQLExceptions.
- iterator() - Method in class java.util.AbstractCollection
-
Returns an iterator over the elements contained in this collection.
- iterator() - Method in class java.util.AbstractList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class java.util.AbstractSequentialList
-
Returns an iterator over the elements in this list (in proper
sequence).
- iterator() - Method in class java.util.ArrayDeque
-
Returns an iterator over the elements in this deque.
- iterator() - Method in class java.util.ArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.Collection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in interface java.util.concurrent.BlockingDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- iterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns an iterator over the elements in this set in ascending order.
- iterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns an iterator over the elements contained in this set
in the order in which these elements were added.
- iterator() - Method in class java.util.concurrent.DelayQueue
-
Returns an iterator over all the elements (both expired and
unexpired) in this queue.
- iterator() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in class java.util.concurrent.LinkedTransferQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns an iterator over the elements in this queue.
- iterator() - Method in class java.util.concurrent.SynchronousQueue
-
Returns an empty iterator in which hasNext always returns
false.
- iterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.HashSet
-
Returns an iterator over the elements in this set.
- iterator() - Method in interface java.util.List
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in ascending order.
- iterator() - Method in class java.util.PriorityQueue
-
Returns an iterator over the elements in this queue.
- iterator() - Method in class java.util.ServiceLoader
-
Lazily loads the available providers of this loader's service.
- iterator() - Method in interface java.util.Set
-
Returns an iterator over the elements in this set.
- iterator() - Method in interface java.util.stream.BaseStream
-
Returns an iterator for the elements of this stream.
- iterator() - Method in interface java.util.stream.DoubleStream
-
- iterator() - Method in interface java.util.stream.IntStream
-
- iterator() - Method in interface java.util.stream.LongStream
-
- iterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in ascending order.
- iterator() - Method in class java.util.Vector
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class ohos.global.icu.text.AlphabeticIndex.Bucket
-
Iterator over the records in the bucket
- iterator() - Method in class ohos.global.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns an iterator over elements of type T.
- iterator() - Method in class ohos.global.icu.text.AlphabeticIndex
-
Return an iterator over the buckets.
- iterator() - Method in class ohos.global.icu.text.UnicodeSet
-
Returns a string iterator.
- iterator() - Method in class ohos.utils.LightweightSet
-
Obtains an
Iterator that can operate the
LightweightSet container.
- iterator() - Method in class ohos.utils.zson.ZSONArray
-
Obtains the Iterator objects of this ZSONArray.
- iterator(Spliterator.OfDouble) - Static method in class java.util.Spliterators
-
Creates an PrimitiveIterator.OfDouble from a
Spliterator.OfDouble.
- iterator(Spliterator.OfInt) - Static method in class java.util.Spliterators
-
Creates an PrimitiveIterator.OfInt from a
Spliterator.OfInt.
- iterator(Spliterator.OfLong) - Static method in class java.util.Spliterators
-
Creates an PrimitiveIterator.OfLong from a
Spliterator.OfLong.
- iterator(Spliterator<? extends T>) - Static method in class java.util.Spliterators
-
Creates an Iterator from a Spliterator.
- Iterator<E> - Interface in java.util
-
An iterator over a collection.
- ITextDetector - Interface in ohos.ai.cv.text
-
Detects and recognizes text in a given image, also known as Optical Character Recognition(OCR).
- ITU_2020 - ohos.media.image.common.ColorSpace
-
Indicates the color space based on Rec.ITU-R BT.2020-1.
- ITU_709 - ohos.media.image.common.ColorSpace
-
Indicates the color space based on Rec.ITU-R BT.709-5.
- ITxtImageSuperResolution - Interface in ohos.ai.cv.sr
-
Provides the text image super-resolution (TISR) function.
- IVI() - Constructor for class ohos.utils.system.SystemCapability.IVI
-
- IVI_HARDWARE_COMMON - Static variable in class ohos.utils.system.SystemCapability.IVI
-
Indicates basic system capabilities, including connection and disconnection of IVI services.
- IVI_POWER_MANAGER - Static variable in class ohos.utils.system.SystemCapability.PowerMgr
-
Indicates the head unit power manager, which provides power management capabilities specific to head units.
- IvParameterSpec - Class in javax.crypto.spec
-
This class specifies an initialization vector (IV).
- IvParameterSpec(byte[]) - Constructor for class javax.crypto.spec.IvParameterSpec
-
Creates an IvParameterSpec object using the bytes in iv
as the IV.
- IvParameterSpec(byte[], int, int) - Constructor for class javax.crypto.spec.IvParameterSpec
-
Creates an IvParameterSpec object using the first len
bytes in iv, beginning at offset
inclusive, as the IV.
- IWallpaperColorsChangedListener - Interface in ohos.miscservices.wallpaper
-
Provides the listener for wallpaper color changes.
- IYAR - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Iyar, the 9th month of the Hebrew year.
- PAC_MAP_KEY_METHOD_ID - Static variable in class ohos.ai.tts.TtsClient
-
- pack(JarFile, OutputStream) - Method in interface java.util.jar.Pack200.Packer
-
Takes a JarFile and converts it into a Pack200 archive.
- pack(JarInputStream, OutputStream) - Method in interface java.util.jar.Pack200.Packer
-
Takes a JarInputStream and converts it into a Pack200 archive.
- Pack200 - Class in java.util.jar
-
Transforms a JAR file to or from a packed stream in Pack200 format.
- Pack200.Packer - Interface in java.util.jar
-
The packer engine applies various transformations to the input JAR file,
making the pack stream highly compressible by a compressor such as
gzip or zip.
- Pack200.Unpacker - Interface in java.util.jar
-
The unpacker engine converts the packed stream to a JAR file.
- Package - Class in java.lang
-
Package objects contain version information
about the implementation and specification of a Java package.
- PACKAGE - java.lang.annotation.ElementType
-
Package declaration
- PACKAGE - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
package access (default access),
which may contribute to the result of
lookupModes.
- PACKAGE_BANNED_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because the application is banned from sending notifications.
- PACKAGE_CHANGED_REASON_DELETE - Static variable in class ohos.event.notification.NotificationConstant
-
Indicates that a notification is deleted because a change has been made to the application.
- PackingOptions() - Constructor for class ohos.media.image.ImagePacker.PackingOptions
-
- PacMap - Class in ohos.utils
-
Provides Map objects that support Sequenceable operations and can be used to store and read key-value
pairs in character string format.
- PacMap() - Constructor for class ohos.utils.PacMap
-
Default constructor used to create a PacMap instance, in which the Map object has no key-value
pair.
- PacMap(int) - Constructor for class ohos.utils.PacMap
-
A constructor used to create a PacMap instance with the number of key-value pairs specified by
Map.
- PacMapEx - Class in ohos.interwork.utils
-
Defines the structure for the data packets transmitted between processes across platforms.
- PacMapEx() - Constructor for class ohos.interwork.utils.PacMapEx
-
Default constructor used to create a PacMapEx instance, in which the HashMap object has no
key-value pair.
- PacMapEx(int) - Constructor for class ohos.interwork.utils.PacMapEx
-
A constructor used to create a PacMapEx instance with the number of key-value pairs specified by
HashMap.
- PacMapEx(PacMapEx, boolean) - Constructor for class ohos.interwork.utils.PacMapEx
-
Construct a PacMapEx Object from another PacMapEx, which can make a deep copy if the second parameter is true.
- PAD_AFTER_PREFIX - Static variable in class ohos.global.icu.text.DecimalFormat
-
- PAD_AFTER_SUFFIX - Static variable in class ohos.global.icu.text.DecimalFormat
-
- PAD_BEFORE_PREFIX - Static variable in class ohos.global.icu.text.DecimalFormat
-
- PAD_BEFORE_SUFFIX - Static variable in class ohos.global.icu.text.DecimalFormat
-
- padNext(int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width using a space.
- padNext(int, char) - Method in class java.time.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width.
- PAGE - ohos.bundle.AbilityInfo.AbilityType
-
Indicates that the ability has a UI.
- pageDown(boolean) - Method in class ohos.agp.components.webengine.WebView
-
Scrolls down a web page.
- PageFlipper - Class in ohos.agp.components
-
Creates a page flipper.
- PageFlipper(Context) - Constructor for class ohos.agp.components.PageFlipper
-
Default constructor used to create a PageFlipper instance by using the default attribute set and style.
- PageFlipper(Context, AttrSet) - Constructor for class ohos.agp.components.PageFlipper
-
A constructor used to create a PageFlipper instance by using specified attribute set and default
style after the XML file is parsed.
- PageFlipper(Context, AttrSet, String) - Constructor for class ohos.agp.components.PageFlipper
-
A constructor used to create a PageFlipper instance by using specified attribute set and specified
style after the XML file is parsed.
- PageSlider - Class in ohos.agp.components
-
A layout manager that allows the user to swipe left and right as well as up and down to turn pages.
- PageSlider(Context) - Constructor for class ohos.agp.components.PageSlider
-
Default constructor used to create a PageSlider instance by using the default attribute set and style.
- PageSlider(Context, AttrSet) - Constructor for class ohos.agp.components.PageSlider
-
A constructor used to create a PageSlider instance by using specified attribute set and default
style after the XML file is parsed.
- PageSlider(Context, AttrSet, String) - Constructor for class ohos.agp.components.PageSlider
-
A constructor used to create a PageSlider instance by using specified attribute set and specified style
after the XML file is parsed.
- PageSlider.PageChangedListener - Interface in ohos.agp.components
-
Provides a listener to observe page change events.
- PageSlider.ReboundEffectParams - Class in ohos.agp.components
-
Represents rebound effect parameters.
- PageSliderIndicator - Class in ohos.agp.components
-
- PageSliderIndicator(Context) - Constructor for class ohos.agp.components.PageSliderIndicator
-
Default constructor used to create a PageSliderIndicator instance by using the default attribute set and
style.
- PageSliderIndicator(Context, AttrSet) - Constructor for class ohos.agp.components.PageSliderIndicator
-
A constructor used to create a PageSliderIndicator instance by using specified attribute set and default
style after the XML file is parsed.
- PageSliderIndicator(Context, AttrSet, String) - Constructor for class ohos.agp.components.PageSliderIndicator
-
A constructor used to create a PageSliderIndicator instance by using specified attribute set
and specified style after the XML file is parsed.
- PageSliderIndicator.IndicatorSelectionHandler - Class in ohos.agp.components
-
Processes events of selecting a page contained in the
PageSlider instance.
- PageSliderProvider - Class in ohos.agp.components
-
Provides the page adapter to manage page views.
- PageSliderProvider() - Constructor for class ohos.agp.components.PageSliderProvider
-
- pageUp(boolean) - Method in class ohos.agp.components.webengine.WebView
-
Scrolls up the web page.
- PAGUMEN - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ጳጉሜን, the 13th month of the Ethiopic year.
- PAHAWH_HMONG - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PAHAWH_HMONG - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PAHAWH_HMONG_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- Paint - Class in ohos.agp.render
-
Describes drawing style and color.
- Paint() - Constructor for class ohos.agp.render.Paint
-
Default constructor used to create a Paint instance.
- Paint(Paint) - Constructor for class ohos.agp.render.Paint
-
A constructor used to create a Paint instance by using an existing one.
- Paint.FontMetrics - Class in ohos.agp.render
-
Describes fonts of the same size in multiple metrics.
- Paint.Join - Enum in ohos.agp.render
-
Enumerates line join styles of a paint.
- Paint.MaskType - Enum in ohos.agp.render
-
Indicates the required shape for a mask.
- Paint.ShaderType - Enum in ohos.agp.render
-
Indicates the shader type, which specifies how the colors in the paint are shaded.
- Paint.StrokeCap - Enum in ohos.agp.render
-
Indicates the paint stroke cap, which specifies the shape of each drawing point of a paint stroke.
- Paint.Style - Enum in ohos.agp.render
-
Indicates the paint style type.
- Pair<F,S> - Class in ohos.utils
-
Provides a data container that saves any two objects as one object.
- Pair(F, S) - Constructor for class ohos.utils.Pair
-
Constructs a Pair object using objects f and s.
- PAIR_STATE_NONE - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates that the peer device is not paired.
- PAIR_STATE_PAIRED - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates that the peer device is paired.
- PAIR_STATE_PAIRING - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates that the peer device is being paired.
- PALMYRENE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PALMYRENE - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PALMYRENE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PAONA - Static variable in class ohos.global.icu.util.CopticCalendar
-
Constant for Παωνι / ﻪﻧؤﻮﺑ,
the 10th month of the Coptic year.
- PAP - ohos.wifi.WifiSecurity.Phase2Method
-
Password Authentication Protocol (PAP)
- PARA_ID_FREQ_GAIN - Static variable in class ohos.media.audio.AudioEqualizer
-
Paramater Id for Frequency gain.
- PARA_ID_FREQS_NUM - Static variable in class ohos.media.audio.AudioEqualizer
-
Paramater Id for Frequency nums.
- PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
-
General category "Zp" in the Unicode specification.
- PARAGRAPH_SEPARATOR - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Zp
- parallel() - Method in interface java.util.stream.BaseStream
-
Returns an equivalent stream that is parallel.
- parallel() - Method in interface java.util.stream.DoubleStream
-
- parallel() - Method in interface java.util.stream.IntStream
-
- parallel() - Method in interface java.util.stream.LongStream
-
- parallelPrefix(double[], int, int, DoubleBinaryOperator) - Static method in class java.util.Arrays
-
- parallelPrefix(double[], DoubleBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(int[], int, int, IntBinaryOperator) - Static method in class java.util.Arrays
-
- parallelPrefix(int[], IntBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(long[], int, int, LongBinaryOperator) - Static method in class java.util.Arrays
-
- parallelPrefix(long[], LongBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(T[], int, int, BinaryOperator<T>) - Static method in class java.util.Arrays
-
- parallelPrefix(T[], BinaryOperator<T>) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelSetAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSort(byte[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(byte[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(char[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(char[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(double[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(double[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(float[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(float[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(int[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(int[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(long[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(long[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(short[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(short[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(T[]) - Static method in class java.util.Arrays
-
Sorts the specified array of objects into ascending order, according
to the
Comparable of its elements.
- parallelSort(T[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects into
ascending order, according to the
Comparable of its
elements.
- parallelSort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects according
to the order induced by the specified comparator.
- parallelSort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified array of objects according to the order induced by
the specified comparator.
- parallelStream() - Method in interface java.util.Collection
-
Returns a possibly parallel Stream with this collection as its
source.
- param - Variable in class ohos.eventhandler.InnerEvent
-
Indicates the long integer data carried in an InnerEvent, which is used to pass simple data.
- PARAM_ACTIVE_STATE - Static variable in class ohos.wifi.WifiEvents
-
Indicates the Wi-Fi state (enabled or disabled) after a state change.
- PARAM_CONN_STATE - Static variable in class ohos.wifi.WifiEvents
-
Indicates the Wi-Fi state after a status change (connected or disconnected).
- PARAM_FORM_CUSTOMIZE_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key used for passing custom data to the form provider when you call
{@link #acquireForm(ohos.aafwk.content.Intent,ohos.aafwk.ability.AbilitySlice.FormCallback),
which is represented as intent.setParam(PARAM_FORM_CUSTOMIZE_KEY, intentParams).
- PARAM_FORM_DIMENSION_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the grid style of the form to be obtained, which is represented as
intent.setParam(PARAM_FORM_DIMENSION_KEY, 1).
- PARAM_FORM_HEIGHT_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the height of the form to be obtained, which is represented as
intent.setParam(PARAM_FORM_HEIGHT_KEY, 400).
- PARAM_FORM_ID_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
- PARAM_FORM_IDENTITY_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the ID of the form to be obtained, which is represented as
intent.setParam(PARAM_FORM_IDENTITY_KEY, 1L).
- PARAM_FORM_NAME_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the name of the form to be obtained, which is represented as
intent.setParam(PARAM_FORM_NAME_KEY, "formName").
- PARAM_FORM_TEMPORARY_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying whether a form is temporary, which is represented as
intent.setParam(PARAM_FORM_TEMPORARY_KEY, true).
- PARAM_FORM_WIDTH_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the width of the form to be obtained, which is represented as
intent.setParam(PARAM_FORM_WIDTH_KEY, 800).
- PARAM_HOTSPOT_STATE - Static variable in class ohos.wifi.WifiEvents
-
Indicates the Wi-Fi hotspot state (enabled or disabled) after a state change.
- PARAM_KEY_EVENT - Static variable in class ohos.media.sessioncore.AVSession
-
- PARAM_MODULE_NAME_KEY - Static variable in class ohos.aafwk.ability.AbilitySlice
-
Indicates the key specifying the name of the module to which the form to be obtained belongs, which is
represented as intent.setParam(PARAM_MODULE_NAME_KEY, "formEntry").
- PARAM_P2P_DISCOVERY - Static variable in class ohos.wifi.WifiEvents
-
Indicates the state of Wi-Fi P2P discovery.
- PARAM_P2P_STATE_CHANGED - Static variable in class ohos.wifi.WifiEvents
-
Indicates the Wi-Fi P2P state.
- PARAM_RSSI_VALUE - Static variable in class ohos.wifi.WifiEvents
-
Indicates the RSSI value after an RSSI change.
- PARAM_SCAN_STATE - Static variable in class ohos.wifi.WifiEvents
-
Indicates the scanning status (successful or failed) after a Wi-Fi scanning ends.
- Parameter - Class in java.lang.reflect
-
Information about method parameters.
- PARAMETER - java.lang.annotation.ElementType
-
Formal parameter declaration
- parameterArray() - Method in class java.lang.invoke.MethodType
-
Presents the parameter types as an array (a convenience method).
- parameterCount() - Method in class java.lang.invoke.MethodType
-
Returns the number of parameter types in this method type.
- ParameterizedType - Interface in java.lang.reflect
-
ParameterizedType represents a parameterized type such as
Collection<String>.
- ParameterKey - Class in ohos.media.camera.params
-
Defines parameter keys supported by the camera.
- ParameterKey.Key<T> - Class in ohos.media.camera.params
-
Defines the type of a parameter key.
- parameterList() - Method in class java.lang.invoke.MethodType
-
Presents the parameter types as a list (a convenience method).
- ParameterMetaData - Interface in java.sql
-
An object that can be used to get information about the types
and properties for each parameter marker in a
PreparedStatement object.
- parameterModeIn - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is IN.
- parameterModeInOut - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is INOUT.
- parameterModeOut - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is OUT.
- parameterModeUnknown - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the mode of the parameter is unknown.
- parameterModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to a parameter.
- parameterNoNulls - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that a
parameter will not allow NULL values.
- parameterNullable - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that a
parameter will allow NULL values.
- parameterNullableUnknown - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the
nullability of a parameter is unknown.
- PARAMETERS_RESULT - Static variable in annotation type ohos.media.camera.params.ParametersResult.State
-
Indicates that the results have been generated.
- ParametersResult - Interface in ohos.media.camera.params
-
Describes parameter setting results.
- ParametersResult.State - Annotation Type in ohos.media.camera.params
-
Defines the state of parameter setting results.
- parameterType(int) - Method in class java.lang.invoke.MethodType
-
Returns the parameter type at the specified index, within this method type.
- ParamKey - Class in ohos.ai.cv.common
-
Provides keys passed to PacMap.
- ParamKey() - Constructor for class ohos.ai.cv.common.ParamKey
-
Default constructor used to create a ParamKey instance.
- Parcel - Class in ohos.utils
-
A data object used for inter-process communication (IPC).
- Parcel() - Constructor for class ohos.utils.Parcel
-
- ParcelableEx - Interface in ohos.interwork.utils
-
Provides an interface for data marshalling across platforms.
- ParcelException - Exception in ohos.utils
-
Describes an exception that may be thrown when operations are performed on
Parcel objects.
- ParcelException(String) - Constructor for exception ohos.utils.ParcelException
-
A constructor used to create a ParcelException instance by passing a message parameter.
- parent - Variable in class java.util.ResourceBundle
-
The parent bundle of this bundle.
- parent() - Method in class java.util.prefs.AbstractPreferences
-
- parent() - Method in class java.util.prefs.Preferences
-
Returns the parent of this preference node, or null if this is
the root.
- parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
-
Tests if this thread group is either the thread group
argument or one of its ancestor thread groups.
- park() - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes unless the
permit is available.
- park(Object) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes unless the
permit is available.
- parkNanos(long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, for up to
the specified waiting time, unless the permit is available.
- parkNanos(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, for up to
the specified waiting time, unless the permit is available.
- parkUntil(long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, until
the specified deadline, unless the permit is available.
- parkUntil(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, until
the specified deadline, unless the permit is available.
- parse(int) - Method in class ohos.agp.animation.AnimatorScatter
-
Parses the XML file to obtain the Animator object in the layout.
- parse(int) - Method in class ohos.agp.components.element.ElementScatter
-
Parses the XML file to obtain the Element object.
- parse(int, ComponentContainer, boolean) - Method in class ohos.agp.components.LayoutScatter
-
Converts an XML file to a component.
- parse(File, DefaultHandler) - Method in class ohos.javax.xml.parsers.SAXParser
-
Parse the content of the file specified as XML using the
specified
DefaultHandler.
- parse(InputStream, DefaultHandler) - Method in class ohos.javax.xml.parsers.SAXParser
-
- parse(InputStream, DefaultHandler, String) - Method in class ohos.javax.xml.parsers.SAXParser
-
- parse(CharSequence) - Static method in class java.time.Duration
-
Obtains a Duration from a text string such as PnDTnHnMn.nS.
- parse(CharSequence) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing a temporal object.
- parse(CharSequence) - Static method in class java.time.Instant
-
Obtains an instance of Instant from a text string such as
2007-12-03T10:15:30.00Z.
- parse(CharSequence) - Static method in class java.time.LocalDate
-
Obtains an instance of LocalDate from a text string such as 2007-12-03.
- parse(CharSequence) - Static method in class java.time.LocalDateTime
-
Obtains an instance of LocalDateTime from a text string such as 2007-12-03T10:15:30.
- parse(CharSequence) - Static method in class java.time.LocalTime
-
Obtains an instance of LocalTime from a text string such as 10:15.
- parse(CharSequence) - Static method in class java.time.MonthDay
-
Obtains an instance of MonthDay from a text string such as --12-03.
- parse(CharSequence) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of OffsetDateTime from a text string
such as 2007-12-03T10:15:30+01:00.
- parse(CharSequence) - Static method in class java.time.OffsetTime
-
Obtains an instance of OffsetTime from a text string such as 10:15:30+01:00.
- parse(CharSequence) - Static method in class java.time.Period
-
Obtains a Period from a text string such as PnYnMnD.
- parse(CharSequence) - Static method in class java.time.Year
-
Obtains an instance of Year from a text string such as 2007.
- parse(CharSequence) - Static method in class java.time.YearMonth
-
Obtains an instance of YearMonth from a text string such as 2007-12.
- parse(CharSequence) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of ZonedDateTime from a text string such as
2007-12-03T10:15:30+01:00[Europe/Paris].
- parse(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
-
Parses the text using this formatter, providing control over the text position.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDate
-
Obtains an instance of LocalDate from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDateTime
-
Obtains an instance of LocalDateTime from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalTime
-
Obtains an instance of LocalTime from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.MonthDay
-
Obtains an instance of MonthDay from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of OffsetDateTime from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetTime
-
Obtains an instance of OffsetTime from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.Year
-
Obtains an instance of Year from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.YearMonth
-
Obtains an instance of YearMonth from a text string using a specific formatter.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of ZonedDateTime from a text string using a specific formatter.
- parse(CharSequence, TemporalQuery<T>) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing an object of the specified type.
- parse(String) - Static method in class java.net.HttpCookie
-
Constructs cookies from set-cookie or set-cookie2 header string.
- parse(String) - Method in class java.text.DateFormat
-
Parses text from the beginning of the given string to produce a date.
- parse(String) - Method in class java.text.MessageFormat
-
Parses text from the beginning of the given string to produce an object
array.
- parse(String) - Method in class java.text.NumberFormat
-
Parses text from the beginning of the given string to produce a number.
- parse(String) - Static method in class java.util.Date
-
- parse(String) - Static method in class java.util.Locale.LanguageRange
-
Parses the given ranges to generate a Language Priority List.
- parse(String) - Static method in class java.util.logging.Level
-
Parse a level name string into a Level.
- parse(String) - Static method in class ohos.agp.colors.RgbPalette
-
Converts a character string into the color value it represents.
- parse(String) - Method in class ohos.global.icu.text.DateFormat
-
Parses a date/time string.
- parse(String) - Method in class ohos.global.icu.text.MessageFormat
-
Parses text from the beginning of the given string to produce an object
array.
- parse(String) - Method in class ohos.global.icu.text.MessagePattern
-
Parses a MessageFormat pattern string.
- parse(String) - Method in class ohos.global.icu.text.NumberFormat
-
Parses text from the beginning of the given string to produce a number.
- parse(String) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a TimeZone for the given text.
- parse(String) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- parse(String) - Method in interface ohos.org.xml.sax.XMLReader
-
Parse an XML document from a system identifier (URI).
- parse(String) - Static method in class ohos.utils.net.Uri
-
Creates a Uri object based on the given RFC 2396-compliant string.
- parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
-
Parses a Number from the input text.
- parse(String, ParsePosition) - Method in class java.text.DateFormat
-
Parse a date/time string according to the given parse position.
- parse(String, ParsePosition) - Method in class java.text.DecimalFormat
-
Parses text from a string to produce a Number.
- parse(String, ParsePosition) - Method in class java.text.MessageFormat
-
Parses the string.
- parse(String, ParsePosition) - Method in class java.text.NumberFormat
-
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE,
Long.MAX_VALUE] and with no decimals), otherwise a Double.
- parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
-
Parses text from a string to produce a Date.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.CompactDecimalFormat
-
Parsing is currently unsupported, and throws an UnsupportedOperationException.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.DateFormat
-
Parses a date/time string according to the given parse position.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.DecimalFormat
-
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE,
Long.MAX_VALUE] and with no decimals); otherwise, returns another type,
such as a BigDecimal, BigInteger, or Double.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.MessageFormat
-
Parses the string.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.NumberFormat
-
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE,
Long.MAX_VALUE] and with no decimals); otherwise, returns another type,
such as a BigDecimal, BigInteger, or Double.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.PluralFormat
-
This method is not yet supported by PluralFormat.
- parse(String, ParsePosition) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a TimeZone by parsing the time zone string according to
the given parse position.
- parse(String, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
-
Parses the given ranges to generate a Language Priority
List, and then customizes the list using the given map.
- parse(String, Calendar, ParsePosition) - Method in class ohos.global.icu.text.DateFormat
-
Parses a date/time string according to the given parse position.
- parse(String, Calendar, ParsePosition) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Overrides DateFormat
- parse(String, DefaultHandler) - Method in class ohos.javax.xml.parsers.SAXParser
-
Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
DefaultHandler.
- parse(TimeZoneFormat.Style, String, ParsePosition, EnumSet<TimeZoneFormat.ParseOption>, Output<TimeZoneFormat.TimeType>) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a TimeZone by parsing the time zone string according to
the parse position, the style and the parse options.
- parse(TimeZoneFormat.Style, String, ParsePosition, Output<TimeZoneFormat.TimeType>) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns a TimeZone by parsing the time zone string according to
the parse position, the style and the default parse options.
- parse(InputSource) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- parse(InputSource) - Method in interface ohos.org.xml.sax.XMLReader
-
Parse an XML document.
- parse(InputSource, DefaultHandler) - Method in class ohos.javax.xml.parsers.SAXParser
-
- PARSE_ALLOW_NUMERIC - ohos.global.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of numeric data when String data may be assumed.
- PARSE_ALLOW_WHITESPACE - ohos.global.icu.text.DateFormat.BooleanAttribute
-
indicates whitespace tolerance.
- PARSE_MULTIPLE_PATTERNS_FOR_MATCH - ohos.global.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of pattern mismatch between input data and specified format pattern.
- PARSE_PARTIAL_LITERAL_MATCH - ohos.global.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of a partial literal match
e.g. accepting "--mon-02-march-2011" for a pattern of "'--: 'EEE-WW-MMMM-yyyy"
- parseBest(CharSequence, TemporalQuery<?>...) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing an object of one of the specified types.
- parseBoolean(String) - Static method in class java.lang.Boolean
-
Parses the string argument as a boolean.
- parseByte(String) - Static method in class java.lang.Byte
-
Parses the string argument as a signed decimal
byte.
- parseByte(String, int) - Static method in class java.lang.Byte
-
Parses the string argument as a signed byte in the
radix specified by the second argument.
- PARSEC - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: parsec
- parseCaseInsensitive() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be case insensitive for the remainder of the formatter.
- parseCaseSensitive() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be case sensitive for the remainder of the formatter.
- parseChoiceStyle(String) - Method in class ohos.global.icu.text.MessagePattern
-
Parses a ChoiceFormat pattern string.
- parseCurrency(CharSequence, ParsePosition) - Method in class ohos.global.icu.text.CompactDecimalFormat
-
Parsing is currently unsupported, and throws an UnsupportedOperationException.
- parseCurrency(CharSequence, ParsePosition) - Method in class ohos.global.icu.text.DecimalFormat
-
Parses text from the given string as a CurrencyAmount.
- parseCurrency(CharSequence, ParsePosition) - Method in class ohos.global.icu.text.NumberFormat
-
Parses text from the given string as a CurrencyAmount.
- parseDefaulting(TemporalField, long) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a default value for a field to the formatter for use in parsing.
- parseDescription(String) - Static method in class ohos.global.icu.text.PluralRules
-
Parses a plural rules description and returns a PluralRules.
- parsedExcessDays() - Static method in class java.time.format.DateTimeFormatter
-
A query that provides access to the excess days that were parsed.
- parseDimension(String) - Static method in class ohos.utils.Dimension
-
Creates a Dimension object based on a given string.
- parsedLeapSecond() - Static method in class java.time.format.DateTimeFormatter
-
A query that provides access to whether a leap-second was parsed.
- parseDouble(String) - Static method in class java.lang.Double
-
Returns a new double initialized to the value
represented by the specified String, as performed
by the valueOf method of class
Double.
- ParseException - Exception in java.text
-
Signals that an error has been reached unexpectedly
while parsing.
- ParseException(String, int) - Constructor for exception java.text.ParseException
-
Constructs a ParseException with the specified detail message and
offset.
- parseFloat(String) - Static method in class java.lang.Float
-
Returns a new float initialized to the value
represented by the specified String, as performed
by the valueOf method of class Float.
- parseFloatDimension(String) - Static method in class ohos.utils.FloatDimension
-
Creates a FloatDimension object based on a given string.
- parseInt(String) - Static method in class java.lang.Integer
-
Parses the string argument as a signed decimal integer.
- parseInt(String, int) - Static method in class java.lang.Integer
-
Parses the string argument as a signed integer in the radix
specified by the second argument.
- parseLenient() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be lenient for the remainder of the formatter.
- parseLong(String) - Static method in class java.lang.Long
-
Parses the string argument as a signed decimal long.
- parseLong(String, int) - Static method in class java.lang.Long
-
Parses the string argument as a signed long in the
radix specified by the second argument.
- parseNumbers() - Method in class java.io.StreamTokenizer
-
Specifies that numbers should be parsed by this tokenizer.
- parseObject(String) - Method in class java.text.Format
-
Parses text from the beginning of the given string to produce an object.
- parseObject(String, ParsePosition) - Method in class java.text.DateFormat
-
Parses text from a string to produce a Date.
- parseObject(String, ParsePosition) - Method in class java.text.Format
-
Parses text from a string to produce an object.
- parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
-
Parses text from a string to produce an object array.
- parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
-
Parses text from a string to produce a Number.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.DateFormat
-
Parses a date/time string into an Object.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.DateIntervalFormat
-
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.MeasureFormat
-
Parses text from a string to produce a Measure.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.MessageFormat
-
Parses text from a string to produce an object array or Map.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.NumberFormat
-
Parses text from a string to produce a number.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.PluralFormat
-
This method is not yet supported by PluralFormat.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.SelectFormat
-
This method is not supported by SelectFormat.
- parseObject(String, ParsePosition) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Parses text from a string to produce an object.
- parseOffsetISO8601(String, ParsePosition) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given ISO 8601
basic or extended time zone string.
- parseOffsetLocalizedGMT(String, ParsePosition) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given localized GMT
offset format string.
- parseOffsetShortLocalizedGMT(String, ParsePosition) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given short localized GMT
offset format string.
- parseParamPair(String, String) - Method in class ohos.utils.net.UrlQueryFilter
-
Parses an escaped query parameter pair.
- parsePluralStyle(String) - Method in class ohos.global.icu.text.MessagePattern
-
Parses a PluralFormat pattern string.
- ParsePosition - Class in java.text
-
ParsePosition is a simple class used by Format
and its subclasses to keep track of the current position during parsing.
- ParsePosition(int) - Constructor for class java.text.ParsePosition
-
Create a new ParsePosition with the given initial index.
- parsePredictionArgsReference(DataAbilityResult[], DataAbilityOperation, int) - Method in class ohos.aafwk.ability.Ability
-
Obtains the
DataAbilityPredicates object by parsing the database
operation results based on the specified operation.
- Parser - Interface in ohos.org.xml.sax
-
- ParserConfigurationException - Exception in ohos.javax.xml.parsers
-
Indicates a serious configuration error.
- ParserConfigurationException() - Constructor for exception ohos.javax.xml.parsers.ParserConfigurationException
-
Create a new ParserConfigurationException with no
detail mesage.
- ParserConfigurationException(String) - Constructor for exception ohos.javax.xml.parsers.ParserConfigurationException
-
Create a new ParserConfigurationException with
the String specified as an error message.
- parseReference(String, ParsePosition, int) - Method in interface ohos.global.icu.text.SymbolTable
-
Parse a symbol reference name from the given string, starting
at the given position.
- parseSelectStyle(String) - Method in class ohos.global.icu.text.MessagePattern
-
Parses a SelectFormat pattern string.
- parseSensorCategory(int) - Static method in class ohos.sensor.common.SensorUtils
-
Parses the category of a sensor based on the sensor ID.
- parseSensorIndex(int) - Static method in class ohos.sensor.common.SensorUtils
-
Parses the index of a sensor based on the sensor ID.
- parseSensorType(int) - Static method in class ohos.sensor.common.SensorUtils
-
Parses the type of a sensor based on the sensor ID.
- parseServerAuthority() - Method in class java.net.URI
-
Attempts to parse this URI's authority component, if defined, into
user-information, host, and port components.
- parseShort(String) - Static method in class java.lang.Short
-
Parses the string argument as a signed decimal
short.
- parseShort(String, int) - Static method in class java.lang.Short
-
Parses the string argument as a signed short in the
radix specified by the second argument.
- parseStrict() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be strict for the remainder of the formatter.
- parseToMap(String) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Parses text from the beginning of the given string to produce a map from
argument to values.
- parseToMap(String, ParsePosition) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Parses the string, returning the results in a Map.
- parseUnresolved(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
-
Parses the text using this formatter, without resolving the result, intended
for advanced use cases.
- parseUnsignedInt(String) - Static method in class java.lang.Integer
-
Parses the string argument as an unsigned decimal integer.
- parseUnsignedInt(String, int) - Static method in class java.lang.Integer
-
Parses the string argument as an unsigned integer in the radix
specified by the second argument.
- parseUnsignedLong(String) - Static method in class java.lang.Long
-
Parses the string argument as an unsigned decimal long.
- parseUnsignedLong(String, int) - Static method in class java.lang.Long
-
Parses the string argument as an unsigned long in the
radix specified by the second argument.
- parseUri(String) - Static method in class ohos.aafwk.content.Intent
-
Creates an Intent instance by using a given Uniform Resource Identifier (URI).
- parseUrl(String) - Method in class ohos.utils.net.UrlQueryFilter
-
Parses a specified URL.
- parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
-
Parses the string representation of a URL into a
URL object.
- parseUrlQuery(String) - Method in class ohos.utils.net.UrlQueryFilter
-
Parses the specified query string of a URL.
- parseValuesBucketReference(DataAbilityResult[], DataAbilityOperation, int) - Method in class ohos.aafwk.ability.Ability
-
Obtains the
ValuesBucket object by parsing the database operation results
based on the specified operation.
- PART_PER_MILLION - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of concentr: permillion
- PARTIAL_RESULT_COUNT - Static variable in class ohos.media.camera.params.PropertyKey
-
Indicates the number of times a frame capture result is returned.
- PARTICIPANT_EMAIL - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the email address of the participant.
- PARTICIPANT_NAME - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the participant name.
- PARTICIPANT_ROLE_TYPE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the role of the participant.
- PARTICIPANT_STATUS - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the status of the participant.
- PARTICIPANT_STATUS_ACCEPTED - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the accepted state.
- PARTICIPANT_STATUS_DECLINED - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the rejected state.
- PARTICIPANT_STATUS_INVITED - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the invited state.
- PARTICIPANT_STATUS_NONE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates an unknown state.
- PARTICIPANT_STATUS_TENTATIVE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the tentative state.
- PARTICIPANT_TYPE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the type of the participant.
- Participants - Class in ohos.sysappcomponents.calendar.entity
-
Describes a calendar participant entity, including the column name of the database table.
- Participants() - Constructor for class ohos.sysappcomponents.calendar.entity.Participants
-
- ParticipantsColumns - Interface in ohos.sysappcomponents.calendar.column
-
Provides constants for participants.
- partitioningBy(Predicate<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which partitions the input elements according
to a Predicate, and organizes them into a
Map<Boolean, List<T>>.
- partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which partitions the input elements according
to a Predicate, reduces the values in each partition according to
another Collector, and organizes them into a
Map<Boolean, D> whose values are the result of the downstream
reduction.
- partSubstringMatches(MessagePattern.Part, String) - Method in class ohos.global.icu.text.MessagePattern
-
Compares the part's substring with the input string s.
- PASS - Static variable in interface java.util.jar.Pack200.Packer
-
The string "pass", a possible value for certain properties.
- PASS_FILE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
Indicates that a file should be passed through bytewise, with no
compression.
- PasswordAuthentication - Class in java.net
-
The class PasswordAuthentication is a data holder that is used by
Authenticator.
- PasswordAuthentication(String, char[]) - Constructor for class java.net.PasswordAuthentication
-
Creates a new PasswordAuthentication object from the given
user name and password.
- PasswordCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
PasswordCallback to the handle
method of a CallbackHandler to retrieve password information.
- PasswordCallback(String, boolean) - Constructor for class javax.security.auth.callback.PasswordCallback
-
Construct a PasswordCallback with a prompt
and a boolean specifying whether the password should be displayed
as it is being typed.
- PasswordProtection(char[]) - Constructor for class java.security.KeyStore.PasswordProtection
-
Creates a password parameter.
- PasswordProtection(char[], String, AlgorithmParameterSpec) - Constructor for class java.security.KeyStore.PasswordProtection
-
Creates a password parameter and specifies the protection algorithm
and associated parameters to use when encrypting a keystore entry.
- PasteData - Class in ohos.miscservices.pasteboard
-
Represents pasted data on the pasteboard.
- PasteData() - Constructor for class ohos.miscservices.pasteboard.PasteData
-
A constructor used to create an empty PasteData object.
- PasteData.DataProperty - Class in ohos.miscservices.pasteboard
-
This class defines properties of
PasteData on the system pasteboard, including the timestamp,
MIME types, and additional property data.
- PasteData.Record - Class in ohos.miscservices.pasteboard
-
This class defines single pasted data as Record, which can be plain text, HTML text, URIs, and intents.
- Path - Class in ohos.agp.render
-
Represents a multiple-contoured path as a geometric compound of straight line segments, quadratic curves,
and cubic curves.
- Path - Interface in java.nio.file
-
An object that may be used to locate a file in a file system.
- Path() - Constructor for class ohos.agp.render.Path
-
Default constructor used to create a Path instance.
- Path(Path) - Constructor for class ohos.agp.render.Path
-
A constructor used to create a Path instance with a specified path.
- PATH - Static variable in class ohos.agp.components.element.ShapeElement
-
Indicates that the ShapeElement object is in a shape drawn along a particular path.
- PATH - Static variable in class ohos.data.search.schema.DocumentItem
-
Indicates the index field name of path.
- PATH_INIT - Static variable in class ohos.media.common.StorageProperty
-
Indicates the default path of an output file to be generated.
- PATH_TOO_LONG - java.security.cert.PKIXReason
-
The path length constraint has been violated.
- Path.AddPathMode - Enum in ohos.agp.render
-
Enumerates the modes of adding a path to another path.
- Path.ArcSize - Enum in ohos.agp.render
-
Enumerates the modes of adding an arc.
- Path.Direction - Enum in ohos.agp.render
-
Enumerates drawing directions of a Path object.
- Path.FillType - Enum in ohos.agp.render
-
Enumerates filling types of a Path object.
- PathEffect - Class in ohos.agp.render
-
Represents the path effects for drawing geometric graphics.
- PathEffect(float) - Constructor for class ohos.agp.render.PathEffect
-
A constructor used to create a CornerPathEffect instance.
- PathEffect(float[], float) - Constructor for class ohos.agp.render.PathEffect
-
A constructor used to create a dashed-line effect with the specified intervals and phase.
- PathEffect(float, float) - Constructor for class ohos.agp.render.PathEffect
-
A constructor used to create a DiscretePathEffect instance.
- PathEffect(PathEffect, PathEffect) - Constructor for class ohos.agp.render.PathEffect
-
A constructor used to create a ComposePathEffect instance.
- PathEffect(Path, float, float, PathEffect.Style) - Constructor for class ohos.agp.render.PathEffect
-
A constructor used to create a Path1DPathEffect instance.
- PathEffect.Style - Enum in ohos.agp.render
-
Enumerates the permutation styles of each shape in the path effect.
- PathMatcher - Class in ohos.aafwk.ability
-
Stores and matches database and file paths in an ability using the Data template.
- PathMatcher - Interface in java.nio.file
-
An interface that is implemented by objects that perform match operations on
paths.
- PathMatcher() - Constructor for class ohos.aafwk.ability.PathMatcher
-
- PathMeasure - Class in ohos.agp.render
-
Measures the length of a Path object.
- PathMeasure(Path, boolean) - Constructor for class ohos.agp.render.PathMeasure
-
A constructor used to create a PathMeasure object based on the specified path.
- Paths - Class in java.nio.file
-
This class consists exclusively of static methods that return a
Path
by converting a path string or
URI.
- pathSeparator - Static variable in class java.io.File
-
The system-dependent path-separator character, represented as a string
for convenience.
- pathSeparatorChar - Static variable in class java.io.File
-
The system-dependent path-separator character.
- pattern() - Method in class java.util.regex.Matcher
-
Returns the pattern that is interpreted by this matcher.
- pattern() - Method in class java.util.regex.Pattern
-
Returns the regular expression from which this pattern was compiled.
- Pattern - Class in java.util.regex
-
A compiled representation of a regular expression.
- Pattern - Class in ohos.global.resource.solidxml
-
Provides resource attributes for a specific pattern.
- Pattern() - Constructor for class ohos.global.resource.solidxml.Pattern
-
- PATTERN - ohos.global.resource.ResourceType
-
Indicates the pattern type.
- PATTERN_ATTR - Static variable in class ohos.global.resource.solidxml.TypedAttribute
-
Indicates that the type of the XML attribute value is PATTERN_ATTR.
- PATTERN_BASE_WEIGHT_IS_WILDCARD - ohos.global.icu.text.SearchIterator.ElementComparisonType
-
Collation element comparison is modified to effectively provide behavior
between the specified strength and strength - 1.
- Pattern_button_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_button_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_button_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_checkbox_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_checkbox_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_checkbox_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_data_panel_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_data_panel_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_data_panel_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- PATTERN_DATETIME - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the text box of date and time.
- PATTERN_EMAIL - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the plain text box for email addresses.
- PATTERN_NULL - Static variable in class ohos.agp.components.InputAttribute
-
Indicates that no keyboard type is specified, and in this case,
no keyboard is displayed by default.
- PATTERN_NULL - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates that the text box does not belong to any category.
- PATTERN_NUMBER - Static variable in class ohos.agp.components.InputAttribute
-
Indicates the keyboard type is the PIN pad.
- PATTERN_NUMBER - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the text box of numerics.
- PATTERN_PASSWORD - Static variable in class ohos.agp.components.InputAttribute
-
Indicates the keyboard type is the security keyboard.
- PATTERN_PASSWORD - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the plain text box for passwords.
- PATTERN_PHONE - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the text box of phone numbers.
- Pattern_radio_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_radio_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_radio_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_swiper_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_swiper_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_swiper_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_switch_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_switch_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_switch_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- PATTERN_SYNTAX - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Pattern_Syntax (new in Unicode 4.1).
- PATTERN_TEXT - Static variable in class ohos.agp.components.InputAttribute
-
Indicates the keyboard type is the text keyboard.
- PATTERN_TEXT - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the text box of plain texts.
- Pattern_toggle_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_toggle_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_toggle_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_toolbar_pattern_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_toolbar_pattern_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Pattern_toolbar_pattern_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- PATTERN_URI - Static variable in class ohos.miscservices.inputmethod.EditorAttribute
-
Indicates the plain text box for URIs.
- PATTERN_WHITE_SPACE - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Pattern_White_Space (new in Unicode 4.1).
- patternCharToDateFormatField(char) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Returns a DateFormat.Field constant associated with the specified format pattern
character.
- PatternInfo() - Constructor for class ohos.global.icu.text.DateTimePatternGenerator.PatternInfo
-
Simple constructor, since this is treated like a struct.
- PatternInfo(String, String, boolean) - Constructor for class ohos.global.icu.text.DateIntervalInfo.PatternInfo
-
Constructs a PatternInfo object.
- PatternSyntaxException - Exception in java.util.regex
-
Unchecked exception thrown to indicate a syntax error in a
regular-expression pattern.
- PatternSyntaxException(String, String, int) - Constructor for exception java.util.regex.PatternSyntaxException
-
Constructs a new instance of this class.
- PAU_CIN_HAU - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PAU_CIN_HAU - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PAU_CIN_HAU_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PAUSA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Pausa, the 10th month of the Indian year.
- pause() - Method in class ohos.agp.animation.Animator
-
Pauses an animator.
- pause() - Method in class ohos.agp.render.render3d.RenderLoop
-
Pause rendering.
- pause() - Method in class ohos.media.audio.AudioRenderer
-
Pauses audio stream playback.
- pause() - Method in class ohos.media.audio.SoundPlayer
-
Pauses the playback of a tone.
- pause() - Method in class ohos.media.player.Player
-
Pauses playback.
- pause() - Method in class ohos.media.recorder.Recorder
-
Pauses recording.
- pause() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to pause the current playback.
- pause() - Method in class ohos.miscservices.download.DownloadSession
-
Pauses a download session.
- pause(int) - Method in class ohos.media.audio.SoundPlayer
-
Pauses the playback of a sound based on the task ID.
- PAUSE - ohos.agp.render.render3d.resources.AnimationPlayback.State
-
Indicates that the animation pauses.
- PAUSE - Static variable in class ohos.telephony.TelephoneNumberUtils
-
'p' - Indicates the PAUSE character defined in the ETSI GSM specifications.
- pauseAll() - Method in class ohos.media.audio.SoundPlayer
-
Pauses all ongoing playback tasks.
- PAUSED_QUEUED_FOR_WIFI - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download is paused and waiting for a WLAN connection, because the file size
exceeds the maximum allowed for a session using the cellular network.
- PAUSED_UNKNOWN - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download is paused for some reasons.
- PAUSED_WAITING_FOR_NETWORK - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download is paused due to a network problem, for example, network disconnection.
- PAUSED_WAITING_TO_RETRY - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that a network error occurs, and the download session will be retried.
- PBAP_CLIENT - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is PBAP client profile.
- PBAP_SERVER - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is PBAP server profile.
- PBEKey - Interface in javax.crypto.interfaces
-
The interface to a PBE key.
- PBEKeySpec - Class in javax.crypto.spec
-
A user-chosen password that can be used with password-based encryption
(PBE).
- PBEKeySpec(char[]) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password.
- PBEKeySpec(char[], byte[], int) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password, salt, iteration count for
generating PBEKey of fixed-key-size PBE ciphers.
- PBEKeySpec(char[], byte[], int, int) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password, salt, iteration count, and
to-be-derived key length for generating PBEKey of variable-key-size
PBE ciphers.
- PBEParameterSpec - Class in javax.crypto.spec
-
This class specifies the set of parameters used with password-based
encryption (PBE), as defined in the
PKCS #5
standard.
- PBEParameterSpec(byte[], int) - Constructor for class javax.crypto.spec.PBEParameterSpec
-
Constructs a parameter set for password-based encryption as defined in
the PKCS #5 standard.
- PBEParameterSpec(byte[], int, AlgorithmParameterSpec) - Constructor for class javax.crypto.spec.PBEParameterSpec
-
Constructs a parameter set for password-based encryption as defined in
the PKCS #5 standard.
- PdfDisplay - Class in ohos.agp.render
-
Displays a PDF file imported from the file input stream.
- PdfDisplay(FileInputStream) - Constructor for class ohos.agp.render.PdfDisplay
-
A constructor used to create a PdfDisplay instance.
- PdfDisplay.Page - Class in ohos.agp.render
-
Presents a page of a PDF document.
- PdfGenerator - Class in ohos.agp.render
-
Generates a PDF file based on canvas content.
- PdfGenerator() - Constructor for class ohos.agp.render.PdfGenerator
-
Default constructor used to create a PdfGenerator instance.
- PdfGenerator.PageInfo - Class in ohos.agp.render
-
Describes the metadata of a page in a PDF file.
- PdfGenerator.PageInfo.Builder - Class in ohos.agp.render
-
A static inner class used to create
PageInfo objects.
- PdfGenerator.PdfPage - Class in ohos.agp.render
-
Defines a page in a PDF file.
- PE - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- PEAP - ohos.wifi.WifiSecurity.EapMethod
-
Protected EAP
- peek() - Method in class java.util.ArrayDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque, or returns null if this deque is empty.
- peek() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- peek() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque), or
returns null if this deque is empty.
- peek() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peek() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
- peek() - Method in class java.util.concurrent.DelayQueue
-
Retrieves, but does not remove, the head of this queue, or
returns null if this queue is empty.
- peek() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peek() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- peek() - Method in class java.util.concurrent.LinkedTransferQueue
-
- peek() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- peek() - Method in class java.util.concurrent.SynchronousQueue
-
Always returns null.
- peek() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque), or
returns null if this deque is empty.
- peek() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the head (first element) of this list.
- peek() - Method in class java.util.PriorityQueue
-
- peek() - Method in interface java.util.Queue
-
Retrieves, but does not remove, the head of this queue,
or returns null if this queue is empty.
- peek() - Method in class java.util.Stack
-
Looks at the object at the top of this stack without removing it
from the stack.
- peek() - Method in interface ohos.javax.xml.stream.XMLEventReader
-
Check the next XMLEvent without reading it from the stream.
- peek() - Method in class ohos.utils.zson.ZSONReader
-
Obtains the current JSON data type.
- peek(InetAddress) - Method in class java.net.DatagramSocketImpl
-
Peek at the packet to see who it is from.
- peek(Consumer<? super T>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(IntConsumer) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(LongConsumer) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peekData(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Peek at the packet to see who it is from.
- peekFirst() - Method in class java.util.ArrayDeque
-
- peekFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peekFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peekFirst() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the first element of this deque,
or returns null if this deque is empty.
- peekFirst() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the first element of this list,
or returns null if this list is empty.
- peekLast() - Method in class java.util.ArrayDeque
-
- peekLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peekLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peekLast() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the last element of this deque,
or returns null if this deque is empty.
- peekLast() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the last element of this list,
or returns null if this list is empty.
- peekNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns, but does not unschedule or execute, a task queued by
the current thread but not yet executed, if one is immediately
available.
- peekPacMap() - Method in class ohos.eventhandler.InnerEvent
-
Obtains the
PacMap object contained in this
InnerEvent.
- PEERS_P2P_DISCOVERY_OFF - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi P2P discovery is disabled.
- PEERS_P2P_DISCOVERY_ON - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi P2P discovery is enabled.
- PERCENT - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the percent field.
- PERCENT - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- PERCENT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of concentr: percent
- PERCENTSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify a style of format to display percent.
- performCommonAction(int) - Method in class ohos.accessibility.ability.AccessibleAbility
-
Executes a specified action.
- performLoggerFile(String, String) - Method in class ohos.media.photokit.metadata.AVLoggerConnection
-
Requests to scan a media file based on the path and type of the file.
- performLoggerFile(Context, String[], String[], AVLogCompletedListener) - Static method in class ohos.media.photokit.metadata.AVLoggerConnection
-
Scans multiple media files at a time.
- performScale() - Method in class ohos.agp.components.Component
-
Performs a scale event in a component.
- period(int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a period for this chronology based on years, months and days.
- period(int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains a period for this chronology based on years, months and days.
- Period - Class in java.time
-
A date-based amount of time in the ISO-8601 calendar system,
such as '2 years, 3 months and 4 days'.
- PERIOD_CUSTOM - ohos.vibrator.bean.VibrationPattern.EffectFlagType
-
Indicates the periodic vibration based on the given timing sequence and intensity.
- PERIOD_DEFAULT - ohos.vibrator.bean.VibrationPattern.EffectFlagType
-
Indicates the periodic vibration based on the given timing sequence.
- PERIPHERAL - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for peripherals (including the mouse, joystick, and keyboard).
- PERIPHERAL_COMBO_KEYBOARD_POINTING_DEVICE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Peripheral major class: combo keyboard/pointing device
- PERIPHERAL_KEYBOARD - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Peripheral major class: keyboard
- PERIPHERAL_NON_KEYBOARD_NON_POINTING_DEVICE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Peripheral major class: non-keyboard/non-pointing device
- PERIPHERAL_POINTING_DEVICE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Peripheral major class: pointing device
- Permanent - Annotation Type in ark.annotation
-
Annotates persistent memory objects.
- PERMILLE - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the permille field.
- PERMILLE - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- PERMILLE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of concentr: permille
- Permission - Class in java.security
-
Abstract class for representing access to a system resource.
- Permission - Class in ohos.security.permission
-
Provides methods for permission management, such as granting, revoking, and requesting permissions.
- Permission - Interface in java.security.acl
-
This interface represents a permission, such as that used to grant
a particular type of access to a resource.
- Permission(String) - Constructor for class java.security.Permission
-
Constructs a permission with the specified name.
- PERMISSION - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the application permission control.
- PERMISSION_APPLY_RESTRICTION_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: Permissions are disabled, but may be granted.
- PERMISSION_CONFIDENTIAL - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the confidential permission.
- PERMISSION_DEFAULT - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the default permission.
- PERMISSION_DENIED - ohos.data.distributed.common.KvStoreErrorCode
-
Permission denied
- PERMISSION_DENIED - ohos.data.search.SearchResult
-
Result status returned if the application has no permission to call search service api.
- PERMISSION_DENIED - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that the application does not have a particular permission.
- PERMISSION_DENY - ohos.aafwk.ability.FormException.FormError
-
The application does not have permission to use forms.
- PERMISSION_FLAGS_ALL_MASK - Static variable in class ohos.security.permission.PermissionFlags
-
Indicates the mask of all authority status.
- PERMISSION_GRANTED - ohos.data.search.SearchResult
-
Result status returned if the application has permission to perform an operation.
- PERMISSION_GRANTED - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that the application has been granted a particular permission.
- PERMISSION_GRANTED_BY_DEFAULT_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: This permission is granted by default because it enables out-of-the-box
application functionality and provides a smooth user experience.
- PERMISSION_GRANTED_BY_ROLE_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The application has a role and is granted with permissions.
- PERMISSION_LEVEL - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the permission level.
- PERMISSION_POLICY_FIXED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The permission status is set by the device policy and
cannot be modified by the application or user.
- PERMISSION_PRIVATE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the private permission.
- PERMISSION_PUBLIC - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the public permission.
- PERMISSION_REQUIRE_FORM - Static variable in class ohos.aafwk.ability.AbilityForm
-
Indicates the permission to obtain an AbilityForm.
- PERMISSION_RESTRICTION_ANY_EXEMPT_FLAGS - Static variable in class ohos.security.permission.PermissionFlags
-
Status of a permission that allows exemption from restricted permissions.
- PERMISSION_RESTRICTION_INSTALLER_EXEMPT_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: This permission is restricted, but the application is unrestricted and allows
the full form of the permission to be held, with exemptions documented by the installer.
- PERMISSION_RESTRICTION_SYSTEM_EXEMPT_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: Permissions are restricted but not limited.
- PERMISSION_RESTRICTION_UPGRADE_EXEMPT_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The permission is restricted, but the application is not restricted.
- PERMISSION_REVIEW_REQUIRED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: Permissions must be audited before any application component runs.
- PERMISSION_REVOKE_ON_UPGRADE_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: Permissions are set to be granted,but access to the resources it protects
is otherwise restricted to revoke permissions on legacy applications that do
not support runtime permissions.
- PERMISSION_REVOKE_WHEN_REQUESTED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The permission is not explicitly applied for by the app,
but is automatically added by the system.
- PERMISSION_SYSTEM_FIXED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The permission is set to the current status because the application is a
part of the system.
- PERMISSION_USED_STATS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to query permission access records.
- PERMISSION_USER_FIXED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: The permission is set by the user to the current status and it is fixed.
- PERMISSION_USER_SENSITIVE_WHEN_DENIED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: Permission usage should be highly visible to users when denied.
- PERMISSION_USER_SENSITIVE_WHEN_GRANTED_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: When granting permissions, you should make the user's use highly visible.
- PERMISSION_USER_SET_FLAG - Static variable in class ohos.security.permission.PermissionFlags
-
Permission status: This permission is set by the user and
can still be requested by the application at runtime.
- PERMISSION_USING_REMIND - Static variable in class ohos.security.SystemPermission
-
Allows a system application to register or unregister a listener for permission use
with/from the distributed permission management service.
- Permission.OnRequestPermissionsResult - Interface in ohos.security.permission
-
- PermissionAvailableScope - Enum in ohos.security.permission
-
Defines the application scope of the permission.
- PermissionCollection - Class in java.security
-
Abstract class representing a collection of Permission objects.
- PermissionCollection() - Constructor for class java.security.PermissionCollection
-
- PermissionDef - Class in ohos.security.permission
-
Provides known system security permissions.
- PermissionDef() - Constructor for class ohos.security.permission.PermissionDef
-
A constructor used to create a PermissionDef instance.
- PermissionDef(PermissionDef) - Constructor for class ohos.security.permission.PermissionDef
-
A constructor used to create a PermissionDef instance using an existing
PermissionDef instance.
- PermissionException() - Constructor for exception ohos.agp.window.service.WindowManager.PermissionException
-
A constructor used to create a PermissionException instance without an exception name.
- PermissionException(String) - Constructor for exception ohos.agp.window.service.WindowManager.PermissionException
-
A constructor used to create a PermissionException instance with an exception name.
- permissionFlags - Variable in class ohos.security.permission.PermissionDef
-
The flag indicating whether the permission has been discarded.
- PermissionFlags - Class in ohos.security.permission
-
Defines the set of markup states for permissions.
- PermissionGrantMode - Enum in ohos.security.permission
-
Defines the permission authorization mode.
- PermissionGroupDef - Class in ohos.security.permission
-
Provides known system security permission groups.
- PermissionGroupDef() - Constructor for class ohos.security.permission.PermissionGroupDef
-
A constructor used to create a PermissionGroupDef instance.
- PermissionGroupDef(PermissionGroupDef) - Constructor for class ohos.security.permission.PermissionGroupDef
-
A constructor used to create a PermissionGroupDef instance using an existing
PermissionGroupDef instance.
- PermissionLevel - Annotation Type in ohos.security.permission
-
Indicates the protection level of a permission.
- permissions() - Method in class java.nio.file.attribute.AclEntry
-
Returns a copy of the permissions component.
- permissions() - Method in interface java.nio.file.attribute.PosixFileAttributes
-
Returns the permissions of the file.
- permissions() - Method in interface java.security.acl.AclEntry
-
Returns an enumeration of the permissions in this ACL entry.
- Permissions - Class in java.security
-
This class represents a heterogeneous collection of Permissions.
- Permissions() - Constructor for class java.security.Permissions
-
Creates a new Permissions object containing no PermissionCollections.
- PermissionState - Class in ohos.security.permission
-
Defines a collection used to represent the grant status of permissions.
- permits(Set<CryptoPrimitive>, String, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
-
Determines whether an algorithm is granted permission for the
specified cryptographic primitives.
- permits(Set<CryptoPrimitive>, String, Key, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
-
Determines whether an algorithm and the corresponding key are granted
permission for the specified cryptographic primitives.
- permits(Set<CryptoPrimitive>, Key) - Method in interface java.security.AlgorithmConstraints
-
Determines whether a key is granted permission for the specified
cryptographic primitives.
- permuteArguments(MethodHandle, MethodType, int...) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which adapts the calling sequence of the
given method handle to a new type, by reordering the arguments.
- PERMYRIAD - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of concentr: permyriad
- persist() - Method in class ohos.agp.components.webengine.CookieStore
-
Saves cookies to the device's persistent storage.
- PersistablePacMap - Class in ohos.utils
-
Extends the BasePacMap class and permanently stores data using the JSON string representation.
- PersistablePacMap() - Constructor for class ohos.utils.PersistablePacMap
-
A constructor used to create an empty PersistablePacMap instance.
- PersistablePacMap(int) - Constructor for class ohos.utils.PersistablePacMap
-
A constructor used to create an empty PersistablePacMap instance
that contains capacity key-value pairs.
- PERSPECTIVE - ohos.agp.render.render3d.components.CameraComponent.CameraType
-
Indicates the perspective camera.
- PETABYTE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of digital: petabyte
- PHAGS_PA - java.lang.Character.UnicodeScript
-
Unicode script "Phags_Pa".
- PHAGS_PA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phags-pa" Unicode character block.
- PHAGS_PA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHAGS_PA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PHAGS_PA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHAISTOS_DISC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phaistos Disc" Unicode character block.
- PHAISTOS_DISC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHAISTOS_DISC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHALGUNA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Phalguna, the 12th month of the Indian year.
- PhantomReference<T> - Class in java.lang.ref
-
Phantom reference objects, which are enqueued after the collector
determines that their referents may otherwise be reclaimed.
- PhantomReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.PhantomReference
-
Creates a new phantom reference that refers to the given object and
is registered with the given queue.
- PHASE_CANCEL - Static variable in class ohos.multimodalinput.event.ManipulationEvent
-
Indicates that the action has been canceled.
- PHASE_COMPLETED - Static variable in class ohos.multimodalinput.event.ManipulationEvent
-
Indicates that the action has ended.
- PHASE_MOVE - Static variable in class ohos.multimodalinput.event.ManipulationEvent
-
Indicates that the action is in process.
- PHASE_NONE - Static variable in class ohos.multimodalinput.event.ManipulationEvent
-
Indicates an invalid action.
- PHASE_START - Static variable in class ohos.multimodalinput.event.ManipulationEvent
-
Indicates that the action has started.
- Phaser - Class in java.util.concurrent
-
- Phaser() - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with no initially registered parties, no
parent, and initial phase number 0.
- Phaser(int) - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with the given number of registered
unarrived parties, no parent, and initial phase number 0.
- Phaser(Phaser) - Constructor for class java.util.concurrent.Phaser
-
- Phaser(Phaser, int) - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with the given parent and number of
registered unarrived parties.
- PHOENICIAN - java.lang.Character.UnicodeScript
-
Unicode script "Phoenician".
- PHOENICIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phoenician" Unicode character block.
- PHOENICIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHOENICIAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PHOENICIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHONE - ohos.distributedhardware.devicemanager.DeviceInfo.DeviceType
-
Indicates a smartphone.
- PHONE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for the phone (including the cellular, cordless, pay phone, and modem).
- PHONE - Static variable in class ohos.data.search.schema.ContactItem
-
Indicates the index field name of phone.
- PHONE_CELLULAR - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: cellular
- PHONE_COMMON_ISDN_ACCESS - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: common ISDN access
- PHONE_CORDLESS - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: cordless
- PHONE_MODEM_OR_VOICE_GATEWAY - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: wired modem or voice gateway
- PHONE_SMARTPHONE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: smartphone
- PHONE_UNCATEGORIZED - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Phone major class: uncategorized, for phone not assigned
- PhoneNumber - Class in ohos.sysappcomponents.contact.entity
-
Represents the phone number of a contact.
- PhoneNumber(String, String) - Constructor for class ohos.sysappcomponents.contact.entity.PhoneNumber
-
A constructor used to create a PhoneNumber instance based on a specified phone number
and a custom label name.
- PhoneNumber(Context, String, int) - Constructor for class ohos.sysappcomponents.contact.entity.PhoneNumber
-
A constructor used to create a PhoneNumber instance based on the application context
and a specified phone number and label ID.
- PhoneNumberAttribution - Class in ohos.global.i18n.phonenumbers
-
Provides methods for obtaining the home location of a phone number.
- PhoneNumberAttribution() - Constructor for class ohos.global.i18n.phonenumbers.PhoneNumberAttribution
-
- PhoneNumberFormattingTextObserver - Class in ohos.telephony
-
Provides an observer to listen for phone number changes in the text component.
- PhoneNumberFormattingTextObserver(String) - Constructor for class ohos.telephony.PhoneNumberFormattingTextObserver
-
A constructor used to create a PhoneNumberFormattingTextObserver instance for observing phone
number changes of the text component.
- PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phonetic Extensions" Unicode character block.
- PHONETIC_EXTENSIONS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHONETIC_EXTENSIONS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phonetic Extensions Supplement" Unicode character
block.
- PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHONETIC_EXTENSIONS_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PHONETIC_POLLARD - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PHOTO - ohos.data.search.schema.IndexSchemaType
-
Indicates a photo index schema.
- PHOTO_CATEGORY - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of photoCategory.
- PhotoItem - Class in ohos.data.search.schema
-
Represents the index schema for photo items.
- PhotoItem() - Constructor for class ohos.data.search.schema.PhotoItem
-
A constructor used to create a PhotoItem instance.
- PHOTOMETRIC_INTERPRETATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- PHYSICAL_FLING - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for a fling-based animation.
- PHYSICAL_SPRING - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates the preset curve for a spring-based animation.
- PI - Static variable in class java.lang.Math
-
The double value that is closer than any other to
pi, the ratio of the circumference of a circle to its
diameter.
- PI - Static variable in class java.lang.StrictMath
-
The double value that is closer than any other to
pi, the ratio of the circumference of a circle to its
diameter.
- PI_DISABLE_OUTPUT_ESCAPING - Static variable in interface ohos.javax.xml.transform.Result
-
The name of the processing instruction that is sent if the
result tree disables output escaping.
- PI_ENABLE_OUTPUT_ESCAPING - Static variable in interface ohos.javax.xml.transform.Result
-
The name of the processing instruction that is sent
if the result tree enables output escaping at some point after having
received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
- Picker - Class in ohos.agp.components
-
Provides a number picker that allows number selection from a predefined range.
- Picker(Context) - Constructor for class ohos.agp.components.Picker
-
Default constructor used to create a Picker instance by using the default attribute set and style.
- Picker(Context, AttrSet) - Constructor for class ohos.agp.components.Picker
-
A constructor used to create a Picker instance by using specified attribute set and default
style after the XML file is parsed.
- Picker(Context, AttrSet, String) - Constructor for class ohos.agp.components.Picker
-
A constructor used to create a Picker instance by using specified attribute set and specified
style after the XML file is parsed.
- Picker.ElementFormatter - Interface in ohos.agp.components
-
Formats the left and right compound element objects for every item of
Picker.
- Picker.Formatter - Interface in ohos.agp.components
-
Formats the value of
Picker and converts it into a string.
- Picker.ScrolledListener - Interface in ohos.agp.components
-
Processes scroll events of a
Picker instance.
- Picker.ValueChangedListener - Interface in ohos.agp.components
-
Listens for value change events of a
Picker instance.
- PickFilesParams - Interface in ohos.agp.components.webengine
-
Describes information about the files to be selected.
- PICOMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: picometer
- Picture - Class in ohos.agp.render
-
Records drawing calls and then draw objects by playing the calls back to
Canvas through
Canvas#drawPicture.
- Picture() - Constructor for class ohos.agp.render.Picture
-
A constructor used to create a Picture instance.
- pinField(int) - Method in class ohos.global.icu.util.Calendar
-
Adjust the specified field so that it is within
the allowable range for the date to which this calendar is set.
- PING_TRANSACTION - Static variable in interface ohos.rpc.IRemoteObject
-
Indicates the message code for a Ping operation.
- PINT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: pint
- PINT_METRIC - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: pint-metric
- pinToZTop(boolean) - Method in class ohos.agp.components.surfaceprovider.SurfaceProvider
-
Sets whether to put the Surface of this SurfaceProvider at the top layer of the
AGP container component.
- Pipe - Class in java.nio.channels
-
A pair of channels that implements a unidirectional pipe.
- Pipe() - Constructor for class java.nio.channels.Pipe
-
Initializes a new instance of this class.
- PIPE - java.lang.ProcessBuilder.Redirect.Type
-
- PIPE - Static variable in class java.lang.ProcessBuilder.Redirect
-
Indicates that subprocess I/O will be connected to the
current Java process over a pipe.
- PIPE_SIZE - Static variable in class java.io.PipedInputStream
-
The default size of the pipe's circular input buffer.
- Pipe.SinkChannel - Class in java.nio.channels
-
A channel representing the writable end of a
Pipe.
- Pipe.SourceChannel - Class in java.nio.channels
-
A channel representing the readable end of a
Pipe.
- PipedInputStream - Class in java.io
-
A piped input stream should be connected
to a piped output stream; the piped input
stream then provides whatever data bytes
are written to the piped output stream.
- PipedInputStream() - Constructor for class java.io.PipedInputStream
-
Creates a
PipedInputStream so
that it is not yet
connected.
- PipedInputStream(int) - Constructor for class java.io.PipedInputStream
-
Creates a
PipedInputStream so that it is not yet
connected and
uses the specified pipe size for the pipe's buffer.
- PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
-
Creates a PipedInputStream so
that it is connected to the piped output
stream src.
- PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
-
Creates a PipedInputStream so that it is
connected to the piped output stream
src and uses the specified pipe size for
the pipe's buffer.
- PipedOutputStream - Class in java.io
-
A piped output stream can be connected to a piped input stream
to create a communications pipe.
- PipedOutputStream() - Constructor for class java.io.PipedOutputStream
-
Creates a piped output stream that is not yet connected to a
piped input stream.
- PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
-
Creates a piped output stream connected to the specified piped
input stream.
- PipedReader - Class in java.io
-
Piped character-input streams.
- PipedReader() - Constructor for class java.io.PipedReader
-
Creates a
PipedReader so
that it is not yet
connected.
- PipedReader(int) - Constructor for class java.io.PipedReader
-
Creates a
PipedReader so that it is not yet
connected and uses
the specified pipe size for the pipe's buffer.
- PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
-
Creates a PipedReader so
that it is connected to the piped writer
src.
- PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
-
Creates a PipedReader so that it is connected
to the piped writer src and uses the specified
pipe size for the pipe's buffer.
- PipedWriter - Class in java.io
-
Piped character-output streams.
- PipedWriter() - Constructor for class java.io.PipedWriter
-
Creates a piped writer that is not yet connected to a
piped reader.
- PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
-
Creates a piped writer connected to the specified piped
reader.
- PipeFileWriter<T> - Interface in ohos.aafwk.ability
-
Provides methods that can be called by background threads to write data into a pipe.
- pitch(float) - Method in class ohos.media.audio.AudioRenderer.SpeedPara.Builder
-
Sets the playback pitch of the audio stream.
- PITCH_DEFAULT - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the default pitch.
- PITCH_MAX_VALUE - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the maximum pitch.
- PITCH_MIN_VALUE - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the minimum pitch.
- PIXEL_FORMAT_YCBCR_422_I - ohos.agp.graphics.Surface.PixelFormat
-
Indicates the YUV2 format.
- PIXEL_FORMAT_YCRCB_420_SP - ohos.agp.graphics.Surface.PixelFormat
-
Indicates the NV21 format.
- PIXEL_FORMAT_YV12 - ohos.agp.graphics.Surface.PixelFormat
-
Indicates the YV12 format.
- PIXEL_X_DIMENSION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- PIXEL_Y_DIMENSION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- pixelFormat - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates the pixel format of this window.
- pixelFormat - Variable in class ohos.media.image.common.ImageInfo
-
Indicates a pixel format specified by a
PixelFormat enum.
- pixelFormat - Variable in class ohos.media.image.PixelMap.InitializationOptions
-
Indicates the expected format of the pixel map to be created.
- PixelFormat - Enum in ohos.media.image.common
-
Describes image pixel formats.
- PixelMap - Class in ohos.media.image
-
Provides images in forms of pixel matrices.
- PixelMap(long, long) - Constructor for class ohos.media.image.PixelMap
-
A constructor used to create a
PixelMap instance.
- PIXELMAP_SHADER - ohos.agp.render.Paint.ShaderType
-
Indicates the pixelmap gradient shader.
- PixelMap.InitializationOptions - Class in ohos.media.image
-
Represents pixel map initialization options, including the image size, pixel format, and alpha type.
- PixelMapConfigs - Class in ohos.media.photokit.common
-
Provides the pixel map configs.
- PixelMapConfigs() - Constructor for class ohos.media.photokit.common.PixelMapConfigs
-
A construtor for createing an PixelMapConfigs instance.
- PixelMapDrawInfo - Class in ohos.agp.render
-
- PixelMapDrawInfo(int[], float[], int, int[], int) - Constructor for class ohos.agp.render.PixelMapDrawInfo
-
Parameterized constructor used to create an PixelMapDrawInfo instance.
- PixelMapElement - Class in ohos.agp.components.element
-
Provides an
Element object that wraps a
PixelMap object.
- PixelMapElement(Resource) - Constructor for class ohos.agp.components.element.PixelMapElement
-
A constructor used to create a PixelMapElement instance based on a given image resource and immediately
decode the resource.
- PixelMapElement(Resource, boolean) - Constructor for class ohos.agp.components.element.PixelMapElement
-
A constructor used to create a PixelMapElement based on a given image resource and may decode the
resource immediately, depending on the startDecode parameter.
- PixelMapElement(PixelMap) - Constructor for class ohos.agp.components.element.PixelMapElement
-
A constructor used to create an
Element instance based on
a
PixelMap source.
- PixelMapHolder - Class in ohos.agp.render
-
- PixelMapHolder(PixelMap) - Constructor for class ohos.agp.render.PixelMapHolder
-
Creates a object based on a
PixelMap source.
- PixelMapShader - Class in ohos.agp.render
-
Draws pixelmaps into textures.
- PixelMapShader() - Constructor for class ohos.agp.render.PixelMapShader
-
Default constructor used to create a PixelMapShader instance.
- PixelMapShader(PixelMapHolder, Shader.TileMode, Shader.TileMode) - Constructor for class ohos.agp.render.PixelMapShader
-
A constructor used to create a
PixelMapShader instance based on the specified
PixelMapHolder
and the tile modes in X-axis and Y-axis.
- pixelStride - Variable in class ohos.media.image.Image.Component
-
Indicates the distance in bytes between adjacent pixels in a row.
- PKCS1_ENCRYPTION_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Uses encryption with PKCS1Padding.
- PKCS1_SIGNATURE_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Uses RSA signing with PKCS1 padding.
- PKCS12Attribute - Class in java.security
-
An attribute associated with a PKCS12 keystore entry.
- PKCS12Attribute(byte[]) - Constructor for class java.security.PKCS12Attribute
-
Constructs a PKCS12 attribute from its ASN.1 DER encoding.
- PKCS12Attribute(String, String) - Constructor for class java.security.PKCS12Attribute
-
Constructs a PKCS12 attribute from its name and value.
- PKCS7_ENCRYPTION_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Uses encryption with PKCS7Padding.
- PKCS8EncodedKeySpec - Class in java.security.spec
-
This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type PrivateKeyInfo.
- PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
-
Creates a new PKCS8EncodedKeySpec with the given encoded key.
- PKIXBuilderParameters - Class in java.security.cert
-
Parameters used as input for the PKIX CertPathBuilder
algorithm.
- PKIXBuilderParameters(KeyStore, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
-
Creates an instance of PKIXBuilderParameters that
populates the set of most-trusted CAs from the trusted
certificate entries contained in the specified KeyStore.
- PKIXBuilderParameters(Set<TrustAnchor>, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
-
Creates an instance of PKIXBuilderParameters with
the specified Set of most-trusted CAs.
- PKIXCertPathBuilderResult - Class in java.security.cert
-
This class represents the successful result of the PKIX certification
path builder algorithm.
- PKIXCertPathBuilderResult(CertPath, TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathBuilderResult
-
Creates an instance of PKIXCertPathBuilderResult
containing the specified parameters.
- PKIXCertPathChecker - Class in java.security.cert
-
An abstract class that performs one or more checks on an
X509Certificate.
- PKIXCertPathChecker() - Constructor for class java.security.cert.PKIXCertPathChecker
-
Default constructor.
- PKIXCertPathValidatorResult - Class in java.security.cert
-
This class represents the successful result of the PKIX certification
path validation algorithm.
- PKIXCertPathValidatorResult(TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathValidatorResult
-
Creates an instance of PKIXCertPathValidatorResult
containing the specified parameters.
- PKIXParameters - Class in java.security.cert
-
Parameters used as input for the PKIX CertPathValidator
algorithm.
- PKIXParameters(KeyStore) - Constructor for class java.security.cert.PKIXParameters
-
Creates an instance of PKIXParameters that
populates the set of most-trusted CAs from the trusted
certificate entries contained in the specified KeyStore.
- PKIXParameters(Set<TrustAnchor>) - Constructor for class java.security.cert.PKIXParameters
-
Creates an instance of PKIXParameters with the specified
Set of most-trusted CAs.
- PKIXReason - Enum in java.security.cert
-
The PKIXReason enumerates the potential PKIX-specific reasons
that an X.509 certification path may be invalid according to the PKIX
(RFC 5280) standard.
- PKIXRevocationChecker - Class in java.security.cert
-
A PKIXCertPathChecker for checking the revocation status of
certificates with the PKIX algorithm.
- PKIXRevocationChecker() - Constructor for class java.security.cert.PKIXRevocationChecker
-
Default constructor.
- PKIXRevocationChecker.Option - Enum in java.security.cert
-
Various revocation options that can be specified for the revocation
checking mechanism.
- PLACE - ohos.data.search.schema.IndexSchemaType
-
Indicates a place index schema.
- PLACE_CALL - Static variable in class ohos.security.SystemPermission
-
Allows an application to make regular and emergency calls without starting the dialer.
- PlaceItem - Class in ohos.data.search.schema
-
Represents the index schema for place items.
- PlaceItem() - Constructor for class ohos.data.search.schema.PlaceItem
-
A constructor used to create a PlaceItem instance.
- PLAIN - ohos.global.icu.text.RelativeDateTimeFormatter.Direction
-
Plain, which means the absence of a qualifier
- PLAIN - Static variable in class ohos.global.icu.math.MathContext
-
Plain (fixed point) notation, without any exponent.
- PlainArray<E> - Class in ohos.utils
-
A basic collection class to store the data structures that use the primitive data type int as the key and any
object as the value.
- PlainArray() - Constructor for class ohos.utils.PlainArray
-
A constructor used to create a PlainArray instance with an initial capacity.
- PlainArray(int) - Constructor for class ohos.utils.PlainArray
-
A constructor used to create a PlainArray instance with a custom initial capacity.
- PlainBooleanArray - Class in ohos.utils
-
A basic collection class to store the data structures that use the primitive data type int as the key and
boolean as the value.
- PlainBooleanArray() - Constructor for class ohos.utils.PlainBooleanArray
-
Default constructor used to create a PlainBooleanArray instance.
- PlainBooleanArray(int) - Constructor for class ohos.utils.PlainBooleanArray
-
A constructor used to create a PlainBooleanArray instance with a custom initial capacity.
- PlainIntArray - Class in ohos.utils
-
A basic collection class to store the data structures that use the primitive data type int as the key and
value.
- PlainIntArray() - Constructor for class ohos.utils.PlainIntArray
-
Default constructor used to create a PlainIntArray instance.
- PlainIntArray(int) - Constructor for class ohos.utils.PlainIntArray
-
A constructor used to create a PlainIntArray instance with a custom initial capacity.
- PlainLongArray - Class in ohos.utils
-
A basic collection class to store the data structures that use the primitive data type int as the key and
long as the value.
- PlainLongArray() - Constructor for class ohos.utils.PlainLongArray
-
Default constructor used to create a PlainLongArray instance.
- PlainLongArray(int) - Constructor for class ohos.utils.PlainLongArray
-
A constructor used to create a PlainLongArray instance with a custom initial capacity.
- PLANAR_CONFIGURATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- play() - Method in class ohos.media.audio.SoundPlayer
-
Plays a created tone.
- play() - Method in class ohos.media.player.Player
-
Starts playback.
- play() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to start playback.
- play(int) - Method in class ohos.media.audio.SoundPlayer
-
Plays a sound using the default parameters.
- play(int, SoundPlayer.SoundPlayerParameters) - Method in class ohos.media.audio.SoundPlayer
-
Plays a sound using specified parameters.
- play(ToneDescriptor.ToneType, int) - Method in class ohos.media.audio.SoundPlayer
-
Plays a created tone with toneType and tone duration millisecond.
- PLAY - ohos.agp.render.render3d.resources.AnimationPlayback.State
-
Indicates that the animation is playing.
- PLAY_DELAYED_PRIORITY - Static variable in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Indicates that the task will start only when the task queue is not full.
- PLAY_IMMEDIATELY_PRIORITY - Static variable in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Indicates that the task will start immediately.
- PLAYBACK_ACTION_FAST_FORWARD - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the FAST FORWARD action.
- PLAYBACK_ACTION_PAUSE - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the PAUSE action.
- PLAYBACK_ACTION_PLAY - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the PLAYBACK action.
- PLAYBACK_ACTION_PLAY_FROM_MEDIA_ID - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports starting playback from a specified media ID.
- PLAYBACK_ACTION_PLAY_FROM_SEARCH - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports starting playback from a specified search result.
- PLAYBACK_ACTION_PLAY_FROM_URI - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports starting playback from the media item with a specified URI.
- PLAYBACK_ACTION_PLAY_PAUSE - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports a switchover between the PLAY and PAUSE actions.
- PLAYBACK_ACTION_PREPARE - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the PREPARE action.
- PLAYBACK_ACTION_PREPARE_FROM_MEDIA_ID - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports preparation for playing a specified media ID.
- PLAYBACK_ACTION_PREPARE_FROM_SEARCH - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports preparation for playing a specified search result.
- PLAYBACK_ACTION_PREPARE_FROM_URI - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports preparation for playing the media item with a specified URI.
- PLAYBACK_ACTION_REWIND - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the REWIND action.
- PLAYBACK_ACTION_SEEK_TO - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports moving to a new position in the media stream.
- PLAYBACK_ACTION_SET_RATING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the RATING action.
- PLAYBACK_ACTION_SKIP_TO_NEXT - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the next command.
- PLAYBACK_ACTION_SKIP_TO_PREVIOUS - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the PREVIOUS action.
- PLAYBACK_ACTION_SKIP_TO_QUEUE_ITEM - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports starting playback from a specified media item in the queue.
- PLAYBACK_ACTION_STOP - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that this media session supports the STOP action.
- PLAYBACK_POSITION_ERROR - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates an invalid playback position.
- PLAYBACK_STATE_BUFFERING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the BUFFERING state.
- PLAYBACK_STATE_CONNECTING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates that the client is connecting to the server.
- PLAYBACK_STATE_ERROR - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the ERROR state.
- PLAYBACK_STATE_FAST_FORWARDING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the FAST FORWARDING state.
- PLAYBACK_STATE_NONE - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the default playback state.
- PLAYBACK_STATE_PAUSED - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the PAUSED state.
- PLAYBACK_STATE_PLAYING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the PLAYBACK state.
- PLAYBACK_STATE_REWINDING - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the REWINDING state.
- PLAYBACK_STATE_SKIPPING_TO_NEXT - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the NEXT state.
- PLAYBACK_STATE_SKIPPING_TO_PREVIOUS - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the PREVIOUS state.
- PLAYBACK_STATE_SKIPPING_TO_QUEUE_ITEM - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the state of moving to a specified media item in the queue.
- PLAYBACK_STATE_STOPPED - Static variable in class ohos.media.common.sessioncore.AVPlaybackState
-
Indicates the STOPPED state.
- playByMediaId(String, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to play a media item specified by its ID.
- playBySearch(String, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to play the media item specified by search criteria.
- playByUri(Uri, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to play a media item specified by its URI.
- Player - Class in ohos.media.player
-
Controls audio and video playback.
- Player(Context) - Constructor for class ohos.media.player.Player
-
A constructor used to create a Player instance for local playback.
- PLAYER_ERROR_IO - Static variable in class ohos.media.player.Player
-
Indicates a media file I/O error.
- PLAYER_ERROR_MALFORMED - Static variable in class ohos.media.player.Player
-
Indicates an invalid file format.
- PLAYER_ERROR_SERVER_DIED - Static variable in class ohos.media.player.Player
-
Indicates a media playback service is error.
- PLAYER_ERROR_SYSTEM - Static variable in class ohos.media.player.Player
-
Indicates an unknown system error.
- PLAYER_ERROR_TIMED_OUT - Static variable in class ohos.media.player.Player
-
Indicates playback timeout.
- PLAYER_ERROR_UNKNOWN - Static variable in class ohos.media.player.Player
-
Indicates an unknown playback error.
- PLAYER_ERROR_UNSUPPORTED - Static variable in class ohos.media.player.Player
-
Indicates an unsupported media type.
- PLAYER_INFO_AUDIO_NOT_PLAYING - Static variable in class ohos.media.player.Player
-
Indicates that the audio playback has stopped, but the video is still playing.
- PLAYER_INFO_BAD_INTERLEAVING - Static variable in class ohos.media.player.Player
-
Indicates that media is incorrectly interleaved or not interleaved.
- PLAYER_INFO_BUFFERING_END - Static variable in class ohos.media.player.Player
-
Indicates that the player resumes after the buffer is filled.
- PLAYER_INFO_BUFFERING_START - Static variable in class ohos.media.player.Player
-
Indicates that the player pauses to buffer more data.
- PLAYER_INFO_EXTERNAL_METADATA_UPDATE - Static variable in class ohos.media.player.Player
-
Indicates that a new set of metadata is only externally available.
- PLAYER_INFO_METADATA_UPDATE - Static variable in class ohos.media.player.Player
-
Indicates that a new set of metadata is available.
- PLAYER_INFO_NETWORK_BANDWIDTH - Static variable in class ohos.media.player.Player
-
Indicates that the estimated network bandwidth information is available.
- PLAYER_INFO_NOT_SEEKABLE - Static variable in class ohos.media.player.Player
-
Indicates that the media is not seekable.
- PLAYER_INFO_STARTED_AS_NEXT - Static variable in class ohos.media.player.Player
-
Indicates that the current player has just finished the playback and the next player starts the playback.
- PLAYER_INFO_SUBTITLE_TIMED_OUT - Static variable in class ohos.media.player.Player
-
Indicates that parsing the subtitle track is time-consuming.
- PLAYER_INFO_TIMED_TEXT_ERROR - Static variable in class ohos.media.player.Player
-
Indicates that an error occurs when processing timed text.
- PLAYER_INFO_UNKNOWN - Static variable in class ohos.media.player.Player
-
Indicates an unknown the information type.
- PLAYER_INFO_UNSUPPORTED_SUBTITLE - Static variable in class ohos.media.player.Player
-
Indicates that the media system does not support subtitle tracks.
- PLAYER_INFO_VIDEO_NOT_PLAYING - Static variable in class ohos.media.player.Player
-
Indicates that video playback has stopped, but the audio is still playing.
- PLAYER_INFO_VIDEO_RENDERING_START - Static variable in class ohos.media.player.Player
-
Indicates that the rendering of the first frame in the media file starts.
- PLAYER_INFO_VIDEO_TRACK_LAGGING - Static variable in class ohos.media.player.Player
-
Indicates that video frames cannot be decoded quickly.
- Player.AudioHandler - Enum in ohos.media.player
-
Enumerates handling modes for audio parameters whose values are out of common ranges.
- Player.DeviceInfo - Class in ohos.media.player
-
Provides information about a device that plays an audio or video file.
- Player.IPlayerCallback - Interface in ohos.media.player
-
Provides media player callbacks upon completion of playback, playback position changes, and video size changes.
- Player.MediaTimedMetaData - Class in ohos.media.player
-
Represents media timed metadata.
- Player.MediaTimeInfo - Class in ohos.media.player
-
Represents media time information.
- Player.StreamInfo - Class in ohos.media.player
-
Provides descriptions of the media stream metadata contained in media files.
- playFastForward() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to fast forward the media item.
- PLAYING_CARDS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Playing Cards" Unicode character block.
- PLAYING_CARDS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PLAYING_CARDS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- playMode() - Method in class ohos.media.tubecore.AVTube
-
Obtains the playback mode of this AVTube instance.
- playNext() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to play the next media item.
- playPrevious() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to play the previous media item.
- playSound(SoundPlayer.SoundType) - Method in class ohos.media.audio.SoundPlayer
-
Plays a sound in a special effect.
- playSound(SoundPlayer.SoundType, float) - Method in class ohos.media.audio.SoundPlayer
-
Plays the sound in a special effect at a specified volume.
- PLURAL - ohos.global.icu.text.MessagePattern.ArgType
-
The argument is a cardinal-number PluralFormat with an optional ARG_INT or ARG_DOUBLE offset
(e.g., offset:1)
and one or more (ARG_SELECTOR [explicit-value] message) tuples.
- PLURAL - ohos.global.resource.ResourceType
-
Indicates the plural type.
- PLURAL_LONG_NAME - Static variable in class ohos.global.icu.util.Currency
-
Selector for getName() indicating the plural long name for a
currency, such as "US dollar" for USD in "1 US dollar",
and "US dollars" for USD in "2 US dollars".
- PLURALCURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify currency style of format which uses currency
long name with plural format to represent currency, for example,
"3.00 US Dollars".
- PluralFormat - Class in ohos.global.icu.text
-
PluralFormat supports the creation of internationalized
messages with plural inflection.
- PluralFormat() - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for the default FORMAT locale.
- PluralFormat(String) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given pattern string.
- PluralFormat(Locale) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormat for a given
Locale.
- PluralFormat(Locale, PluralRules) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given set of rules.
- PluralFormat(Locale, PluralRules.PluralType) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new PluralFormat for the plural type.
- PluralFormat(PluralRules) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given set of rules.
- PluralFormat(PluralRules, String) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given set of rules and a
pattern.
- PluralFormat(ULocale) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given locale.
- PluralFormat(ULocale, String) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given pattern string and
locale.
- PluralFormat(ULocale, PluralRules) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given set of rules.
- PluralFormat(ULocale, PluralRules.PluralType) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new PluralFormat for the plural type.
- PluralFormat(ULocale, PluralRules.PluralType, String) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new PluralFormat for a plural type, a
pattern and a locale.
- PluralFormat(ULocale, PluralRules, String) - Constructor for class ohos.global.icu.text.PluralFormat
-
Creates a new cardinal-number PluralFormat for a given set of rules, a
pattern and a locale.
- PluralRules - Class in ohos.global.icu.text
-
Defines rules for mapping non-negative numeric values onto a small set of keywords.
- PluralRules.PluralType - Enum in ohos.global.icu.text
-
Type of plurals and PluralRules.
- plus() - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (+this), and whose
scale is this.scale().
- plus() - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is +this.
- plus(long) - Method in enum java.time.DayOfWeek
-
Returns the day-of-week that is the specified number of days after this one.
- plus(long) - Method in enum java.time.Month
-
Returns the month-of-year that is the specified number of quarters after this one.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with the specified period added.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with the specified period added.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with the specified period added.
- plus(long, TemporalUnit) - Method in class java.time.chrono.HijrahDate
-
- plus(long, TemporalUnit) - Method in class java.time.chrono.JapaneseDate
-
- plus(long, TemporalUnit) - Method in class java.time.chrono.MinguoDate
-
- plus(long, TemporalUnit) - Method in class java.time.chrono.ThaiBuddhistDate
-
- plus(long, TemporalUnit) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(long, TemporalUnit) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount added.
- plus(long, TemporalUnit) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with the specified period added.
- plus(long, TemporalUnit) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (+this),
with rounding according to the context settings.
- plus(Duration) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoPeriod
-
Returns a copy of this period with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.chrono.HijrahDate
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.chrono.JapaneseDate
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.chrono.MinguoDate
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.chrono.ThaiBuddhistDate
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.Period
-
Returns a copy of this period with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with an amount added.
- plus(TemporalAmount) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is +this.
- PLUS - ohos.agp.render.BlendMode
-
Combines the source color with the destination color.
- PLUS - ohos.agp.render.Canvas.PorterDuffMode
-
Combines the source color with the destination color.
- plusDays(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in standard 24 hour days added.
- plusDays(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate with the specified number of days added.
- plusDays(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of days added.
- plusDays(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of days added.
- plusDays(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified days added.
- plusDays(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of days added.
- plusHours(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in hours added.
- plusHours(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of hours added.
- plusHours(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime with the specified number of hours added.
- plusHours(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of hours added.
- plusHours(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime with the specified number of hours added.
- plusHours(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of hours added.
- plusMillis(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in milliseconds added.
- plusMillis(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in milliseconds added.
- plusMinutes(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in minutes added.
- plusMinutes(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of minutes added.
- plusMonths(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate with the specified number of months added.
- plusMonths(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of months added.
- plusMonths(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of months added.
- plusMonths(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified months added.
- plusMonths(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth with the specified number of months added.
- plusMonths(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of months added.
- plusNanos(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of nanoseconds added.
- plusSeconds(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in seconds added.
- plusSeconds(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in seconds added.
- plusSeconds(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of seconds added.
- plusWeeks(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of weeks added.
- plusYears(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate with the specified number of years added.
- plusYears(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the specified number of years added.
- plusYears(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of years added.
- plusYears(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified years added.
- plusYears(long) - Method in class java.time.Year
-
Returns a copy of this Year with the specified number of years added.
- plusYears(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth with the specified number of years added.
- plusYears(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the specified number of years added.
- PM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM field indicating the
period of the day from noon to just before midnight.
- PM - Static variable in class ohos.global.icu.util.Calendar
-
Value of the AM_PM field indicating the
period of the day from noon to just before midnight.
- Point - Class in ohos.agp.utils
-
A utility class that creates instances for recording pixels.
- Point - Class in ohos.utils.geo
-
A utility class that creates instances for recording pixels.
- Point() - Constructor for class ohos.agp.utils.Point
-
A no-argument constructor used to create a Point instance.
- Point() - Constructor for class ohos.utils.geo.Point
-
A no-argument constructor used to create a Point instance.
- Point(float, float) - Constructor for class ohos.agp.utils.Point
-
Constructs a point at a specified location based on the (x,y) coordinates.
- Point(float, float) - Constructor for class ohos.utils.geo.Point
-
Constructs a point at a specified location based on the (x,y) coordinates.
- Point(Point) - Constructor for class ohos.agp.utils.Point
-
Constructs a point at a specified location.
- Point(Point) - Constructor for class ohos.utils.geo.Point
-
Constructs a point at a specified location.
- POINT - ohos.agp.render.render3d.components.LightComponent.LightType
-
Indicates point lights.
- POINT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: point
- POINT_INFINITY - Static variable in class java.security.spec.ECPoint
-
This defines the point at infinity.
- POINT_MOVE - Static variable in class ohos.multimodalinput.event.TouchEvent
-
Indicates that the finger moves on the screen.
- points - Variable in class ohos.agp.render.LinearShader
-
Indicates the coordinates of the start and end points of the shading line.
- Policy - Class in java.security
-
A Policy object is responsible for determining whether code executing
in the Java runtime environment has permission to perform a
security-sensitive operation.
- Policy() - Constructor for class java.security.Policy
-
- Policy.Parameters - Interface in java.security
-
This represents a marker interface for Policy parameters.
- PolicyNode - Interface in java.security.cert
-
An immutable valid policy tree node as defined by the PKIX certification
path validation algorithm.
- PolicyQualifierInfo - Class in java.security.cert
-
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo
structure.
- PolicyQualifierInfo(byte[]) - Constructor for class java.security.cert.PolicyQualifierInfo
-
Creates an instance of PolicyQualifierInfo from the
encoded bytes.
- PolicySpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the Policy class.
- PolicySpi() - Constructor for class java.security.PolicySpi
-
- poll() - Method in class java.lang.ref.ReferenceQueue
-
Polls this queue to see if a reference object is available.
- poll() - Method in interface java.nio.file.WatchService
-
Retrieves and removes the next watch key, or null if none are
present.
- poll() - Method in class java.util.ArrayDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null if this deque is empty.
- poll() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- poll() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null if this deque is empty.
- poll() - Method in interface java.util.concurrent.CompletionService
-
Retrieves and removes the Future representing the next
completed task, or null if none are present.
- poll() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- poll() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
- poll() - Method in class java.util.concurrent.DelayQueue
-
Retrieves and removes the head of this queue, or returns null
if this queue has no elements with an expired delay.
- poll() - Method in class java.util.concurrent.ExecutorCompletionService
-
- poll() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- poll() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- poll() - Method in class java.util.concurrent.LinkedTransferQueue
-
- poll() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- poll() - Method in class java.util.concurrent.SynchronousQueue
-
Retrieves and removes the head of this queue, if another thread
is currently making an element available.
- poll() - Method in interface java.util.Deque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null if this deque is empty.
- poll() - Method in class java.util.LinkedList
-
Retrieves and removes the head (first element) of this list.
- poll() - Method in class java.util.PriorityQueue
-
- poll() - Method in interface java.util.Queue
-
Retrieves and removes the head of this queue,
or returns null if this queue is empty.
- poll(long, TimeUnit) - Method in interface java.nio.file.WatchService
-
Retrieves and removes the next watch key, waiting if necessary up to the
specified wait time if none are yet present.
- poll(long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
-
- poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), waiting up to the
specified wait time if necessary for an element to become available.
- poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
-
Retrieves and removes the head of this queue, waiting up to the
specified wait time if necessary for an element to become available.
- poll(long, TimeUnit) - Method in interface java.util.concurrent.CompletionService
-
Retrieves and removes the Future representing the next
completed task, waiting if necessary up to the specified wait
time if none are yet present.
- poll(long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
-
Retrieves and removes the head of this queue, waiting if necessary
until an element with an expired delay is available on this queue,
or the specified wait time expires.
- poll(long, TimeUnit) - Method in class java.util.concurrent.ExecutorCompletionService
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
-
Retrieves and removes the head of this queue, waiting
if necessary up to the specified wait time, for another thread
to insert it.
- pollEvents() - Method in interface java.nio.file.WatchKey
-
Retrieves and removes all pending events for this watch key, returning
a List of the events that were retrieved.
- pollFirst() - Method in class java.util.ArrayDeque
-
- pollFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- pollFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollFirst() - Method in interface java.util.Deque
-
Retrieves and removes the first element of this deque,
or returns null if this deque is empty.
- pollFirst() - Method in class java.util.LinkedList
-
Retrieves and removes the first element of this list,
or returns null if this list is empty.
- pollFirst() - Method in interface java.util.NavigableSet
-
Retrieves and removes the first (lowest) element,
or returns null if this set is empty.
- pollFirst() - Method in class java.util.TreeSet
-
- pollFirst(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the first element of this deque, waiting
up to the specified wait time if necessary for an element to
become available.
- pollFirst(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes and returns a key-value mapping associated with
the least key in this map, or null if the map is empty.
- pollFirstEntry() - Method in interface java.util.NavigableMap
-
Removes and returns a key-value mapping associated with
the least key in this map, or null if the map is empty.
- pollFirstEntry() - Method in class java.util.TreeMap
-
- pollLast() - Method in class java.util.ArrayDeque
-
- pollLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pollLast() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- pollLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollLast() - Method in interface java.util.Deque
-
Retrieves and removes the last element of this deque,
or returns null if this deque is empty.
- pollLast() - Method in class java.util.LinkedList
-
Retrieves and removes the last element of this list,
or returns null if this list is empty.
- pollLast() - Method in interface java.util.NavigableSet
-
Retrieves and removes the last (highest) element,
or returns null if this set is empty.
- pollLast() - Method in class java.util.TreeSet
-
- pollLast(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the last element of this deque, waiting
up to the specified wait time if necessary for an element to
become available.
- pollLast(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes and returns a key-value mapping associated with
the greatest key in this map, or null if the map is empty.
- pollLastEntry() - Method in interface java.util.NavigableMap
-
Removes and returns a key-value mapping associated with
the greatest key in this map, or null if the map is empty.
- pollLastEntry() - Method in class java.util.TreeMap
-
- pollNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
-
Unschedules and returns, without executing, the next task
queued by the current thread but not yet executed, if the
current thread is operating in a ForkJoinPool.
- pollSubmission() - Method in class java.util.concurrent.ForkJoinPool
-
Removes and returns the next unexecuted submission if one is
available.
- pollTask() - Static method in class java.util.concurrent.ForkJoinTask
-
If the current thread is operating in a ForkJoinPool,
unschedules and returns, without executing, the next task
queued by the current thread but not yet executed, if one is
available, or if not available, a task that was forked by some
other thread, if available.
- PooledConnection - Interface in javax.sql
-
An object that provides hooks for connection pool management.
- pop() - Method in class java.util.ArrayDeque
-
Pops an element from the stack represented by this deque.
- pop() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pop() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pop() - Method in interface java.util.Deque
-
Pops an element from the stack represented by this deque.
- pop() - Method in class java.util.LinkedList
-
Pops an element from the stack represented by this list.
- pop() - Method in class java.util.Stack
-
Removes the object at the top of this stack and returns that
object as the value of this function.
- POP_DIRECTIONAL_FORMAT - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type PDF
- POP_DIRECTIONAL_ISOLATE - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type PDI
- popBack() - Method in class ohos.utils.IntArray
-
Obtains and deletes the last value in the array of the current IntArray object.
- popFromStack() - Method in class ohos.aafwk.ability.fraction.FractionManager
-
Removes the Fraction instance from the stack.
- popFromStack(String, int) - Method in class ohos.aafwk.ability.fraction.FractionManager
-
Removes particular Fraction instances based on the specified tag from the stack.
- PopupDialog - Class in ohos.agp.window.dialog
-
Creates popup dialogs that are used with specific components.
- PopupDialog(Context, Component) - Constructor for class ohos.agp.window.dialog.PopupDialog
-
A constructor used to create a PopupDialog instance with the width and height of
the contentComponent.
- PopupDialog(Context, Component, int, int) - Constructor for class ohos.agp.window.dialog.PopupDialog
-
A constructor used to create a PopupDialog instance with the specified width and height.
- port - Variable in class java.net.SocketImpl
-
The port number on the remote host to which this socket is connected.
- port - Variable in class ohos.agp.window.dialog.DisplayDialog.DialogProvider
-
Indicates the port of the remote screen.
- Portrait - Class in ohos.sysappcomponents.contact.entity
-
Represents the portrait of a contact.
- Portrait() - Constructor for class ohos.sysappcomponents.contact.entity.Portrait
-
- PORTRAIT - ohos.bundle.AbilityInfo.DisplayOrientation
-
Indicates the portrait orientation.
- PORTUGUESE - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that Portuguese text elements will be detected.
- PortUnreachableException - Exception in java.net
-
Signals that an ICMP Port Unreachable message has been
received on a connected datagram.
- PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
-
Construct a new PortUnreachableException with no
detailed message.
- PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
-
Constructs a new PortUnreachableException with a
detail message.
- pos - Variable in class java.io.BufferedInputStream
-
The current position in the buffer.
- pos - Variable in class java.io.ByteArrayInputStream
-
The index of the next character to read from the input stream buffer.
- pos - Variable in class java.io.CharArrayReader
-
The current buffer position.
- pos - Variable in class java.io.PushbackInputStream
-
The position within the pushback buffer from which the next byte will
be read.
- pos - Variable in class java.io.StringBufferInputStream
-
Deprecated.
The index of the next character to read from the input stream buffer.
- pos - Variable in class ohos.data.resultset.AbsResultSet
-
Indicates the result set position.
- position - Variable in class ohos.agp.utils.Point
-
Indicates the position represented by a point.
- position - Variable in class ohos.utils.geo.Point
-
Indicates the position represented by a point.
- position() - Method in class java.nio.Buffer
-
Returns this buffer's position.
- position() - Method in class java.nio.channels.FileChannel
-
Returns this channel's file position.
- position() - Method in class java.nio.channels.FileLock
-
Returns the position within the file of the first byte of the locked
region.
- position() - Method in interface java.nio.channels.SeekableByteChannel
-
Returns this channel's position.
- position(byte[], long) - Method in interface java.sql.Blob
-
Retrieves the byte position at which the specified byte array
pattern begins within the BLOB
value that this Blob object represents.
- position(byte[], long) - Method in class ohos.data.orm.Blob
-
This method is not supported currently.
- position(int) - Method in class java.nio.Buffer
-
Sets this buffer's position.
- position(long) - Method in class java.nio.channels.FileChannel
-
Sets this channel's file position.
- position(long) - Method in interface java.nio.channels.SeekableByteChannel
-
Sets this channel's position.
- position(String, long) - Method in interface java.sql.Clob
-
Retrieves the character position at which the specified substring
searchstr appears in the SQL CLOB value
represented by this Clob object.
- position(String, long) - Method in class ohos.data.orm.Clob
-
Retrieves the character position at which the specified substring
searchstr appears in the SQL CLOB value
represented by this Clob object.
- position(Blob, long) - Method in interface java.sql.Blob
-
Retrieves the byte position in the BLOB value
designated by this Blob object at which
pattern begins.
- position(Blob, long) - Method in class ohos.data.orm.Blob
-
This method is not supported currently.
- position(Clob, long) - Method in interface java.sql.Clob
-
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object.
- position(Clob, long) - Method in class ohos.data.orm.Clob
-
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object.
- Position - Class in ohos.media.image.common
-
Describes location information of image pixels in a two-dimensional coordinate system.
- Position() - Constructor for class ohos.global.icu.text.Transliterator.Position
-
Constructs a Position object with start, limit,
contextStart, and contextLimit all equal to zero.
- Position() - Constructor for class ohos.media.image.common.Position
-
A constructor used to create a
Position instance.
- Position(int, int) - Constructor for class ohos.media.image.common.Position
-
A constructor used to create a
Position instance based on specified abscissa and ordinate values.
- Position(int, int, int) - Constructor for class ohos.global.icu.text.Transliterator.Position
-
Constructs a Position object with the given start,
contextStart, and contextLimit.
- Position(int, int, int, int) - Constructor for class ohos.global.icu.text.Transliterator.Position
-
Constructs a Position object with the given start, limit,
contextStart, and contextLimit.
- Position(Transliterator.Position) - Constructor for class ohos.global.icu.text.Transliterator.Position
-
Constructs a Position object that is a copy of another.
- POSITION_INVALID - Static variable in class ohos.agp.components.PageSliderProvider
-
Indicates that a page is invalid from a container.
- POSITION_REMAIN - Static variable in class ohos.agp.components.PageSliderProvider
-
Indicates that the position of a page remains unchanged in a container.
- POSITION_X_INDEX - Static variable in class ohos.agp.components.Component
-
The X-axis coordinate in the position array.
- POSITION_Y_INDEX - Static variable in class ohos.agp.components.Component
-
The Y-axis coordinate in the position array.
- POSITIONING - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for positioning (location identification).
- PositionLayout - Class in ohos.agp.components
-
Provides a position layout that specifies the positions (X/Y coordinates) of child components in it.
- PositionLayout(Context) - Constructor for class ohos.agp.components.PositionLayout
-
Default constructor used to create a PositionLayout instance by using the default attribute set and
style.
- PositionLayout(Context, AttrSet) - Constructor for class ohos.agp.components.PositionLayout
-
A constructor used to create a PositionLayout instance by using specified attribute set and
default style after the XML file is parsed.
- PositionLayout(Context, AttrSet, String) - Constructor for class ohos.agp.components.PositionLayout
-
A constructor used to create a PositionLayout instance by using specified attribute set and specified
style after the XML file is parsed.
- positions - Variable in class ohos.agp.render.SweepShader
-
- POSITIVE_H - ohos.global.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours field
- POSITIVE_HM - ohos.global.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours and minutes fields
- POSITIVE_HMS - ohos.global.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours, minutes and seconds fields
- POSITIVE_INFINITY - Static variable in class java.lang.Double
-
A constant holding the positive infinity of type
double.
- POSITIVE_INFINITY - Static variable in class java.lang.Float
-
A constant holding the positive infinity of type
float.
- POSIX_ALNUM - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property alnum (a C/POSIX character class).
- POSIX_BLANK - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property blank (a C/POSIX character class).
- POSIX_GRAPH - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property graph (a C/POSIX character class).
- POSIX_PRINT - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property print (a C/POSIX character class).
- POSIX_XDIGIT - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property xdigit (a C/POSIX character class).
- PosixFileAttributes - Interface in java.nio.file.attribute
-
File attributes associated with files on file systems used by operating systems
that implement the Portable Operating System Interface (POSIX) family of
standards.
- PosixFileAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that provides a view of the file attributes commonly
associated with files on file systems used by operating systems that implement
the Portable Operating System Interface (POSIX) family of standards.
- PosixFilePermission - Enum in java.nio.file.attribute
-
- PosixFilePermissions - Class in java.nio.file.attribute
-
This class consists exclusively of static methods that operate on sets of
PosixFilePermission objects.
- post(String, byte[]) - Method in class ohos.agp.components.webengine.WebView
-
Sends a POST request to a specified URL.
- POST - ohos.event.commonevent.CommonEventSubscribeInfo.ThreadMode
-
Indicates the event dispatch thread.
- POSTAL_CODE - Static variable in class ohos.data.search.schema.PlaceItem
-
Indicates the index field name of postalCode.
- PostalAddress - Class in ohos.sysappcomponents.contact.entity
-
Represents the postal address of a contact.
- PostalAddress(String, String) - Constructor for class ohos.sysappcomponents.contact.entity.PostalAddress
-
A constructor used to create a PostalAddress instance based on a specified postal
address and a custom label name.
- PostalAddress(Context, String, int) - Constructor for class ohos.sysappcomponents.contact.entity.PostalAddress
-
A constructor used to create a PostalAddress instance based on the application
context and a specified postal address and label ID.
- postConcat(ColorMatrix) - Method in class ohos.agp.render.ColorMatrix
-
Post-multiplies this ColorMatrix by a specified color matrix, and saves the result to this
ColorMatrix.
- postConcat(Matrix) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix by a specified matrix.
- postConcat(Matrix44) - Method in class ohos.agp.utils.Matrix44
-
Post-multiplies this Matrix44 with a specified matrix
and saves the multiplication result in this Matrix44.
- POSTFIX_NUMERIC - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- postIDiv(int, int) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified scale factors.
- postInRenderThread(Runnable) - Method in interface ohos.agp.render.render3d.Engine
-
Releases the task to run in a rendering thread.
- postLayout() - Method in class ohos.agp.components.Component
-
Requests rearranging the layout of the component.
- postLayout() - Method in interface ohos.agp.components.ComponentParent
-
Requests the parent component to rearrange its layout.
- postRotate(float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified rotation.
- postRotate(float, float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified rotation and the specified position of the perspective
point.
- postScale(float) - Method in class ohos.agp.utils.Matrix44
-
Post-multiplies this Matrix44 with the specified scale.
- postScale(float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified scale.
- postScale(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Post-multiplies this Matrix44 with the specified scale.
- postScale(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified scale and the specified position of the perspective
point.
- postSkew(float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified skew factors.
- postSkew(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix around a specified pivot by the specified skew factors.
- postSyncTask(Runnable) - Method in class ohos.eventhandler.EventHandler
-
Sends a synchronous Runnable task to the event queue.
- postSyncTask(Runnable, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a synchronous Runnable task with a specified priority to the event queue.
- postTask(Runnable) - Method in class ohos.eventhandler.EventHandler
-
Sends a Runnable task to the event queue.
- postTask(Runnable, long) - Method in class ohos.aafwk.ability.Ability
-
Posts a scheduled Runnable task to a new non-UI thread.
- postTask(Runnable, long) - Method in class ohos.aafwk.ability.AbilitySlice
-
Posts a scheduled Runnable task to a new non-UI thread.
- postTask(Runnable, long) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed Runnable task to the event queue.
- postTask(Runnable, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed Runnable task with a specified priority to the event queue.
- postTask(Runnable, Object) - Method in class ohos.eventhandler.EventHandler
-
Sends a Runnable task that carries the specified object to the event queue.
- postTask(Runnable, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a Runnable task with a specified priority to the event queue.
- postTimingTask(Runnable, long) - Method in class ohos.eventhandler.EventHandler
-
- postTimingTask(Runnable, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a scheduled Runnable task with a specified priority to the event queue.
- postTimingTask(Runnable, Object, long) - Method in class ohos.eventhandler.EventHandler
-
Sends a scheduled Runnable task that carries the specified object to the event queue.
- postTranslate(float, float) - Method in class ohos.agp.utils.Matrix
-
Post-multiplies this Matrix with the specified translation.
- postTranslate(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Post-multiplies this Matrix44 with the specified translation.
- postTranslate(float, float, float, float) - Method in class ohos.agp.render.ColorMatrix
-
Sets a ColorMatrix instance to translate according to a specified value.
- POSTURE - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the posture of a font.
- POSTURE_OBLIQUE - Static variable in class java.awt.font.TextAttribute
-
The standard italic posture.
- POSTURE_REGULAR - Static variable in class java.awt.font.TextAttribute
-
The standard posture, upright.
- postVisitDirectory(T, IOException) - Method in interface java.nio.file.FileVisitor
-
Invoked for a directory after entries in the directory, and all of their
descendants, have been visited.
- postVisitDirectory(T, IOException) - Method in class java.nio.file.SimpleFileVisitor
-
Invoked for a directory after entries in the directory, and all of their
descendants, have been visited.
- posX - Variable in class ohos.media.image.common.Position
-
Indicates the abscissa of a pixel in the coordinate system.
- posY - Variable in class ohos.media.image.common.Position
-
Indicates the ordinate of a pixel in the coordinate system.
- POTENTIAL_ACTION - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of potentialAction.
- POUND - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: pound
- POUND_FOOT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of torque: pound-force-foot
- POUND_FORCE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of force: pound-force
- POUND_PER_SQUARE_INCH - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of pressure: pound-force-per-square-inch
- pow(double, double) - Static method in class java.lang.Math
-
Returns the value of the first argument raised to the power of the
second argument.
- pow(double, double) - Static method in class java.lang.StrictMath
-
Returns the value of the first argument raised to the power of the
second argument.
- pow(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is
(thisn), The power is computed exactly, to
unlimited precision.
- pow(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (thisexponent).
- pow(int, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is
(thisn).
- pow(BigDecimal) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is this**rhs, using fixed point arithmetic.
- pow(BigDecimal, MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is this**rhs.
- POWER_MANAGER - Static variable in class ohos.security.SystemPermission
-
Allows an application to hibernate or wake up the device by calling APIs.
- POWER_MANAGER - Static variable in class ohos.utils.system.SystemCapability.PowerMgr
-
Indicates the power manager, which provides capabilities such as switching the power status, hibernating and
waking up the device, turning on/off the device screen, and managing the running lock.
- POWER_OPTIMIZATION - Static variable in class ohos.security.SystemPermission
-
Allows a system application to set power saving mode, obtain configuration of the power saving mode,
and receive notifications of the configuration changes.
- PowerManager - Class in ohos.powermanager
-
Provides interfaces to manage power.
- PowerManager() - Constructor for class ohos.powermanager.PowerManager
-
- PowerManager.PowerState - Enum in ohos.powermanager
-
Indicates the power status of a device.
- PowerManager.RunningLock - Class in ohos.powermanager
-
Provides a mechanism to prevent the system from hibernating so that the applications can run in the background or when the screen is off.
- PowerManager.RunningLockType - Enum in ohos.powermanager
-
- PowerMgr() - Constructor for class ohos.utils.system.SystemCapability.PowerMgr
-
- PR_SET_DUMPABLE - Static variable in class ohos.system.OsHelperConstants
-
A flag set for a process that determines whether the process performs
core dump when it receives such a default signal.
- PRC - Static variable in class java.util.Locale
-
Useful constant for country.
- PRC - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- preceding(int) - Method in class java.text.BreakIterator
-
Returns the last boundary preceding the specified character offset.
- preceding(int) - Method in class ohos.global.icu.text.BreakIterator
-
Sets the iterator's current iteration position to be the last
boundary position preceding the specified position.
- preceding(int) - Method in class ohos.global.icu.text.SearchIterator
-
Returns the first index less than position at which the string
text matches the search pattern.
- PRECISE - Static variable in class ohos.agp.components.Component.EstimateSpec
-
In this mode, the parent has determined the exact size of the child.
- PRECISE - Static variable in class ohos.agp.components.Component.MeasureSpec
-
Deprecated.
- precision() - Method in class java.math.BigDecimal
-
Returns the precision of this BigDecimal.
- precision() - Static method in class java.time.temporal.TemporalQueries
-
A query for the smallest supported unit.
- preConcat(Matrix) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix by a specified matrix.
- preConcat(Matrix44) - Method in class ohos.agp.utils.Matrix44
-
Pre-multiplies this Matrix44 with a specified matrix
and saves the multiplication result in this Matrix44.
- Predicate<T> - Interface in java.util.function
-
Represents a predicate (boolean-valued function) of one argument.
- PREFER_CRLS - java.security.cert.PKIXRevocationChecker.Option
-
Prefer CRLs to OSCP.
- preferenceChange(PreferenceChangeEvent) - Method in interface java.util.prefs.PreferenceChangeListener
-
This method gets called when a preference is added, removed or when
its value is changed.
- PreferenceChangeEvent - Class in java.util.prefs
-
An event emitted by a Preferences node to indicate that
a preference has been added, removed or has had its value changed.
- PreferenceChangeEvent(Preferences, String, String) - Constructor for class java.util.prefs.PreferenceChangeEvent
-
Constructs a new PreferenceChangeEvent instance.
- PreferenceChangeListener - Interface in java.util.prefs
-
A listener for receiving preference change events.
- Preferences - Class in java.util.prefs
-
A node in a hierarchical collection of preference data.
- Preferences - Interface in ohos.data.preferences
-
Provides interfaces to obtain and modify preference data.
- Preferences() - Constructor for class java.util.prefs.Preferences
-
Sole constructor.
- Preferences.PreferencesObserver - Interface in ohos.data.preferences
-
Provides an interface to listen for preference data changes.
- PreferencesFactory - Interface in java.util.prefs
-
A factory object that generates Preferences objects.
- PreferencesFileBrokenException - Exception in ohos.data.preferences
-
Represents an exception indicating that a file is damaged.
- PreferencesFileBrokenException(String) - Constructor for exception ohos.data.preferences.PreferencesFileBrokenException
-
A parameterized constructor used to create a PreferencesFileBrokenException instance.
- PreferencesFileReadException - Exception in ohos.data.preferences
-
Represents an exception indicating that the structure of the file content to be read does not
meet the specified requirements.
- PreferencesFileReadException(String) - Constructor for exception ohos.data.preferences.PreferencesFileReadException
-
A parameterized constructor used to create a PreferencesFileReadException instance.
- PreferencesFileWriteException - Exception in ohos.data.preferences
-
Represents an exception indicating that the structure of the content to be written to a file
does not meet the specified requirements.
- PreferencesFileWriteException(String) - Constructor for exception ohos.data.preferences.PreferencesFileWriteException
-
A parameterized constructor used to create a PreferencesFileWriteException instance.
- PREFIX_NUMERIC - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- prefixKey(String) - Method in class ohos.data.distributed.common.Query
-
Creates a query condition with a specified key prefix.
- PREMUL - ohos.media.image.common.AlphaType
-
Indicates that the color channel of each pixel is premultiplied by the alpha channel value.
- PREMUL_ALPHATYPE - ohos.agp.render.Texture.AlphaType
-
Indicates that the component of each pixel is premultiplied by the alpha value.
- prepare() - Method in class ohos.aafwk.ability.delegation.TestRunner
-
Prepares the unit testing environment for running test cases.
- prepare() - Method in interface ohos.ai.cv.common.ICvBase
-
Prepares for loading a model.
- prepare() - Method in class ohos.media.player.Player
-
Prepares the playback environment and buffers media data.
- prepare() - Method in class ohos.media.recorder.Recorder
-
Prepares recording resources.
- prepareCall(String) - Method in interface java.sql.Connection
-
Creates a CallableStatement object for calling
database stored procedures.
- prepareCall(String, int, int) - Method in interface java.sql.Connection
-
Creates a CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
- prepareCall(String, int, int, int) - Method in interface java.sql.Connection
-
Creates a CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
- PreparedStatement - Interface in java.sql
-
An object that represents a precompiled SQL statement.
- prepareGetActual(int, boolean) - Method in class ohos.global.icu.util.Calendar
-
Prepare this calendar for computing the actual minimum or maximum.
- prepareStatement(String) - Method in interface java.sql.Connection
-
Creates a PreparedStatement object for sending
parameterized SQL statements to the database.
- prepareStatement(String, int) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement object that has
the capability to retrieve auto-generated keys.
- prepareStatement(String, int[]) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement object capable
of returning the auto-generated keys designated by the given array.
- prepareStatement(String, int, int) - Method in interface java.sql.Connection
-
Creates a PreparedStatement object that will generate
ResultSet objects with the given type and concurrency.
- prepareStatement(String, int, int, int) - Method in interface java.sql.Connection
-
Creates a PreparedStatement object that will generate
ResultSet objects with the given type, concurrency,
and holdability.
- prepareStatement(String, String[]) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement object capable
of returning the auto-generated keys designated by the given array.
- prepareToPlay() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a playback preparation request.
- prepareToPlayByMediaId(String, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to prepare for playing a media item specified by its ID.
- prepareToPlayBySearch(String, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to prepare for playing a media item specified by search
criteria.
- prepareToPlayByUri(Uri, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to prepare for playing a media item specified by its URI.
- PREPEND - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- PREPENDED_CONCATENATION_MARK - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Prepended_Concatenation_Mark.
- preRotate(float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified rotation.
- preRotate(float, float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified rotation and the specified position of the perspective
point.
- preScale(float) - Method in class ohos.agp.utils.Matrix44
-
Pre-multiplies this Matrix44 with the specified scale.
- preScale(float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified scale.
- preScale(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Pre-multiplies this Matrix44 with the specified scale.
- preScale(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified scale and the specified position of the perspective point.
- present(AbilitySlice, Intent) - Method in class ohos.aafwk.ability.AbilitySlice
-
Presents another ability slice, which can be an ability slice that is not started or an existing ability slice
in the host ability.
- presentForResult(AbilitySlice, Intent, int) - Method in class ohos.aafwk.ability.AbilitySlice
-
- preservesAxisAlignment() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix can map one Rect object to another.
- preservesRightAngles() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix contains only rotation, scale (non-uniform scale allowed), and translation.
- preSkew(float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified skew.
- preSkew(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified skew and the specified position of the perspective point.
- PRESS - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates that a mouse button is pressed.
- prestartAllCoreThreads() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Starts all core threads, causing them to idly wait for work.
- prestartCoreThread() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Starts a core thread, causing it to idly wait for work.
- preTranslate(float, float) - Method in class ohos.agp.utils.Matrix
-
Pre-multiplies this Matrix with the specified translation.
- preTranslate(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Pre-multiplies this Matrix44 with the specified translation.
- PREVENT_IMMEDIATE_LAUNCH - Static variable in class ohos.security.SystemPermission
-
Allows an application to prevent immediate switches between other applications.
- previous() - Method in interface java.sql.ResultSet
-
Moves the cursor to the previous row in this
ResultSet object.
- previous() - Method in class java.text.BreakIterator
-
Returns the boundary preceding the current boundary.
- previous() - Method in interface java.text.CharacterIterator
-
Decrements the iterator's index by one and returns the character
at the new index.
- previous() - Method in class java.text.CollationElementIterator
-
Get the previous collation element in the string.
- previous() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.previous() for String.
- previous() - Method in interface java.util.ListIterator
-
Returns the previous element in the list and moves the cursor
position backwards.
- previous() - Method in class ohos.global.icu.text.BreakIterator
-
Move the iterator backward one boundary.
- previous() - Method in class ohos.global.icu.text.CollationElementIterator
-
Get the previous collation element in the source string.
- previous() - Method in class ohos.global.icu.text.SearchIterator
-
Returns the index of the previous point at which the string text
matches the search pattern, starting at the current position.
- previous() - Method in class ohos.global.icu.text.UCharacterIterator
-
Decrement to the position of the previous code unit in the text, and return it (pre-decrement semantics).
- previous(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the previous day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted.
- previousClearBit(int) - Method in class java.util.BitSet
-
Returns the index of the nearest bit that is set to false
that occurs on or before the specified starting index.
- previousCodePoint() - Method in class ohos.global.icu.text.UCharacterIterator
-
Retreat to the start of the previous code point in the text, and return it (pre-decrement semantics).
- previousDouble(double) - Static method in class java.text.ChoiceFormat
-
Finds the greatest double less than d.
- previousIndex() - Method in interface java.util.ListIterator
-
- previousOrSame(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the previous-or-same day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted
unless it is already on that day in which case the same object is returned.
- previousSetBit(int) - Method in class java.util.BitSet
-
Returns the index of the nearest bit that is set to true
that occurs on or before the specified starting index.
- previousTransition(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the previous transition before the specified instant.
- preVisitDirectory(T, BasicFileAttributes) - Method in interface java.nio.file.FileVisitor
-
Invoked for a directory before entries in the directory are visited.
- preVisitDirectory(T, BasicFileAttributes) - Method in class java.nio.file.SimpleFileVisitor
-
Invoked for a directory before entries in the directory are visited.
- PRIMARY - Static variable in class java.text.Collator
-
Collator strength value.
- PRIMARY - Static variable in class ohos.global.icu.text.Collator
-
Strongest collator strength value.
- PRIMARY_CHROMATICITIES - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- PRIMARY_POINT_DOWN - Static variable in class ohos.multimodalinput.event.TouchEvent
-
Indicates that the first finger touches the screen.
- PRIMARY_POINT_UP - Static variable in class ohos.multimodalinput.event.TouchEvent
-
Indicates that the last finger lifts up from the screen.
- primaryOrder(int) - Static method in class java.text.CollationElementIterator
-
Return the primary component of a collation element.
- primaryOrder(int) - Static method in class ohos.global.icu.text.CollationElementIterator
-
Return the primary order of the specified collation element,
i.e.
- Primitive() - Constructor for class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
- PrimitiveDesc() - Constructor for class ohos.agp.render.render3d.resources.MeshDesc.PrimitiveDesc
-
- PrimitiveIterator<T,T_CONS> - Interface in java.util
-
A base type for primitive specializations of Iterator.
- PrimitiveIterator.OfDouble - Interface in java.util
-
An Iterator specialized for double values.
- PrimitiveIterator.OfInt - Interface in java.util
-
An Iterator specialized for int values.
- PrimitiveIterator.OfLong - Interface in java.util
-
An Iterator specialized for long values.
- principal() - Method in class java.nio.file.attribute.AclEntry
-
Returns the principal component.
- Principal - Interface in java.security
-
This interface represents the abstract notion of a principal, which
can be used to represent any entity, such as an individual, a
corporation, and a login id.
- print(boolean) - Method in class java.io.PrintStream
-
Prints a boolean value.
- print(boolean) - Method in class java.io.PrintWriter
-
Prints a boolean value.
- print(char) - Method in class java.io.PrintStream
-
Prints a character.
- print(char) - Method in class java.io.PrintWriter
-
Prints a character.
- print(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters.
- print(char[]) - Method in class java.io.PrintWriter
-
Prints an array of characters.
- print(double) - Method in class java.io.PrintStream
-
Prints a double-precision floating-point number.
- print(double) - Method in class java.io.PrintWriter
-
Prints a double-precision floating-point number.
- print(float) - Method in class java.io.PrintStream
-
Prints a floating-point number.
- print(float) - Method in class java.io.PrintWriter
-
Prints a floating-point number.
- print(int) - Method in class java.io.PrintStream
-
Prints an integer.
- print(int) - Method in class java.io.PrintWriter
-
Prints an integer.
- print(long) - Method in class java.io.PrintStream
-
Prints a long integer.
- print(long) - Method in class java.io.PrintWriter
-
Prints a long integer.
- print(Object) - Method in class java.io.PrintStream
-
Prints an object.
- print(Object) - Method in class java.io.PrintWriter
-
Prints an object.
- print(String) - Method in class java.io.PrintStream
-
Prints a string.
- print(String) - Method in class java.io.PrintWriter
-
Prints a string.
- print(String) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Prints log information to the unit testing console.
- printDrawnCompleted() - Method in class ohos.app.AbilityContext
-
- printDrawnCompleted() - Method in interface ohos.app.Context
-
Prints out the time required for the system to complete drawing this Page ability.
- printf(String, Object...) - Method in class java.io.Console
-
A convenience method to write a formatted string to this console's
output stream using the specified format string and arguments.
- printf(String, Object...) - Method in class java.io.PrintStream
-
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
- printf(String, Object...) - Method in class java.io.PrintWriter
-
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
- printf(Locale, String, Object...) - Method in class java.io.PrintStream
-
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
- printf(Locale, String, Object...) - Method in class java.io.PrintWriter
-
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
- println() - Method in class java.io.PrintStream
-
Terminates the current line by writing the line separator string.
- println() - Method in class java.io.PrintWriter
-
Terminates the current line by writing the line separator string.
- println(boolean) - Method in class java.io.PrintStream
-
Prints a boolean and then terminate the line.
- println(boolean) - Method in class java.io.PrintWriter
-
Prints a boolean value and then terminates the line.
- println(char) - Method in class java.io.PrintStream
-
Prints a character and then terminate the line.
- println(char) - Method in class java.io.PrintWriter
-
Prints a character and then terminates the line.
- println(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters and then terminate the line.
- println(char[]) - Method in class java.io.PrintWriter
-
Prints an array of characters and then terminates the line.
- println(double) - Method in class java.io.PrintStream
-
Prints a double and then terminate the line.
- println(double) - Method in class java.io.PrintWriter
-
Prints a double-precision floating-point number and then terminates the
line.
- println(float) - Method in class java.io.PrintStream
-
Prints a float and then terminate the line.
- println(float) - Method in class java.io.PrintWriter
-
Prints a floating-point number and then terminates the line.
- println(int) - Method in class java.io.PrintStream
-
Prints an integer and then terminate the line.
- println(int) - Method in class java.io.PrintWriter
-
Prints an integer and then terminates the line.
- println(long) - Method in class java.io.PrintStream
-
Prints a long and then terminate the line.
- println(long) - Method in class java.io.PrintWriter
-
Prints a long integer and then terminates the line.
- println(Object) - Method in class java.io.PrintStream
-
Prints an Object and then terminate the line.
- println(Object) - Method in class java.io.PrintWriter
-
Prints an Object and then terminates the line.
- println(String) - Method in class java.io.PrintStream
-
Prints a String and then terminate the line.
- println(String) - Method in class java.io.PrintWriter
-
Prints a String and then terminates the line.
- println(String) - Static method in class java.sql.DriverManager
-
Prints a message to the current JDBC log stream.
- println(String) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Prints log information to the unit testing console and automatically wraps lines.
- printStackTrace() - Method in class java.lang.Throwable
-
Prints this throwable and its backtrace to the
standard error stream.
- printStackTrace(PrintStream) - Method in class java.lang.Throwable
-
Prints this throwable and its backtrace to the specified print stream.
- printStackTrace(PrintWriter) - Method in class java.lang.Throwable
-
Prints this throwable and its backtrace to the specified
print writer.
- PrintStream - Class in java.io
-
A PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently.
- PrintStream(File) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file.
- PrintStream(File, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file and charset.
- PrintStream(OutputStream) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file name.
- PrintStream(String, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file name and charset.
- PrintWriter - Class in java.io
-
Prints formatted representations of objects to a text-output stream.
- PrintWriter(File) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file.
- PrintWriter(File, String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file and charset.
- PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, from an
existing OutputStream.
- PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter from an existing OutputStream.
- PrintWriter(Writer) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing.
- PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter.
- PrintWriter(String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file name.
- PrintWriter(String, String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file name and charset.
- PRIORITY_ACCURACY - Static variable in class ohos.location.RequestParam
-
Indicates the priority over location accuracy.
- PRIORITY_FAST_FIRST_FIX - Static variable in class ohos.location.RequestParam
-
Indicates the priority over fast location.
- PRIORITY_LOW_POWER - Static variable in class ohos.location.RequestParam
-
Indicates the priority over power efficiency.
- PRIORITY_UNSET - Static variable in class ohos.location.RequestParam
-
Indicates the default location priority policy used when no location priority policy is set.
- PriorityBlockingQueue<E> - Class in java.util.concurrent
-
- PriorityBlockingQueue() - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a
PriorityBlockingQueue with the default
initial capacity (11) that orders its elements according to
their
Comparable.
- PriorityBlockingQueue(int) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a
PriorityBlockingQueue with the specified
initial capacity that orders its elements according to their
Comparable.
- PriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a PriorityBlockingQueue with the specified initial
capacity that orders its elements according to the specified
comparator.
- PriorityBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a PriorityBlockingQueue containing the elements
in the specified collection.
- PriorityQueue<E> - Class in java.util
-
An unbounded priority
Queue based on a priority heap.
- PriorityQueue() - Constructor for class java.util.PriorityQueue
-
Creates a
PriorityQueue with the default initial
capacity (11) that orders its elements according to their
Comparable.
- PriorityQueue(int) - Constructor for class java.util.PriorityQueue
-
Creates a
PriorityQueue with the specified initial
capacity that orders its elements according to their
Comparable.
- PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue with the specified initial capacity
that orders its elements according to the specified comparator.
- PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue containing the elements in the
specified collection.
- PriorityQueue(Comparator<? super E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue with the default initial capacity and
whose elements are ordered according to the specified comparator.
- PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue containing the elements in the
specified priority queue.
- PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue containing the elements in the
specified sorted set.
- PRIVACY_ABILITY - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the privacy ability.
- PRIVATE - java.security.KeyRep.Type
-
Type for private keys.
- PRIVATE - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
private access,
which may contribute to the result of
lookupModes.
- PRIVATE - Static variable in class java.lang.reflect.Modifier
-
The int value representing the private
modifier.
- PRIVATE - Static variable in class java.nio.channels.FileChannel.MapMode
-
Mode for a private (copy-on-write) mapping.
- PRIVATE_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "private key".
- PRIVATE_USE - Static variable in class java.lang.Character
-
General category "Co" in the Unicode specification.
- PRIVATE_USE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE_AREA.
- PRIVATE_USE - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Co
- PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Private Use Area" Unicode character block.
- PRIVATE_USE_AREA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE.
- PRIVATE_USE_AREA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE.
- PRIVATE_USE_EXTENSION - Static variable in class java.util.Locale
-
The key for the private use extension ('x').
- PRIVATE_USE_EXTENSION - Static variable in class ohos.global.icu.util.ULocale
-
The key for the private use locale extension ('x').
- PRIVATE_USE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE_AREA.
- PrivateCredentialPermission - Class in javax.security.auth
-
This class is used to protect access to private Credentials
belonging to a particular Subject.
- PrivateCredentialPermission(String, String) - Constructor for class javax.security.auth.PrivateCredentialPermission
-
Creates a new PrivateCredentialPermission
with the specified name.
- PrivateKey - Interface in java.security
-
A private key.
- PrivateKeyEntry(PrivateKey, Certificate[]) - Constructor for class java.security.KeyStore.PrivateKeyEntry
-
Constructs a PrivateKeyEntry with a
PrivateKey and corresponding certificate chain.
- PrivateKeyEntry(PrivateKey, Certificate[], Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.PrivateKeyEntry
-
Constructs a PrivateKeyEntry with a PrivateKey and
corresponding certificate chain and associated entry attributes.
- PRIVILEGE_WITHDRAWN - java.security.cert.CRLReason
-
This reason indicates that the privileges granted to the subject of
the certificate have been withdrawn.
- PRIVILEGED - ohos.security.permission.PermissionAvailableScope
-
Indicates that the permission is valid only for privileged applications.
- PRIVILEGED - Static variable in class ohos.security.permission.PermissionDef
-
- PrivilegedAction<T> - Interface in java.security
-
A computation to be performed with privileges enabled.
- PrivilegedActionException - Exception in java.security
-
This exception is thrown by
doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception.
- PrivilegedActionException(Exception) - Constructor for exception java.security.PrivilegedActionException
-
Constructs a new PrivilegedActionException "wrapping"
the specific Exception.
- privilegedCallable(Callable<T>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that will, when called,
execute the given
callable under the current access
control context.
- privilegedCallableUsingCurrentClassLoader(Callable<T>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable object that will, when called,
execute the given
callable under the current access
control context, with the current context class loader as the
context class loader.
- PrivilegedExceptionAction<T> - Interface in java.security
-
A computation to be performed with privileges enabled, that throws one or
more checked exceptions.
- privilegedThreadFactory() - Static method in class java.util.concurrent.Executors
-
Returns a thread factory used to create new threads that
have the same permissions as the current thread.
- PROBABILISTIC_SIGNATURE_PADDING - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Uses RSA signing with PSS padding.
- probablePrime(int, Random) - Static method in class java.math.BigInteger
-
Returns a positive BigInteger that is probably prime, with the
specified bitLength.
- probeContentType(Path) - Static method in class java.nio.file.Files
-
Probes the content type of a file.
- probeContentType(Path) - Method in class java.nio.file.spi.FileTypeDetector
-
Probes the given file to guess its content type.
- procedureColumnIn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores IN parameters.
- procedureColumnInOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores INOUT parameters.
- procedureColumnOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores OUT parameters.
- procedureColumnResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores results.
- procedureColumnReturn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores return values.
- procedureColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that type of the column is unknown.
- procedureNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL values are not allowed.
- procedureNoResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the procedure does not return a result.
- procedureNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL values are allowed.
- procedureNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that whether NULL values are allowed
is unknown.
- procedureResultUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that it is not known whether the procedure returns
a result.
- procedureReturnsResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the procedure returns a result.
- Process - Class in java.lang
-
- Process() - Constructor for class java.lang.Process
-
- PROCESS_MODE - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the running mode of an engine process, either mode-in or mode-out.
- ProcessBuilder - Class in java.lang
-
This class is used to create operating system processes.
- ProcessBuilder(String...) - Constructor for class java.lang.ProcessBuilder
-
Constructs a process builder with the specified operating
system program and arguments.
- ProcessBuilder(List<String>) - Constructor for class java.lang.ProcessBuilder
-
Constructs a process builder with the specified operating
system program and arguments.
- ProcessBuilder.Redirect - Class in java.lang
-
Represents a source of subprocess input or a destination of
subprocess output.
- ProcessBuilder.Redirect.Type - Enum in java.lang
-
- ProcessErrorInfo - Class in ohos.aafwk.ability
-
Process error state info.
- ProcessErrorInfo() - Constructor for class ohos.aafwk.ability.ProcessErrorInfo
-
- processEvent(InnerEvent) - Method in class ohos.eventhandler.EventHandler
-
Called for processing events.
- ProcessInfo - Class in ohos.app
-
Saves process information about an application.
- ProcessInfo() - Constructor for class ohos.app.ProcessInfo
-
Default constructor used to create a
ProcessInfo instance.
- ProcessInfo(String, int) - Constructor for class ohos.app.ProcessInfo
-
A parameterized constructor used to create a
ProcessInfo instance.
- PROCESSING_INSTRUCTION - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is a processing instruction
- processingInstruction(String, String) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- processingInstruction(String, String) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- processingInstruction(String, String) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of a processing instruction.
- ProcessManager - Class in ohos.os
-
Obtains and manages process status.
- ProcessManager() - Constructor for class ohos.os.ProcessManager
-
- processMode - Variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates the process mode of the client application.
- processResourceRequest(WebView, ResourceRequest) - Method in class ohos.agp.components.webengine.WebAgent
-
Called when a resource request is initiated.
- PRODUCER - Static variable in class ohos.aafwk.ability.AbilityForm
-
Creates a
AbilityForm instance from a
Parcel.
- PRODUCER - Static variable in class ohos.aafwk.ability.DataAbilityOperation
-
Creates a
DataAbilityOperation instance from a
Parcel.
- PRODUCER - Static variable in class ohos.aafwk.ability.DataAbilityResult
-
Creates a
DataAbilityResult instance from a
Parcel.
- PRODUCER - Static variable in class ohos.aafwk.ability.Form
-
Creates a
Form object from a
Parcel object.
- PRODUCER - Static variable in class ohos.aafwk.ability.FormBindingData
-
Creates a
FormBindingData object from a
Parcel object.
- PRODUCER - Static variable in class ohos.aafwk.ability.ProcessErrorInfo
-
Creates a
ProcessErrorInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.aafwk.ability.ProviderFormInfo
-
Creates a
ProviderFormInfo object from a
Parcel object.
- PRODUCER - Static variable in class ohos.aafwk.content.Intent
-
Creates a
Intent instance from a
Parcel.
- PRODUCER - Static variable in class ohos.aafwk.content.IntentParams
-
Creates a
IntentParams instance from a
Parcel.
- PRODUCER - Static variable in class ohos.app.GeneralReceiver
-
Creates a
GeneralReceiver instance from a
Parcel.
- PRODUCER - Static variable in class ohos.app.ProcessInfo
-
Creates a
ProcessInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.AbilityInfo
-
Creates a
AbilityInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.ApplicationInfo
-
Creates a
ApplicationInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.BackupBundleInfo
-
Creates a
BackupBundleInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.BundleInfo
-
Creates a
BundleInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.CommonEventInfo
-
Creates a
CommonEventInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.ElementName
-
Creates a
ElementName instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.FormInfo
-
Creates a
FormInfo object from a
Parcel object.
- PRODUCER - Static variable in class ohos.bundle.HapModuleInfo
-
Creates a
HapModuleInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.InstallParam
-
Creates a
InstallParam instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.ShortcutInfo
-
Creates a
ShortcutInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.bundle.ShortcutIntent
-
Creates a
ShortcutIntent instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.commonevent.CommonEventData
-
Creates a
CommonEventData instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.commonevent.CommonEventPublishInfo
-
Creates a
CommonEventPublishInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Creates a
CommonEventSubscribeInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.commonevent.MatchingSkills
-
Creates a
MatchingSkills instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.intentagent.IntentAgent
-
Creates an
IntentAgent instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.MessageUser
-
Creates a
MessageUser instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationActionButton
-
Creates a
NotificationActionButton instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationRequest.NotificationContent
-
Creates a
NotificationContent instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Creates a
ConversationalMessage instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationRequest
-
Creates a
NotificationRequest instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationSlot
-
Creates a
NotificationSlot instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationSlotGroup
-
Creates a
NotificationSlotGroup instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationSorting
-
Creates a
NotificationSorting instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationSortingMap
-
Creates a
NotificationSortingMap instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationSubscribeInfo
-
Creates a
NotificationSubscribeInfo instance from a
Parcel.
- PRODUCER - Static variable in class ohos.event.notification.NotificationUserInput
-
Creates a
NotificationUserInput instance from a
Parcel.
- PRODUCER - Static variable in class ohos.eventhandler.Courier
-
Creates a
Courier instance from a
Parcel.
- PRODUCER - Static variable in class ohos.eventhandler.InnerEvent
-
Creates a
InnerEvent instance from a
Parcel.
- PRODUCER - Static variable in class ohos.interwork.bundle.ElementNameEx
-
Creates a
ElementNameEx instance from a
Parcel.
- PRODUCER - Static variable in class ohos.interwork.event.intentagent.IntentAgentEx
-
Creates an
IntentAgentEx instance from a
Parcel.
- PRODUCER - Static variable in class ohos.interwork.eventhandler.CourierEx
-
Creates a
CourierEx instance from a
Parcel.
- PRODUCER - Static variable in class ohos.media.image.PixelMap
-
- PRODUCER - Static variable in class ohos.miscservices.inputmethod.RichContent
-
Indicates a producer used to get a RichContent object from a Parcel.
- PRODUCER - Static variable in class ohos.storageinfomgr.StorageInfo
-
Default constructor used to create a
StorageInfo object.
- PRODUCER - Static variable in class ohos.utils.geo.Rect
-
Creates a
Rect instance from a
Parcel.
- PRODUCER - Static variable in class ohos.utils.net.Uri
-
Indicates that a
Uri instance is created after unmarshalling of
a
Parcel object.
- PRODUCER - Static variable in class ohos.utils.PacMap
-
Indicates a static public member used to create a PacMap instance.
- PRODUCER - Static variable in class ohos.utils.SequenceUuid
-
- PROFILE_PARAM_CUR_STATE - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates the connection state of a certain profile after the connection state is updated.
- PROFILE_PARAM_PRE_STATE - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates the connection state of a certain profile before the connection state is updated.
- ProfileBase - Interface in ohos.bluetooth
-
Represents a basic Bluetooth profile class and defines public profile status and interfaces.
- ProfileMissingConfigException - Exception in ohos.aafwk.ability
-
Describes the exception thrown when the profile missing a necessary configuration.
- ProfileMissingConfigException(String) - Constructor for exception ohos.aafwk.ability.ProfileMissingConfigException
-
- PROGRESS - Static variable in interface java.util.jar.Pack200.Packer
-
The unpacker's progress as a percentage, as periodically
updated by the unpacker.
- PROGRESS - Static variable in interface java.util.jar.Pack200.Unpacker
-
The unpacker's progress as a percentage, as periodically
updated by the unpacker.
- ProgressBar - Class in ohos.agp.components
-
Provides an element for indicating the progress of an operation on the UI.
- ProgressBar(Context) - Constructor for class ohos.agp.components.ProgressBar
-
Default constructor used to create a
ProgressBar instance by using the default attribute set and style.
- ProgressBar(Context, AttrSet) - Constructor for class ohos.agp.components.ProgressBar
-
A constructor used to create a
ProgressBar instance by using specified attribute set and default
style after the XML file is parsed.
- ProgressBar(Context, AttrSet, String) - Constructor for class ohos.agp.components.ProgressBar
-
A constructor used to create a
ProgressBar instance by using specified attribute set and specified
style after the XML file is parsed.
- ProgressBar.BarObserver - Interface in ohos.agp.components
-
Provides a text observer to listen for changes of progress bars in a component.
- PROHIBITED_ERROR - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- PROLEPTIC_MONTH - java.time.temporal.ChronoField
-
The proleptic-month based, counting months sequentially from year 0.
- prolepticYear(Era, int) - Method in interface java.time.chrono.Chronology
-
Calculates the proleptic-year given the era and year-of-era.
- prolepticYear(Era, int) - Method in class java.time.chrono.HijrahChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.IsoChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.JapaneseChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.MinguoChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- PROP_PROMPT - ohos.media.audio.ToneDescriptor.ToneType
-
Indicates a type of prompt tone: 400Hz + 1200Hz, 200ms ON
- propagateCompletion() - Method in class java.util.concurrent.CountedCompleter
-
- properties() - Method in interface java.util.jar.Pack200.Packer
-
Get the set of this engine's properties.
- properties() - Method in interface java.util.jar.Pack200.Unpacker
-
Get the set of this engine's properties.
- Properties - Class in java.util
-
The Properties class represents a persistent set of
properties.
- Properties() - Constructor for class java.util.Properties
-
Creates an empty property list with no default values.
- Properties(Properties) - Constructor for class java.util.Properties
-
Creates an empty property list with the specified defaults.
- PROPERTY_READ - Static variable in class ohos.bluetooth.ble.GattCharacteristic
-
Indicates that the characteristic is readable.
- PROPERTY_WRITE - Static variable in class ohos.bluetooth.ble.GattCharacteristic
-
Indicates that the characteristic can be written.
- PROPERTY_WRITE_NO_RESPONSE - Static variable in class ohos.bluetooth.ble.GattCharacteristic
-
Indicates that the characteristic can be written with no response.
- propertyChange(PropertyChangeEvent) - Method in interface java.beans.PropertyChangeListener
-
This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeListenerProxy
-
Forwards the property change event to the listener delegate.
- PropertyChangeEvent - Class in java.beans
-
A "PropertyChange" event gets delivered whenever a bean changes a "bound"
or "constrained" property.
- PropertyChangeEvent(Object, String, Object, Object) - Constructor for class java.beans.PropertyChangeEvent
-
Constructs a new PropertyChangeEvent.
- PropertyChangeListener - Interface in java.beans
-
A "PropertyChange" event gets fired whenever a bean changes a "bound"
property.
- PropertyChangeListenerProxy - Class in java.beans
-
A class which extends the EventListenerProxy
specifically for adding a PropertyChangeListener
with a "bound" property.
- PropertyChangeListenerProxy(String, PropertyChangeListener) - Constructor for class java.beans.PropertyChangeListenerProxy
-
Constructor which binds the PropertyChangeListener
to a specific property.
- PropertyChangeSupport - Class in java.beans
-
This is a utility class that can be used by beans that support bound
properties.
- PropertyChangeSupport(Object) - Constructor for class java.beans.PropertyChangeSupport
-
Constructs a PropertyChangeSupport object.
- PropertyFilter - Class in ohos.media.image
-
Provides methods for setting image Exif properties, including adding, deleting, and modifying Exif properties.
- PropertyFilter() - Constructor for class ohos.media.image.PropertyFilter
-
- PropertyKey - Class in ohos.media.camera.params
-
Defines camera property keys.
- PropertyKey - Class in ohos.media.image.common
-
Provides definitions of image property keys.
- PropertyKey.Exif - Class in ohos.media.image.common
-
Provides definitions of image Exif property keys.
- PropertyKey.GIF - Class in ohos.media.image.common
-
Provides definitions of GIF property keys.
- PropertyKey.Key<T> - Class in ohos.media.camera.params
-
Defines the type of camera property keys.
- propertyNames() - Method in class java.util.Properties
-
Returns an enumeration of all the keys in this property list,
including distinct keys in the default property list if a key
of the same name has not already been found from the main
properties list.
- PropertyPermission - Class in java.util
-
This class is for property permissions.
- PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
-
Creates a new PropertyPermission object with the specified name.
- PropertyResourceBundle - Class in java.util
-
PropertyResourceBundle is a concrete subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file.
- PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
-
Creates a property resource bundle from an
InputStream.
- PropertyResourceBundle(Reader) - Constructor for class java.util.PropertyResourceBundle
-
Creates a property resource bundle from a
Reader.
- PROT_EXEC - Static variable in class ohos.utils.Ashmem
-
Indicates that data in the Ashmem object can be executed.
- PROT_NONE - Static variable in class ohos.utils.Ashmem
-
Indicates that data in the Ashmem object cannot be read, written, or executed.
- PROT_READ - Static variable in class ohos.utils.Ashmem
-
Indicates that data in the Ashmem object can be read.
- PROT_WRITE - Static variable in class ohos.utils.Ashmem
-
Indicates that data in the Ashmem object can be written.
- PROTECTED - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
protected access,
which may contribute to the result of
lookupModes.
- PROTECTED - Static variable in class java.lang.reflect.Modifier
-
The int value representing the protected
modifier.
- ProtectionDomain - Class in java.security
-
The ProtectionDomain class encapsulates the characteristics of a domain,
which encloses a set of classes whose instances are granted a set
of permissions when being executed on behalf of a given set of Principals.
- ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
-
Creates a new ProtectionDomain with the given CodeSource and
Permissions.
- ProtectionDomain(CodeSource, PermissionCollection, ClassLoader, Principal[]) - Constructor for class java.security.ProtectionDomain
-
Creates a new ProtectionDomain qualified by the given CodeSource,
Permissions, ClassLoader and array of Principals.
- PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
-
A Stream Protocol Version.
- PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
-
A Stream Protocol Version.
- ProtocolException - Exception in java.net
-
Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
- ProtocolException() - Constructor for exception java.net.ProtocolException
-
Constructs a new ProtocolException with no detail message.
- ProtocolException(String) - Constructor for exception java.net.ProtocolException
-
Constructs a new ProtocolException with the
specified detail message.
- ProtocolFamily - Interface in java.net
-
Represents a family of communication protocols.
- provider() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Returns the provider that created this channel group.
- provider() - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.SelectableChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.Selector
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.spi.AbstractSelector
-
Returns the provider that created this channel.
- provider() - Static method in class java.nio.channels.spi.AsynchronousChannelProvider
-
Returns the system-wide default asynchronous channel provider for this
invocation of the Java virtual machine.
- provider() - Static method in class java.nio.channels.spi.SelectorProvider
-
Returns the system-wide default selector provider for this invocation of
the Java virtual machine.
- provider() - Method in class java.nio.file.FileSystem
-
Returns the provider that created this file system.
- Provider - Class in java.security
-
This class represents a "provider" for the
Java Security API, where a provider implements some or all parts of
Java Security.
- Provider(String, double, String) - Constructor for class java.security.Provider
-
Constructs a provider with the specified name, version number,
and information.
- PROVIDER_DELETE_FAIL - ohos.aafwk.ability.FormException.FormError
-
The Form Manager Service failed to instruct the form provider to delete the form.
- Provider.Service - Class in java.security
-
The description of a security service.
- ProviderException - Exception in java.security
-
A runtime exception for Provider exceptions (such as
misconfiguration errors or unrecoverable internal errors),
which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
- ProviderException() - Constructor for exception java.security.ProviderException
-
Constructs a ProviderException with no detail message.
- ProviderException(String) - Constructor for exception java.security.ProviderException
-
Constructs a ProviderException with the specified detail
message.
- ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException with the specified
detail message and cause.
- ProviderException(Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- ProviderFormInfo - Class in ohos.aafwk.ability
-
Provides methods for the
Form provider to set form information such as the content to be displayed
on the remote form and the trigger events.
- ProviderFormInfo() - Constructor for class ohos.aafwk.ability.ProviderFormInfo
-
A constructor used to create a ProviderFormInfo instance for a JS form.
- ProviderFormInfo(int, Context) - Constructor for class ohos.aafwk.ability.ProviderFormInfo
-
A constructor used to create a ProviderFormInfo instance for a Java form.
- ProviderMismatchException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke a method on an
object created by one file system provider with a parameter created by a
different file system provider.
- ProviderMismatchException() - Constructor for exception java.nio.file.ProviderMismatchException
-
Constructs an instance of this class.
- ProviderMismatchException(String) - Constructor for exception java.nio.file.ProviderMismatchException
-
Constructs an instance of this class.
- ProviderNotFoundException - Exception in java.nio.file
-
Runtime exception thrown when a provider of the required type cannot be found.
- ProviderNotFoundException() - Constructor for exception java.nio.file.ProviderNotFoundException
-
Constructs an instance of this class.
- ProviderNotFoundException(String) - Constructor for exception java.nio.file.ProviderNotFoundException
-
Constructs an instance of this class.
- PROVINCE - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of province.
- PROVINCE - Static variable in class ohos.data.search.schema.PlaceItem
-
Indicates the index field name of province.
- PROXIMITY_SCREEN_CONTROL - ohos.powermanager.PowerManager.RunningLockType
-
Indicates the lock that determines whether to turn on or off the screen based on the proximity sensor.
- Proxy - Class in java.lang.reflect
-
Proxy provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods.
- Proxy - Class in java.net
-
This class represents a proxy setting, typically a type (http, socks) and
a socket address.
- Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
-
Constructs a new Proxy instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.
- Proxy(Proxy.Type, SocketAddress) - Constructor for class java.net.Proxy
-
Creates an entry representing a PROXY connection.
- PROXY - java.net.Authenticator.RequestorType
-
Entity requesting authentication is a HTTP proxy server.
- Proxy.Type - Enum in java.net
-
Represents the proxy type.
- ProxySelector - Class in java.net
-
Selects the proxy server to use, if any, when connecting to the
network resource referenced by a URL.
- ProxySelector() - Constructor for class java.net.ProxySelector
-
- PSALTER_PAHLAVI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PSALTER_PAHLAVI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- PSALTER_PAHLAVI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- PSK - Static variable in class ohos.wifi.WifiSecurity
-
Indicates that the Wi-Fi encryption mode is PSK.
- PSource - Class in javax.crypto.spec
-
This class specifies the source for encoding input P in OAEP Padding,
as defined in the
PKCS#1 v2.2 standard.
- PSource(String) - Constructor for class javax.crypto.spec.PSource
-
Constructs a source of the encoding input P for OAEP
padding as defined in the PKCS #1 standard using the
specified PSource algorithm.
- PSource.PSpecified - Class in javax.crypto.spec
-
This class is used to explicitly specify the value for
encoding input P in OAEP Padding.
- PSpecified(byte[]) - Constructor for class javax.crypto.spec.PSource.PSpecified
-
Constructs the source explicitly with the specified
value p as the encoding input P.
- PSSParameterSpec - Class in java.security.spec
-
This class specifies a parameter spec for RSASSA-PSS signature scheme,
as defined in the
PKCS#1 v2.2 standard.
- PSSParameterSpec(int) - Constructor for class java.security.spec.PSSParameterSpec
-
Creates a new PSSParameterSpec
using the specified salt length and other default values as
defined in PKCS#1.
- PSSParameterSpec(String, String, AlgorithmParameterSpec, int, int) - Constructor for class java.security.spec.PSSParameterSpec
-
Creates a new PSSParameterSpec as defined in
the PKCS #1 standard using the specified message digest,
mask generation function, parameters for mask generation
function, salt length, and trailer field values.
- PUBLIC - java.security.KeyRep.Type
-
Type for public keys.
- PUBLIC - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
public access,
which may contribute to the result of
lookupModes.
- PUBLIC - Static variable in interface java.lang.reflect.Member
-
Identifies the set of all public members of a class or interface,
including inherited members.
- PUBLIC - Static variable in class java.lang.reflect.Modifier
-
The int value representing the public
modifier.
- PUBLIC_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "public key".
- PUBLIC_KEY_ENCRYPTION - java.security.CryptoPrimitive
-
Asymmetric primitive: public key encryption
- PublicKey - Interface in java.security
-
A public key.
- publicLookup() - Static method in class java.lang.invoke.MethodHandles
-
Returns a
Lookup which is trusted minimally.
- publish(LogRecord) - Method in class java.util.logging.ConsoleHandler
-
Publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.FileHandler
-
Format and publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.Handler
-
Publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.MemoryHandler
-
Store a LogRecord in an internal buffer.
- publish(LogRecord) - Method in class java.util.logging.SocketHandler
-
Format and publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.StreamHandler
-
Format and publish a LogRecord.
- publishCommonEvent(CommonEventData) - Static method in class ohos.event.commonevent.CommonEventManager
-
Publishes a standard common event.
- publishCommonEvent(CommonEventData, CommonEventPublishInfo) - Static method in class ohos.event.commonevent.CommonEventManager
-
Publishes an ordered, sticky, or standard common event.
- publishCommonEvent(CommonEventData, CommonEventPublishInfo, CommonEventSubscriber) - Static method in class ohos.event.commonevent.CommonEventManager
-
Publishes an ordered, sticky, or standard common event.
- publishCommonEvent(CommonEventData, CommonEventPublishInfo, ICommonEventSubscriber) - Method in interface ohos.event.commonevent.ICommonEventManager
-
Deprecated.
- Publisher<T> - Class in ohos.agp.database
-
An abstract class used to register and deregister a subscriber.
- Publisher() - Constructor for class ohos.agp.database.Publisher
-
- publishFilterResults(CharSequence, TextFilter.FilterResults) - Method in class ohos.agp.components.TextFilter
-
Releases the filtering results.
- publishNotification(String, NotificationRequest) - Static method in class ohos.event.notification.NotificationHelper
-
Publishes a notification with a specified label.
- publishNotification(NotificationRequest) - Static method in class ohos.event.notification.NotificationHelper
-
Publishes a notification.
- publishNotification(NotificationRequest, String) - Static method in class ohos.event.notification.NotificationHelper
-
Publishes a notification on a specified remote device.
- publishNotificationAsBundle(String, String, NotificationRequest) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- publishNotificationAsBundle(String, NotificationRequest) - Static method in class ohos.event.notification.NotificationHelper
-
Publishes a notification in the name of a specified application bundle.
- PULL_ONLY - ohos.data.distributed.common.SyncMode
-
Indicates that data is only pulled from the remote end.
- PUNCTUATION - Static variable in interface ohos.global.icu.text.Collator.ReorderCodes
-
Characters with the punctuation property.
- PUNYCODE - ohos.global.icu.text.IDNA.Error
-
A label starts with "xn--" but does not contain valid Punycode.
- PURE_KILLER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- purge() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Tries to remove from the work queue all
Future
tasks that have been cancelled.
- purge() - Method in class java.util.Timer
-
Removes all cancelled tasks from this timer's task queue.
- PURPOSE_CAN_DECRYPT - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key is used for decryption.
- PURPOSE_CAN_ENCRYPT - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key is used for encryption.
- PURPOSE_CAN_SIGN - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key is used for signing.
- PURPOSE_CAN_VERIFY - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key is used for signature verification.
- PURPOSE_CAN_WRAP - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates to wrap the key material.
- push() - Method in class java.util.logging.MemoryHandler
-
Push any buffered output to the target Handler.
- push(E) - Method in class java.util.ArrayDeque
-
Pushes an element onto the stack represented by this deque.
- push(E) - Method in interface java.util.concurrent.BlockingDeque
-
Pushes an element onto the stack represented by this deque (in other
words, at the head of this deque) if it is possible to do so
immediately without violating capacity restrictions, throwing an
IllegalStateException if no space is currently available.
- push(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- push(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- push(E) - Method in interface java.util.Deque
-
Pushes an element onto the stack represented by this deque (in other
words, at the head of this deque) if it is possible to do so
immediately without violating capacity restrictions, throwing an
IllegalStateException if no space is currently available.
- push(E) - Method in class java.util.LinkedList
-
Pushes an element onto the stack represented by this list.
- push(E) - Method in class java.util.Stack
-
Pushes an item onto the top of this stack.
- PUSH_ONLY - ohos.data.distributed.common.SyncMode
-
Indicates that data is only pushed from the local end.
- PUSH_PULL - ohos.data.distributed.common.SyncMode
-
Indicates that data is pushed from the local end, and then pulled from the remote end.
- pushBack() - Method in class java.io.StreamTokenizer
-
Causes the next call to the nextToken method of this
tokenizer to return the current value in the ttype
field, and not to modify the value in the nval or
sval field.
- pushBack(int) - Method in class ohos.utils.IntArray
-
Adds a specified value to the end of the array in the current IntArray object.
- PushbackInputStream - Class in java.io
-
A PushbackInputStream adds
functionality to another input stream, namely
the ability to "push back" or "unread"
one byte.
- PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
-
Creates a PushbackInputStream
and saves its argument, the input stream
in, for later use.
- PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
-
Creates a PushbackInputStream
with a pushback buffer of the specified size,
and saves its argument, the input stream
in, for later use.
- PushbackReader - Class in java.io
-
A character-stream reader that allows characters to be pushed back into the
stream.
- PushbackReader(Reader) - Constructor for class java.io.PushbackReader
-
Creates a new pushback reader with a one-character pushback buffer.
- PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
-
Creates a new pushback reader with a pushback buffer of the given size.
- pushIntoStack(String) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Adds this Fraction transaction to the stack and adds a specified name for it.
- pushPage(String, IntentParams) - Method in class ohos.ace.ability.AceAbility
-
Navigates to another page in the application based on the page URL and parameters.
- put(byte) - Method in class java.nio.ByteBuffer
-
Relative put method (optional operation).
- put(byte[]) - Method in class java.nio.ByteBuffer
-
Relative bulk put method (optional operation).
- put(byte[], int, int) - Method in class java.nio.ByteBuffer
-
Relative bulk put method (optional operation).
- put(char) - Method in class java.nio.CharBuffer
-
Relative put method (optional operation).
- put(char[]) - Method in class java.nio.CharBuffer
-
Relative bulk put method (optional operation).
- put(char[], int, int) - Method in class java.nio.CharBuffer
-
Relative bulk put method (optional operation).
- put(double) - Method in class java.nio.DoubleBuffer
-
Relative put method (optional operation).
- put(double[]) - Method in class java.nio.DoubleBuffer
-
Relative bulk put method (optional operation).
- put(double[], int, int) - Method in class java.nio.DoubleBuffer
-
Relative bulk put method (optional operation).
- put(float) - Method in class java.nio.FloatBuffer
-
Relative put method (optional operation).
- put(float[]) - Method in class java.nio.FloatBuffer
-
Relative bulk put method (optional operation).
- put(float[], int, int) - Method in class java.nio.FloatBuffer
-
Relative bulk put method (optional operation).
- put(int) - Method in class java.nio.IntBuffer
-
Relative put method (optional operation).
- put(int[]) - Method in class java.nio.IntBuffer
-
Relative bulk put method (optional operation).
- put(int[], int, int) - Method in class java.nio.IntBuffer
-
Relative bulk put method (optional operation).
- put(int, boolean) - Method in class ohos.utils.PlainBooleanArray
-
Adds a key-value pair to PlainBooleanArray.
- put(int, byte) - Method in class java.nio.ByteBuffer
-
Absolute put method (optional operation).
- put(int, char) - Method in class java.nio.CharBuffer
-
Absolute put method (optional operation).
- put(int, double) - Method in class java.nio.DoubleBuffer
-
Absolute put method (optional operation).
- put(int, float) - Method in class java.nio.FloatBuffer
-
Absolute put method (optional operation).
- put(int, int) - Method in class java.nio.IntBuffer
-
Absolute put method (optional operation).
- put(int, int) - Method in class ohos.utils.PlainIntArray
-
Adds a key-value pair to PlainIntArray.
- put(int, long) - Method in class java.nio.LongBuffer
-
Absolute put method (optional operation).
- put(int, long) - Method in class ohos.utils.PlainLongArray
-
Adds a key-value pair to PlainLongArray.
- put(int, short) - Method in class java.nio.ShortBuffer
-
Absolute put method (optional operation).
- put(int, E) - Method in class ohos.utils.PlainArray
-
Adds a key-value pair to PlainArray.
- put(long) - Method in class java.nio.LongBuffer
-
Relative put method (optional operation).
- put(long[]) - Method in class java.nio.LongBuffer
-
Relative bulk put method (optional operation).
- put(long[], int, int) - Method in class java.nio.LongBuffer
-
Relative bulk put method (optional operation).
- put(long, E) - Method in class ohos.utils.LongPlainArray
-
Adds a key-value pair to LongPlainArray.
- put(short) - Method in class java.nio.ShortBuffer
-
Relative put method (optional operation).
- put(short[]) - Method in class java.nio.ShortBuffer
-
Relative bulk put method (optional operation).
- put(short[], int, int) - Method in class java.nio.ShortBuffer
-
Relative bulk put method (optional operation).
- put(E) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting
for space to become available if the queue is full.
- put(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque), waiting if necessary for
space to become available.
- put(E) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue, waiting if necessary
for space to become available.
- put(E) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- put(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- put(E) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting if
necessary for space to become available.
- put(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- put(E) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- put(E) - Method in class java.util.concurrent.SynchronousQueue
-
Adds the specified element to this queue, waiting if necessary for
another thread to receive it.
- put(Object, Object) - Method in class java.security.Provider
-
Sets the key property to have the specified
value.
- put(Object, Object) - Method in class java.util.jar.Attributes
-
Associates the specified value with the specified attribute name
(key) in this Map.
- put(String) - Method in class java.nio.CharBuffer
-
Relative bulk put method (optional operation).
- put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named boolean field into the persistent field.
- put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named byte field into the persistent field.
- put(String, char) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named char field into the persistent field.
- put(String, double) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named double field into the persistent field.
- put(String, float) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named float field into the persistent field.
- put(String, int) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named int field into the persistent field.
- put(String, int, int) - Method in class java.nio.CharBuffer
-
Relative bulk put method (optional operation).
- put(String, long) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named long field into the persistent field.
- put(String, short) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named short field into the persistent field.
- put(String, Double) - Method in class ohos.data.search.model.IndexData
-
Stores a key-value pair with a string key and a double value.
- put(String, Float) - Method in class ohos.data.search.model.IndexData
-
Stores a key-value pair with a string key and a float value.
- put(String, Integer) - Method in class ohos.data.search.model.IndexData
-
Stores a key-value pair with a string key and an integer value.
- put(String, Long) - Method in class ohos.data.search.model.IndexData
-
Stores a key-value pair with a string key and a long value.
- put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
-
Put the value of the named Object field into the persistent field.
- put(String, Object) - Method in class ohos.utils.zson.ZSONObject
-
Puts a specified key-value pair to the map of this ZSONObject.
- put(String, String) - Method in class java.util.prefs.AbstractPreferences
-
- put(String, String) - Method in class java.util.prefs.Preferences
-
Associates the specified value with the specified key in this
preference node.
- put(String, String) - Method in class ohos.data.search.model.IndexData
-
Stores a string key-value pair.
- put(URI, URLConnection) - Method in class java.net.ResponseCache
-
The protocol handler calls this method after a resource has
been retrieved, and the ResponseCache must decide whether or
not to store the resource in its cache.
- put(URI, URLConnection) - Method in class ohos.net.HttpResponseCache
-
- put(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
-
Sets all the applicable cookies, examples are response header
fields that are named Set-Cookie2, present in the response
headers into a cookie cache.
- put(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
-
- put(ByteBuffer) - Method in class java.nio.ByteBuffer
-
Relative bulk put method (optional operation).
- put(CharBuffer) - Method in class java.nio.CharBuffer
-
Relative bulk put method (optional operation).
- put(DoubleBuffer) - Method in class java.nio.DoubleBuffer
-
Relative bulk put method (optional operation).
- put(FloatBuffer) - Method in class java.nio.FloatBuffer
-
Relative bulk put method (optional operation).
- put(IntBuffer) - Method in class java.nio.IntBuffer
-
Relative bulk put method (optional operation).
- put(LongBuffer) - Method in class java.nio.LongBuffer
-
Relative bulk put method (optional operation).
- put(ShortBuffer) - Method in class java.nio.ShortBuffer
-
Relative bulk put method (optional operation).
- put(K, V) - Method in class java.util.AbstractMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Maps the specified key to the specified value in this table.
- put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.Dictionary
-
Maps the specified key to the specified
value in this dictionary.
- put(K, V) - Method in class java.util.EnumMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.HashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.Hashtable
-
Maps the specified key to the specified
value in this hashtable.
- put(K, V) - Method in class java.util.IdentityHashMap
-
Associates the specified value with the specified key in this identity
hash map.
- put(K, V) - Method in interface java.util.Map
-
Associates the specified value with the specified key in this map
(optional operation).
- put(K, V) - Method in class java.util.TreeMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.WeakHashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class ohos.utils.LightweightMap
-
Saves a key-value pair to an LightweightMap container.
- put(K, V) - Method in class ohos.utils.LruBuffer
-
Adds a key-value pair to the buffer.
- putAll(Map<?, ?>) - Method in class java.security.Provider
-
Copies all of the mappings from the specified Map to this provider.
- putAll(Map<?, ?>) - Method in class java.util.jar.Attributes
-
Copies all of the attribute name-value mappings from the specified
Attributes to this Map.
- putAll(Map<? extends String, ?>) - Method in class ohos.utils.zson.ZSONObject
-
Puts a map of key-value pairs into the map of this ZSONObject.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.EnumMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
-
Copies all of the mappings from the specified map to this hashtable.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class ohos.utils.LightweightMap
-
Adds all objects of a specified Map container to an LightweightMap container.
- putAll(Map<String, Object>) - Method in class ohos.interwork.utils.PacMapEx
-
Adds all key-value pairs of a specified Map object into this PacMapEx.
- putAll(Map<String, Object>) - Method in class ohos.utils.BasePacMap
-
Inserts all key-value pairs of a Map object into the built-in data object.
- putAll(Map<String, Object>) - Method in class ohos.utils.PacMap
-
Inserts all key-value pairs of a Map object into the built-in data object.
- putAll(BasePacMap) - Method in class ohos.utils.BasePacMap
-
Saves the key-value pairs in a BasePacMap object on the current object.
- putAll(LightweightMap<? extends K, ? extends V>) - Method in class ohos.utils.LightweightMap
-
Adds all objects of a specified LightweightMap container to another LightweightMap container.
- putAll(PacMap) - Method in class ohos.utils.PacMap
-
Saves the data in a PacMap object to the current object.
- putBatch(List<Entry>) - Method in interface ohos.data.distributed.common.KvStore
-
Inserts key-value pairs into the KvStore database in batches.
- putBlob(byte[], int, int) - Method in class ohos.data.resultset.SharedBlock
-
Assigns a byte array value to a specified position in the SharedBlock.
- putBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
-
- putBoolean(String, boolean) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified boolean value with the
specified key in this preference node.
- putBoolean(String, boolean) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the boolean type into the KvStore database.
- putBoolean(String, boolean) - Method in interface ohos.data.preferences.Preferences
-
Sets a boolean value for the key in the
Preferences object.
- putBoolean(String, Boolean) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a Boolean value into the current ValuesBucket and associates it with a given column name.
- putBooleanValue(String, boolean) - Method in class ohos.utils.BasePacMap
-
Adds a boolean value matching a specified key.
- putBooleanValue(String, boolean) - Method in class ohos.utils.PacMap
-
Adds a boolean value matching a specified key.
- putBooleanValueArray(String, boolean[]) - Method in class ohos.utils.BasePacMap
-
Adds a boolean[] value matching a specified key.
- putBooleanValueArray(String, boolean[]) - Method in class ohos.utils.PacMap
-
Adds a boolean[] value matching a specified key.
- putByte(String, Byte) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a byte value into the current ValuesBucket and associates it with a given column name.
- putByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
-
- putByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified byte array with the
specified key in this preference node.
- putByteArray(String, byte[]) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the byte array type into the KvStore database.
- putByteArray(String, byte[]) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a byte array value into the current ValuesBucket and associates it with a given column name.
- putByteValue(String, byte) - Method in class ohos.utils.BasePacMap
-
Adds a byte value matching a specified key.
- putByteValue(String, byte) - Method in class ohos.utils.PacMap
-
Adds a byte value matching a specified key.
- putByteValueArray(String, byte[]) - Method in class ohos.utils.BasePacMap
-
Adds a byte[] value matching a specified key.
- putByteValueArray(String, byte[]) - Method in class ohos.utils.PacMap
-
Adds a byte[] value matching a specified key.
- putChar(char) - Method in class java.nio.ByteBuffer
-
Relative put method for writing a char
value (optional operation).
- putChar(int, char) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing a char
value (optional operation).
- putChar(String, char) - Method in class ohos.utils.BasePacMap
-
Adds a char value matching a specified key.
- putChar(String, char) - Method in class ohos.utils.PacMap
-
Adds a char value matching a specified key.
- putCharArray(String, char[]) - Method in class ohos.utils.BasePacMap
-
Adds a char[] value matching a specified key.
- putCharArray(String, char[]) - Method in class ohos.utils.PacMap
-
Adds a char[] value matching a specified key.
- putDimension(String, Dimension) - Method in class ohos.utils.BasePacMap
-
Inserts a key-value pair whose key is String and value is Dimension into PacMap.
- putDouble(double) - Method in class java.nio.ByteBuffer
-
Relative put method for writing a double
value (optional operation).
- putDouble(double, int, int) - Method in class ohos.data.resultset.SharedBlock
-
Assigns a double value to a specified position in the SharedBlock.
- putDouble(int, double) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing a double
value (optional operation).
- putDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
-
- putDouble(String, double) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified double value with the
specified key in this preference node.
- putDouble(String, double) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the double type into the KvStore database.
- putDouble(String, Double) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a Double value into the current ValuesBucket and associates it with a given column name.
- putDoubleValue(String, double) - Method in class ohos.media.common.Format
-
Sets metadata of the double floating-point type.
- putDoubleValue(String, double) - Method in class ohos.utils.BasePacMap
-
Adds a double value matching a specified key.
- putDoubleValue(String, double) - Method in class ohos.utils.PacMap
-
Adds a double value matching a specified key.
- putDoubleValueArray(String, double[]) - Method in class ohos.utils.BasePacMap
-
Adds a double[] value matching a specified key.
- putDoubleValueArray(String, double[]) - Method in class ohos.utils.PacMap
-
Adds a double[] value matching a specified key.
- PutField() - Constructor for class java.io.ObjectOutputStream.PutField
-
- putFields() - Method in class java.io.ObjectOutputStream
-
Retrieve the object used to buffer persistent fields to be written to
the stream.
- putFirst(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque,
waiting if necessary for space to become available.
- putFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- putFloat(float) - Method in class java.nio.ByteBuffer
-
Relative put method for writing a float
value (optional operation).
- putFloat(int, float) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing a float
value (optional operation).
- putFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
-
- putFloat(String, float) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified float value with the
specified key in this preference node.
- putFloat(String, float) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the float type into the KvStore database.
- putFloat(String, float) - Method in interface ohos.data.preferences.Preferences
-
Sets a float value for the key in the
Preferences object.
- putFloat(String, Float) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a Float value into the current ValuesBucket and associates it with a given column name.
- putFloatDimension(String, FloatDimension) - Method in class ohos.utils.BasePacMap
-
Inserts a key-value pair whose key is String and value is FloatDimension into PacMap.
- putFloatValue(String, float) - Method in class ohos.media.common.Format
-
Sets metadata of the floating-point type.
- putFloatValue(String, float) - Method in class ohos.utils.BasePacMap
-
Adds a float value matching a specified key.
- putFloatValue(String, float) - Method in class ohos.utils.PacMap
-
Adds a float value matching a specified key.
- putFloatValueArray(String, float[]) - Method in class ohos.utils.BasePacMap
-
Adds a float[] value matching a specified key.
- putFloatValueArray(String, float[]) - Method in class ohos.utils.PacMap
-
Adds a float[] value matching a specified key.
- putIfAbsent(Object, Object) - Method in class java.security.Provider
-
If the specified key is not already associated with a value (or is mapped
to null) associates it with the given value and returns
null, else returns the current value.
- putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in interface java.util.concurrent.ConcurrentMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in class java.util.HashMap
-
- putIfAbsent(K, V) - Method in class java.util.Hashtable
-
- putIfAbsent(K, V) - Method in interface java.util.Map
-
If the specified key is not already associated with a value (or is mapped
to null) associates it with the given value and returns
null, else returns the current value.
- putInt(int) - Method in class java.nio.ByteBuffer
-
Relative put method for writing an int
value (optional operation).
- putInt(int, int) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing an int
value (optional operation).
- putInt(String, int) - Method in class java.util.prefs.AbstractPreferences
-
- putInt(String, int) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified int value with the
specified key in this preference node.
- putInt(String, int) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the int type into the KvStore database.
- putInt(String, int) - Method in interface ohos.data.preferences.Preferences
-
Sets an int value for the key in the
Preferences object.
- putInteger(String, Integer) - Method in class ohos.data.rdb.ValuesBucket
-
Puts an Integer value into the current ValuesBucket and associates it with a given column name.
- putIntegerList(String, ArrayList<Integer>) - Method in class ohos.utils.PacMap
-
Adds an ArrayList<Integer> value matching a specified key.
- putIntValue(String, int) - Method in class ohos.media.common.Format
-
Sets metadata of the integer type.
- putIntValue(String, int) - Method in class ohos.utils.BasePacMap
-
Adds an int value matching a specified key.
- putIntValue(String, int) - Method in class ohos.utils.PacMap
-
Adds an int value matching a specified key.
- putIntValueArray(String, int[]) - Method in class ohos.utils.BasePacMap
-
Adds an int[] value matching a specified key.
- putIntValueArray(String, int[]) - Method in class ohos.utils.PacMap
-
Adds an int[] value matching a specified key.
- putLast(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque,
waiting if necessary for space to become available.
- putLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- putLong(int, long) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing a long
value (optional operation).
- putLong(long) - Method in class java.nio.ByteBuffer
-
Relative put method for writing a long
value (optional operation).
- putLong(long, int, int) - Method in class ohos.data.resultset.SharedBlock
-
Assigns a long value to a specified position in the SharedBlock.
- putLong(String, long) - Method in class java.util.prefs.AbstractPreferences
-
- putLong(String, long) - Method in class java.util.prefs.Preferences
-
Associates a string representing the specified long value with the
specified key in this preference node.
- putLong(String, long) - Method in interface ohos.data.preferences.Preferences
-
Sets a long value for the key in the
Preferences object.
- putLong(String, Long) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a Long value into the current ValuesBucket and associates it with a given column name.
- putLongValue(String, long) - Method in class ohos.media.common.Format
-
Sets metadata of the long integer type.
- putLongValue(String, long) - Method in class ohos.utils.BasePacMap
-
Adds a long value matching a specified key.
- putLongValue(String, long) - Method in class ohos.utils.PacMap
-
Adds a long value matching a specified key.
- putLongValueArray(String, long[]) - Method in class ohos.utils.BasePacMap
-
Adds a long[] value matching a specified key.
- putLongValueArray(String, long[]) - Method in class ohos.utils.PacMap
-
Adds a long[] value matching a specified key.
- putNextEntry(ZipEntry) - Method in class java.util.jar.JarOutputStream
-
Begins writing a new JAR file entry and positions the stream
to the start of the entry data.
- putNextEntry(ZipEntry) - Method in class java.util.zip.ZipOutputStream
-
Begins writing a new ZIP file entry and positions the stream to the
start of the entry data.
- putNull(int, int) - Method in class ohos.data.resultset.SharedBlock
-
Assigns null to a specified position in the SharedBlock.
- putNull(String) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a null value into the current ValuesBucket and associates it with a given column name.
- putObjectValue(String, Object) - Method in class ohos.interwork.utils.PacMapEx
-
Adds a universal object with a specified key.
- putObjectValue(String, Object) - Method in class ohos.media.common.Format
-
Sets metadata of the character Object type.
- putObjectValue(String, Object) - Method in class ohos.utils.BasePacMap
-
Adds a universal object with a specified key.
- putObjectValue(String, Object) - Method in class ohos.utils.PacMap
-
Adds a universal object with a specified key.
- putPacMap(String, PacMap) - Method in class ohos.utils.PacMap
-
Adds a PacMap value matching a specified key.
- putPersistablePacMap(String, PersistablePacMap) - Method in class ohos.utils.PersistablePacMap
-
Adds a PersistablePacMap object with the specified key
into this PersistablePacMap object.
- putPlainArray(String, PlainArray<? extends Sequenceable>) - Method in class ohos.utils.BasePacMap
-
Inserts a key-value pair whose key is String and value is PlainArray into PacMap.
- putRemoteObject(String, Object) - Method in class ohos.utils.BasePacMap
-
Inserts a key-value pair whose key is String and value is Object into PacMap.
- putSequenceableObject(String, Sequenceable) - Method in class ohos.utils.PacMap
-
Adds a Sequenceable value matching a specified key.
- putSequenceableObjectArray(String, Sequenceable[]) - Method in class ohos.utils.PacMap
-
Adds a Sequenceable[] value matching a specified key.
- putSequenceableObjectList(String, ArrayList<Sequenceable>) - Method in class ohos.utils.PacMap
-
Adds an ArrayList<Sequenceable> value matching a specified key.
- putSerializableObject(String, Serializable) - Method in class ohos.utils.PacMap
-
Adds a Serializable value matching a specified key.
- putService(Provider.Service) - Method in class java.security.Provider
-
Add a service.
- putShort(int, short) - Method in class java.nio.ByteBuffer
-
Absolute put method for writing a short
value (optional operation).
- putShort(short) - Method in class java.nio.ByteBuffer
-
Relative put method for writing a short
value (optional operation).
- putShort(String, Short) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a Short value into the current ValuesBucket and associates it with a given column name.
- putShortValue(String, short) - Method in class ohos.utils.BasePacMap
-
Adds a short value matching a specified key.
- putShortValue(String, short) - Method in class ohos.utils.PacMap
-
Adds a short value matching a specified key.
- putShortValueArray(String, short[]) - Method in class ohos.utils.BasePacMap
-
Adds a short[] value matching a specified key.
- putShortValueArray(String, short[]) - Method in class ohos.utils.PacMap
-
Adds a short[] value matching a specified key.
- putSpi(String, String) - Method in class java.util.prefs.AbstractPreferences
-
Put the given key-value association into this preference node.
- putString(String, int, int) - Method in class ohos.data.resultset.SharedBlock
-
Assigns a string value to a specified position in the SharedBlock.
- putString(String, String) - Method in interface ohos.data.distributed.common.KvStore
-
Writes a key-value pair of the string type into the KvStore database.
- putString(String, String) - Method in interface ohos.data.preferences.Preferences
-
Sets a string value for the key in the
Preferences object.
- putString(String, String) - Method in class ohos.data.rdb.ValuesBucket
-
Puts a String value into the current ValuesBucket and associates it with a given column name.
- putString(String, String) - Method in class ohos.utils.BasePacMap
-
Adds a String value matching a specified key.
- putString(String, String) - Method in class ohos.utils.PacMap
-
Adds a String value matching a specified key.
- putStringArray(String, String[]) - Method in class ohos.utils.BasePacMap
-
Adds a String[] value matching a specified key.
- putStringArray(String, String[]) - Method in class ohos.utils.PacMap
-
Adds a String[] value matching a specified key.
- putStringList(String, ArrayList<String>) - Method in class ohos.utils.PacMap
-
Adds an ArrayList<String> value matching a specified key.
- putStringSet(String, Set<String>) - Method in interface ohos.data.preferences.Preferences
-
Sets a string set value for the key in the
Preferences object.
- putStringValue(String, String) - Method in class ohos.media.common.Format
-
Sets metadata of the character string type.
- putValue(String, Object) - Method in interface javax.net.ssl.SSLSession
-
Binds the specified value object into the
session's application layer data
with the given name.
- putValue(String, String) - Method in class java.util.jar.Attributes
-
Associates the specified value with the specified attribute name,
specified as a String.
- putValues(ValuesBucket) - Method in class ohos.data.rdb.ValuesBucket
-
Puts values of a designated ValuesBucket into the current ValuesBucket.
- PWD - ohos.wifi.WifiSecurity.EapMethod
-
EAP password
- PX - ohos.agp.components.Text.TextSizeType
-
Indicates actual pixels on the screen.
- R_OK - Static variable in class ohos.system.OsHelperConstants
-
File permission mode used to check whether a file exists, and give read permissions.
- R8_SRGB - ohos.agp.render.render3d.resources.ImageFormat
-
Indicates that each pixel holds a normalized 8-bit unsigned integer,
which represents the value of an sRGB color space.
- R8_UNORM - ohos.agp.render.render3d.resources.ImageFormat
-
Indicates that each pixel holds a normalized 8-bit unsigned integer.
- R8G8B8A8_SRGB - ohos.agp.render.render3d.resources.ImageFormat
-
Indicates that each pixel holds a normalized 32-bit unsigned integer,
which represents the value of an sRGB color space.
- R8G8B8A8_UNORM - ohos.agp.render.render3d.resources.ImageFormat
-
Indicates that each pixel holds a normalized 32-bit unsigned integer.
- RABI_1 - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
- RABI_2 - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
- RADIAL_GRADIENT_SHADER_TYPE - Static variable in class ohos.agp.components.element.ShapeElement
-
Indicates that the shader is of the radial type.
- RADIAL_SHADER - ohos.agp.render.Paint.ShaderType
-
Indicates that the colors in the paint are shaded in radial manner around a center point.
- RadialShader - Class in ohos.agp.render
-
Represents a shader that shades colors in radial manner around a center point.
- RadialShader() - Constructor for class ohos.agp.render.RadialShader
-
Default constructor used to create a RadialShader.
- RadialShader(Point, float, float[], Color[], Shader.TileMode) - Constructor for class ohos.agp.render.RadialShader
-
A constructor used to create a RadialShader based on the specified center point, radius, colors,
and tile mode.
- RADIAN - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of angle: radian
- RADICAL - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Radical (new).
- RADIO_TECHNOLOGY_1XRTT - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is code division multiple access (CDMA), including Interim Standard 95 (IS95) and
Single-Carrier Radio Transmission Technology (1xRTT).
- RADIO_TECHNOLOGY_EHRPD - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is evolved high rate packet data (EHRPD).
- RADIO_TECHNOLOGY_EVDO - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is evolution data only (EVDO), including EVDO Rev.0, EVDO Rev.A, and EVDO Rev.B.
- RADIO_TECHNOLOGY_GSM - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is global system for mobile communications (GSM), including GSM, general packet
radio system (GPRS), and enhanced data rates for GSM evolution (EDGE).
- RADIO_TECHNOLOGY_HSPA - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is high-speed packet access (HSPA), including HSPA, high-speed downlink packet
access (HSDPA), and high-speed uplink packet access (HSUPA).
- RADIO_TECHNOLOGY_HSPAP - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is evolved high-speed packet access (HSPA+), including HSPA+ and dual-carrier
HSPA+ (DC-HSPA+).
- RADIO_TECHNOLOGY_IWLAN - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is interworking WLAN (I-WLAN).
- RADIO_TECHNOLOGY_LTE - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is long term evolution (LTE).
- RADIO_TECHNOLOGY_LTE_CA - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is LTE carrier aggregation (LTE-CA).
- RADIO_TECHNOLOGY_NR - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is 5G new radio (NR).
- RADIO_TECHNOLOGY_TD_SCDMA - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is time division-synchronous code division multiple access (TD-SCDMA).
- RADIO_TECHNOLOGY_UNKNOWN - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates unknown radio access technology (RAT).
- RADIO_TECHNOLOGY_WCDMA - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that RAT is wideband code division multiple address (WCDMA).
- RadioButton - Class in ohos.agp.components
-
Provides a radio button, which can either be selected or deselected.
- RadioButton(Context) - Constructor for class ohos.agp.components.RadioButton
-
Default constructor used to create a RadioButton instance by using the default attribute set and style.
- RadioButton(Context, AttrSet) - Constructor for class ohos.agp.components.RadioButton
-
A constructor used to create a RadioButton instance by using specified attribute set and default style
after the XML file is parsed.
- RadioButton(Context, AttrSet, String) - Constructor for class ohos.agp.components.RadioButton
-
A constructor used to create a RadioButton instance by using specified attribute set and specified style
after the XML file is parsed.
- RadioContainer - Class in ohos.agp.components
-
Creates a group of radio buttons representing a range of exclusive options.
- RadioContainer(Context) - Constructor for class ohos.agp.components.RadioContainer
-
Default constructor used to create a
RadioContainer instance
by using the default attribute set and style.
- RadioContainer(Context, AttrSet) - Constructor for class ohos.agp.components.RadioContainer
-
A constructor used to create a
RadioContainer instance by using specified attribute set and default
style after the XML file is parsed.
- RadioContainer(Context, AttrSet, String) - Constructor for class ohos.agp.components.RadioContainer
-
A constructor used to create a
RadioContainer instance by
using specified attribute set and specified style after the XML file is parsed.
- RadioContainer.CheckedStateChangedListener - Interface in ohos.agp.components
-
Provides callback methods to process change events of a radio button container.
- RadioInfoManager - Class in ohos.telephony
-
Provides interfaces for applications to obtain the network state, cell information, signal information,
and device ID of the wireless cellular network (WCN), and provides a callback registration mechanism to
listen for changes of the network, cell, and signal status of the WCN.
- RadioStateObserver - Class in ohos.telephony
-
Monitors state updates of a device, including updates of the network state, signal strength, and cell information.
- RadioStateObserver(int) - Constructor for class ohos.telephony.RadioStateObserver
-
Callback will be invoked in the current thread, which must have a runner.
- RadioStateObserver(int, EventRunner) - Constructor for class ohos.telephony.RadioStateObserver
-
Callback will be invoked in the specified runner thread.
- radix() - Method in class java.util.Scanner
-
Returns this scanner's default radix.
- RAJAB - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Rajab, the 7th month of the Islamic year.
- RAMADAN - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Ramadan, the 9th month of the Islamic year.
- random() - Static method in class java.lang.Math
-
Returns a double value with a positive sign, greater
than or equal to 0.0 and less than 1.0.
- random() - Static method in class java.lang.StrictMath
-
Returns a double value with a positive sign, greater
than or equal to 0.0 and less than 1.0.
- Random - Class in java.util
-
An instance of this class is used to generate a stream of
pseudorandom numbers.
- Random() - Constructor for class java.util.Random
-
Creates a new random number generator.
- Random(long) - Constructor for class java.util.Random
-
Creates a new random number generator using a single long seed.
- RandomAccess - Interface in java.util
-
Marker interface used by List implementations to indicate that
they support fast (generally constant time) random access.
- RandomAccessFile - Class in java.io
-
Instances of this class support both reading and writing to a
random access file.
- RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
-
Creates a random access file stream to read from, and optionally to
write to, the file specified by the
File argument.
- RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
-
Creates a random access file stream to read from, and optionally
to write to, a file with the specified name.
- randomUUID() - Static method in class java.util.UUID
-
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
- range() - Method in enum java.time.temporal.ChronoField
-
Gets the range of valid values for the field.
- range() - Method in interface java.time.temporal.TemporalField
-
Gets the range of valid values for the field.
- range(int, int) - Static method in interface java.util.stream.IntStream
-
Returns a sequential ordered IntStream from startInclusive
(inclusive) to endExclusive (exclusive) by an incremental step of
1.
- range(long, long) - Static method in interface java.util.stream.LongStream
-
Returns a sequential ordered LongStream from startInclusive
(inclusive) to endExclusive (exclusive) by an incremental step of
1.
- range(E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing all of the elements in the
range defined by the two specified endpoints.
- range(ChronoField) - Method in interface java.time.chrono.Chronology
-
Gets the range of valid values for the specified field.
- range(ChronoField) - Method in class java.time.chrono.HijrahChronology
-
- range(ChronoField) - Method in class java.time.chrono.IsoChronology
-
- range(ChronoField) - Method in class java.time.chrono.JapaneseChronology
-
- range(ChronoField) - Method in class java.time.chrono.MinguoChronology
-
- range(ChronoField) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- range(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
-
- range(TemporalField) - Method in interface java.time.chrono.Era
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.chrono.HijrahDate
-
- range(TemporalField) - Method in enum java.time.chrono.HijrahEra
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.chrono.JapaneseDate
-
- range(TemporalField) - Method in class java.time.chrono.JapaneseEra
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.chrono.MinguoDate
-
- range(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
-
- range(TemporalField) - Method in enum java.time.DayOfWeek
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.Instant
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalDate
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalDateTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in enum java.time.Month
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.MonthDay
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.OffsetDateTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.OffsetTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.Year
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.YearMonth
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.ZonedDateTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.ZoneOffset
-
Gets the range of valid values for the specified field.
- rangeClosed(int, int) - Static method in interface java.util.stream.IntStream
-
Returns a sequential ordered IntStream from startInclusive
(inclusive) to endInclusive (inclusive) by an incremental step of
1.
- rangeClosed(long, long) - Static method in interface java.util.stream.LongStream
-
Returns a sequential ordered LongStream from startInclusive
(inclusive) to endInclusive (inclusive) by an incremental step of
1.
- rangeRefinedBy(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
-
- rangeRefinedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
-
Get the range of valid values for this field using the temporal object to
refine the result.
- ranges() - Method in class ohos.global.icu.text.UnicodeSet
-
Provide for faster iteration than by String.
- RangeValueIterator - Interface in ohos.global.icu.util
-
Interface for enabling iteration over sets of <int index, int value>,
where index is the sorted integer index in ascending order and value, its
associated integer value.
- RangeValueIterator.Element - Class in ohos.global.icu.util
-
Return result wrapper for ohos.global.icu.util.RangeValueIterator.
- RATA_DIE - Static variable in class java.time.temporal.JulianFields
-
Rata Die field.
- RATE_INIT - Static variable in class ohos.media.common.VideoProperty
-
Indicates the default video frame rate.
- Rating - Class in ohos.agp.components
-
Provides a rating with rating items such as stars or any other drawables.
- Rating(Context) - Constructor for class ohos.agp.components.Rating
-
Default constructor used to create a
Rating instance by using the default
attribute set and style.
- Rating(Context, AttrSet) - Constructor for class ohos.agp.components.Rating
-
A constructor used to create a
Rating instance by using specified attribute
set and default style
after the XML file is parsed.
- Rating(Context, AttrSet, String) - Constructor for class ohos.agp.components.Rating
-
A constructor used to create a
Rating instance by using specified attribute
set and specified style
after the XML file is parsed.
- RATING - Static variable in class ohos.data.search.schema.AppItem
-
Indicates the index field name of rating.
- RATING - Static variable in class ohos.data.search.schema.VideoItem
-
Indicates the index field name of rating.
- Rating.RatingChangedListener - Interface in ohos.agp.components
-
Callback to process change events of a rating.
- RationalNumber - Class in ohos.utils
-
An immutable class representing a rational number.
- RationalNumber(int, int) - Constructor for class ohos.utils.RationalNumber
-
A constructor used to create a RationalNumber instance with a given numerator and denominator.
- RAW - ohos.global.resource.ResourceType
-
Indicates the raw type.
- RAW_QUERY - Static variable in interface ohos.data.search.model.SearchParameter
-
- RAW10 - ohos.media.image.common.ImageFormat.ComponentType
-
Indicates the RAW10 format, which has no component.
- RAW10 - Static variable in class ohos.media.image.common.ImageFormat
-
Indicates the RAW10 format with 10 bits per component.
- RAW16 - ohos.media.image.common.ImageFormat.ComponentType
-
Indicates the RAW16 format, which has no component.
- RAW16 - Static variable in class ohos.media.image.common.ImageFormat
-
Indicates the RAW10 format with 16 bits per component.
- RawFileDescriptor - Class in ohos.global.resource
-
Provides the file descriptor of a raw file from RawFileEntry.
- RawFileDescriptor() - Constructor for class ohos.global.resource.RawFileDescriptor
-
- RawFileEntry - Class in ohos.global.resource
-
Manages the raw file in the application package.
- RawFileEntry() - Constructor for class ohos.global.resource.RawFileEntry
-
- RawRdbPredicates - Class in ohos.data.rdb
-
This is sub-class of RdbPredicates used for relational database.
- RawRdbPredicates(String) - Constructor for class ohos.data.rdb.RawRdbPredicates
-
The constructor method of RawRdbPredicate with the defined table name.
- RawRdbPredicates(String, String, String[]) - Constructor for class ohos.data.rdb.RawRdbPredicates
-
The constructor method of RawRdbPredicate with the defined table name, where clause and whereArgs.
- rayCast(Vector3, Vector3) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Obtains a list of objects cast by the ray in a scene.
- rayCastFromCamera(Entity, Vector2) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Obtains a list of objects that are cast by the ray from a camera.
- RC2ParameterSpec - Class in javax.crypto.spec
-
This class specifies the parameters used with the
RC2
algorithm.
- RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Constructs a parameter set for RC2 from the given effective key size
(in bits).
- RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Constructs a parameter set for RC2 from the given effective key size
(in bits) and an 8-byte IV.
- RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Constructs a parameter set for RC2 from the given effective key size
(in bits) and IV.
- RC5ParameterSpec - Class in javax.crypto.spec
-
This class specifies the parameters used with the
RC5
algorithm.
- RC5ParameterSpec(int, int, int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
-
Constructs a parameter set for RC5 from the given version, number of
rounds and word size (in bits).
- RC5ParameterSpec(int, int, int, byte[]) - Constructor for class javax.crypto.spec.RC5ParameterSpec
-
Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
-
Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- rConicTo(float, float, float, float, float) - Method in class ohos.agp.render.Path
-
Adds a conic curve based on the relative position.
- RCV_NFC_TRANSACTION_EVENT - Static variable in class ohos.security.SystemPermission
-
Allows an application to register and listen for NFC card emulation transaction events.
- RdbAbortException - Exception in ohos.data.rdb
-
Represents an exception that occurs if the SQLite database is interrupted.
- RdbAbortException() - Constructor for exception ohos.data.rdb.RdbAbortException
-
An no-argument constructor used to create a RdbAbortException instance.
- RdbAbortException(String) - Constructor for exception ohos.data.rdb.RdbAbortException
-
A parameterized constructor used to create a RdbAbortException instance.
- RdbBusyException - Exception in ohos.data.rdb
-
Represents an exception indicating that the database file is locked.
- RdbBusyException() - Constructor for exception ohos.data.rdb.RdbBusyException
-
An no-argument constructor used to create a RdbBusyException instance.
- RdbBusyException(String) - Constructor for exception ohos.data.rdb.RdbBusyException
-
A parameterized constructor used to create a RdbBusyException instance.
- RdbCantOpenException - Exception in ohos.data.rdb
-
Represents an exception indicating that the SQLite cannot open the database file.
- RdbCantOpenException() - Constructor for exception ohos.data.rdb.RdbCantOpenException
-
An no-argument constructor used to create a RdbCantOpenException instance.
- RdbCantOpenException(String) - Constructor for exception ohos.data.rdb.RdbCantOpenException
-
A parameterized constructor used to create a RdbCantOpenException instance.
- RdbConstraintException - Exception in ohos.data.rdb
-
Represents an exception indicating that the SQL statement violates the constraints of the SQLite.
- RdbConstraintException() - Constructor for exception ohos.data.rdb.RdbConstraintException
-
An no-argument constructor used to create a RdbConstraintException instance.
- RdbConstraintException(String) - Constructor for exception ohos.data.rdb.RdbConstraintException
-
A parameterized constructor used to create a RdbConstraintException instance.
- RdbCorruptException - Exception in ohos.data.rdb
-
Represents an exception indicating that the database file is corrupted.
- RdbCorruptException() - Constructor for exception ohos.data.rdb.RdbCorruptException
-
An no-argument constructor used to create a RdbCorruptException instance.
- RdbCorruptException(String) - Constructor for exception ohos.data.rdb.RdbCorruptException
-
A parameterized constructor used to create a RdbCorruptException instance.
- RdbDoneException - Exception in ohos.data.rdb
-
Represents an exception indicating that the SQLite database operation has ended.
- RdbDoneException() - Constructor for exception ohos.data.rdb.RdbDoneException
-
An no-argument constructor used to create a RdbDoneException instance.
- RdbDoneException(String) - Constructor for exception ohos.data.rdb.RdbDoneException
-
A parameterized constructor used to create a RdbDoneException instance.
- RdbException - Exception in ohos.data.rdb
-
Represents an SQLite exception that indicates an SQL parsing or execution error.
- RdbException() - Constructor for exception ohos.data.rdb.RdbException
-
No parameter constructor.
- RdbException(String) - Constructor for exception ohos.data.rdb.RdbException
-
Constructor with parameters.
- RdbException(String, Throwable) - Constructor for exception ohos.data.rdb.RdbException
-
Constructor with parameters.
- RdbFileLockedException - Exception in ohos.data.rdb
-
Represents an exception indicating that the database file is locked.
- RdbFileLockedException() - Constructor for exception ohos.data.rdb.RdbFileLockedException
-
An no-argument constructor used to create a RdbFileLockedException instance.
- RdbFileLockedException(String) - Constructor for exception ohos.data.rdb.RdbFileLockedException
-
A parameterized constructor used to create a RdbFileLockedException instance.
- RdbFullException - Exception in ohos.data.rdb
-
Represents an exception indicating that the database is full.
- RdbFullException() - Constructor for exception ohos.data.rdb.RdbFullException
-
An no-argument constructor used to create a RdbFullException instance.
- RdbFullException(String) - Constructor for exception ohos.data.rdb.RdbFullException
-
A parameterized constructor used to create a RdbFullException instance.
- RdbInterruptException - Exception in ohos.data.rdb
-
Represents an exception indicating operation interruption.
- RdbInterruptException() - Constructor for exception ohos.data.rdb.RdbInterruptException
-
An no-argument constructor used to create an RdbInterruptException instance.
- RdbIoErrException - Exception in ohos.data.rdb
-
Represents an exception indicating that an I/O error occurs when the database file is accessed.
- RdbIoErrException() - Constructor for exception ohos.data.rdb.RdbIoErrException
-
An no-argument constructor used to create a RdbIoErrException instance.
- RdbIoErrException(String) - Constructor for exception ohos.data.rdb.RdbIoErrException
-
A parameterized constructor used to create a RdbIoErrException instance.
- RdbLockedException - Exception in ohos.data.rdb
-
Represents an exception indicating that a table in the database is locked.
- RdbLockedException() - Constructor for exception ohos.data.rdb.RdbLockedException
-
An no-argument constructor used to create a RdbLockedException instance.
- RdbLockedException(String) - Constructor for exception ohos.data.rdb.RdbLockedException
-
A parameterized constructor used to create a RdbLockedException instance.
- RdbMismatchException - Exception in ohos.data.rdb
-
Represents an exception indicating that the data type of an SQL statement does not match that of the database.
- RdbMismatchException() - Constructor for exception ohos.data.rdb.RdbMismatchException
-
An no-argument constructor used to create a RdbMismatchException instance.
- RdbMismatchException(String) - Constructor for exception ohos.data.rdb.RdbMismatchException
-
A parameterized constructor used to create a RdbMismatchException instance.
- RdbMisuseException - Exception in ohos.data.rdb
-
Represents an exception indicating that access to an SQL statement has failed.
- RdbMisuseException() - Constructor for exception ohos.data.rdb.RdbMisuseException
-
An no-argument constructor used to create a RdbMisuseException instance.
- RdbMisuseException(String) - Constructor for exception ohos.data.rdb.RdbMisuseException
-
A parameterized constructor used to create a RdbMisuseException instance.
- RdbNoMemException - Exception in ohos.data.rdb
-
Represents an exception indicating insufficient memory for an SQLite operation.
- RdbNoMemException() - Constructor for exception ohos.data.rdb.RdbNoMemException
-
An no-argument constructor used to create a RdbNoMemException instance.
- RdbNoMemException(String) - Constructor for exception ohos.data.rdb.RdbNoMemException
-
A parameterized constructor used to create a RdbNoMemException instance.
- RdbOpenCallback - Class in ohos.data.rdb
-
Manages database creation, upgrade, and downgrade.
- RdbOpenCallback() - Constructor for class ohos.data.rdb.RdbOpenCallback
-
- RdbPermException - Exception in ohos.data.rdb
-
Represents an exception indicating that SQLite has no permission to access the database file
or the directory where the database file is stored.
- RdbPermException() - Constructor for exception ohos.data.rdb.RdbPermException
-
An no-argument constructor used to create a RdbPermException instance.
- RdbPermException(String) - Constructor for exception ohos.data.rdb.RdbPermException
-
A parameterized constructor used to create a RdbPermException instance.
- RdbPredicates - Class in ohos.data.rdb
-
Represents predicates of the relational database (RDB).
- RdbPredicates(String) - Constructor for class ohos.data.rdb.RdbPredicates
-
A parameterized constructor used to create an
RdbPredicates instance for searching RDB objects.
- RdbRangeException - Exception in ohos.data.rdb
-
Represents an exception that occurs if the column index is out of range in bind operations.
- RdbRangeException() - Constructor for exception ohos.data.rdb.RdbRangeException
-
An no-argument constructor used to create a RdbRangeException instance.
- RdbRangeException(String) - Constructor for exception ohos.data.rdb.RdbRangeException
-
A parameterized constructor used to create a RdbRangeException instance.
- RdbReadOnlyException - Exception in ohos.data.rdb
-
Represents an exception indicating that data is written to a read-only database.
- RdbReadOnlyException() - Constructor for exception ohos.data.rdb.RdbReadOnlyException
-
An no-argument constructor used to create a RdbReadOnlyException instance.
- RdbReadOnlyException(String) - Constructor for exception ohos.data.rdb.RdbReadOnlyException
-
A parameterized constructor used to create a RdbReadOnlyException instance.
- RdbStore - Interface in ohos.data.rdb
-
Provides methods for managing the relational database (RDB).
- RdbStore.ConflictResolution - Enum in ohos.data.rdb
-
Indicates the type of the method for resolving conflict.
- RdbStoreAsyncHandler - Class in ohos.data.async
-
Provides interfaces to asynchronously add, delete, modify, and query data of the local database.
- RdbStoreAsyncHandler(RdbStore) - Constructor for class ohos.data.async.RdbStoreAsyncHandler
-
- RdbTooBigException - Exception in ohos.data.rdb
-
Represents an exception indicating that the maximum number of Blob data records in the database has been exceeded.
- RdbTooBigException() - Constructor for exception ohos.data.rdb.RdbTooBigException
-
An no-argument constructor used to create a RdbTooBigException instance.
- RdbTooBigException(String) - Constructor for exception ohos.data.rdb.RdbTooBigException
-
A parameterized constructor used to create a RdbTooBigException instance.
- RdbUtils - Class in ohos.data.rdb
-
Provides static utility methods related to the relational database (RDB).
- RdbUtils.OperationType - Enum in ohos.data.rdb
-
Describes the database operation type.
- read() - Method in class java.io.BufferedInputStream
-
See
the general contract of the read
method of InputStream.
- read() - Method in class java.io.BufferedReader
-
Reads a single character.
- read() - Method in class java.io.ByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class java.io.CharArrayReader
-
Reads a single character.
- read() - Method in class java.io.FileInputStream
-
Reads a byte of data from this input stream.
- read() - Method in class java.io.FilterInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class java.io.FilterReader
-
Reads a single character.
- read() - Method in class java.io.InputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class java.io.InputStreamReader
-
Reads a single character.
- read() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Reads the next byte of data from this input stream.
- read() - Method in class java.io.LineNumberReader
-
Read a single character.
- read() - Method in interface java.io.ObjectInput
-
Reads a byte of data.
- read() - Method in class java.io.ObjectInputStream
-
Reads a byte of data.
- read() - Method in class java.io.PipedInputStream
-
Reads the next byte of data from this piped input stream.
- read() - Method in class java.io.PipedReader
-
Reads the next character of data from this piped stream.
- read() - Method in class java.io.PushbackInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class java.io.PushbackReader
-
Reads a single character.
- read() - Method in class java.io.RandomAccessFile
-
Reads a byte of data from this file.
- read() - Method in class java.io.Reader
-
Reads a single character.
- read() - Method in class java.io.SequenceInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class java.io.StringBufferInputStream
-
Deprecated.
Reads the next byte of data from this input stream.
- read() - Method in class java.io.StringReader
-
Reads a single character.
- read() - Method in class java.security.DigestInputStream
-
Reads a byte, and updates the message digest (if the digest
function is on).
- read() - Method in class java.util.zip.CheckedInputStream
-
Reads a byte.
- read() - Method in class java.util.zip.DeflaterInputStream
-
Reads a single byte of compressed data from the input stream.
- read() - Method in class java.util.zip.InflaterInputStream
-
Reads a byte of uncompressed data.
- read() - Method in class javax.crypto.CipherInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class ohos.global.resource.Resource
-
Reads the next byte from the resource.
- read() - Method in class ohos.media.image.Image.Component
-
Reads color component data of one byte.
- read() - Method in class ohos.rpc.ReliableFileDescriptor.AutoCloseFileInputStream
-
Reads an integer from this AutoCloseFileInputStream object.
- read(byte[]) - Method in class java.io.DataInputStream
-
Reads some number of bytes from the contained input stream and
stores them into the buffer array b.
- read(byte[]) - Method in class java.io.FileInputStream
-
Reads up to b.length bytes of data from this input
stream into an array of bytes.
- read(byte[]) - Method in class java.io.FilterInputStream
-
Reads up to byte.length bytes of data from this
input stream into an array of bytes.
- read(byte[]) - Method in class java.io.InputStream
-
Reads some number of bytes from the input stream and stores them into
the buffer array b.
- read(byte[]) - Method in interface java.io.ObjectInput
-
Reads into an array of bytes.
- read(byte[]) - Method in class java.io.RandomAccessFile
-
Reads up to b.length bytes of data from this file
into an array of bytes.
- read(byte[]) - Method in class javax.crypto.CipherInputStream
-
Reads up to b.length bytes of data from this input
stream into an array of bytes.
- read(byte[]) - Method in class ohos.media.image.Image.Component
-
Reads color component data of multiple consecutive bytes.
- read(byte[], int, int) - Method in class java.io.BufferedInputStream
-
Reads bytes from this byte-input stream into the specified byte array,
starting at the given offset.
- read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
-
Reads up to len bytes of data into an array of bytes
from this input stream.
- read(byte[], int, int) - Method in class java.io.DataInputStream
-
Reads up to len bytes of data from the contained
input stream into an array of bytes.
- read(byte[], int, int) - Method in class java.io.FileInputStream
-
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in class java.io.FilterInputStream
-
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in class java.io.InputStream
-
Reads up to len bytes of data from the input stream into
an array of bytes.
- read(byte[], int, int) - Method in class java.io.LineNumberInputStream
-
Deprecated.
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in interface java.io.ObjectInput
-
Reads into an array of bytes.
- read(byte[], int, int) - Method in class java.io.ObjectInputStream
-
Reads into an array of bytes.
- read(byte[], int, int) - Method in class java.io.PipedInputStream
-
Reads up to len bytes of data from this piped input
stream into an array of bytes.
- read(byte[], int, int) - Method in class java.io.PushbackInputStream
-
Reads up to len bytes of data from this input stream into
an array of bytes.
- read(byte[], int, int) - Method in class java.io.RandomAccessFile
-
Reads up to len bytes of data from this file into an
array of bytes.
- read(byte[], int, int) - Method in class java.io.SequenceInputStream
-
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in class java.io.StringBufferInputStream
-
Deprecated.
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in class java.security.DigestInputStream
-
Reads into a byte array, and updates the message digest (if the
digest function is on).
- read(byte[], int, int) - Method in class java.util.jar.JarInputStream
-
Reads from the current JAR file entry into an array of bytes.
- read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
-
Reads into an array of bytes.
- read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
-
Reads compressed data into a byte array.
- read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
-
Reads uncompressed data into an array of bytes.
- read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
-
Reads uncompressed data into an array of bytes.
- read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
-
Reads from the current ZIP entry into an array of bytes.
- read(byte[], int, int) - Method in class javax.crypto.CipherInputStream
-
Reads up to len bytes of data from this input stream
into an array of bytes.
- read(byte[], int, int) - Method in class ohos.global.resource.Resource
-
Reads up to len bytes from the resource.
- read(byte[], int, int) - Method in class ohos.media.audio.AudioCapturer
-
Reads audio data from the audio hardware.
- read(byte[], int, int) - Method in class ohos.media.image.Image.Component
-
Reads color component data of multiple consecutive bytes and write the data in an
array with specified offsets and length.
- read(byte[], int, int, boolean) - Method in class ohos.media.audio.AudioCapturer
-
Reads audio data from the recording hardware device and writes the data into a byte array.
- read(char[]) - Method in class java.io.Reader
-
Reads characters into an array.
- read(char[], int, int) - Method in class java.io.BufferedReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.CharArrayReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.FilterReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.InputStreamReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.LineNumberReader
-
Read characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.PipedReader
-
Reads up to len characters of data from this piped
stream into an array of characters.
- read(char[], int, int) - Method in class java.io.PushbackReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.Reader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class java.io.StringReader
-
Reads characters into a portion of an array.
- read(float[], int, int) - Method in class ohos.media.audio.AudioCapturer
-
(Blocking method) Reads audio data from the recording hardware device and writes the data into a float array.
- read(float[], int, int, boolean) - Method in class ohos.media.audio.AudioCapturer
-
Reads audio data from the recording hardware device to a float array.
- read(short[], int, int) - Method in class ohos.media.audio.AudioCapturer
-
(Blocking method) Reads audio data from the recording hardware device and writes the data into a short array.
- read(short[], int, int, boolean) - Method in class ohos.media.audio.AudioCapturer
-
Reads audio data from the recording hardware device and writes the data into a short array.
- read(InputStream) - Method in class java.util.jar.Manifest
-
Reads the Manifest from the specified InputStream.
- read(Class<T>) - Method in class ohos.utils.zson.ZSONReader
-
Reads a JSON object of the T type.
- read(Class<T>, boolean) - Method in class ohos.utils.zson.ZSONReader
-
Reads a JSON object of the T type (extended JSON objects readable or not).
- read(Object) - Method in class ohos.utils.zson.ZSONReader
-
Reads a specified obj from the JSON input.
- read(Object, boolean) - Method in class ohos.utils.zson.ZSONReader
-
Reads a specified obj from the JSON input (extended JSON objects readable or not).
- read(String, ByteBuffer) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
-
Read the value of a user-defined attribute into a buffer.
- read(ByteBuffer) - Method in interface java.nio.channels.AsynchronousByteChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer) - Method in class java.nio.channels.AsynchronousSocketChannel
-
- read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
-
Reads a datagram from this channel.
- read(ByteBuffer) - Method in class java.nio.channels.FileChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer) - Method in interface java.nio.channels.SeekableByteChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
-
- read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
-
Reads a datagram from this channel.
- read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
-
Reads a sequence of bytes from this channel into the given buffers.
- read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
-
Reads a sequence of bytes from this channel into the given buffers.
- read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
-
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
-
Reads a datagram from this channel.
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
-
Reads a sequence of bytes from this channel into a subsequence of the
given buffers.
- read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
-
Reads a sequence of bytes from this channel into a subsequence of the
given buffers.
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
-
- read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
-
Reads a sequence of bytes from this channel into a subsequence of the
given buffers.
- read(ByteBuffer, int) - Method in class ohos.media.audio.AudioCapturer
-
(Blocking method) Reads audio data from the recording hardware device and writes the data into the direct buffer.
- read(ByteBuffer, int, boolean) - Method in class ohos.media.audio.AudioCapturer
-
Reads audio data from the recrding hardware device and writes the data into the direct buffer.
- read(ByteBuffer, long) - Method in class java.nio.channels.AsynchronousFileChannel
-
Reads a sequence of bytes from this channel into the given buffer,
starting at the given file position.
- read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
-
Reads a sequence of bytes from this channel into the given buffer,
starting at the given file position.
- read(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
-
Reads a sequence of bytes from this channel into the given buffer,
starting at the given file position.
- read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels.AsynchronousByteChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
-
- read(CharBuffer) - Method in class java.io.Reader
-
Attempts to read characters into the specified character buffer.
- read(CharBuffer) - Method in interface java.lang.Readable
-
Attempts to read characters into the specified character buffer.
- read(CharBuffer) - Method in class java.nio.CharBuffer
-
Attempts to read characters into the specified character buffer.
- READ - java.lang.ProcessBuilder.Redirect.Type
-
- READ - java.nio.file.AccessMode
-
Test read access.
- READ - java.nio.file.StandardOpenOption
-
Open for read access.
- READ_ACL - java.nio.file.attribute.AclEntryPermission
-
Permission to read the ACL attribute.
- READ_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of marking the content as read.
- READ_ATTRIBUTES - java.nio.file.attribute.AclEntryPermission
-
The ability to read (non-acl) file attributes.
- READ_CALENDAR - Static variable in class ohos.security.SystemPermission
-
Allows an application to read calendar information.
- READ_CALL_LOG - Static variable in class ohos.security.SystemPermission
-
Allows an application to read call logs.
- READ_CELL_MESSAGES - Static variable in class ohos.security.SystemPermission
-
Allows an application to read cell broadcast messages received by the device.
- READ_CONTACTS - Static variable in class ohos.security.SystemPermission
-
Allows an application to read contacts.
- READ_DATA - java.nio.file.attribute.AclEntryPermission
-
Permission to read the data of the file.
- READ_HEALTH_DATA - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the health data of the user, for example, the heart rate.
- READ_MEDIA - Static variable in class ohos.security.SystemPermission
-
Allows an application to read media files (such as videos, audio, and images) from the device's external storage.
- READ_MESSAGES - Static variable in class ohos.security.SystemPermission
-
Allows an application to read SMS messages.
- READ_NAMED_ATTRS - java.nio.file.attribute.AclEntryPermission
-
Permission to read the named attributes of a file.
- READ_ONLY - ohos.data.distributed.common.KvStoreErrorCode
-
READ_ONLY error
- READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
-
Mode for a read-only mapping.
- READ_SCREEN_SAVER - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the screen saver information,
such as the list of screen savers that have been installed and the activated one.
- READ_USER_STORAGE - Static variable in class ohos.security.SystemPermission
-
Allows an application to read files from the device's storage.
- READ_VEHICLE_CHASSIS_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the parking brake status and autonomous driving status of a vehicle.
- READ_VEHICLE_EXTERIOR_ENVIRONMENT - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the temperature of the vehicle's exterior environment.
- READ_VEHICLE_FUEL_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the location of the fuel cap or charge port.
- READ_VEHICLE_HMI_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the Human Machine Interface (HMI) information of a head unit.
- READ_VEHICLE_IDENTIFICATION - Static variable in class ohos.security.SystemPermission
-
Allows an application to read basic vehicle information.
- READ_VEHICLE_SPEED_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the real-time speed of a vehicle.
- READ_VEHICLE_STEERING_WHEEL - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the configuration attributes on the steering wheel.
- READ_VEHICLE_TRANSMISSION_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to read the gear status (such as P, D, and N) of a vehicle.
- READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
-
Mode for a read/write mapping.
- Readable - Interface in java.lang
-
A Readable is a source of characters.
- ReadableByteChannel - Interface in java.nio.channels
-
A channel that can read bytes.
- readAllBytes(Path) - Static method in class java.nio.file.Files
-
Reads all the bytes from a file.
- readAllLines(Path) - Static method in class java.nio.file.Files
-
Read all lines from a file.
- readAllLines(Path, Charset) - Static method in class java.nio.file.Files
-
Read all lines from a file.
- readArray() - Method in interface java.sql.SQLInput
-
Reads an SQL ARRAY value from the stream and returns it as an
Array object in the Java programming language.
- readAsciiStream() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a stream of ASCII characters.
- readAshmem() - Method in class ohos.rpc.MessageParcel
-
Reads an Ashmem object from this MessageParcel.
- readAttributes() - Method in interface java.nio.file.attribute.BasicFileAttributeView
-
Reads the basic file attributes as a bulk operation.
- readAttributes() - Method in interface java.nio.file.attribute.DosFileAttributeView
-
- readAttributes() - Method in interface java.nio.file.attribute.PosixFileAttributeView
-
- readAttributes(Path, Class<A>, LinkOption...) - Static method in class java.nio.file.Files
-
Reads a file's attributes as a bulk operation.
- readAttributes(Path, Class<A>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Reads a file's attributes as a bulk operation.
- readAttributes(Path, String, LinkOption...) - Static method in class java.nio.file.Files
-
Reads a set of file attributes as a bulk operation.
- readAttributes(Path, String, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Reads a set of file attributes as a bulk operation.
- readBigDecimal() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a java.math.BigDecimal
object in the Java programming language.
- readBinaryStream() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a stream of uninterpreted
bytes.
- readBlob() - Method in interface java.sql.SQLInput
-
Reads an SQL BLOB value from the stream and returns it as a
Blob object in the Java programming language.
- readBlock(int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Reads content of a specified block of this MifareClassic tag based on the block id.
- readBoolean() - Method in interface java.io.DataInput
-
Reads one input byte and returns
true if that byte is nonzero,
false if that byte is zero.
- readBoolean() - Method in class java.io.DataInputStream
-
See the general contract of the readBoolean
method of DataInput.
- readBoolean() - Method in class java.io.ObjectInputStream
-
Reads in a boolean.
- readBoolean() - Method in class java.io.RandomAccessFile
-
Reads a boolean from this file.
- readBoolean() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a boolean
in the Java programming language.
- readBoolean() - Method in class ohos.utils.Parcel
-
Reads a boolean value from the Parcel instance.
- readBoolean() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the boolean type.
- readBooleanArray() - Method in class ohos.utils.Parcel
-
Reads a boolean array from the Parcel instance.
- readBooleanArray(boolean[]) - Method in class ohos.utils.Parcel
-
Reads a boolean array from the Parcel instance.
- readBuffer(ByteBuffer, int) - Method in class ohos.media.extractor.Extractor
-
Reads demultiplexed data.
- readByte() - Method in interface java.io.DataInput
-
Reads and returns one input byte.
- readByte() - Method in class java.io.DataInputStream
-
See the general contract of the readByte
method of DataInput.
- readByte() - Method in class java.io.ObjectInputStream
-
Reads an 8 bit byte.
- readByte() - Method in class java.io.RandomAccessFile
-
Reads a signed eight-bit value from this file.
- readByte() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a byte
in the Java programming language.
- readByte() - Method in class ohos.utils.Parcel
-
Reads a byte value from the Parcel instance.
- readByteArray() - Method in class ohos.utils.Parcel
-
Reads a byte array from the Parcel instance.
- readByteArray(byte[]) - Method in class ohos.utils.Parcel
-
Reads a byte array from the Parcel instance.
- readBytes() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as an array of bytes
in the Java programming language.
- readChar() - Method in interface java.io.DataInput
-
Reads two input bytes and returns a char value.
- readChar() - Method in class java.io.DataInputStream
-
See the general contract of the readChar
method of DataInput.
- readChar() - Method in class java.io.ObjectInputStream
-
Reads a 16 bit char.
- readChar() - Method in class java.io.RandomAccessFile
-
Reads a character from this file.
- readChar() - Method in class ohos.utils.Parcel
-
Reads a single character value from the Parcel instance.
- readCharacteristic(GattCharacteristic) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Reads the characteristic of a BLE peripheral device.
- readCharacterStream() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a stream of Unicode characters.
- readCharArray() - Method in class ohos.utils.Parcel
-
Reads a single character array from the Parcel instance.
- readCharArray(char[]) - Method in class ohos.utils.Parcel
-
Reads a single character array from the Parcel instance.
- readClassDescriptor() - Method in class java.io.ObjectInputStream
-
Read a class descriptor from the serialization stream.
- readClob() - Method in interface java.sql.SQLInput
-
Reads an SQL CLOB value from the stream and returns it as a
Clob object in the Java programming language.
- readConfiguration() - Method in class java.util.logging.LogManager
-
Reinitialize the logging properties and reread the logging configuration.
- readConfiguration(InputStream) - Method in class java.util.logging.LogManager
-
Reinitialize the logging properties and reread the logging configuration
from the given stream, which should be in java.util.Properties format.
- readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
-
Reads the new contents of the calling RowSet object.
- readDate() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a java.sql.Date object.
- readDescriptor(GattDescriptor) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Reads the descriptor of a BLE peripheral device.
- readDouble() - Method in interface java.io.DataInput
-
Reads eight input bytes and returns
a double value.
- readDouble() - Method in class java.io.DataInputStream
-
See the general contract of the readDouble
method of DataInput.
- readDouble() - Method in class java.io.ObjectInputStream
-
Reads a 64 bit double.
- readDouble() - Method in class java.io.RandomAccessFile
-
Reads a double from this file.
- readDouble() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a double
in the Java programming language.
- readDouble() - Method in class ohos.utils.Parcel
-
Reads a double-precision floating point value from the Parcel instance.
- readDouble() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the double type.
- readDoubleArray() - Method in class ohos.utils.Parcel
-
Reads a double-precision floating point array from the Parcel instance.
- readDoubleArray(double[]) - Method in class ohos.utils.Parcel
-
Reads a double-precision floating point array from the Parcel instance.
- reader() - Method in class java.io.Console
-
Retrieves the unique
Reader object associated
with this console.
- Reader - Class in java.io
-
Abstract class for reading character streams.
- Reader - Class in ohos.nfc.oma
-
Provides interfaces to obtain information about secure elements.
- Reader() - Constructor for class java.io.Reader
-
Creates a new character-stream reader whose critical sections will
synchronize on the reader itself.
- Reader(Object) - Constructor for class java.io.Reader
-
Creates a new character-stream reader whose critical sections will
synchronize on the given object.
- ReaderModeCallbackStub(NfcController.ReaderModeCallback) - Constructor for class ohos.nfc.NfcController.ReaderModeCallbackStub
-
- readException() - Method in class ohos.rpc.MessageParcel
-
Reads an exception from the MessageParcel.
- readExternal(ObjectInput) - Method in interface java.io.Externalizable
-
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- readFields() - Method in class java.io.ObjectInputStream
-
Reads the persistent fields from the stream and makes them available by
name.
- readFile(FileDescriptor, byte[], int, int) - Static method in class ohos.system.OsHelper
-
Reads a specified number of bytes from the specified file and saves the bytes to the specified byte array.
- readFile(FileDescriptor, ByteBuffer) - Static method in class ohos.system.OsHelper
-
Reads data from the specified file and saves the data to the specified byte buffer.
- readFileDescriptor() - Method in class ohos.rpc.MessageParcel
-
Reads a file descriptor from MessageParcel.
- readFloat() - Method in interface java.io.DataInput
-
Reads four input bytes and returns
a float value.
- readFloat() - Method in class java.io.DataInputStream
-
See the general contract of the readFloat
method of DataInput.
- readFloat() - Method in class java.io.ObjectInputStream
-
Reads a 32 bit float.
- readFloat() - Method in class java.io.RandomAccessFile
-
Reads a float from this file.
- readFloat() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a float
in the Java programming language.
- readFloat() - Method in class ohos.utils.Parcel
-
Reads a floating point value from the Parcel instance.
- readFloat() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the float type.
- readFloatArray() - Method in class ohos.utils.Parcel
-
Reads a floating point array from the Parcel instance.
- readFloatArray(float[]) - Method in class ohos.utils.Parcel
-
Reads a floating point array from the Parcel instance.
- readFourPages(int) - Method in class ohos.nfc.tag.MifareUltralightTag
-
Reads four pages (16 bytes) starting from the specified page offset.
- readFromAShmem(int, int) - Method in class ohos.utils.Ashmem
-
Reads data from the Ashmem object.
- readFromParcel(Parcel) - Static method in class ohos.utils.net.Uri
-
Reads a Uri object from a Parcel.
- readFully(byte[]) - Method in interface java.io.DataInput
-
Reads some bytes from an input
stream and stores them into the buffer
array b.
- readFully(byte[]) - Method in class java.io.DataInputStream
-
See the general contract of the readFully
method of DataInput.
- readFully(byte[]) - Method in class java.io.ObjectInputStream
-
Reads bytes, blocking until all bytes are read.
- readFully(byte[]) - Method in class java.io.RandomAccessFile
-
Reads b.length bytes from this file into the byte
array, starting at the current file pointer.
- readFully(byte[], int, int) - Method in interface java.io.DataInput
-
Reads len
bytes from
an input stream.
- readFully(byte[], int, int) - Method in class java.io.DataInputStream
-
See the general contract of the readFully
method of DataInput.
- readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
-
Reads bytes, blocking until all bytes are read.
- readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
-
Reads exactly len bytes from this file into the byte
array, starting at the current file pointer.
- READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
Attribute key for the reading of some text.
- readInt() - Method in interface java.io.DataInput
-
Reads four input bytes and returns an
int value.
- readInt() - Method in class java.io.DataInputStream
-
See the general contract of the readInt
method of DataInput.
- readInt() - Method in class java.io.ObjectInputStream
-
Reads a 32 bit int.
- readInt() - Method in class java.io.RandomAccessFile
-
Reads a signed 32-bit integer from this file.
- readInt() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as an int
in the Java programming language.
- readInt() - Method in class ohos.utils.Parcel
-
Reads an integer value from the Parcel instance.
- readInt() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the int type.
- readIntArray() - Method in class ohos.utils.Parcel
-
Reads an integer array from the Parcel instance.
- readIntArray(int[]) - Method in class ohos.utils.Parcel
-
Reads an integer array from the Parcel instance.
- readInterfaceToken() - Method in class ohos.rpc.MessageParcel
-
Reads an interface token from MessageParcel.
- readLatestImage() - Method in class ohos.media.image.ImageReceiver
-
Reads the latest image data from the buffer queue and clears earlier images from the queue.
- readLine() - Method in class java.io.BufferedReader
-
Reads a line of text.
- readLine() - Method in class java.io.Console
-
Reads a single line of text from the console.
- readLine() - Method in interface java.io.DataInput
-
Reads the next line of text from the input stream.
- readLine() - Method in class java.io.DataInputStream
-
- readLine() - Method in class java.io.LineNumberReader
-
Read a line of text.
- readLine() - Method in class java.io.ObjectInputStream
-
- readLine() - Method in class java.io.RandomAccessFile
-
Reads the next line of text from this file.
- readLine(String, Object...) - Method in class java.io.Console
-
Provides a formatted prompt, then reads a single line of text from the
console.
- readList() - Method in class ohos.utils.Parcel
-
Reads a list of objects from this Parcel instance.
- readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
-
Returns the lock used for reading.
- readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
- readLock() - Method in class java.util.concurrent.locks.StampedLock
-
Non-exclusively acquires the lock, blocking if necessary
until available.
- ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Constructor for use by subclasses
- readLockInterruptibly() - Method in class java.util.concurrent.locks.StampedLock
-
Non-exclusively acquires the lock, blocking if necessary
until available or the current thread is interrupted.
- readLong() - Method in interface java.io.DataInput
-
Reads eight input bytes and returns
a long value.
- readLong() - Method in class java.io.DataInputStream
-
See the general contract of the readLong
method of DataInput.
- readLong() - Method in class java.io.ObjectInputStream
-
Reads a 64 bit long.
- readLong() - Method in class java.io.RandomAccessFile
-
Reads a signed 64-bit integer from this file.
- readLong() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a long
in the Java programming language.
- readLong() - Method in class ohos.utils.Parcel
-
Reads a long integer value from the Parcel instance.
- readLong() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the long type.
- readLongArray() - Method in class ohos.utils.Parcel
-
Reads a long integer array from the Parcel instance.
- readLongArray(long[]) - Method in class ohos.utils.Parcel
-
Reads a long integer array from the Parcel instance.
- readMap() - Method in class ohos.utils.Parcel
-
Reads a Map object from this Parcel instance.
- readName() - Method in class ohos.utils.zson.ZSONReader
-
Reads the name of the JSON object.
- readNClob() - Method in interface java.sql.SQLInput
-
Reads an SQL NCLOB value from the stream and returns it as a
NClob object in the Java programming language.
- readNdefMessage() - Method in class ohos.nfc.tag.NdefTag
-
Reads the NDEF message from currently connected tag.
- readNextImage() - Method in class ohos.media.image.ImageReceiver
-
Reads the next image from the buffer queue.
- readNString() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a String
in the Java programming language.
- readNull() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the null type.
- readObject() - Method in interface java.io.ObjectInput
-
Read and return an object.
- readObject() - Method in class java.io.ObjectInputStream
-
Read an object from the ObjectInputStream.
- readObject() - Method in interface java.sql.SQLInput
-
Reads the datum at the head of the stream and returns it as an
Object in the Java programming language.
- readObjectOverride() - Method in class java.io.ObjectInputStream
-
This method is called by trusted subclasses of ObjectOutputStream that
constructed ObjectOutputStream using the protected no-arg constructor.
- ReadOnlyBufferException - Exception in java.nio
-
Unchecked exception thrown when a content-mutation method such as
put or compact is invoked upon a read-only buffer.
- ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
-
Constructs an instance of this class.
- ReadOnlyFileSystemException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to update an object
associated with a
FileSystem#isReadOnly() FileSystem.
- ReadOnlyFileSystemException() - Constructor for exception java.nio.file.ReadOnlyFileSystemException
-
Constructs an instance of this class.
- readPacMapEx(PacMapEx) - Method in class ohos.utils.Parcel
-
Reads a
PacMapEx object from this
Parcel object.
- readParcelableEx(ClassLoader) - Method in class ohos.utils.Parcel
-
- readPassword() - Method in class java.io.Console
-
Reads a password or passphrase from the console with echoing disabled
- readPassword(String, Object...) - Method in class java.io.Console
-
Provides a formatted prompt, then reads a password or passphrase from
the console with echoing disabled.
- ReadPendingException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to read from an
asynchronous socket channel and a previous read has not completed.
- ReadPendingException() - Constructor for exception java.nio.channels.ReadPendingException
-
Constructs an instance of this class.
- readPixel(Position) - Method in class ohos.media.image.PixelMap
-
Reads the color value at the specified position.
- readPixels(int[], int, int, Rect) - Method in class ohos.media.image.PixelMap
-
Reads the color values of a specified region and writes them into a pixels array with the specified start
offset and stride.
- readPixels(Buffer) - Method in class ohos.media.image.PixelMap
-
Reads a copy of color values of this PixelMap instance and stores it to the specified buffer.
- readPlainArray(Class<T>) - Method in class ohos.utils.Parcel
-
Reads a
PlainArray object from this
Parcel instance.
- readPlainBooleanArray() - Method in class ohos.utils.Parcel
-
- readRawData(int) - Method in class ohos.rpc.MessageParcel
-
Reads raw data from MessageParcel.
- readRef() - Method in interface java.sql.SQLInput
-
Reads an SQL REF value from the stream and returns it as a
Ref object in the Java programming language.
- readRemoteObject() - Method in class ohos.rpc.MessageParcel
-
Reads a remote object from MessageParcel.
- readRemoteObjectArray(IRemoteObject[]) - Method in class ohos.rpc.MessageParcel
-
- readRemoteObjectList(List<IRemoteObject>) - Method in class ohos.rpc.MessageParcel
-
- readRemoteRssiEvent(int, int) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to obtain the result of reading a rssi.
- readRemoteRssiValue() - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Reads the RSSI value of this BLE peripheral device.
- readResolve() - Method in class java.awt.font.TextAttribute
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class java.security.cert.Certificate.CertificateRep
-
Resolve the Certificate Object.
- readResolve() - Method in class java.security.cert.CertPath.CertPathRep
-
Returns a CertPath constructed from the type and data.
- readResolve() - Method in class java.security.KeyRep
-
Resolve the Key object.
- readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class java.text.DateFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class java.text.MessageFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class java.text.NumberFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class ohos.global.icu.text.DateFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class ohos.global.icu.text.MessageFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class ohos.global.icu.text.NumberFormat.Field
-
serizalization method resolve instances to the constant
NumberFormat.Field values
- readResolve() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.Field
-
Serizalization method resolve instances to the constant Field values
- readRowId() - Method in interface java.sql.SQLInput
-
Reads an SQL ROWID value from the stream and returns it as a
RowId object in the Java programming language.
- readSequenceable(Sequenceable) - Method in class ohos.utils.Parcel
-
- readSequenceableArray(Sequenceable[]) - Method in class ohos.utils.Parcel
-
- readSequenceableList(Class<T>) - Method in class ohos.utils.Parcel
-
Reads a list of Sequenceable objects of a specified type from this Parcel instance.
- readSequenceableMap(Class<T>) - Method in class ohos.utils.Parcel
-
Reads a Map object from this Parcel instance.
- readSerializable(Class<T>) - Method in class ohos.utils.Parcel
-
Reads a serializable object from this Parcel instance.
- readShort() - Method in interface java.io.DataInput
-
Reads two input bytes and returns
a short value.
- readShort() - Method in class java.io.DataInputStream
-
See the general contract of the readShort
method of DataInput.
- readShort() - Method in class java.io.ObjectInputStream
-
Reads a 16 bit short.
- readShort() - Method in class java.io.RandomAccessFile
-
Reads a signed 16-bit number from this file.
- readShort() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a short
in the Java programming language.
- readShort() - Method in class ohos.utils.Parcel
-
Reads a short integer value from the Parcel instance.
- readShortArray() - Method in class ohos.utils.Parcel
-
Reads a short integer array from the Parcel instance.
- readShortArray(short[]) - Method in class ohos.utils.Parcel
-
Reads a short integer array from the Parcel instance.
- readSQL(SQLInput, String) - Method in interface java.sql.SQLData
-
Populates this object with data read from the database.
- readSQLXML() - Method in interface java.sql.SQLInput
-
Reads an SQL XML value from the stream and returns it as a
SQLXML object in the Java programming language.
- readStreamHeader() - Method in class java.io.ObjectInputStream
-
The readStreamHeader method is provided to allow subclasses to read and
verify their own stream headers.
- readString() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a String
in the Java programming language.
- readString() - Method in class ohos.utils.Parcel
-
Reads a string value from the Parcel instance.
- readString() - Method in class ohos.utils.zson.ZSONReader
-
Reads data of the String type.
- readStringArray() - Method in class ohos.utils.Parcel
-
Reads a string array from the Parcel instance.
- readStringArray(String[]) - Method in class ohos.utils.Parcel
-
Reads a string array from the Parcel instance.
- readStringList() - Method in class ohos.utils.Parcel
-
Reads a string list from Parcel.
- readSymbolicLink(String) - Static method in class ohos.system.OsHelper
-
Obtains the target file path to which the symbolic link points.
- readSymbolicLink(Path) - Static method in class java.nio.file.Files
-
Reads the target of a symbolic link (optional operation).
- readSymbolicLink(Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Reads the target of a symbolic link.
- readTime() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a java.sql.Time object.
- readTimestamp() - Method in interface java.sql.SQLInput
-
Reads the next attribute in the stream and returns it as a java.sql.Timestamp object.
- readUnshared() - Method in class java.io.ObjectInputStream
-
Reads an "unshared" object from the ObjectInputStream.
- readUnsignedByte() - Method in interface java.io.DataInput
-
Reads one input byte, zero-extends
it to type int, and returns
the result, which is therefore in the range
0
through 255.
- readUnsignedByte() - Method in class java.io.DataInputStream
-
See the general contract of the readUnsignedByte
method of DataInput.
- readUnsignedByte() - Method in class java.io.ObjectInputStream
-
Reads an unsigned 8 bit byte.
- readUnsignedByte() - Method in class java.io.RandomAccessFile
-
Reads an unsigned eight-bit number from this file.
- readUnsignedShort() - Method in interface java.io.DataInput
-
Reads two input bytes and returns
an int value in the range 0
through 65535.
- readUnsignedShort() - Method in class java.io.DataInputStream
-
See the general contract of the readUnsignedShort
method of DataInput.
- readUnsignedShort() - Method in class java.io.ObjectInputStream
-
Reads an unsigned 16 bit short.
- readUnsignedShort() - Method in class java.io.RandomAccessFile
-
Reads an unsigned 16-bit number from this file.
- readURL() - Method in interface java.sql.SQLInput
-
Reads an SQL DATALINK value from the stream and returns it as a
java.net.URL object in the Java programming language.
- readUTF() - Method in interface java.io.DataInput
-
Reads in a string that has been encoded using a
modified UTF-8
format.
- readUTF() - Method in class java.io.DataInputStream
-
See the general contract of the readUTF
method of DataInput.
- readUTF() - Method in class java.io.ObjectInputStream
-
- readUTF() - Method in class java.io.RandomAccessFile
-
Reads in a string from this file.
- readUTF(DataInput) - Static method in class java.io.DataInputStream
-
Reads from the
stream
in a representation
of a Unicode character string encoded in
modified UTF-8 format;
this string of characters is then returned as a
String.
- readValue() - Method in class ohos.utils.Parcel
-
Reads an object from this Parcel instance.
- ReadWriteLock - Interface in java.util.concurrent.locks
-
A
ReadWriteLock maintains a pair of associated
Lock, one for read-only operations and one for writing.
- ready() - Method in class java.io.BufferedReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.CharArrayReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.FilterReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.InputStreamReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.PipedReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class java.io.PushbackReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.Reader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.StringReader
-
Tells whether this stream is ready to be read.
- readyOps() - Method in class java.nio.channels.SelectionKey
-
Retrieves this key's ready-operation set.
- REAL - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL.
- REAL_TIME_AUDIO - Static variable in class ohos.media.tubecore.AVTube.UsageScene
-
Indicates that the media tube is used for real-time audios.
- REAL_TIME_VIDEO - Static variable in class ohos.media.tubecore.AVTube.UsageScene
-
Indicates that the media tube is used for real-time videos.
- REARRANGE_MISSIONS - Static variable in class ohos.security.SystemPermission
-
Allows an application to adjust the position of its task in the task stack,
for example, to the top of the task stack.
- REASON_UNKNOWN - java.sql.ClientInfoStatus
-
The client info property could not be set for some unknown reason
- REASON_UNKNOWN - Static variable in class ohos.aafwk.ability.RunningProcessInfo
-
Indicates that there is no special reason for this weight level.
- REASON_UNKNOWN_PROPERTY - java.sql.ClientInfoStatus
-
The client info property name specified was not a recognized property
name.
- REASON_VALUE_INVALID - java.sql.ClientInfoStatus
-
The value specified for the client info property was not valid.
- REASON_VALUE_TRUNCATED - java.sql.ClientInfoStatus
-
The value specified for the client info property was too large.
- REBOOT - Static variable in class ohos.security.SystemPermission
-
Allows an application to restart the device.
- REBOOT_RECOVERY - Static variable in class ohos.security.SystemPermission
-
Allows a system application to restart the device and enter Recovery mode.
- rebootAndCleanCache(Context) - Static method in class ohos.systemrestore.SystemRestore
-
Reboots a device and clears its cache partition in system restore mode.
- rebootAndCleanUserData(Context) - Static method in class ohos.systemrestore.SystemRestore
-
Reboots a device and clears its user partition in system restore mode.
- rebootAndInstallUpgradePackage(Context, File) - Static method in class ohos.systemrestore.SystemRestore
-
Installs the upgrade package after a device is rebooted.
- rebootDevice(String) - Method in class ohos.powermanager.PowerManager
-
Restarts the system.
- ReboundEffectParams(int, float, int) - Constructor for class ohos.agp.components.ListContainer.ReboundEffectParams
-
A constructor used to create a ReboundEffectParams instance.
- ReboundEffectParams(int, float, int) - Constructor for class ohos.agp.components.PageSlider.ReboundEffectParams
-
A constructor used to create a ReboundEffectParams instance.
- ReboundEffectParams(int, float, int) - Constructor for class ohos.agp.components.ScrollView.ReboundEffectParams
-
A constructor used to create a ReboundEffectParams instance.
- receive(int) - Method in class java.io.PipedInputStream
-
Receives a byte of data.
- receive(DatagramPacket) - Method in class java.net.DatagramSocket
-
Receives a datagram packet from this socket.
- receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Receive the datagram packet.
- receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
-
Receives a datagram via this channel.
- RECEIVE_MMS - Static variable in class ohos.security.SystemPermission
-
Allows an application to receive and process MMS messages.
- RECEIVE_SMS - Static variable in class ohos.security.SystemPermission
-
Allows an application to receive and process SMS messages.
- RECEIVE_WAP_MESSAGES - Static variable in class ohos.security.SystemPermission
-
Allows an application to receive and process WAP messages.
- receiveCharacteristicReadEvent(BlePeripheralDevice, int, int, GattCharacteristic) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that remote gatt client has requested to read a characteristic.
- receiveCharacteristicWriteEvent(BlePeripheralDevice, int, GattCharacteristic, boolean, boolean, int, byte[]) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that remote gatt client has requested to write a characteristic.
- receiveDescriptorReadEvent(BlePeripheralDevice, int, int, GattDescriptor) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that remote gatt client has requested to read a descriptor.
- receiveDescriptorWriteRequestEvent(BlePeripheralDevice, int, GattDescriptor, boolean, boolean, int, byte[]) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that remote gatt client has requested to write a descriptor.
- RECEIVER_STARTUP_COMPLETED - Static variable in class ohos.security.SystemPermission
-
Allows an application to receive a broadcast indicating that the device is started successfully.
- RECIPIENT_NAME - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of recipientName.
- RECIPIENT_PHONE - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of recipientPhone.
- reclaim() - Method in class ohos.rpc.MessageParcel
-
Adds a MessageParcel object to the cache pool.
- reclaim() - Method in class ohos.utils.Parcel
-
Clears data in the Parcel instance.
- Recommendation - Class in ohos.data.search.model
-
Represents the group search result.
- Recommendation(String, String, List<IndexData>, long) - Constructor for class ohos.data.search.model.Recommendation
-
A constructor used to create a Recommendation instance.
- RECOMMENDED - ohos.global.icu.lang.UScript.ScriptUsage
-
Recommended script.
- Recorder - Class in ohos.media.recorder
-
Records videos and audios.
- Recorder() - Constructor for class ohos.media.recorder.Recorder
-
A constructor used to create a Recorder instance.
- Recorder.AudioEncoder - Class in ohos.media.recorder
-
Describes the audio encoding format.
- Recorder.AudioSource - Class in ohos.media.recorder
-
Describes the audio source.
- Recorder.IRecorderListener - Interface in ohos.media.recorder
-
Listens for errors, alarms, and info events related to audio and video recording.
- Recorder.OrientationHint - Class in ohos.media.recorder
-
Describes the rotation angle used during video playback.
- Recorder.OutputFormat - Class in ohos.media.recorder
-
Describes the format of the output media.
- Recorder.RecorderOnErrorType - Class in ohos.media.recorder
-
Describes recording framework errors.
- Recorder.RecorderOnInfoType - Class in ohos.media.recorder
-
Describes recording framework info events and alarms.
- Recorder.VideoEncoder - Class in ohos.media.recorder
-
Describes the available video encoding formats, including H.264 and high efficiency video coding (HEVC).
- Recorder.VideoSource - Class in ohos.media.recorder
-
Describes the video source, including the camera and surface.
- RecorderProfile - Class in ohos.media.recorder
-
Describes the coding and decoding capabilities of the system.
- RecorderProfile(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class ohos.media.recorder.RecorderProfile
-
A constructor used to create a RecorderProfile instance.
- recordParcel(Parcel) - Method in class ohos.agp.utils.Rect
-
Put the param of rectangle into the parcel.
- RECOVER_FAILED - ohos.data.distributed.common.KvStoreErrorCode
-
RECOVER_FAILED
- RECOVER_SUCCESS - ohos.data.distributed.common.KvStoreErrorCode
-
RECOVER_SUCCESS
- Rect - Class in ohos.agp.utils
-
Represents a rectangle area.
- Rect - Class in ohos.media.image.common
-
Describes rectangle areas of images.
- Rect - Class in ohos.utils.geo
-
Represents a rectangle area.
- Rect() - Constructor for class ohos.agp.utils.Rect
-
Default constructor used to create a
Rect instance.
- Rect() - Constructor for class ohos.media.image.common.Rect
-
A constructor used to create a
Rect instance,
with the abscissa and coordinate of the upper-left point, width, and height set to
0.
- Rect() - Constructor for class ohos.utils.geo.Rect
-
Default constructor used to create a
Rect instance.
- Rect(int, int, int, int) - Constructor for class ohos.agp.utils.Rect
-
A constructor used to create a
Rect instance.
- Rect(int, int, int, int) - Constructor for class ohos.media.image.common.Rect
-
A constructor used to create a
Rect instance.
- Rect(int, int, int, int) - Constructor for class ohos.utils.geo.Rect
-
A constructor used to create a
Rect instance.
- Rect(Rect) - Constructor for class ohos.agp.utils.Rect
-
A constructor used to create a Rect instance by using a rectangle with integer coordinates.
- Rect(Rect) - Constructor for class ohos.media.image.common.Rect
-
A constructor used to create a
Rect instance with another one as the input parameter.
- Rect(Rect) - Constructor for class ohos.utils.geo.Rect
-
A constructor used to create a Rect instance by using a rectangle with integer coordinates.
- RECT_MODE - Static variable in class ohos.agp.components.Component
-
Indicates that the component content is displayed in a rectangle.
- Rect.RotationEnum - Enum in ohos.agp.utils
-
Indicates the rotation angle.
- Rect.RotationEnum - Enum in ohos.utils.geo
-
Indicates the rotation angle.
- RECTANGLE - Static variable in class ohos.agp.components.element.ShapeElement
-
Indicates a rectangle, for which the corner radius can be set.
- RECTANGLE_MASK - ohos.agp.render.Paint.MaskType
-
Indicates that the mask is in the shape of rectangle.
- RectFloat - Class in ohos.agp.utils
-
Indicates a rectangle that uses float coordinates.
- RectFloat - Class in ohos.utils.geo
-
Indicates a rectangle that uses float coordinates.
- RectFloat() - Constructor for class ohos.agp.utils.RectFloat
-
Default constructor used to create a RectFloat instance.
- RectFloat() - Constructor for class ohos.utils.geo.RectFloat
-
Default constructor used to create a RectFloat instance.
- RectFloat(float, float, float, float) - Constructor for class ohos.agp.utils.RectFloat
-
A constructor used to create a RectFloat instance.
- RectFloat(float, float, float, float) - Constructor for class ohos.utils.geo.RectFloat
-
A constructor used to create a RectFloat instance.
- RectFloat(Rect) - Constructor for class ohos.agp.utils.RectFloat
-
A constructor used to create a RectFloat instance by using a rectangle with integer coordinates.
- RectFloat(RectFloat) - Constructor for class ohos.agp.utils.RectFloat
-
A constructor used to create a RectFloat instance by using a rectangle with float coordinates.
- RectFloat(Rect) - Constructor for class ohos.utils.geo.RectFloat
-
A constructor used to create a RectFloat instance by using a rectangle with integer coordinates.
- RectFloat(RectFloat) - Constructor for class ohos.utils.geo.RectFloat
-
A constructor used to create a RectFloat instance by using a rectangle with float coordinates.
- RectFloat.RotationEnum - Enum in ohos.agp.utils
-
Indicates the rotation angle.
- RectFloat.RotationEnum - Enum in ohos.utils.geo
-
Indicates the rotation angle.
- rectStaysRect() - Method in class ohos.agp.utils.Matrix
-
Checks whether this Matrix can map one rectangle to another.
- RECUR_DATE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the interval at which the event repeats.
- RECUR_RULE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the recurrence rule.
- RecursiveAction - Class in java.util.concurrent
-
- RecursiveAction() - Constructor for class java.util.concurrent.RecursiveAction
-
- RecursiveTask<V> - Class in java.util.concurrent
-
- RecursiveTask() - Constructor for class java.util.concurrent.RecursiveTask
-
- RECV_COMMON_EVENT_DATA - Static variable in interface ohos.event.commonevent.ICommonEventSubscriber
-
Deprecated.
- RecycleItemProvider - Class in ohos.agp.components
-
- RecycleItemProvider() - Constructor for class ohos.agp.components.RecycleItemProvider
-
Deprecated.
- RED - Static variable in class ohos.agp.colors.CmykPalette
-
- RED - Static variable in class ohos.agp.colors.HslPalette
-
The HSL representation for red.
- RED - Static variable in class ohos.agp.colors.HsvPalette
-
The HSV representation for red.
- RED - Static variable in class ohos.agp.colors.RgbPalette
-
- RED - Static variable in class ohos.agp.utils.Color
-
Indicates the red color, represented by 0xFFFF0000.
- redirectError() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's standard error destination.
- redirectError(File) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard error destination to a file.
- redirectError(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard error destination.
- redirectErrorStream() - Method in class java.lang.ProcessBuilder
-
Tells whether this process builder merges standard error and
standard output.
- redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's redirectErrorStream property.
- redirectInput() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's standard input source.
- redirectInput(File) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard input source to a file.
- redirectInput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard input source.
- redirectOutput() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's standard output destination.
- redirectOutput(File) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard output destination to a file.
- redirectOutput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's standard output destination.
- reduce(double, DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
-
Performs a
reduction on the
elements of this stream, using the provided identity value and an
associative
accumulation function, and returns the reduced value.
- reduce(int, IntBinaryOperator) - Method in interface java.util.stream.IntStream
-
Performs a
reduction on the
elements of this stream, using the provided identity value and an
associative
accumulation function, and returns the reduced value.
- reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, or null if none.
- reduce(long, LongBinaryOperator) - Method in interface java.util.stream.LongStream
-
Performs a
reduction on the
elements of this stream, using the provided identity value and an
associative
accumulation function, and returns the reduced value.
- reduce(BinaryOperator<T>) - Method in interface java.util.stream.Stream
-
Performs a
reduction on the
elements of this stream, using an
associative accumulation
function, and returns an
Optional describing the reduced value,
if any.
- reduce(DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
-
Performs a
reduction on the
elements of this stream, using an
associative accumulation
function, and returns an
OptionalDouble describing the reduced
value, if any.
- reduce(IntBinaryOperator) - Method in interface java.util.stream.IntStream
-
Performs a
reduction on the
elements of this stream, using an
associative accumulation
function, and returns an
OptionalInt describing the reduced value,
if any.
- reduce(LongBinaryOperator) - Method in interface java.util.stream.LongStream
-
Performs a
reduction on the
elements of this stream, using an
associative accumulation
function, and returns an
OptionalLong describing the reduced value,
if any.
- reduce(T, BinaryOperator<T>) - Method in interface java.util.stream.Stream
-
Performs a
reduction on the
elements of this stream, using the provided identity value and an
associative
accumulation function, and returns the reduced value.
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface java.util.stream.Stream
-
Performs a
reduction on the
elements of this stream, using the provided identity, accumulation and
combining functions.
- reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating all entries using the
given reducer to combine values, or null if none.
- reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
or null if none.
- reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating all keys using the given
reducer to combine values, or null if none.
- reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, or
null if none.
- reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reducePermits(int) - Method in class java.util.concurrent.Semaphore
-
Shrinks the number of available permits by the indicated
reduction.
- reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.
- reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.
- reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.
- reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating all values using the
given reducer to combine values, or null if none.
- reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values, or
null if none.
- reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reducing(BinaryOperator<T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which performs a reduction of its
input elements under a specified BinaryOperator.
- reducing(T, BinaryOperator<T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which performs a reduction of its
input elements under a specified BinaryOperator using the
provided identity.
- reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which performs a reduction of its
input elements under a specified mapping function and
BinaryOperator.
- ReentrantLock - Class in java.util.concurrent.locks
-
A reentrant mutual exclusion
Lock with the same basic
behavior and semantics as the implicit monitor lock accessed using
synchronized methods and statements, but with extended
capabilities.
- ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
-
Creates an instance of ReentrantLock.
- ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
-
Creates an instance of ReentrantLock with the
given fairness policy.
- ReentrantReadWriteLock - Class in java.util.concurrent.locks
-
- ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
-
Creates a new ReentrantReadWriteLock with
default (nonfair) ordering properties.
- ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
-
Creates a new ReentrantReadWriteLock with
the given fairness policy.
- ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
-
- ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
-
- Ref - Interface in java.sql
-
The mapping in the Java programming language of an SQL REF
value, which is a reference to an SQL structured type value in the database.
- REF - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
REF.
- REF_getField - Static variable in interface java.lang.invoke.MethodHandleInfo
-
A direct method handle reference kind,
as defined in the
table above.
- REF_getStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_invokeInterface - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_invokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_invokeStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_invokeVirtual - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_newInvokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_putField - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- REF_putStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
-
- Reference<T> - Class in java.lang.ref
-
Abstract base class for reference objects.
- REFERENCE_BLACK_WHITE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- referenceKindToString(int) - Static method in interface java.lang.invoke.MethodHandleInfo
-
Returns the descriptive name of the given reference kind,
as defined in the
table above.
- ReferenceQueue<T> - Class in java.lang.ref
-
Reference queues, to which registered reference objects are appended by the
garbage collector after the appropriate reachability changes are detected.
- ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
-
Constructs a new reference-object queue.
- referenceSize - Variable in class ohos.agp.components.MagicLayout.LayoutConfig
-
Indicates the line wrapping reference size.
- reflectAs(Class<T>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
- reflectAs(Class<T>, MethodHandles.Lookup) - Method in interface java.lang.invoke.MethodHandleInfo
-
Reflects the underlying member as a method, constructor, or field object.
- ReflectiveOperationException - Exception in java.lang
-
Common superclass of exceptions thrown by reflective operations in
core reflection.
- ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with null as its detail
message.
- ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified detail message.
- ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified detail message
and cause.
- ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- ReflectPermission - Class in java.lang.reflect
-
The Permission class for reflective operations.
- ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
-
Constructs a ReflectPermission with the specified name.
- ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
-
Constructs a ReflectPermission with the specified name and actions.
- refresh() - Method in class java.security.Policy
-
Refreshes/reloads the policy configuration.
- REFRESH_USER_ACTION - Static variable in class ohos.security.SystemPermission
-
Allows an application to reset the screen timeout counter when a user input event occurs,
such as pressing a key or tapping the screen.
- refreshRow() - Method in interface java.sql.ResultSet
-
Refreshes the current row with its most recent value in
the database.
- refreshTextureImage() - Method in class ohos.agp.graphics.TextureHolder
-
Updates the texture image to the latest image streams.
- REG_STATE_EMERGENCY_CALL_ONLY - Static variable in class ohos.telephony.NetworkState
-
Indicates a state in which a device can use only the emergency call service.
- REG_STATE_IN_SERVICE - Static variable in class ohos.telephony.NetworkState
-
Indicates a state in which a device can use services properly.
- REG_STATE_NO_SERVICE - Static variable in class ohos.telephony.NetworkState
-
Indicates a state in which a device cannot use any service.
- REG_STATE_POWER_OFF - Static variable in class ohos.telephony.NetworkState
-
Indicates that the cellular radio is powered off.
- region(int, int) - Method in class java.util.regex.Matcher
-
Sets the limits of this matcher's region.
- Region - Class in ohos.agp.render
-
Represents a region composed of multiple rectangles.
- Region() - Constructor for class ohos.agp.render.Region
-
Default constructor used to create a Region instance.
- Region(Region) - Constructor for class ohos.agp.render.Region
-
A constructor used to create a Region instance by using an existing Region object.
- Region(Rect) - Constructor for class ohos.agp.render.Region
-
A constructor used to create a Region instance by using a specified rectangle.
- Region.Op - Enum in ohos.agp.render
-
Enumerates operation types.
- REGIONAL_INDICATOR - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- REGIONAL_INDICATOR - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- REGIONAL_INDICATOR - Static variable in interface ohos.global.icu.lang.UCharacter.WordBreak
-
- REGIONAL_INDICATOR - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Regional_Indicator.
- regionDisplayName(String) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the display name of the provided region code.
- regionEnd() - Method in class java.util.regex.Matcher
-
Reports the end index (exclusive) of this matcher's region.
- RegionIterator - Class in ohos.agp.render
-
Represents the iterator of
Region.
- RegionIterator(Region) - Constructor for class ohos.agp.render.RegionIterator
-
Default constructor used to create a RegionIterator instance.
- regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
-
Tests if two string regions are equal.
- regionMatches(int, String, int, int) - Method in class java.lang.String
-
Tests if two string regions are equal.
- regionStart() - Method in class java.util.regex.Matcher
-
Reports the start index of this matcher's region.
- register() - Method in class java.util.concurrent.Phaser
-
Adds a new unarrived party to this phaser.
- register(E) - Method in class ohos.rpc.RemoteObjectCallbackList
-
Adds the specified callback to this RemoteObjectCallbackList.
- register(E, Object) - Method in class ohos.rpc.RemoteObjectCallbackList
-
Adds the specified callback with the specified cookie to this RemoteObjectCallbackList.
- register(String, ExtraParams, IContinuationDeviceCallback, RequestCallback) - Method in interface ohos.aafwk.ability.continuation.IContinuationRegisterManager
-
Registers an ability to be migrated with the Device+ control center and obtains the registration token assigned
to the ability.
- register(Selector, int) - Method in class java.nio.channels.SelectableChannel
-
Registers this channel with the given selector, returning a selection
key.
- register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
-
Registers this channel with the given selector, returning a selection
key.
- register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Registers this channel with the given selector, returning a selection key.
- register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
-
Registers the given channel with this selector.
- register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Path
-
Registers the file located by this path with a watch service.
- register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Watchable
-
Registers an object with a watch service.
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Path
-
Registers the file located by this path with a watch service.
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Watchable
-
Registers an object with a watch service.
- register(AceAbility) - Method in interface ohos.ace.ability.LocalParticleAbility
-
Registers this LocalParticleAbility instance with the JS UI framework and binds the instance to a
specified AceAbility.
- REGISTER_SHIFTER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- registerAids(ElementName, String, List<String>) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Registers a list of AIDs of the specified type for a given application.
- registerAllPermissionsChanged(IRemoteObject) - Method in interface ohos.bundle.IBundleManager
-
Registers a callback for listening for permission changes of all UIDs.
- registerAsParallelCapable() - Static method in class java.lang.ClassLoader
-
Registers the caller as parallel capable.
- registerAudioCapturerCallback(AudioCapturerCallback) - Method in class ohos.media.audio.AudioManager
-
Registers a callback to receive notifications about capturer configuration changes.
- registerAudioRendererCallback(AudioRendererCallback) - Method in class ohos.media.audio.AudioManager
-
Registers an audio playback callback for the current device.
- registerCallback(LauncherService.BundleStatusCallback) - Method in class ohos.bundle.LauncherService
-
Registers a callback method for monitoring bundle installation, uninstallation, and update events.
- registerCallbacks(AbilityLifecycleCallbacks, ElementsCallback) - Method in class ohos.aafwk.ability.AbilityPackage
-
- registerCameraDeviceCallback(CameraDeviceCallback, EventHandler) - Method in class ohos.media.camera.CameraKit
-
Registers a callback for camera usage states.
- registerCleaner() - Method in class ohos.agp.components.CornerMark
-
Registers a cleaner for corner marks.
- registerCodecListener(Codec.ICodecListener) - Method in class ohos.media.codec.Codec
-
Registers a listener to asynchronously receive encoded or decoded data.
- registerColorsChangedListener(IWallpaperColorsChangedListener) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Registers a listener for wallpaper color changes to receive notifications about the changes.
- registerContextObserver(OrmContext, OrmObjectObserver) - Method in interface ohos.data.orm.OrmContext
-
Registers an
OrmObjectObserver object to listen for changes of a specified
OrmContext object.
- registerDeviceChangeCallback(DeviceChangeCallback, DeviceFilterStrategy) - Method in interface ohos.data.distributed.common.KvManager
-
register DeviceChangeCallback to get notification when device's status changed
- registerDeviceStateCallback(String, Map<String, Object>, DeviceStateCallback) - Method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Registers a device state callback so that the application can be notified upon device state changes based on
the application bundle name and filtering parameter.
- registerDeviceStateCallback(IDeviceStateCallback) - Static method in class ohos.distributedschedule.interwork.DeviceManager
-
Registers a custom device state callback so that the application can
be notified upon state changes of devices on the distributed network.
- registerDisplayCallback(BaseDialog.DisplayCallback) - Method in class ohos.agp.window.dialog.BaseDialog
-
Registers a callback that is invoked when a dialog box is displayed.
- registerDriver(Driver) - Static method in class java.sql.DriverManager
-
Registers the given driver with the DriverManager.
- registerEntityObserver(String, OrmObjectObserver) - Method in interface ohos.data.orm.OrmContext
-
Registers an
OrmObjectObserver object to listen for changes of a specified
Entity object.
- registerForegroundDispatch(Ability, IntentAgent, List<String>, String[][]) - Method in class ohos.nfc.NfcController
-
Enables foreground dispatch of specified NFC tags to a given Ability.
- registerForegroundPreferred(Ability, ElementName) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Registers a preferred foreground application.
- registerIndexChangeListener(String, String, IIndexChangeListener) - Method in class ohos.data.search.SearchAbility
-
Registers an index change listener.
- registerInstance(IAbilityDelegator, IAbilityDelegatorArgs) - Static method in class ohos.aafwk.ability.delegation.AbilityDelegatorRegistry
-
- registerKvStoreServiceDeathRecipient(KvStoreServiceDeathRecipient) - Method in class ohos.data.distributed.common.KvManagerFactory
-
Register KvStore Service Death Recipient
- registerObject(Object, int, int) - Method in class ohos.interwork.ui.TextureComponentEx
-
Registers a specified third-party component with this TextureComponentEx
to display the registered component.
- registerObjectObserver(OrmObject, OrmObjectObserver) - Method in interface ohos.data.orm.OrmContext
-
Registers an
OrmObjectObserver object to listen for changes of a specified
OrmObject instance.
- registerObserver(Preferences.PreferencesObserver) - Method in interface ohos.data.preferences.Preferences
-
Registers an observer to listen for the change of a
Preferences object.
- registerObserver(DataObserver) - Method in class ohos.data.resultset.AbsResultSet
-
- registerObserver(DataObserver) - Method in class ohos.data.resultset.CombinedResultSet
-
- registerObserver(DataObserver) - Method in interface ohos.data.resultset.ResultSet
-
Registers an observer that listens for data changes.
- registerObserver(DataObserver) - Method in class ohos.data.resultset.ResultSetWrapper
-
- registerObserver(Uri, IDataAbilityObserver) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Registers an observer to observe data specified by the given
Uri.
- registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
-
Registers the OUT parameter in ordinal position
parameterIndex to the JDBC type
sqlType.
- registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
-
Registers the parameter in ordinal position
parameterIndex to be of JDBC type
sqlType.
- registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
-
Registers the designated output parameter.
- registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
-
Registers the OUT parameter named
parameterName to the JDBC type
sqlType.
- registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
-
Registers the parameter named
parameterName to be of JDBC type
sqlType.
- registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
-
Registers the designated output parameter.
- registerParameterFilter(String, UrlQueryFilter.ValueFilter) - Method in class ohos.utils.net.UrlQueryFilter
-
Specifies a ValueFilter for a parameter key to filter out invalid characters of the value for this key.
- registerPermissionsChanged(int[], IRemoteObject) - Method in interface ohos.bundle.IBundleManager
-
Registers a callback for listening for permission changes of specified UIDs.
- registerRecorderListener(Recorder.IRecorderListener) - Method in class ohos.media.recorder.Recorder
-
Registers a recording listener.
- registerRemoveCallback(BaseDialog.RemoveCallback) - Method in class ohos.agp.window.dialog.BaseDialog
-
Registers a callback that is invoked when a dialog box is removed.
- registerStandardizedEventHandle(Ability, StandardizedEventHandle) - Static method in class ohos.multimodalinput.standard.MultimodalEventHandle
-
Registers a standard event.
- registerStoreObserver(String, OrmObjectObserver) - Method in interface ohos.data.orm.OrmContext
-
Registers an
OrmObjectObserver object to listen for changes in the storage specified by its alias.
- registerSubscriber(T) - Method in class ohos.agp.database.Publisher
-
Registers subscribers with the subscriber list.
- registerSwitchCallback(SwitchCallback) - Method in class ohos.location.Locator
-
Registers a callback object for obtaining the location service status in real time.
- registerSyncCallback(SyncCallback) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Register Synchronizes DeviceKvStore databases callback.
- registerSyncCallback(SyncCallback) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Register Synchronizes SingleKvStore databases callback.
- registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
-
Register an object to be validated before the graph is returned.
- registerViewListener(int, ViewListener) - Method in class ohos.aafwk.ability.AbilityForm
-
Registers a listener by the AbilityForm supplier to listen for click events of a component on the AbilityForm
client.
- REGULAR - Static variable in class ohos.agp.text.Font
-
Indicates the regular font weight.
- REH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- rehash() - Method in class java.util.Hashtable
-
Increases the capacity of and internally reorganizes this
hashtable, in order to accommodate and access its entries more
efficiently.
- reinitialize() - Method in class java.util.concurrent.ForkJoinTask
-
Resets the internal bookkeeping state of this task, allowing a
subsequent fork.
- REIWA - Static variable in class ohos.global.icu.util.JapaneseCalendar
-
Constant for the era starting on May 1, 2019 AD.
- REJANG - java.lang.Character.UnicodeScript
-
Unicode script "Rejang".
- REJANG - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Rejang" Unicode character block.
- REJANG - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- REJANG - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- REJANG_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- REJECT_EXTENDED_RANGES - java.util.Locale.FilteringMode
-
Specifies basic filtering: If any extended language ranges are
included in the given Language Priority List, the list is rejected
and the filtering method throws
IllegalArgumentException.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface java.util.concurrent.RejectedExecutionHandler
-
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
-
Always throws RejectedExecutionException.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
-
Executes task r in the caller's thread, unless the executor
has been shut down, in which case the task is discarded.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
-
Obtains and ignores the next task that the executor
would otherwise execute, if one is immediately available,
and then retries execution of task r, unless the executor
is shut down, in which case task r is instead discarded.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
-
Does nothing, which has the effect of discarding task r.
- RejectedExecutionException - Exception in java.util.concurrent
-
Exception thrown by an
Executor when a task cannot be
accepted for execution.
- RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
-
Constructs a RejectedExecutionException with no detail message.
- RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
-
Constructs a RejectedExecutionException with the
specified detail message.
- RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
-
Constructs a RejectedExecutionException with the
specified detail message and cause.
- RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
-
Constructs a RejectedExecutionException with the
specified cause.
- RejectedExecutionHandler - Interface in java.util.concurrent
-
- RELATED_SOUND_FILE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- Relation - Class in ohos.sysappcomponents.contact.entity
-
Represents the relation of a contact.
- Relation(String, String) - Constructor for class ohos.sysappcomponents.contact.entity.Relation
-
A constructor used to create a Relation instance based on a specified relation name
and a custom label name.
- Relation(Context, String, int) - Constructor for class ohos.sysappcomponents.contact.entity.Relation
-
A constructor used to create a Relation instance based on the application context
and a specified relation name and label ID.
- RELATION_ASSISTANT - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates an assistant.
- RELATION_BROTHER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a brother.
- RELATION_CHILD - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a child.
- RELATION_DOMESTIC_PARTNER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a domestic partner.
- RELATION_FATHER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a father.
- RELATION_FRIEND - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a friend.
- RELATION_MANAGER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a manager.
- RELATION_MOTHER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a mother.
- RELATION_PARENT - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a parent.
- RELATION_PARTNER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a partner.
- RELATION_REFERRED_BY - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a referrer.
- RELATION_RELATIVE - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a relative.
- RELATION_SISTER - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
Indicates a sister.
- RELATION_SPOUSE - Static variable in class ohos.sysappcomponents.contact.entity.Relation
-
TYPE_SPOUSE
- relative(int) - Method in interface java.sql.ResultSet
-
Moves the cursor a relative number of rows, either positive or negative.
- RELATIVE - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative style mask.
- RELATIVE_DEFAULT - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative default style pattern.
- RELATIVE_FULL - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative full style pattern.
- RELATIVE_LONG - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative style pattern.
- RELATIVE_MEDIUM - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative style pattern.
- RELATIVE_SHORT - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for relative style pattern.
- RelativeDateTimeFormatter - Class in ohos.global.icu.text
-
Formats simple relative dates.
- RelativeDateTimeFormatter.AbsoluteUnit - Enum in ohos.global.icu.text
-
Represents an absolute unit.
- RelativeDateTimeFormatter.Direction - Enum in ohos.global.icu.text
-
Represents a direction for an absolute unit e.g "Next Tuesday"
or "Last Tuesday"
- RelativeDateTimeFormatter.Field - Class in ohos.global.icu.text
-
Field constants used when accessing field information for relative
datetime strings in FormattedValue.
- RelativeDateTimeFormatter.FormattedRelativeDateTime - Class in ohos.global.icu.text
-
Represents the result of a formatting operation of a relative datetime.
- RelativeDateTimeFormatter.RelativeDateTimeUnit - Enum in ohos.global.icu.text
-
Represents the unit for formatting a relative date.
- RelativeDateTimeFormatter.RelativeUnit - Enum in ohos.global.icu.text
-
Represents the unit for formatting a relative date.
- RelativeDateTimeFormatter.Style - Enum in ohos.global.icu.text
-
The formatting style
- relativize(URI) - Method in class java.net.URI
-
Relativizes the given URI against this URI.
- relativize(Path) - Method in interface java.nio.file.Path
-
Constructs a relative path between this path and a given path.
- RELAXNG_NS_URI - Static variable in class ohos.javax.xml.XMLConstants
-
RELAX NG Namespace URI.
- release() - Method in class java.nio.channels.FileLock
-
Releases this lock.
- release() - Method in class java.util.concurrent.Semaphore
-
Releases a permit, returning it to the semaphore.
- release() - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Releases the client resource of the Data ability.
- release() - Method in class ohos.agp.animation.Animator
-
Releases native resources.
- release() - Method in class ohos.agp.components.Component
-
Releases resources.
- release() - Method in class ohos.agp.components.ComponentTransition
-
Releases a ComponentTransition object.
- release() - Method in class ohos.agp.components.element.Element
-
Releases all resources.
- release() - Method in class ohos.agp.render.PixelMapHolder
-
Clears the PixelMap object in PixelMapHolder when no image needs to be rendered, and releases
the backend rendering data in the container.
- release() - Method in interface ohos.agp.render.render3d.Engine
-
Deinitializes the initialized engine.
- release() - Method in interface ohos.agp.render.render3d.Engine.RenderNodeGraph
-
Releases the handle.
- release() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Releases the glTF data.
- release() - Method in interface ohos.agp.render.render3d.gltf.GltfImportData
-
Releases the glTF data that has been imported.
- release() - Method in class ohos.agp.render.render3d.RenderLoop
-
Releases the rendering loop.
- release() - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Releases animation playback data.
- release() - Method in interface ohos.agp.render.render3d.resources.GpuResourceHandle
-
Releases the resource referenced by this handle.
- release() - Method in interface ohos.agp.render.render3d.resources.RenderDataStorePod
-
Releases the POD storage.
- release() - Method in interface ohos.agp.render.render3d.resources.ResourceHandle
-
Releases handle data.
- release() - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Releases the current mesh.
- release() - Method in interface ohos.agp.render.render3d.ViewHolder
-
Releases the surface held by a ViewHolder.
- release() - Method in interface ohos.ai.cv.common.ICvBase
-
Releases resources.
- release() - Method in class ohos.ai.tts.TtsClient
-
Releases the TTS engine in use.
- release() - Method in class ohos.hiviewdfx.ResourceTag
-
Releases a resource tag so that it is detached from the paired resource.
- release() - Method in class ohos.media.audio.AudioCapturer
-
Releases local audio recording object.
- release() - Method in class ohos.media.audio.AudioRenderer
-
Releases playback resources.
- release() - Method in class ohos.media.audio.AudioWaver
-
Releases audio visualization resources.
- release() - Method in class ohos.media.audio.SoundEffect
-
Releases sound effect resources.
- release() - Method in class ohos.media.audio.SoundPlayer
-
Releases resources used for tone playback.
- release() - Method in interface ohos.media.camera.device.Camera
-
Releases the camera.
- release() - Method in class ohos.media.codec.Codec
-
Releases all resources, including the memory applied by the native layer.
- release() - Method in class ohos.media.extractor.Extractor
-
Releases resources.
- release() - Method in class ohos.media.image.Image.Component
-
Releases native resources associated with the color component.
- release() - Method in class ohos.media.image.Image
-
Releases native resources associated with the image.
- release() - Method in class ohos.media.image.ImagePacker
-
Releases native resources associated with the ImagePacker object.
- release() - Method in class ohos.media.image.ImageReceiver
-
Releases native resources associated with the image receiver, including the surface and obtained images.
- release() - Method in class ohos.media.image.ImageSource
-
Releases native resources associated with an object.
- release() - Method in class ohos.media.image.PixelMap
-
Releases native resources associated with an object.
- release() - Method in class ohos.media.muxer.Muxer
-
Releases resources.
- release() - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Releases the media resources that have been read.
- release() - Method in class ohos.media.player.Player
-
Releases playback resources.
- release() - Method in class ohos.media.recorder.Recorder
-
Releases recording resources.
- release() - Method in class ohos.media.sessioncore.AVSession
-
Releases resources associated with this AVSession instance.
- release() - Method in class ohos.sysappcomponents.calendar.CalendarDataHelper.InstancesDataHelper
-
Releases the client resource of the Data ability.
- release() - Method in class ohos.sysappcomponents.calendar.CalendarDataHelper
-
Releases data client resources when the database operation is complete.
- release() - Method in class ohos.sysappcomponents.contact.ContactsCollection
-
Releases this Collection object.
- release() - Method in class ohos.sysappcomponents.contact.HoldersCollection
-
Releases this Collection object.
- release(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Releases in exclusive mode.
- release(int) - Method in class java.util.concurrent.Semaphore
-
Releases the given number of permits, returning them to the semaphore.
- release(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Releases in exclusive mode.
- RELEASE - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates that a mouse button is released.
- RELEASE_PRIORITY - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Releases a preferred foreground application.
- releaseAbilityForm(AbilityForm) - Method in class ohos.aafwk.ability.AbilitySlice
-
Releases a specified
AbilityForm instance of the host ability.
- releaseAVControllerCallback(AVControllerCallback) - Method in class ohos.media.sessioncore.AVController
-
Releases the callback set for the
AVSession instance.
- releaseBuffers() - Method in interface ohos.agp.render.render3d.gltf.GltfData
-
Releases glTF data buffers.
- RELEASED - Static variable in class ohos.media.image.Image.Component.OperationResult
-
Indicates that the operation is not supported because the specified color component has been released.
- releaseForm(int) - Method in class ohos.aafwk.ability.AbilitySlice
-
- releaseForm(long) - Method in class ohos.aafwk.ability.AbilitySlice
-
Releases an obtained form by its ID.
- releaseForm(long, boolean) - Method in class ohos.aafwk.ability.AbilitySlice
-
Releases an obtained form by its ID.
- releaseInstance() - Static method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Releases the DeviceManager instance after the methods for device management are no longer used.
- releaseInterface(USBInterface) - Method in class ohos.usb.USBDevicePipe
-
Claims that a specified interface is released.
- releaseRdbMemory() - Static method in class ohos.data.DatabaseHelper
-
Releases the heap memory in the SQLite database.
- releaseSavepoint(Savepoint) - Method in interface java.sql.Connection
-
Removes the specified Savepoint and subsequent Savepoint objects from the current
transaction.
- releaseSensorDataCallback(L) - Method in class ohos.sensor.agent.SensorAgent
-
Releases the callback for all sensors.
- releaseSensorDataCallback(L, S) - Method in class ohos.sensor.agent.SensorAgent
-
Releases the callback for a sensor.
- releaseSensorDataCallback(ICategoryBodyDataCallback) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Releases the callback for all body sensors.
- releaseSensorDataCallback(ICategoryBodyDataCallback, CategoryBody) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Releases the callback for a body sensor.
- releaseSensorDataCallback(ICategoryEnvironmentDataCallback) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Releases the callback for all environment sensors.
- releaseSensorDataCallback(ICategoryEnvironmentDataCallback, CategoryEnvironment) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Releases the callback for an environment sensor.
- releaseSensorDataCallback(ICategoryLightDataCallback) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Releases the callback for all light sensors.
- releaseSensorDataCallback(ICategoryLightDataCallback, CategoryLight) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Releases the callback for a light sensor.
- releaseSensorDataCallback(ICategoryMotionDataCallback) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Releases the callback for all motion sensors.
- releaseSensorDataCallback(ICategoryMotionDataCallback, CategoryMotion) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Releases the callback for a motion sensor.
- releaseSensorDataCallback(ICategoryOrientationDataCallback) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Releases the callback for all orientation sensors.
- releaseSensorDataCallback(ICategoryOrientationDataCallback, CategoryOrientation) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Releases the callback for an orientation sensor.
- releaseSensorDataCallback(ICategoryOtherDataCallback) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Releases the callback for all sensors in the other category.
- releaseSensorDataCallback(ICategoryOtherDataCallback, CategoryOther) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Releases the callback for a sensor in the other category.
- releaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Releases in shared mode.
- releaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Releases in shared mode.
- releaseSource - Variable in class ohos.media.image.PixelMap.InitializationOptions
-
Specifies whether the source pixel map will be automatically released after a new one is created based on the
source one.
- ReliableFileDescriptor - Class in ohos.rpc
-
Wraps a reliable
FileDescriptor that can be accessed from multiple threads.
- ReliableFileDescriptor(FileDescriptor) - Constructor for class ohos.rpc.ReliableFileDescriptor
-
A constructor used to create a
ReliableFileDescriptor instance
with the specified
FileDescriptor.
- ReliableFileDescriptor(FileDescriptor, FileDescriptor) - Constructor for class ohos.rpc.ReliableFileDescriptor
-
A constructor used to create a
ReliableFileDescriptor instance with the specified
FileDescriptor
and the file descriptor used to check file status.
- ReliableFileDescriptor.AutoCloseFileInputStream - Class in ohos.rpc
-
Represents a file input stream whose file descriptor is automatically closed when this stream is closed.
- ReliableFileDescriptor.AutoCloseFileOutputStream - Class in ohos.rpc
-
Represents a file output stream whose file descriptor is automatically closed when this stream is closed.
- reload() - Method in class java.util.ServiceLoader
-
Clear this loader's provider cache so that all providers will be
reloaded.
- reload() - Method in class ohos.agp.components.webengine.WebView
-
Reloads the current page.
- reload(Uri, PacMap) - Method in class ohos.aafwk.ability.Ability
-
Reloads data in the database.
- reload(Uri, PacMap) - Method in class ohos.aafwk.ability.DataAbilityHelper
-
Reloads data in the database.
- remainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this % divisor).
- remainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this %
divisor), with rounding according to the context settings.
- remainder(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this % val).
- remainder(BigDecimal) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is the remainder of this/rhs, using fixed point
arithmetic.
- remainder(BigDecimal, MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is the remainder of this/rhs.
- remainderUnsigned(int, int) - Static method in class java.lang.Integer
-
Returns the unsigned remainder from dividing the first argument
by the second where each argument and the result is interpreted
as an unsigned value.
- remainderUnsigned(long, long) - Static method in class java.lang.Long
-
Returns the unsigned remainder from dividing the first argument
by the second where each argument and the result is interpreted
as an unsigned value.
- remaining() - Method in class java.nio.Buffer
-
Returns the number of elements between the current position and the
limit.
- remaining() - Method in class ohos.media.image.Image.Component
-
Obtains the remaining data size (in bytes) of the color component.
- remainingCapacity() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking.
- remainingCapacity() - Method in interface java.util.concurrent.BlockingQueue
-
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking, or Integer.MAX_VALUE if there is no intrinsic
limit.
- remainingCapacity() - Method in class java.util.concurrent.DelayQueue
-
Always returns Integer.MAX_VALUE because
a DelayQueue is not capacity constrained.
- remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns the number of additional elements that this deque can ideally
(in the absence of memory or resource constraints) accept without
blocking.
- remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking.
- remainingCapacity() - Method in class java.util.concurrent.LinkedTransferQueue
-
Always returns Integer.MAX_VALUE because a
LinkedTransferQueue is not capacity constrained.
- remainingCapacity() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Always returns Integer.MAX_VALUE because
a PriorityBlockingQueue is not capacity constrained.
- remainingCapacity() - Method in class java.util.concurrent.SynchronousQueue
-
Always returns zero.
- REMIND_MINUTES - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates the number of minutes that the reminder is sent before an event occurs.
- REMIND_MINUTES_DEFAULT - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates the default reminder duration, in minutes.
- REMIND_TYPE - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates the reminder type.
- reminderDesc - Variable in class ohos.security.permission.PermissionDef
-
A string resource identifier (in the package's resources) of this
permission's description of continuous reminder.
- reminderIcon - Variable in class ohos.security.permission.PermissionDef
-
A string resource identifier (in the package's resources) of this
permission's icon of continuous reminder.
- Reminders - Class in ohos.sysappcomponents.calendar.entity
-
Describes a calendar reminder entity, including the column name of the database table.
- Reminders() - Constructor for class ohos.sysappcomponents.calendar.entity.Reminders
-
- REMINDERS_TYPE - Static variable in interface ohos.sysappcomponents.calendar.column.AccountColumns
-
Indicates the reminder type.
- RemindersColumns - Interface in ohos.sysappcomponents.calendar.column
-
Provides constants for reminders.
- REMOTE - ohos.hiviewdfx.Debug.IpcType
-
Indicates the remotely activated IPC.
- REMOTE_DEVICE_PARAM_DEVICE - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates the remote device in an event message.
- REMOTE_DEVICE_PARAM_PAIR_STATE - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates the pairing state of the remote device in an event message.
- REMOTE_DEVICE_PARAM_PAIRING_FORMAT - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates the pairing format of the remote device in an event message.
- REMOTE_DEVICE_PARAM_PAIRING_KEY - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates the pairing key of the remote device in an event message.
- REMOTE_DEVICE_PARAM_PREV_PAIR_STATE - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates the previous pairing state of the remote device in an event message.
- REMOTE_RUNNING - ohos.aafwk.ability.ContinuationState
-
Indicates that the ability has been migrated to another device.
- REMOTE_SUBMIX - Static variable in class ohos.media.recorder.Recorder.AudioSource
-
Indicates that the audio source is used for mixed audio streams to be presented remotely.
- RemoteException - Exception in ohos.rpc
-
Represents the remote exception.
- RemoteException() - Constructor for exception ohos.rpc.RemoteException
-
A constructor used to create a default RemoteException instance.
- RemoteException(String) - Constructor for exception ohos.rpc.RemoteException
-
A constructor used to create a RemoteException instance with a specified exception message.
- RemoteObject - Class in ohos.rpc
-
Implements remote objects.
- RemoteObject(String) - Constructor for class ohos.rpc.RemoteObject
-
A constructor used to create a
RemoteObject instance using the default interface descriptor.
- RemoteObjectCallbackList<E extends IRemoteBroker> - Class in ohos.rpc
-
Stores and maintains a list of remote callbacks from a service to its clients.
- RemoteObjectCallbackList() - Constructor for class ohos.rpc.RemoteObjectCallbackList
-
- RemoteProxy - Class in ohos.rpc
-
- RemoteViewEx - Class in ohos.interwork.ui
-
Converts a HarmonyOS layout into one that can be identified by other systems
and writes the converted layout into a Parcel object.
- RemoteViewEx(Context, ComponentProvider) - Constructor for class ohos.interwork.ui.RemoteViewEx
-
Constructs a RemoteViewEx object.
- remove() - Method in class java.lang.ref.ReferenceQueue
-
Removes the next reference object in this queue, blocking until one
becomes available.
- remove() - Method in class java.lang.ThreadLocal
-
Removes the current thread's value for this thread-local
variable.
- remove() - Method in class java.util.AbstractQueue
-
Retrieves and removes the head of this queue.
- remove() - Method in class java.util.ArrayDeque
-
Retrieves and removes the head of the queue represented by this deque.
- remove() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque).
- remove() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- remove() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Retrieves and removes the head of the queue represented by this deque.
- remove() - Method in interface java.util.Deque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque).
- remove() - Method in interface java.util.Iterator
-
Removes from the underlying collection the last element returned
by this iterator (optional operation).
- remove() - Method in class java.util.LinkedList
-
Retrieves and removes the head (first element) of this list.
- remove() - Method in interface java.util.ListIterator
-
- remove() - Method in interface java.util.Queue
-
Retrieves and removes the head of this queue.
- remove() - Method in class java.util.Scanner
-
The remove operation is not supported by this implementation of
Iterator.
- remove() - Method in class ohos.agp.window.dialog.BaseDialog
-
Removes a dialog box.
- remove() - Method in interface ohos.agp.window.dialog.IDialog
-
Removes a displayed BaseDialog object.
- remove() - Method in class ohos.miscservices.download.DownloadSession
-
Deletes a download session and the downloaded files.
- remove(int) - Method in class java.util.AbstractList
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class java.util.AbstractSequentialList
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class java.util.ArrayList
-
Removes the element at the specified position in this list.
- remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes the element at the specified position in this list.
- remove(int) - Method in class java.util.LinkedList
-
Removes the element at the specified position in this list.
- remove(int) - Method in interface java.util.List
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class java.util.Vector
-
Removes the element at the specified position in this Vector.
- remove(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Removes the specified character from this set if it is present.
- remove(int) - Method in class ohos.utils.PlainArray
-
Removes the key-value pair based on a specified key.
- remove(int) - Method in class ohos.utils.PlainBooleanArray
-
Removes the key-value pair based on a specified key.
- remove(int) - Method in class ohos.utils.PlainIntArray
-
Removes the key-value pair based on a specified key.
- remove(int) - Method in class ohos.utils.PlainLongArray
-
Removes the key-value pair based on a specified key.
- remove(int) - Method in class ohos.utils.zson.ZSONArray
-
Removes the object at the specified index in this ZSONArray.
- remove(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Removes the specified range from this set if it is present.
- remove(long) - Method in class java.lang.ref.ReferenceQueue
-
Removes the next reference object in this queue, blocking until either
one becomes available or the given timeout period expires.
- remove(long) - Method in class ohos.utils.LongPlainArray
-
Removes the key-value pair based on a specified key.
- remove(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Removes the specified string from this set if it is present.
- remove(Object) - Method in class java.security.Provider
-
Removes the key property (and its corresponding
value).
- remove(Object) - Method in class java.util.AbstractCollection
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- remove(Object) - Method in class java.util.AbstractMap
-
Removes the mapping for a key from this map if it is present
(optional operation).
- remove(Object) - Method in class java.util.ArrayDeque
-
Removes a single instance of the specified element from this deque.
- remove(Object) - Method in class java.util.ArrayList
-
Removes the first occurrence of the specified element from this list,
if it is present.
- remove(Object) - Method in interface java.util.Collection
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- remove(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in interface java.util.concurrent.BlockingDeque
-
Removes the first occurrence of the specified element from this deque.
- remove(Object) - Method in interface java.util.concurrent.BlockingQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Removes the key from this map view, by removing the key (and its
corresponding value) from the backing map.
- remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Removes the first element e such that
o.equals(e), if such an element exists in this deque.
- remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes the mapping for the specified key from this map if present.
- remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes the first occurrence of the specified element from this list,
if it is present.
- remove(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class java.util.concurrent.DelayQueue
-
Removes a single instance of the specified element from this
queue, if it is present, whether or not it has expired.
- remove(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-
Removes the first occurrence of the specified element from this deque.
- remove(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in class java.util.concurrent.LinkedTransferQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in class java.util.concurrent.SynchronousQueue
-
Always returns false.
- remove(Object) - Method in interface java.util.Deque
-
Removes the first occurrence of the specified element from this deque.
- remove(Object) - Method in class java.util.Dictionary
-
Removes the key (and its corresponding
value) from this dictionary.
- remove(Object) - Method in class java.util.EnumMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class java.util.HashMap
-
Removes the mapping for the specified key from this map if present.
- remove(Object) - Method in class java.util.HashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class java.util.Hashtable
-
Removes the key (and its corresponding value) from this
hashtable.
- remove(Object) - Method in class java.util.IdentityHashMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class java.util.jar.Attributes
-
Removes the attribute with the specified name (key) from this Map.
- remove(Object) - Method in class java.util.LinkedList
-
Removes the first occurrence of the specified element from this list,
if it is present.
- remove(Object) - Method in interface java.util.List
-
Removes the first occurrence of the specified element from this list,
if it is present (optional operation).
- remove(Object) - Method in interface java.util.Map
-
Removes the mapping for a key from this map if it is present
(optional operation).
- remove(Object) - Method in class java.util.PriorityQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(Object) - Method in interface java.util.Set
-
Removes the specified element from this set if it is present
(optional operation).
- remove(Object) - Method in class java.util.TreeMap
-
Removes the mapping for this key from this TreeMap if present.
- remove(Object) - Method in class java.util.TreeSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class java.util.Vector
-
Removes the first occurrence of the specified element in this Vector
If the Vector does not contain the element, it is unchanged.
- remove(Object) - Method in class java.util.WeakHashMap
-
Removes the mapping for a key from this weak hash map if it is present.
- remove(Object) - Method in class ohos.utils.LightweightMap
-
Deletes a key-value pair whose key is the same as a specified key from an LightweightMap
container.
- remove(Object) - Method in class ohos.utils.LightweightSet
-
Deletes an object of a specified Object type from an LightweightSet container.
- remove(Object) - Method in class ohos.utils.zson.ZSONArray
-
Removes the specified o object from this ZSONArray.
- remove(Object) - Method in class ohos.utils.zson.ZSONObject
-
- remove(Object, Object) - Method in class java.security.Provider
-
Removes the entry for the specified key only if it is currently
mapped to the specified value.
- remove(Object, Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Removes the entry for a key only if currently mapped to a given value.
- remove(Object, Object) - Method in interface java.util.concurrent.ConcurrentMap
-
Removes the entry for a key only if currently mapped to a given value.
- remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes the entry for a key only if currently mapped to a given value.
- remove(Object, Object) - Method in class java.util.HashMap
-
- remove(Object, Object) - Method in class java.util.Hashtable
-
- remove(Object, Object) - Method in interface java.util.Map
-
Removes the entry for the specified key only if it is currently
mapped to the specified value.
- remove(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Removes this task from the executor's internal queue if it is
present, thus causing it not to be run if it has not already
started.
- remove(String) - Method in class java.util.prefs.AbstractPreferences
-
- remove(String) - Method in class java.util.prefs.Preferences
-
Removes the value associated with the specified key in this preference
node, if any.
- remove(String) - Method in class ohos.aafwk.content.IntentParams
-
Removes the parameter matching the given key.
- remove(String) - Method in class ohos.data.search.model.IndexData
-
Deletes the key-value pair with a specified key.
- remove(String) - Method in class ohos.utils.BasePacMap
-
Deletes a key-value pair with a specified key.
- remove(String) - Method in class ohos.utils.PacMap
-
Deletes a key-value pair with a specified key.
- remove(URI, HttpCookie) - Method in interface java.net.CookieStore
-
Remove a cookie from store.
- remove(K) - Method in class ohos.utils.LruBuffer
-
Deletes a specified key and its associated value from the current buffer.
- remove(Fraction) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Removes a specified Fraction instance.
- remove(DataObserver) - Method in class ohos.data.rdb.DataObservable
-
Removes a specified observer from the observer set.
- REMOVE_BIDI_CONTROLS - Static variable in class ohos.global.icu.text.Bidi
-
option bit for writeReordered():
remove Bidi control characters
(this does not affect INSERT_LRM_FOR_NUMERIC)
- REMOVE_CACHE_FILES - Static variable in class ohos.security.SystemPermission
-
Allows a system application to remove cache files from both internal and external storage.
- REMOVE_FROM_CRL - java.security.cert.CRLReason
-
This reason indicates that the certificate was previously on hold
and should be removed from the CRL.
- removeAbilityMonitor(IAbilityMonitor) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
- removeAdaptiveRule(int, int, int) - Method in class ohos.agp.components.AdaptiveBoxLayout
-
Removes a specified rule.
- removeAids(ElementName, String) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Removes a previously registered list of AIDs of the specified type from a given application.
- removeAll() - Method in interface java.net.CookieStore
-
Remove all cookies in this cookie store.
- removeAll() - Method in class ohos.data.rdb.DataObservable
-
Removes all observers from the observer set.
- removeAll(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Remove EACH of the characters in this string.
- removeAll(Iterable<T>) - Method in class ohos.global.icu.text.UnicodeSet
-
- removeAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Removes all of this collection's elements that are also contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class java.util.AbstractSet
-
Removes from this set all of its elements that are contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class java.util.ArrayList
-
Removes from this list all of its elements that are contained in the
specified collection.
- removeAll(Collection<?>) - Method in interface java.util.Collection
-
Removes all of this collection's elements that are also contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Removes from this set all of its elements that are contained in
the specified collection.
- removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes from this list all of its elements that are contained in
the specified collection.
- removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Removes from this set all of its elements that are contained in the
specified collection.
- removeAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
-
Always returns false.
- removeAll(Collection<?>) - Method in interface java.util.List
-
Removes from this list all of its elements that are contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in interface java.util.Set
-
Removes from this set all of its elements that are contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class java.util.Vector
-
Removes from this Vector all of its elements that are contained in the
specified Collection.
- removeAll(Collection<?>) - Method in class ohos.utils.LightweightMap
-
Deletes key-value pairs with the same objects as a specified
Collection
from an
LightweightMap container.
- removeAll(Collection<?>) - Method in class ohos.utils.LightweightSet
-
Deletes all the objects that are contained in a specified
Collection from an
LightweightSet
container.
- removeAll(Collection<?>) - Method in class ohos.utils.zson.ZSONArray
-
Removes the entire c object from this ZSONArray.
- removeAll(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Removes from this set all of its elements that are contained in the
specified set.
- removeAll(LightweightSet<? extends E>) - Method in class ohos.utils.LightweightSet
-
Deletes all the objects that are contained in a specified LightweightSet container
from an LightweightSet container.
- removeAllComponents() - Method in class ohos.agp.components.ComponentContainer
-
Clears all components managed by ComponentContainer.
- removeAllComponents() - Method in class ohos.agp.components.ListContainer
-
Clears all components managed by ComponentContainer.
- removeAllComponents() - Method in class ohos.agp.components.PageFlipper
-
Clears all components managed by ComponentContainer.
- removeAllComponents() - Method in class ohos.agp.components.TabList
-
Removes all tabs from the current component.
- removeAllElements() - Method in class java.util.Vector
-
Removes all components from this vector and sets its size to zero.
- removeAllEvent() - Method in class ohos.eventhandler.EventHandler
-
Removes all waiting events from the EventHandler.
- removeAllRules() - Static method in class ohos.hiviewdfx.HiChecker
-
Removes all available rules.
- removeAllSlideDisables() - Method in class ohos.agp.components.SlideDrawer
-
Removes all callbacks that allow for the disabling of slide events in real time.
- removeAllSlideListeners() - Method in class ohos.agp.components.SlideDrawer
-
Removes all slide listeners.
- removeAllStrings() - Method in class ohos.global.icu.text.UnicodeSet
-
Remove all strings from this UnicodeSet
- removeAt(int) - Method in class ohos.utils.LightweightMap
-
Deletes a key-value pair at the location identified by index from an LightweightMap container.
- removeAt(int) - Method in class ohos.utils.LightweightSet
-
Deletes an object at the location identified by index from an LightweightSet container.
- removeAt(int) - Method in class ohos.utils.LongPlainArray
-
Removes the key-value pair of a specified index.
- removeAt(int) - Method in class ohos.utils.PlainArray
-
Removes the key-value pair at a specified index.
- removeAt(int) - Method in class ohos.utils.PlainBooleanArray
-
Removes the key-value pair at a specified index.
- removeAt(int) - Method in class ohos.utils.PlainIntArray
-
Removes the key-value pair at a specified index.
- removeAt(int) - Method in class ohos.utils.PlainLongArray
-
Removes the key-value pair at a specified index.
- removeBarObserver(ProgressBar.BarObserver) - Method in class ohos.agp.components.ProgressBar
-
- removeBatchAt(int, int) - Method in class ohos.utils.PlainArray
-
Removes a size of batch key-value pairs from a specified index.
- removeBearer(int) - Method in class ohos.net.NetSpecifier.Builder
-
Deletes a network bearer type.
- removeBindStateChangedListener(Component.BindStateChangedListener) - Method in class ohos.agp.components.Component
-
Removes a listener for bind state changes.
- removeCacheCleanXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Deletes the cacheClean extended attribute from a specified cache directory object.
- removeCacheDeleteXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Deletes the cacheDelete extended attribute from a specified cache directory object.
- removeCallback(SurfaceOps.Callback) - Method in interface ohos.agp.graphics.SurfaceOps
-
Removes the callback of a surface ops.
- removeCapability(int) - Method in class ohos.net.NetSpecifier.Builder
-
Deletes a network capability.
- removeCertificate(Certificate) - Method in class java.security.Identity
-
Deprecated.
Removes a certificate from this identity.
- removeCheckFileReadRule() - Static method in class ohos.hiviewdfx.HiChecker
-
Removes the rule of detecting file read operations.
- removeCheckFileWriteRule() - Static method in class ohos.hiviewdfx.HiChecker
-
Removes the rule of detecting file write operations.
- removeComponent(Component) - Method in class ohos.agp.components.ComponentContainer
-
Removes a child component from the parent component.
- removeComponent(Component) - Method in interface ohos.agp.components.ComponentParent
-
Removes a child component from the parent component.
- removeComponent(Component) - Method in class ohos.agp.components.ListContainer
-
Removes a child component from the parent component.
- removeComponent(Component) - Method in class ohos.agp.components.PageFlipper
-
Removes a child component from the parent component.
- removeComponentAt(int) - Method in class ohos.agp.components.ComponentContainer
-
Removes the component from a specified position in the component list.
- removeComponentAt(int) - Method in interface ohos.agp.components.ComponentParent
-
Removes the component from a specified position in the component list.
- removeComponentAt(int) - Method in class ohos.agp.components.ListContainer
-
Removes the component from a specified position in the component list.
- removeComponentAt(int) - Method in class ohos.agp.components.PageFlipper
-
Removes a child component based on its index.
- removeComponentById(int) - Method in class ohos.agp.components.ComponentContainer
-
Removes a component based on its ID.
- removeComponentById(int) - Method in class ohos.agp.components.ListContainer
-
Removes a component based on its ID.
- removeComponents(int, int) - Method in class ohos.agp.components.ComponentContainer
-
Removes all components from specified positions in a component list.
- removeComponents(int, int) - Method in interface ohos.agp.components.ComponentParent
-
Removes all components from specified positions in a component list.
- removeComponents(int, int) - Method in class ohos.agp.components.ListContainer
-
Removes all components from specified positions in a component list.
- removeComponents(int, int) - Method in class ohos.agp.components.PageFlipper
-
Removes child components in batches based on the specified start index and quantity.
- removeComponents(int, int) - Method in class ohos.agp.components.SlideDrawer
-
Removes all components from specified positions in a component list.
- removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
-
Removes the given event listener from the list of components that
will be notified when an event occurs on this
PooledConnection object.
- removeCookies(boolean, AsyncCallback<Boolean>) - Method in class ohos.agp.components.webengine.CookieStore
-
Removes session cookies or all cookies.
- removeDatagramSocketTag(DatagramSocket) - Static method in class ohos.net.DataFlowStatistics
-
Removes a specified datagram socket from the DataFlowStatistics tag of this thread.
- removeDataSubscriber(DataSetSubscriber) - Method in class ohos.agp.components.BaseItemProvider
-
Removes a dataset subscriber.
- removeDataSubscriber(DataSetSubscriber) - Method in class ohos.agp.components.PageSliderProvider
-
- removeDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in interface ohos.rpc.IRemoteObject
-
Deregisters a callback used to receive notifications of the death of a remote object.
- removeDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in class ohos.rpc.RemoteObject
-
Deregisters a callback used to receive death notifications of a remote proxy.
- removeDeathRecipient(IRemoteObject.DeathRecipient, int) - Method in class ohos.rpc.RemoteProxy
-
Deregisters a callback used to receive death notifications of a remote object.
- removeDeviceData(String) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Removes data of a specified device from the current database.
- removeDeviceData(String) - Method in interface ohos.data.distributed.user.SingleKvStore
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
-
Returns true if this map should remove its eldest entry.
- removeElement(Object) - Method in class java.util.Vector
-
Removes the first (lowest-indexed) occurrence of the argument
from this vector.
- removeElementAt(int) - Method in class java.util.Vector
-
Deletes the component at the specified index.
- removeEntity(String) - Method in class ohos.aafwk.content.Intent
-
Removes the description of an entity from an Intent.
- removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
-
Removes an ACL entry from this ACL.
- removeEvent(int) - Method in class ohos.eventhandler.EventHandler
-
Removes specified waiting events from the EventHandler based on the given event ID.
- removeEvent(int, long) - Method in class ohos.eventhandler.EventHandler
-
Removes specified waiting events from the EventHandler based on the given event ID and param.
- removeEvent(int, long, Object) - Method in class ohos.eventhandler.EventHandler
-
Removes specified waiting events from the EventHandler based on the given event ID,
param, and object.
- removeEvent(int, Object) - Method in class ohos.eventhandler.EventHandler
-
Removes specified waiting events from the EventHandler based on the given event ID and object.
- removeFileExtendedAttribute(String, String) - Static method in class ohos.system.OsHelper
-
Removes the specified extended attribute of the specified file.
- removeFirst() - Method in class java.util.ArrayDeque
-
- removeFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- removeFirst() - Method in interface java.util.Deque
-
Retrieves and removes the first element of this deque.
- removeFirst() - Method in class java.util.LinkedList
-
Removes and returns the first element from this list.
- removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
-
Removes the first occurrence of the specified element in this
deque (when traversing the deque from head to tail).
- removeFirstOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
-
Removes the first occurrence of the specified element from this deque.
- removeFirstOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Removes the first element e such that
o.equals(e), if such an element exists in this deque.
- removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- removeFirstOccurrence(Object) - Method in interface java.util.Deque
-
Removes the first occurrence of the specified element from this deque.
- removeFirstOccurrence(Object) - Method in class java.util.LinkedList
-
Removes the first occurrence of the specified element in this
list (when traversing the list from head to tail).
- removeFlags(int) - Method in class ohos.aafwk.content.Intent
-
Removes the description of a flag from an Intent.
- removeFromWindow() - Method in class ohos.agp.components.surfaceprovider.SurfaceProvider
-
Removes this SurfaceProvider from the window.
- removeGattService(GattService) - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Removes a specified service from the list of GATT services provided by this device.
- removeGlobalFocusUpdatedListener(ComponentTreeObserver.GlobalFocusUpdatedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Removes a listener registered for globalFocusChanged().
- removeGroup(WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Removes a P2P group.
- removeHandler(Handler) - Method in class java.util.logging.Logger
-
Remove a log Handler.
- removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
-
Removes a previously registered handshake completion listener.
- removeIdentity(Identity) - Method in class java.security.IdentityScope
-
Deprecated.
Removes an identity from this identity scope.
- removeIf(Predicate<? super E>) - Method in class java.util.ArrayList
-
- removeIf(Predicate<? super E>) - Method in interface java.util.Collection
-
Removes all of the elements of this collection that satisfy the given
predicate.
- removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
- removeIf(Predicate<? super E>) - Method in class java.util.Vector
-
- removeImageData(String) - Method in class ohos.aafwk.ability.FormBindingData
-
Removes data of an image with the specified picName from this FormBindingData instance.
- removeItem(String) - Method in class ohos.agp.window.dialog.ListDialog
-
Removes an item from a ListDialog instance.
- removeItemVisibilityChangedListener(ListContainer.ItemVisibilityChangedListener) - Method in class ohos.agp.components.ListContainer
-
- removeJsCallback(String) - Method in class ohos.agp.components.webengine.WebView
-
Removes the JavaScript callback object.
- removeLast() - Method in class java.util.ArrayDeque
-
- removeLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- removeLast() - Method in interface java.util.Deque
-
Retrieves and removes the last element of this deque.
- removeLast() - Method in class java.util.LinkedList
-
Removes and returns the last element from this list.
- removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
-
Removes the last occurrence of the specified element in this
deque (when traversing the deque from head to tail).
- removeLastOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
-
Removes the last occurrence of the specified element from this deque.
- removeLastOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Removes the last element e such that
o.equals(e), if such an element exists in this deque.
- removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- removeLastOccurrence(Object) - Method in interface java.util.Deque
-
Removes the last occurrence of the specified element from this deque.
- removeLastOccurrence(Object) - Method in class java.util.LinkedList
-
Removes the last occurrence of the specified element in this
list (when traversing the list from head to tail).
- removeListener(IDownloadListener) - Method in class ohos.miscservices.download.DownloadSession
-
- removeMember(Principal) - Method in interface java.security.acl.Group
-
Removes the specified member from the group.
- removeNetStatusCallback(NetStatusCallback) - Method in class ohos.net.NetManager
-
Cancels listening for network status changes.
- removeNode() - Method in class java.util.prefs.AbstractPreferences
-
- removeNode() - Method in class java.util.prefs.Preferences
-
Removes this preference node and all of its descendants, invalidating
any preferences contained in the removed nodes.
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
-
Removes the specified NodeChangeListener, so it no longer
receives change events.
- removeNodeSpi() - Method in class java.util.prefs.AbstractPreferences
-
Removes this preference node, invalidating it and any preferences that
it contains.
- removeNotificationSlot(String) - Static method in class ohos.event.notification.NotificationHelper
-
Deletes a created notification slot based on the slot ID.
- removeNotificationSlot(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- removeNotificationSlotGroup(String) - Static method in class ohos.event.notification.NotificationHelper
-
Deletes a created notification slot group based on the slot group ID.
- removeObserver(ILifecycleObserver) - Method in class ohos.aafwk.ability.Lifecycle
-
Removes a lifecycle observer.
- removeObserver(DataObserver<T>) - Method in class ohos.aafwk.abilityjet.activedata.ActiveData
-
Removes a data observer.
- removeObserver(CallStateObserver) - Method in class ohos.dcall.DistributedCallManager
-
Removes an observer to cancel monitoring call service state changes.
- removeObserver(CellularDataStateObserver) - Method in class ohos.telephony.CellularDataInfoManager
-
Removes an observer for monitoring cellular data service state changes.
- removeObserver(RadioStateObserver) - Method in class ohos.telephony.RadioInfoManager
-
Unregisters an observer.
- removeOnSelectionChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSliderIndicator
-
- removePageChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSlider
-
Removes a previously registered page change listener.
- removePageChangedListener(PageSlider.PageChangedListener) - Method in class ohos.agp.components.PageSliderIndicator
-
- removeParam(String) - Method in class ohos.aafwk.content.Intent
-
Removes the parameter matching the given key.
- removePasteDataChangedListener(IPasteDataChangedListener) - Method in class ohos.miscservices.pasteboard.SystemPasteboard
-
Removes the listener for pasteboard content changes.
- removePermission(Permission) - Method in interface java.security.acl.AclEntry
-
Removes the specified permission from this ACL entry.
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
-
Removes the specified preference change listener, so it no longer
receives preference change events.
- removePreferencesFromCache(String) - Method in class ohos.data.DatabaseHelper
-
Deletes a
Preferences instance matching a specified preferences file name
from the cache.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Remove a PropertyChangeListener for a specific property.
- removeProvider(String) - Static method in class java.security.Security
-
Removes the provider with the specified name.
- removeRange(int, int) - Method in class java.util.AbstractList
-
Removes from this list all of the elements whose index is between
fromIndex, inclusive, and toIndex, exclusive.
- removeRange(int, int) - Method in class java.util.ArrayList
-
Removes from this list all of the elements whose index is between
fromIndex, inclusive, and toIndex, exclusive.
- removeRange(int, int) - Method in class java.util.Vector
-
Removes from this list all of the elements whose index is between
fromIndex, inclusive, and toIndex, exclusive.
- removeRecordAt(int) - Method in class ohos.miscservices.pasteboard.PasteData
-
Removes a Record based on a specified index.
- removeRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
-
Removes the specified listener from the list of components that will be
notified when an event occurs on this RowSet object.
- removeRule(int) - Method in class ohos.agp.components.DependentLayout.LayoutConfig
-
Deletes a layout rule that can be interpreted by DependentLayout.
- removeRule(EnumSet<HiChecker.Rule>) - Static method in class ohos.hiviewdfx.HiChecker
-
Removes one or more rules.
- removeRule(HiChecker.Rule) - Static method in class ohos.hiviewdfx.HiChecker
-
Removes a rule.
- removeScrolledListener(Component.ScrolledListener) - Method in class ohos.agp.components.Component
-
Deletes a listener that listens for scrolling events.
- removeScrolledListener(ComponentTreeObserver.ScrollChangedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Removes a listener registered for scrollChanged().
- removeSeparators(String) - Static method in class ohos.telephony.TelephoneNumberUtils
-
Removes separators from a phone number.
- removeService(Provider.Service) - Method in class java.security.Provider
-
- removeShutdownHook(Thread) - Method in class java.lang.Runtime
-
De-registers a previously-registered virtual-machine shutdown hook.
- removeSlideDisable(SlideDrawer.SlideDisable) - Method in class ohos.agp.components.SlideDrawer
-
Removes a callback that allows for the disabling of a slide event in real time.
- removeSlideListener(SlideDrawer.SlideListener) - Method in class ohos.agp.components.SlideDrawer
-
Removes a slide listener.
- removeSocketTag(Socket) - Static method in class ohos.net.DataFlowStatistics
-
Removes a specified socket from the DataFlowStatistics tag of this thread.
- removeSpi(String) - Method in class java.util.prefs.AbstractPreferences
-
Remove the association (if any) for the specified key at this
preference node.
- removeStatementEventListener(StatementEventListener) - Method in interface javax.sql.PooledConnection
-
Removes the specified StatementEventListener from the list of
components that will be notified when the driver detects that a
PreparedStatement has been closed or is invalid.
- removeSurface(Surface) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Removes a surface for a camera stream.
- removeSurface(Surface) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Removes an output surface.
- removeTab(int) - Method in class ohos.agp.components.TabList
-
Removes a tab from the specified position.
- removeTab(TabList.Tab) - Method in class ohos.agp.components.TabList
-
Removes a tab.
- removeTabSelectedListener(TabList.TabSelectedListener) - Method in class ohos.agp.components.TabList
-
Removes the listener for selected events from a tab in a layout.
- removeTask(Runnable) - Method in class ohos.eventhandler.EventHandler
-
Removes the given Runnable task from the events that have been sent but not processed.
- removeTask(Runnable, Object) - Method in class ohos.eventhandler.EventHandler
-
Removes the given Runnable task that carries the specified object from the events that
have been sent but not processed.
- removeTextObserver(Text.TextObserver) - Method in class ohos.agp.components.Text
-
- removeTransitionType(int) - Method in class ohos.agp.components.ComponentTransition
-
Removes a transition type from a ComponentTransition object.
- removeTreeLayoutChangedListener(ComponentTreeObserver.GlobalLayoutListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
- removeTubeObserver(AVTubeManager.TubeObserver) - Method in class ohos.media.tubecore.AVTubeManager
-
Removes a specified observer from this AVTubeManager instance.
- removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
-
Removes a unicode locale attribute, if present, otherwise has no
effect.
- removeUnicodeLocaleAttribute(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Removes a unicode locale attribute, if present, otherwise has no
effect.
- removeUntrustedConfig(WifiDeviceConfig) - Method in class ohos.wifi.WifiDevice
-
Removes a specified untrusted hotspot configuration.
- removeValue(String) - Method in interface javax.net.ssl.SSLSession
-
Removes the object bound to the given name in the session's
application layer data.
- removeWindowBoundListener(ComponentTreeObserver.WindowBoundListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Removes a listener registered for windowAttached().
- removeWindowFocusUpdatedListener(ComponentTreeObserver.WindowFocusUpdatedListener) - Method in class ohos.agp.components.ComponentTreeObserver
-
Removes a listener registered for windowFocusUpdated().
- renameTo(File) - Method in class java.io.File
-
Renames the file denoted by this abstract pathname.
- RENDER_IF_DIRTY - ohos.agp.render.render3d.Engine.RenderMode
-
Indicates that the engine performs rendering only when the content on the screen is changed,
for example, a component in an entity is changed, added, or deleted.
- RenderDataStorePod - Interface in ohos.agp.render.render3d.resources
-
Represents the plain old data (POD) object that stores rendering data.
- RENDERER_SESSION_ID_NONE - Static variable in class ohos.media.audio.AudioRenderer
-
Indicates the default ID of an audio playback session.
- renderFrame(Engine.RenderNodeGraph) - Method in interface ohos.agp.render.render3d.Engine
-
Performs rendering on a frame using the customized rendering node graph.
- renderFrame(Engine.RenderNodeGraphType) - Method in interface ohos.agp.render.render3d.Engine
-
Render a frame using a built-in render graph.
- RENDERING - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for rendering (including printing and speakers).
- RenderLoop - Class in ohos.agp.render.render3d
-
Auxiliary class used to manage rendering.
- RenderLoop(ViewHolder, Engine) - Constructor for class ohos.agp.render.render3d.RenderLoop
-
Creates a rendering loop.
- RenderLoop.FrameListener - Interface in ohos.agp.render.render3d
-
Provides the listener for frame rendering events.
- RenderMeshComponent - Class in ohos.agp.render.render3d.components
-
Represents the rendering mesh component.
- RenderMeshComponent() - Constructor for class ohos.agp.render.render3d.components.RenderMeshComponent
-
- reorder() - Method in class ohos.agp.utils.Rect
-
Swaps the top and bottom bounds and/or left and right bounds, if the rectangle is invalid.
- reorder() - Method in class ohos.agp.utils.RectFloat
-
Swaps the top and bottom bounds and/or left and right bounds, if the rectangle is invalid.
- reorder() - Method in class ohos.utils.geo.Rect
-
If the rectangle is illegal, swap the left, right, or top and bottom coordinates to make the rectangle legal.
- reorder() - Method in class ohos.utils.geo.RectFloat
-
If the rectangle is illegal, swap the left, right, or top and bottom coordinates to make the rectangle legal.
- REORDER_DEFAULT - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Regular Logical to Visual Bidi algorithm according to Unicode.
- REORDER_GROUP_NUMBERS_WITH_R - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Logical to Visual algorithm grouping numbers with
adjacent R characters (reversible algorithm).
- REORDER_INVERSE_FOR_NUMBERS_SPECIAL - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the
REORDER_NUMBERS_SPECIAL Bidi algorithm.
- REORDER_INVERSE_LIKE_DIRECT - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Visual to Logical algorithm equivalent to the regular
Logical to Visual algorithm.
- REORDER_INVERSE_NUMBERS_AS_L - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Visual to Logical algorithm which handles numbers
like L (same algorithm as selected by setInverse(true).
- REORDER_NUMBERS_SPECIAL - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Logical to Visual algorithm which handles numbers in
a way which mimicks the behavior of Windows XP.
- REORDER_RUNS_ONLY - Static variable in class ohos.global.icu.text.Bidi
-
Reordering mode: Reorder runs only to transform a Logical LTR string
to the logical RTL string with the same display, or vice-versa.
If this mode is set together with option
OPTION_INSERT_MARKS, some Bidi controls in the source
text may be removed and other controls may be added to produce the
minimum combination which has the required display.
- reorderLogical(byte[]) - Static method in class ohos.global.icu.text.Bidi
-
This is a convenience method that does not use a Bidi object.
- reorderVisual(byte[]) - Static method in class ohos.global.icu.text.Bidi
-
This is a convenience method that does not use a Bidi object.
- reorderVisually(byte[], int, Object[], int, int) - Static method in class java.text.Bidi
-
Reorder the objects in the array into visual order based on their levels.
- reorderVisually(byte[], int, Object[], int, int) - Static method in class ohos.global.icu.text.Bidi
-
Reorder the objects in the array into visual order based on their levels.
- REPEAT_COUNT_INFINITE - Static variable in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Indicates that the animation keeps repeating.
- REPEAT_STATUS - Static variable in class ohos.data.search.schema.NoticeItem
-
Indicates the index field name of repaetStatus.
- REPEAT_TILEMODE - ohos.agp.render.Shader.TileMode
-
Indicates that the original shading image will be drawn in repetition both horizontally and
vertically on the extra part.
- Repeatable - Annotation Type in java.lang.annotation
-
The annotation type java.lang.annotation.Repeatable is
used to indicate that the annotation type whose declaration it
(meta-)annotates is repeatable.
- replace(char, char) - Method in class java.lang.String
-
Returns a string resulting from replacing all occurrences of
oldChar in this string with newChar.
- replace(int, int, char[], int, int) - Method in interface ohos.global.icu.text.Replaceable
-
Replaces a substring of this object with the given text.
- replace(int, int, String) - Method in class java.lang.StringBuffer
-
- replace(int, int, String) - Method in class java.lang.StringBuilder
-
- replace(int, int, String) - Method in interface ohos.global.icu.text.Replaceable
-
Replaces a substring of this object with the given text.
- replace(int, Fraction) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Replaces a specified Fraction instance in the container identified
by the given containerComponentId.
- replace(CharSequence, CharSequence) - Method in class java.lang.String
-
Replaces each substring of this string that matches the literal target
sequence with the specified literal replacement sequence.
- replace(Object, Object) - Method in class java.security.Provider
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- replace(Object, Object, Object) - Method in class java.security.Provider
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(String, ValuesBucket) - Method in interface ohos.data.rdb.RdbStore
-
Replaces a row of data in the target table.
- replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Replaces the entry for a key only if currently mapped to some value.
- replace(K, V) - Method in interface java.util.concurrent.ConcurrentMap
-
Replaces the entry for a key only if currently mapped to some value.
- replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Replaces the entry for a key only if currently mapped to some value.
- replace(K, V) - Method in class java.util.HashMap
-
- replace(K, V) - Method in class java.util.Hashtable
-
- replace(K, V) - Method in interface java.util.Map
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- replace(K, V) - Method in class java.util.TreeMap
-
- replace(K, V, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Replaces the entry for a key only if currently mapped to a given value.
- replace(K, V, V) - Method in interface java.util.concurrent.ConcurrentMap
-
Replaces the entry for a key only if currently mapped to a given value.
- replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Replaces the entry for a key only if currently mapped to a given value.
- replace(K, V, V) - Method in class java.util.HashMap
-
- replace(K, V, V) - Method in class java.util.Hashtable
-
- replace(K, V, V) - Method in interface java.util.Map
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(K, V, V) - Method in class java.util.TreeMap
-
- REPLACE - ohos.agp.render.Region.Op
-
Indicates an operation to replace the current region with the target region.
- REPLACE - Static variable in class java.nio.charset.CodingErrorAction
-
Action indicating that a coding error is to be handled by dropping the
erroneous input, appending the coder's replacement value to the output
buffer, and resuming the coding operation.
- REPLACE_ACTION - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the current value of
action can be replaced
when the
IntentAgent is triggered.
- REPLACE_BUNDLE - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the current value of
bundleName can be replaced
when the
IntentAgent is triggered.
- REPLACE_ELEMENT - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the current value of
element can be replaced
when the
IntentAgent is triggered.
- REPLACE_ENTITIES - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the current value of
entities can be replaced
when the
IntentAgent is triggered.
- REPLACE_EXISTING - java.nio.file.StandardCopyOption
-
Replace an existing file if it exists.
- REPLACE_NUMBER - ohos.global.icu.text.MessagePattern.Part.Type
-
Indicates a syntactic (non-escaped) # symbol in a plural variant.
- REPLACE_URI - ohos.event.intentagent.IntentAgentConstant.Flags
-
Indicates that the current value of
uri can be replaced when the
IntentAgent is triggered.
- Replaceable - Interface in ohos.global.icu.text
-
Replaceable is an interface representing a
string of characters that supports the replacement of a range of
itself with a new string of characters.
- replaceAll(String) - Method in class java.util.regex.Matcher
-
Replaces every subsequence of the input sequence that matches the
pattern with the given replacement string.
- replaceAll(String, String) - Method in class java.lang.String
-
Replaces each substring of this string that matches the given
regular expression with the
given replacement.
- replaceAll(BiFunction<? super Object, ? super Object, ?>) - Method in class java.security.Provider
-
Replaces each entry's value with the result of invoking the given
function on that entry, in the order entries are returned by an entry
set iterator, until all entries have been processed or the function
throws an exception.
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
-
Replaces each entry's value with the result of invoking the given
function on that entry until all entries have been processed or the
function throws an exception.
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.IdentityHashMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.LinkedHashMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
-
Replaces each entry's value with the result of invoking the given
function on that entry until all entries have been processed or the
function throws an exception.
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.WeakHashMap
-
- replaceAll(UnaryOperator<E>) - Method in class java.util.ArrayList
-
- replaceAll(UnaryOperator<E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- replaceAll(UnaryOperator<E>) - Method in interface java.util.List
-
Replaces each element of this list with the result of applying the
operator to that element.
- replaceAll(UnaryOperator<E>) - Method in class java.util.Vector
-
- replaceAll(List<T>, T, T) - Static method in class java.util.Collections
-
Replaces all occurrences of one specified value in a list with another.
- replaceCountryName(Locale, Locale, String) - Static method in class ohos.global.i18n.LocaleHelperUtils
-
Checks and replaces the currently displayed country or region name based on the specific rules
for the locale whose country or region name is to be replaced and the locale for which the country
or region name is to be displayed.
- replaceFieldTypes(String, String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Adjusts the field types (width and subtype) of a pattern to match what is
in a skeleton.
- replaceFieldTypes(String, String, int) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Adjusts the field types (width and subtype) of a pattern to match what is
in a skeleton.
- replaceFirst(String) - Method in class java.util.regex.Matcher
-
Replaces the first subsequence of the input sequence that matches the
pattern with the given replacement string.
- replaceFirst(String, String) - Method in class java.lang.String
-
Replaces the first substring of this string that matches the given
regular expression with the
given replacement.
- replaceFrom(CharSequence, CharSequence) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by the replacement,
counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
- replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.
- replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by replacement, according to the countMethod and spanCondition.
- replaceMarkedText(String) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Replaces the marked text with a string of English characters.
- replacement() - Method in class java.nio.charset.CharsetDecoder
-
Returns this decoder's replacement value.
- replacement() - Method in class java.nio.charset.CharsetEncoder
-
Returns this encoder's replacement value.
- REPLACEMENT_CHAR - Static variable in class ohos.global.icu.lang.UCharacter
-
Unicode value used when translating into Unicode encoding form and there
is no existing character.
- replacementIndex() - Method in class ohos.global.icu.text.Edits.Iterator
-
- replaceObject(Object) - Method in class java.io.ObjectOutputStream
-
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
- replaceOrThrowException(String, ValuesBucket) - Method in interface ohos.data.rdb.RdbStore
-
Replaces a row of data in the target table.
- replaceParams(Intent) - Method in class ohos.aafwk.content.Intent
-
Replaces parameters in this
Intent object with those in the given
Intent object.
- replaceParams(IntentParams) - Method in class ohos.aafwk.content.Intent
-
Replaces parameters in this
Intent object with those in the given
IntentParams object.
- replaceRecordAt(int, PasteData.Record) - Method in class ohos.miscservices.pasteboard.PasteData
-
Replaces a specified record with a new one.
- replaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
-
Changes this encoder's replacement value.
- replaceWith(String) - Method in class java.nio.charset.CharsetDecoder
-
Changes this decoder's replacement value.
- REPLICA_RUNNING - ohos.aafwk.ability.ContinuationState
-
Indicates that the ability was migrated from another device to the current device.
- replicateFrom(WindowManager.LayoutConfig) - Method in class ohos.agp.window.service.Window
-
Sets a layout attribute for this window.
- reply(Object) - Method in interface ohos.ace.ability.LocalParticleAbility.Callback
-
Asynchronously invokes an FA callback (on the JavaScript side) to pass data from this PA.
- REPLY_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of replying to a conversation.
- replyTo - Variable in class ohos.eventhandler.InnerEvent
-
Indicates the
Courier where replies to this inner event can be sent.
- report(String, String, Object, Location) - Method in interface ohos.javax.xml.stream.XMLReporter
-
Report the desired message in an application specific format.
- REPORT - Static variable in class java.nio.charset.CodingErrorAction
-
Action indicating that a coding error is to be reported, either by
returning a
CoderResult object or by throwing a
CharacterCodingException, whichever is appropriate for the method
implementing the coding process.
- REPORTER - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property used to
set/get the implementation of the XMLReporter interface
- reportError(String, Exception, int) - Method in class java.util.logging.Handler
-
Protected convenience method to report an error to this Handler's
ErrorManager.
- ReqPermissionDetail(String, String) - Constructor for class ohos.bundle.BundleInfo.ReqPermissionDetail
-
- reqPermissionDetails - Variable in class ohos.bundle.BundleInfo
-
Indicates the required permissions details defined in file config.json.
- reqPermissions - Variable in class ohos.bundle.BundleInfo
-
Indicates the required permissions name defined in file config.json.
- REQUEST_JSON_INVALID - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates that null was passed to requestJson used for NLU text parsing.
- REQUEST_TYPE_INVALID - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates that the request type for an NLU method was invalid.
- REQUEST_TYPE_LOCAL - Static variable in class ohos.ai.nlu.NluRequestType
-
Indicates the request to invoke a local NLU engine.
- requestBatteryStatus(int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the battery state for triggering a work.
- requestBleConnectionPriority(int) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Requests the connection priority of this BLE peripheral device.
- requestBleMtuSize(int) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Request the mtu size of a BLE peripheral device.
- RequestCallback - Interface in ohos.aafwk.ability.continuation
-
Provides a callback for listening for connection state changes of the Device+ control center.
- requestChargingType(boolean, int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the charger type for triggering a work.
- requestCurrentCursorContext() - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Allows the input method to obtain the cursor context from the control.
- requestDeviceIdleType(boolean, int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the device deep idle status for triggering a work.
- requestEnableLocation() - Method in class ohos.location.Locator
-
Requests the user to enable the location service.
- requestFocus() - Method in class ohos.agp.components.Component
-
Requests focus for the current component or one of its child components.
- requestFocus() - Method in class ohos.agp.components.webengine.WebView
-
- requestForm(int) - Method in class ohos.aafwk.ability.AbilitySlice
-
- requestForm(long) - Method in class ohos.aafwk.ability.AbilitySlice
-
Requests for form data update.
- requestForm(long, Intent) - Method in class ohos.aafwk.ability.AbilitySlice
-
- requestNetworkType(int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the network type for triggering a work.
- requestOnce(RequestParam, LocatorCallback) - Method in class ohos.location.Locator
-
Sends a single location request to the system.
- requestP2pInfo(int, WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Requests P2P information.
- RequestParam - Class in ohos.location
-
Provides data classes for configuring parameters in location requests.
- RequestParam(int) - Constructor for class ohos.location.RequestParam
-
Creates a RequestParam object for the location request based on the location scenario type.
- RequestParam(int, int, int) - Constructor for class ohos.location.RequestParam
-
Creates a RequestParam object for the location request based on parameters such as the
location priority policy.
- requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
-
Ask the authenticator that has been registered with the system
for a password.
- requestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, Authenticator.RequestorType) - Static method in class java.net.Authenticator
-
Ask the authenticator that has been registered with the system
for a password.
- requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
-
Ask the authenticator that has been registered with the system
for a password.
- requestPermissionsFromRemote(String[], Permission.OnRequestPermissionsResult, String, String, int) - Static method in class ohos.security.permission.Permission
-
Requests a list of sensitive permissions from a specified remote device.
- requestPermissionsFromUser(String[], int) - Method in class ohos.app.AbilityContext
-
- requestPermissionsFromUser(String[], int) - Method in interface ohos.app.Context
-
Requests certain permissions from the system.
- requestPersisted(boolean) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets whether the current work will be saved.
- requestRender() - Method in interface ohos.agp.render.render3d.Engine
-
Requests rendering on the next frame even if the engine or scene is not changed.
- requestRender() - Method in class ohos.agp.render.render3d.RenderLoop
-
Requests rendering on a frame.
- requestRepeatCycle(long) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the interval for repeating a work for unlimited times.
- requestRepeatCycle(long, int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the interval for repeating a work with limited times.
- requestRes - Variable in class ohos.security.permission.PermissionGroupDef
-
A string resource identifier (in the package's resources) of interrogation when
the application dynamically requests permission from the user.
- requestRight(USBDevice, String) - Method in class ohos.usb.USBCore
-
Requests temporary permission for the given package to access the device.
- requestStorageStatus(int) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the storage state for triggering a work.
- requestSuspendDelay(String, ExpiredCallback) - Method in class ohos.backgroundtaskmgr.BackgroundTaskManager
-
Requests delayed transition to the suspended state.
- requestWait() - Method in class ohos.usb.USBDevicePipe
-
- requestWait(long) - Method in class ohos.usb.USBDevicePipe
-
- require(int, String, String) - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Test if the current event is of the given type and if the namespace and name match the current
namespace and name of the current event.
- REQUIRE_FORM - Static variable in class ohos.security.SystemPermission
-
Allows a system application to obtain an {code AbilityForm}.
- required - Variable in class java.sql.DriverPropertyInfo
-
The required field is true if a value must be
supplied for this property
during Driver.connect and false otherwise.
- requireEnd() - Method in class java.util.regex.Matcher
-
Returns true if more input could change a positive match into a
negative one.
- requireNonNull(T) - Static method in class java.util.Objects
-
Checks that the specified object reference is not null.
- requireNonNull(T, String) - Static method in class java.util.Objects
-
Checks that the specified object reference is not
null and
throws a customized
NullPointerException if it is.
- requireNonNull(T, Supplier<String>) - Static method in class java.util.Objects
-
Checks that the specified object reference is not
null and
throws a customized
NullPointerException if it is.
- requireRenderThread() - Method in interface ohos.agp.render.render3d.Engine
-
Checks whether the current thread is a rendering thread.
- requiresBidi(char[], int, int) - Static method in class java.text.Bidi
-
Return true if the specified text requires bidi analysis.
- requiresBidi(char[], int, int) - Static method in class ohos.global.icu.text.Bidi
-
Return true if the specified text requires bidi analysis.
- RESERVED - ohos.batterymanager.BatteryInfo.BatteryChargeState
-
Reserved
- RESERVED - ohos.batterymanager.BatteryInfo.BatteryHealthState
-
Reserved
- RESERVED - ohos.batterymanager.BatteryInfo.BatteryLevel
-
Reserved
- RESERVED - ohos.batterymanager.BatteryInfo.BatteryPluggedType
-
Reserved
- RESERVED1 - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of reserved1.
- RESERVED2 - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of reserved2.
- reset() - Method in class java.io.BufferedInputStream
-
See the general contract of the reset
method of InputStream.
- reset() - Method in class java.io.BufferedReader
-
Resets the stream to the most recent mark.
- reset() - Method in class java.io.ByteArrayInputStream
-
Resets the buffer to the marked position.
- reset() - Method in class java.io.ByteArrayOutputStream
-
Resets the count field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
- reset() - Method in class java.io.CharArrayReader
-
Resets the stream to the most recent mark, or to the beginning if it has
never been marked.
- reset() - Method in class java.io.CharArrayWriter
-
Resets the buffer so that you can use it again without
throwing away the already allocated buffer.
- reset() - Method in class java.io.FilterInputStream
-
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- reset() - Method in class java.io.FilterReader
-
Resets the stream.
- reset() - Method in class java.io.InputStream
-
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- reset() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- reset() - Method in class java.io.LineNumberReader
-
Reset the stream to the most recent mark.
- reset() - Method in class java.io.ObjectOutputStream
-
Reset will disregard the state of any objects already written to the
stream.
- reset() - Method in class java.io.PushbackInputStream
-
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- reset() - Method in class java.io.PushbackReader
-
Resets the stream.
- reset() - Method in class java.io.Reader
-
Resets the stream.
- reset() - Method in class java.io.StringBufferInputStream
-
Deprecated.
Resets the input stream to begin reading from the first character
of this input stream's underlying buffer.
- reset() - Method in class java.io.StringReader
-
Resets the stream to the most recent mark, or to the beginning of the
string if it has never been marked.
- reset() - Method in class java.nio.Buffer
-
Resets this buffer's position to the previously-marked position.
- reset() - Method in class java.nio.charset.CharsetDecoder
-
Resets this decoder, clearing any internal state.
- reset() - Method in class java.nio.charset.CharsetEncoder
-
Resets this encoder, clearing any internal state.
- reset() - Method in interface java.nio.file.WatchKey
-
Resets this watch key.
- reset() - Method in class java.security.MessageDigest
-
Resets the digest for further use.
- reset() - Method in class java.text.CollationElementIterator
-
Resets the cursor to the beginning of the string.
- reset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Resets variables maintaining updates to the identity value.
- reset() - Method in class java.util.concurrent.atomic.DoubleAdder
-
Resets variables maintaining the sum to zero.
- reset() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Resets variables maintaining updates to the identity value.
- reset() - Method in class java.util.concurrent.atomic.LongAdder
-
Resets variables maintaining the sum to zero.
- reset() - Method in class java.util.concurrent.CyclicBarrier
-
Resets the barrier to its initial state.
- reset() - Method in class java.util.logging.LogManager
-
Reset the logging configuration.
- reset() - Method in class java.util.regex.Matcher
-
Resets this matcher.
- reset() - Method in class java.util.Scanner
-
Resets this scanner.
- reset() - Method in class java.util.zip.Adler32
-
Resets the checksum to initial value.
- reset() - Method in interface java.util.zip.Checksum
-
Resets the checksum to its initial value.
- reset() - Method in class java.util.zip.CRC32
-
Resets CRC-32 to initial value.
- reset() - Method in class java.util.zip.Deflater
-
Resets deflater so that a new set of input data can be processed.
- reset() - Method in class java.util.zip.DeflaterInputStream
-
This operation is not supported.
- reset() - Method in class java.util.zip.Inflater
-
Resets inflater so that a new set of input data can be processed.
- reset() - Method in class java.util.zip.InflaterInputStream
-
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- reset() - Method in class javax.crypto.Mac
-
Resets this Mac object.
- reset() - Method in class ohos.agp.animation.AnimatorProperty
-
Stops an animator and resets the target Component to the initial state.
- reset() - Method in class ohos.agp.render.ColorMatrix
-
Resets a colorMatrix instance to an identity matrix.
- reset() - Method in class ohos.agp.render.Paint
-
Resets all attributes for this Paint.
- reset() - Method in class ohos.agp.render.Path
-
Clears the Path object.
- reset() - Method in interface ohos.agp.render.render3d.Engine
-
Deinitializes and then initializes the entity-component system by deleting
all of the loaded entities, components, and resources.
- reset() - Method in class ohos.agp.utils.Matrix
-
Resets this Matrix to a unit matrix, also referred to as an identity matrix.
- reset() - Method in class ohos.agp.utils.Matrix44
-
Resets this Matrix44 to an identity matrix.
- reset() - Method in class ohos.data.distributed.common.Query
-
Resets this Query object.
- reset() - Method in class ohos.global.icu.text.CollationElementIterator
-
Resets the cursor to the beginning of the string.
- reset() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Resets this ConstrainedFieldPosition to its initial state, as if it were newly created:
- Removes any constraints that may have been set on the instance.
- reset() - Method in class ohos.global.icu.text.Edits
-
Resets the data but may not release memory.
- reset() - Method in class ohos.global.icu.text.SearchIterator
-
Resets the iteration.
- reset() - Method in class ohos.global.icu.text.StringSearch
-
Resets the iteration.
- reset() - Method in class ohos.global.icu.text.UnicodeSetIterator
-
Resets this iterator to the start of the set.
- reset() - Method in interface ohos.global.icu.util.RangeValueIterator
-
Resets the iterator to the beginning of the iteration.
- reset() - Method in interface ohos.global.icu.util.ValueIterator
-
Resets the iterator to start iterating from the integer index
Integer.MIN_VALUE or X if a setRange(X, Y) has been called previously.
- reset() - Method in class ohos.javax.xml.parsers.SAXParser
-
Reset this SAXParser to its original configuration.
- reset() - Method in class ohos.javax.xml.validation.Validator
-
Reset this Validator to its original configuration.
- reset() - Method in class ohos.media.player.Player
-
Restores the player to the initial state.
- reset() - Method in class ohos.media.recorder.Recorder
-
Resets recording.
- reset() - Method in class ohos.nfc.tag.TagManager
-
Resets a connection with a tag and restores the default timeout duration for writing data to the tag.
- reset() - Method in class ohos.utils.Stopwatch
-
Resets the stopwatch logger.
- reset(boolean) - Method in class ohos.accessibility.ability.DisplayResizeController
-
Resets the display to its initial size.
- reset(int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Removes a wallpaper of the specified type and restores the default one.
- reset(CharSequence) - Method in class java.util.regex.Matcher
-
Resets this matcher with a new input sequence.
- reset(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSetIterator
-
Sets this iterator to visit the elements of the given set and
resets it to the start of that set.
- RESET_BIOMETRIC_LOCKOUT - Static variable in class ohos.security.SystemPermission
-
Allows a system application to reset the maximum number of failures allowed
before biometric authentication is locked.
- resetActions() - Method in class ohos.agp.components.ComponentProvider
-
- resetCallingIdentity() - Static method in class ohos.rpc.IPCSkeleton
-
Replaces the UID and PID of the remote user with those of the local user.
- resetCondition() - Method in class ohos.utils.ConditionHelper
-
Resets the wakeup state back to false, and then you can call await().
- resetConfig(Size, PixelFormat) - Method in class ohos.media.image.PixelMap
-
Resets the size and pixel format of this PixelMap.
- resetMatrix() - Method in class ohos.agp.render.Canvas
-
Resets the matrix.
- resetPixelMap(PixelMap) - Method in class ohos.agp.render.PixelMapHolder
-
Resets the
PixelMap object stored in a container.
- resetSyntax() - Method in class java.io.StreamTokenizer
-
Resets this tokenizer's syntax table so that all characters are
"ordinary." See the ordinaryChar method
for more information on a character being ordinary.
- RESOLUTION_UNIT - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- resolve(String) - Method in class java.net.URI
-
Constructs a new URI by parsing the given string and then resolving it
against this URI.
- resolve(String) - Method in interface java.nio.file.Path
-
Converts a given path string to a
Path and resolves it against
this
Path in exactly the manner specified by the
resolve method.
- resolve(URI) - Method in class java.net.URI
-
Resolves the given URI against this URI.
- resolve(Path) - Method in interface java.nio.file.Path
-
Resolve the given path against this path.
- resolve(Map<TemporalField, Long>, TemporalAccessor, ResolverStyle) - Method in interface java.time.temporal.TemporalField
-
Resolves this field to provide a simpler alternative or a date.
- RESOLVE_REMAP - Static variable in class ohos.global.icu.util.Calendar
-
Value to OR against resolve table field values for remapping.
- resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
-
Load the local class equivalent of the specified stream class
description.
- resolveClass(Class<?>) - Method in class java.lang.ClassLoader
-
Links the specified class.
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.AbstractChronology
-
Resolves parsed ChronoField values into a date during parsing.
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in interface java.time.chrono.Chronology
-
Resolves parsed ChronoField values into a date during parsing.
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.HijrahChronology
-
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.IsoChronology
-
Resolves parsed ChronoField values into a date during parsing.
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.JapaneseChronology
-
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.MinguoChronology
-
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- resolveEntity(String, String) - Method in interface ohos.org.xml.sax.EntityResolver
-
Allow the application to resolve external entities.
- resolveEntity(String, String) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- resolveEntity(String, String) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Resolve an external entity.
- resolveEntity(String, String, String, String) - Method in interface ohos.javax.xml.stream.XMLResolver
-
Retrieves a resource.
- resolveFields(int[][][]) - Method in class ohos.global.icu.util.Calendar
-
Given a precedence table, return the newest field combination in
the table, or -1 if none is found.
- resolveImage() - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Obtains the image data from the audio source, for example, album cover image.
- resolveMetadata(int) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Obtains the value matching the specified key in the media metadata.
- resolveObject(Object) - Method in class java.io.ObjectInputStream
-
This method will allow trusted subclasses of ObjectInputStream to
substitute one object for another during deserialization.
- resolveProxyClass(String[]) - Method in class java.io.ObjectInputStream
-
Returns a proxy class that implements the interfaces named in a proxy
class descriptor; subclasses may implement this method to read custom
data from the stream along with the descriptors for dynamic proxy
classes, allowing them to use an alternate loading mechanism for the
interfaces and the proxy class.
- RESOLVER - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property used to set/get the implementation of the XMLResolver
- resolveResource(String, String, String, String, String) - Method in interface ohos.org.w3c.dom.ls.LSResourceResolver
-
Allow the application to resolve external resources.
- ResolverStyle - Enum in java.time.format
-
Enumeration of different ways to resolve dates and times.
- resolveSibling(String) - Method in interface java.nio.file.Path
-
Converts a given path string to a
Path and resolves it against
this path's
parent path in exactly the manner
specified by the
resolveSibling method.
- resolveSibling(Path) - Method in interface java.nio.file.Path
-
Resolves the given path against this path's
parent
path.
- Resource - Class in ohos.global.resource
-
Describes an input stream from which resource data can be read.
- Resource() - Constructor for class ohos.global.resource.Resource
-
- RESOURCE_IMPORT_BIT_ANIMATION - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import animations.
- RESOURCE_IMPORT_BIT_IMAGE - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import images.
- RESOURCE_IMPORT_BIT_MATERIAL - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import materials.
- RESOURCE_IMPORT_BIT_MESH - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import meshes.
- RESOURCE_IMPORT_BIT_SAMPLER - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import samplers.
- RESOURCE_IMPORT_BIT_SKIN - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import skins.
- RESOURCE_IMPORT_BIT_TEXTURE - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import textures.
- RESOURCE_IMPORT_FLAG_BITS_ALL - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import all resources.
- ResourceBundle - Class in java.util
-
Resource bundles contain locale-specific objects.
- ResourceBundle() - Constructor for class java.util.ResourceBundle
-
Sole constructor.
- ResourceBundle.Control - Class in java.util
-
- resourceCleanup() - Method in interface ohos.agp.render.render3d.Engine
-
Ensures that all GPU resources have been cleared.
- ResourceError - Interface in ohos.agp.components.webengine
-
Describes the web resource loading error.
- ResourceHandle - Interface in ohos.agp.render.render3d.resources
-
Provides methods of managing resource handles.
- ResourceManager - Class in ohos.global.resource
-
Manages all resources in the resources directory of the application package.
- ResourceManager - Interface in ohos.agp.render.render3d.resources
-
Manages resources such as meshes, textures, and materials.
- ResourceManager() - Constructor for class ohos.global.resource.ResourceManager
-
- ResourceManager.ResourceInfo - Interface in ohos.agp.render.render3d.resources
-
Provides methods of obtaining the URI, name, and resource handle of a resource.
- ResourceRequest - Interface in ohos.agp.components.webengine
-
Describes the web resource loading request.
- ResourceResponse - Class in ohos.agp.components.webengine
-
Provides a response when the WebView requests a certain resource.
- ResourceResponse(String, InputStream, String) - Constructor for class ohos.agp.components.webengine.ResourceResponse
-
A constructor used to create a ResourceResponse instance.
- ResourceSchedule() - Constructor for class ohos.utils.system.SystemCapability.ResourceSchedule
-
- ResourceTable - Class in ohos.global.systemres
-
- ResourceTable() - Constructor for class ohos.global.systemres.ResourceTable
-
- ResourceTag - Class in ohos.hiviewdfx
-
Represents a resource tag, which helps mark resources to avoid the situation where resources are not released
as supposed or are not released in a timely manner.
- ResourceType - Enum in ohos.global.resource
-
Indicates the type of a resource.
- respond(String) - Method in interface ohos.agp.components.webengine.JsTextInputResult
-
Responds to the text input pop-up.
- ResponseCache - Class in java.net
-
Represents implementations of URLConnection caches.
- ResponseCache() - Constructor for class java.net.ResponseCache
-
- responseCode - Variable in class java.net.HttpURLConnection
-
An int representing the three digit HTTP Status-Code.
- responseCode() - Method in exception java.net.HttpRetryException
-
Returns the http response code
- responseMessage - Variable in class java.net.HttpURLConnection
-
The HTTP response message.
- ResponseResult - Class in ohos.ai.nlu
-
Provides the result of NLU recognition in the JSON format.
- ResponseResult() - Constructor for class ohos.ai.nlu.ResponseResult
-
A no-argument constructor used to create a ResponseResult instance.
- ResponseResult(int, String) - Constructor for class ohos.ai.nlu.ResponseResult
-
A parameterized constructor used to create a ResponseResult instance.
- restart() - Method in class ohos.app.AbilityContext
-
- restart() - Method in interface ohos.app.Context
-
Restarts this ability using a new instance.
- reStatVfs(String) - Method in class ohos.data.usage.StatVfs
-
Updates information about the file system with the specified path.
- restore() - Method in class ohos.agp.render.Canvas
-
Restores the canvas to its latest drawing state saved.
- restore() - Method in class ohos.media.image.common.Filter
-
Clears all configurations that have not been applied to the source file.
- restore() - Method in class ohos.media.image.PropertyFilter
-
Restores all Exif properties.
- restore(String) - Method in interface ohos.data.orm.OrmContext
-
Restores data from a specified database file.
- restore(String) - Method in interface ohos.data.rdb.RdbStore
-
Restores a database from a specified unencrypted database file.
- restore(String, byte[], byte[]) - Method in interface ohos.data.orm.OrmContext
-
Restores a database from a specified encrypted or unencrypted database file.
- restore(String, byte[], byte[]) - Method in interface ohos.data.rdb.RdbStore
-
Restores a database from a specified encrypted or unencrypted database file.
- restoreBlock(int) - Method in class ohos.nfc.tag.MifareClassicTag
-
Migrates the content of a specified block of this MifareClassic tag to an internal buffer.
- restoreToCount(int) - Method in class ohos.agp.render.Canvas
-
Restores the canvas to the drawing state specified by saveCount.
- RESTRICTED - ohos.security.permission.PermissionAvailableScope
-
Indicates that the permission is valid only for restricted applications.
- RESTRICTED - Static variable in class ohos.security.permission.PermissionDef
-
- RESTRICTED_CAPABILITIES - Static variable in class ohos.net.NetCapabilities
-
Capabilities that suggest that a network is restricted.
- Result - Interface in ohos.javax.xml.transform
-
An object that implements this interface contains the information
needed to build a transformation result tree.
- RESULT_CODE - Static variable in class ohos.ai.cv.common.ParamKey
-
Indicates the result code of the engine processing.
- RESULT_ERROR - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates an interface call failure.
- RESULT_FAIL_ALREADY_STARTED - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
Failed to start BLE advertising because it has already been started.
- RESULT_FAIL_DATA_ILLEGAL - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
Failed to start BLE advertising because the advertising data is larger than 31 bytes.
- RESULT_FAIL_ERROR - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
Failed to start BLE advertising because an error occurred.
- RESULT_FAIL_FEATURE_UNSUPPORTED - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
Failed to start BLE advertising because it is not supported.
- RESULT_FAIL_TOO_MANY_ADVERTISERS - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
Failed to start BLE advertising because no more advertisers can be added.
- RESULT_SUCC - Static variable in class ohos.bluetooth.ble.BleAdvertiseCallback
-
BLE advertising is started successfully.
- resultCode - Variable in class ohos.security.asset.AssetResult
-
Indicates the result code returned after an operation is performed.
- resultInfo - Variable in class ohos.security.asset.AssetResult
-
Indicates the result details returned after an operation is performed.
- ResultKey - Class in ohos.media.camera.params
-
Defines result keys of parameter settings.
- ResultKey.Key<T> - Class in ohos.media.camera.params
-
Defines result key types.
- resultNumber - Variable in class ohos.security.asset.AssetResult
-
Indicates the number of data records in the returned result of an operation.
- results - Variable in class ohos.agp.components.TextFilter.FilterResults
-
Indicates the filtering results.
- RESULTS_INTERMEDIATE - Static variable in class ohos.ai.asr.util.AsrResultKey
-
Indicates the keyword representing the intermediate recognition result.
- RESULTS_RECOGNITION - Static variable in class ohos.ai.asr.util.AsrResultKey
-
Indicates the keyword representing the finally parsed recognition result.
- ResultSet - Interface in java.sql
-
A table of data representing a database result set, which
is usually generated by executing a statement that queries the database.
- ResultSet - Interface in ohos.data.resultset
-
Provides methods for accessing a database result set generated by querying the database.
- ResultSet.ColumnType - Enum in ohos.data.resultset
-
Defines the data types of columns in the result set.
- ResultSetHook - Interface in ohos.data.resultset
-
Provides the method for creating a result set.
- ResultSetIndexOutOfRangeException - Exception in ohos.data.resultset
-
Represents an exception that occurs if the index is out of range in querying values in a result set.
- ResultSetIndexOutOfRangeException() - Constructor for exception ohos.data.resultset.ResultSetIndexOutOfRangeException
-
An no-argument constructor used to create a ResultSetIndexOutOfRangeException instance.
- ResultSetIndexOutOfRangeException(String) - Constructor for exception ohos.data.resultset.ResultSetIndexOutOfRangeException
-
A parameterized constructor used to create a ResultSetIndexOutOfRangeException instance.
- ResultSetMetaData - Interface in java.sql
-
An object that can be used to get information about the types
and properties of the columns in a ResultSet object.
- ResultSetWrapper - Class in ohos.data.resultset
-
A wrapper class of a result set.
- ResultSetWrapper(ResultSet) - Constructor for class ohos.data.resultset.ResultSetWrapper
-
A parameterized constructor used to create a ResultSetWrapper instance.
- resume() - Method in class java.lang.Thread
-
- resume() - Method in class java.lang.ThreadGroup
-
- resume() - Method in class ohos.agp.animation.Animator
-
Resumes an animator.
- resume() - Method in class ohos.agp.render.render3d.RenderLoop
-
Resumes the rendering that has been paused.
- resume() - Method in class ohos.media.recorder.Recorder
-
Resumes recording.
- resume() - Method in class ohos.miscservices.download.DownloadSession
-
Resumes a paused download session.
- resume(int) - Method in class ohos.media.audio.SoundPlayer
-
Resumes a sound playback task.
- resumeAll() - Method in class ohos.media.audio.SoundPlayer
-
Resumes all paused tasks.
- retain(int) - Method in class ohos.global.icu.text.UnicodeSet
-
Retain the specified character from this set if it is present.
- retain(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Retain only the elements in this set that are contained in the
specified range.
- retain(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Retain the specified string in this set if it is present.
- retainAll(CharSequence) - Method in class ohos.global.icu.text.UnicodeSet
-
Retains EACH of the characters in this string.
- retainAll(Iterable<T>) - Method in class ohos.global.icu.text.UnicodeSet
-
- retainAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in class java.util.ArrayList
-
Retains only the elements in this list that are contained in the
specified collection.
- retainAll(Collection<?>) - Method in interface java.util.Collection
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Retains only the elements in this list that are contained in the
specified collection.
- retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Retains only the elements in this set that are contained in the
specified collection.
- retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
-
Always returns false.
- retainAll(Collection<?>) - Method in interface java.util.List
-
Retains only the elements in this list that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in interface java.util.Set
-
Retains only the elements in this set that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in class java.util.Vector
-
Retains only the elements in this Vector that are contained in the
specified Collection.
- retainAll(Collection<?>) - Method in class ohos.utils.LightweightMap
-
Deletes the key-value pairs that do not exist in a specified
Collection object
from an
LightweightMap container.
- retainAll(Collection<?>) - Method in class ohos.utils.LightweightSet
-
Deletes the objects that do not exist in a specified
Collection from an
LightweightSet container.
- retainAll(Collection<?>) - Method in class ohos.utils.zson.ZSONArray
-
Retains the entire c object when removing all other objects from this ZSONArray.
- retainAll(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Retains only the elements in this set that are contained in the
specified set.
- Retention - Annotation Type in java.lang.annotation
-
Indicates how long annotations with the annotated type are to
be retained.
- RetentionPolicy - Enum in java.lang.annotation
-
Annotation retention policy.
- RETURN_GENERATED_KEYS - Static variable in interface java.sql.Statement
-
The constant indicating that generated keys should be made
available for retrieval.
- ReturnCode - Interface in ohos.distributedhardware.devicemanager
-
Defines the return codes for operations related to device management.
- returnType() - Method in class java.lang.invoke.MethodType
-
Returns the return type of this method type.
- revealDirect(MethodHandle) - Method in class java.lang.invoke.MethodHandles.Lookup
-
- reverse() - Method in class java.lang.StringBuffer
-
- reverse() - Method in class java.lang.StringBuilder
-
- reverse(int) - Static method in class java.lang.Integer
-
Returns the value obtained by reversing the order of the bits in the
two's complement binary representation of the specified int
value.
- reverse(long) - Static method in class java.lang.Long
-
Returns the value obtained by reversing the order of the bits in the
two's complement binary representation of the specified long
value.
- reverse(List<?>) - Static method in class java.util.Collections
-
Reverses the order of the elements in the specified list.
- REVERSE - Static variable in class ohos.global.icu.text.Transliterator
-
Direction constant indicating the reverse direction in a transliterator,
e.g., the reverse rules of a rule-based Transliterator.
- REVERSE_DIFFERENCE - ohos.agp.render.Region.Op
-
Obtains the part of the target region, which is different from the current region.
- reverseAddPath(Path) - Method in class ohos.agp.render.Path
-
Adds a specified path to this Path in a reverse direction.
- reverseBytes(char) - Static method in class java.lang.Character
-
Returns the value obtained by reversing the order of the bytes in the
specified char value.
- reverseBytes(int) - Static method in class java.lang.Integer
-
Returns the value obtained by reversing the order of the bytes in the
two's complement representation of the specified int value.
- reverseBytes(long) - Static method in class java.lang.Long
-
Returns the value obtained by reversing the order of the bytes in the
two's complement representation of the specified long value.
- reverseBytes(short) - Static method in class java.lang.Short
-
Returns the value obtained by reversing the order of the bytes in the
two's complement representation of the specified short value.
- reverseContinueAbility() - Method in class ohos.aafwk.ability.Ability
-
Migrates this ability from another device on the same distributed network back to the local device.
- reverseContinueAbility() - Method in class ohos.aafwk.ability.AbilitySlice
-
Migrates the host ability from another device on the same distributed network back to the local device.
- reversed() - Method in interface java.util.Comparator
-
Returns a comparator that imposes the reverse ordering of this
comparator.
- REVERSED_PE - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- reverseOrder() - Static method in class java.util.Collections
-
Returns a comparator that imposes the reverse of the natural
ordering on a collection of objects that implement the
Comparable interface.
- reverseOrder() - Static method in interface java.util.Comparator
-
Returns a comparator that imposes the reverse of the natural
ordering.
- reverseOrder(Comparator<T>) - Static method in class java.util.Collections
-
Returns a comparator that imposes the reverse ordering of the specified
comparator.
- revertForm() - Method in class ohos.agp.text.RichTextBuilder
-
Deletes the most recently added text form to update the effective text form used by the rich text builder.
- reviseText(int, String, String) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Submits the revised text to the edit box.
- Revocable - Interface in ohos.app.dispatcher.task
-
- revoke() - Method in interface ohos.app.dispatcher.task.Revocable
-
Revokes a task associated with the Revocable object.
- REVOKE_SENSITIVE_PERMISSIONS - Static variable in class ohos.security.SystemPermission
-
Allows a system application to revoke sensitive permissions granted to other applications.
- REVOKED - java.security.cert.CertPathValidatorException.BasicReason
-
The certificate is revoked.
- REVOLUTION_ANGLE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of angle: revolution
- rewind() - Method in class java.nio.Buffer
-
Rewinds this buffer.
- rewind() - Method in class ohos.agp.render.Path
-
Sets this Path object to its initial state.
- rewind() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to rewind the media item.
- REWIND_TO_CLOSEST_SYNC - Static variable in class ohos.media.extractor.Extractor
-
Indicates the closest key frame of a specified frame.
- REWIND_TO_NEXT_SYNC - Static variable in class ohos.media.extractor.Extractor
-
Indicates the next key frame of a specified frame.
- REWIND_TO_PREVIOUS_SYNC - Static variable in class ohos.media.extractor.Extractor
-
Indicates the previous key frame of a specified frame.
- rewindRead(int) - Method in class ohos.utils.Parcel
-
Changes the current read position in the Parcel instance.
- rewindTo(long) - Method in class ohos.media.player.Player
-
Changes the playback position.
- rewindTo(long, int) - Method in class ohos.media.extractor.Extractor
-
Rewinds to a specified frame based on the time and mode.
- rewindWrite(int) - Method in class ohos.utils.Parcel
-
Changes the current write position in the Parcel instance.
- RFC_1123_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
-
The RFC-1123 date-time formatter, such as 'Tue, 3 Jun 2008 11:05:30 GMT'.
- RFC1779 - Static variable in class javax.security.auth.x500.X500Principal
-
RFC 1779 String format of Distinguished Names.
- RFC2253 - Static variable in class javax.security.auth.x500.X500Principal
-
RFC 2253 String format of Distinguished Names.
- rgb(int, int, int) - Static method in class ohos.agp.utils.Color
-
Obtains the color value based on the specified RGB value.
- RGB - ohos.agp.colors.ColorSpec
-
Indicates the RGB color specification.
- RGB_565 - ohos.media.image.common.PixelFormat
-
Indicates that each pixel is stored on 16 bits.
- RGB_565_COLORTYPE - ohos.agp.render.Texture.ColorType
-
Indicates a color format where each pixel is represented by 16 bits (5 bits for red and blue each, and 6 bits
for green).
- RGBA_8888_COLORTYPE - ohos.agp.render.Texture.ColorType
-
Indicates a color format where each pixel is represented by 32 bits in RGBA order (8 bits each for red,
green, blue, and alpha).
- RGBA_F32_COLORTYPE - ohos.agp.render.Texture.ColorType
-
Indicates a color format where each pixel is represented by a 32-bit float number.
- RgbColor - Class in ohos.agp.colors
-
Uses the RGB color model to represent colors.
- RgbColor() - Constructor for class ohos.agp.colors.RgbColor
-
Default constructor used to create a RgbColor instance.
- RgbColor(int) - Constructor for class ohos.agp.colors.RgbColor
-
A constructor that uses color ints (a combination of color codes) to define colors.
- RgbColor(int, int, int) - Constructor for class ohos.agp.colors.RgbColor
-
A constructor that defines a color by specifying the red, green, and blue channels.
- RgbColor(int, int, int, int) - Constructor for class ohos.agp.colors.RgbColor
-
A constructor that defines a color by specifying the red, green, blue, and alpha (transparency or opacity)
channels.
- RgbColor(RgbColor) - Constructor for class ohos.agp.colors.RgbColor
-
A constructor that defines a color by replicating another RgbColor object.
- RgbPalette - Class in ohos.agp.colors
-
Provides predefined colors in the Red, Green, and Blue (RGB) color specification, such as black, white, red, and
gray.
- RichContent - Class in ohos.miscservices.inputmethod
-
Stores information about the rich content transferred by an input method to an application.
- RichContent(Uri, Uri, String[], String) - Constructor for class ohos.miscservices.inputmethod.RichContent
-
A parameterized constructor used to create a RichContent instance.
- RichText - Class in ohos.agp.text
-
Represents rich text in different formats.
- RichText.TouchEventListener - Interface in ohos.agp.text
-
Provides a callback that will be invoked when a touch event is dispatched to a specific rich text paragraph.
- RichTextBuilder - Class in ohos.agp.text
-
Builder of rich text.
- RichTextBuilder() - Constructor for class ohos.agp.text.RichTextBuilder
-
Default constructor used to create a RichTextBuilder instance.
- RichTextBuilder(TextForm) - Constructor for class ohos.agp.text.RichTextBuilder
-
Create a RichTextBuilder instance with specified default text form.
- RichTextLayout - Class in ohos.agp.text
-
Represents the rich text layout.
- RichTextLayout(RichText, Paint, Rect, int) - Constructor for class ohos.agp.text.RichTextLayout
-
A constructor used to create a RichTextLayout instance with a specified text,
paint attribute of the text, rectangle where the text is displayed, and maximum width of the text.
- RichTextLayout(RichText, Paint, Rect, int, boolean) - Constructor for class ohos.agp.text.RichTextLayout
-
A constructor used to create a RichTextLayout instance with a specified text,
paint attribute of the text, rectangle where the text is displayed,
maximum width of the text, and text direction.
- right - Variable in class ohos.agp.utils.Rect
-
Indicates the position of the X coordinate on the right of the rectangle.
- right - Variable in class ohos.agp.utils.RectFloat
-
Indicates the X coordinate of the lower right corner of a rectangle.
- right - Variable in class ohos.ai.cv.common.CvRect
-
Indicates the horizontal coordinate of the right boundary of a rectangle.
- right - Variable in class ohos.utils.geo.Rect
-
Indicates the position of the X coordinate on the right of the rectangle.
- right - Variable in class ohos.utils.geo.RectFloat
-
Indicates the X coordinate of the lower right corner of a rectangle.
- RIGHT - ohos.agp.components.TimePicker.AmPmOrder
-
Indicates that the column representing a.m.
- RIGHT - Static variable in class ohos.agp.transition.TransitionMove
-
Indicates slide-in from the right.
- RIGHT - Static variable in class ohos.agp.utils.LayoutAlignment
-
Indicates the right alignment for the component.
- RIGHT - Static variable in class ohos.agp.utils.TextAlignment
-
Indicates right alignment.
- RIGHT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- RIGHT_BUTTON - Static variable in class ohos.multimodalinput.event.MouseEvent
-
Indicates that the right button on the mouse is pressed.
- RIGHT_EYE - Static variable in annotation type ohos.media.camera.params.FaceLandmark.FaceLandmarkType
-
Indicates the right eye.
- RIGHT_JOINING - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningType
-
- RIGHT_OF - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component is placed to the right of another child component.
- RIGHT_TO_LEFT - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from right to left.
- RIGHT_TO_LEFT - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type R
- RIGHT_TO_LEFT_ARABIC - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type AL
- RIGHT_TO_LEFT_EMBEDDING - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLE
- RIGHT_TO_LEFT_ISOLATE - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLI
- RIGHT_TO_LEFT_OVERRIDE - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLO
- rightElement(int) - Method in interface ohos.agp.components.Picker.ElementFormatter
-
Formats the element object displayed on the right of every item of
Picker.
- rightValue - Variable in class ohos.agp.render.Insets
-
Indicates the right value.
- RING - ohos.media.audio.AudioManager.RingtoneType
-
Indicates the ringtone for calls.
- RINGER_MODE_MAX - Static variable in class ohos.media.audio.AudioManager
-
Indicates the maximum valid volume of the sound mode.
- RINGER_MODE_NORMAL - ohos.media.audio.AudioManager.AudioRingMode
-
Indicates that the ringer mode is restored to the previous setting.
- RINGER_MODE_SILENT - ohos.media.audio.AudioManager.AudioRingMode
-
Indicates that a device is silent and does not vibrate.
- RINGER_MODE_VIBRATE - ohos.media.audio.AudioManager.AudioRingMode
-
Indicates that a device is silent and vibrates.
- RINGTONE - ohos.media.audio.AudioManager.CallState
-
Indicates the ringing state where a calling signal is received.
- rint(double) - Static method in class java.lang.Math
-
Returns the double value that is closest in value
to the argument and is equal to a mathematical integer.
- rint(double) - Static method in class java.lang.StrictMath
-
Returns the double value that is closest in value
to the argument and is equal to a mathematical integer.
- rLineTo(float, float) - Method in class ohos.agp.render.Path
-
Adds a straight line segment to this Path object.
- rMoveTo(float, float) - Method in class ohos.agp.render.Path
-
Adds a point to this Path as the start point of the next contour, the coordinates of which are relative
to the last point of this Path.
- ROAD - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of road.
- ROAD - Static variable in class ohos.data.search.schema.PlaceItem
-
Indicates the index field name of road.
- ROC - java.time.chrono.MinguoEra
-
The singleton instance for the current era, 'Republic of China Era',
which has the numeric value 1.
- ROHINGYA_YEH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- ROI - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
ROI of
Text.
- ROLE_ATTENDEE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates a participant.
- ROLE_NONE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates an unknown role.
- ROLE_ORGANIZER - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates an organizer.
- ROLE_PERFORMER - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates a performer.
- ROLE_SPEAKER - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates a speaker.
- roll(int, boolean) - Method in class java.util.Calendar
-
Adds or subtracts (up/down) a single unit of time on the given time
field without changing larger fields.
- roll(int, boolean) - Method in class java.util.GregorianCalendar
-
Adds or subtracts (up/down) a single unit of time on the given time
field without changing larger fields.
- roll(int, boolean) - Method in class ohos.global.icu.util.Calendar
-
Rolls (up/down) a single unit of time on the given field.
- roll(int, int) - Method in class java.util.Calendar
-
Adds the specified (signed) amount to the specified calendar field
without changing larger fields.
- roll(int, int) - Method in class java.util.GregorianCalendar
-
Adds a signed amount to the specified calendar field without changing larger fields.
- roll(int, int) - Method in class ohos.global.icu.util.Calendar
-
Rolls (up/down) a specified amount time on the given field.
- roll(int, int) - Method in class ohos.global.icu.util.ChineseCalendar
-
Override Calendar to handle leap months properly.
- roll(int, int) - Method in class ohos.global.icu.util.GregorianCalendar
-
Roll a field by a signed amount.
- roll(int, int) - Method in class ohos.global.icu.util.HebrewCalendar
-
Rolls (up/down) a specified amount time on the given field.
- rollback() - Method in interface java.sql.Connection
-
Undoes all changes made in the current transaction
and releases any database locks currently held
by this Connection object.
- rollback() - Method in interface ohos.data.distributed.common.KvStore
-
Rolls back a transaction operation in the KvStore database.
- rollback() - Method in interface ohos.data.orm.OrmContext
-
Rolls back a transaction.
- rollback(Savepoint) - Method in interface java.sql.Connection
-
Undoes all changes made after the given Savepoint object
was set.
- rollbackProperty(String) - Method in class ohos.media.image.PropertyFilter
-
Restores a specified Exif property.
- ROMM_RGB - ohos.media.image.common.ColorSpace
-
Indicates the color space based on ISO 22028-2:2013.
- RONGORONGO - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- ROOT - Static variable in class java.util.Locale
-
Useful constant for the root locale.
- ROOT - Static variable in class ohos.global.icu.util.ULocale
-
The root ULocale.
- rotate(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the target tilt angle for plane rotation of an animator.
- rotate(float) - Method in class ohos.agp.render.Canvas
-
Rotates this canvas.
- rotate(float) - Method in class ohos.agp.utils.Matrix
-
Implements the rotation of a matrix by a specified degree.
- rotate(float, float, float) - Method in class ohos.agp.render.Canvas
-
Rotates the canvas by a given angle relative to the rotation center.
- rotate(List<?>, int) - Static method in class java.util.Collections
-
Rotates the elements in the specified list by the specified distance.
- ROTATE_180 - ohos.agp.utils.Rect.RotationEnum
-
Rotates the rectangle 180 degrees
- ROTATE_180 - ohos.agp.utils.RectFloat.RotationEnum
-
Rotates the rectangle 180 degrees
- ROTATE_180 - ohos.utils.geo.Rect.RotationEnum
-
Rotates the rectangle 180 degrees
- ROTATE_180 - ohos.utils.geo.RectFloat.RotationEnum
-
Rotates the rectangle 180 degrees
- ROTATE_270 - ohos.agp.utils.Rect.RotationEnum
-
Rotates the rectangle 270 degrees
- ROTATE_270 - ohos.agp.utils.RectFloat.RotationEnum
-
Rotates the rectangle 270 degrees
- ROTATE_270 - ohos.utils.geo.Rect.RotationEnum
-
Rotates the rectangle 270 degrees
- ROTATE_270 - ohos.utils.geo.RectFloat.RotationEnum
-
Rotates the rectangle 270 degrees
- ROTATE_360 - ohos.agp.utils.Rect.RotationEnum
-
Rotates the rectangle 360 degrees
- ROTATE_360 - ohos.agp.utils.RectFloat.RotationEnum
-
Rotates the rectangle 360 degrees
- ROTATE_360 - ohos.utils.geo.Rect.RotationEnum
-
Rotates the rectangle 360 degrees
- ROTATE_360 - ohos.utils.geo.RectFloat.RotationEnum
-
Rotates the rectangle 360 degrees
- ROTATE_90 - ohos.agp.utils.Rect.RotationEnum
-
Rotates the rectangle 90 degrees
- ROTATE_90 - ohos.agp.utils.RectFloat.RotationEnum
-
Rotates the rectangle 90 degrees
- ROTATE_90 - ohos.utils.geo.Rect.RotationEnum
-
Rotates the rectangle 90 degrees
- ROTATE_90 - ohos.utils.geo.RectFloat.RotationEnum
-
Rotates the rectangle 90 degrees
- ROTATE_STYLE - ohos.agp.render.PathEffect.Style
-
Indicates that the shape is translated and then rotated around the center point to generate a specified path.
- rotateBy(Rect.RotationEnum) - Method in class ohos.agp.utils.Rect
-
Rotates this Rect object by a specified number of degrees.
- rotateBy(RectFloat.RotationEnum) - Method in class ohos.agp.utils.RectFloat
-
Rotates this RectFloat around the pivot.
- rotateBy(Rect.RotationEnum) - Method in class ohos.utils.geo.Rect
-
Rotates this Rect object by a specified number of degrees.
- rotateBy(RectFloat.RotationEnum) - Method in class ohos.utils.geo.RectFloat
-
Rotates this RectFloat around the pivot.
- ROTATED - Static variable in interface ohos.global.icu.lang.UCharacter.VerticalOrientation
-
- rotateDegrees - Variable in class ohos.media.image.ImageSource.DecodingOptions
-
Indicates the rotation angle, ranging from 0 to 360.
- rotateLeft(int, int) - Static method in class java.lang.Integer
-
Returns the value obtained by rotating the two's complement binary
representation of the specified int value left by the
specified number of bits.
- rotateLeft(long, int) - Static method in class java.lang.Long
-
Returns the value obtained by rotating the two's complement binary
representation of the specified long value left by the
specified number of bits.
- rotatePoint(Vector3) - Method in class ohos.agp.render.render3d.math.Quaternion
-
Rotates a given vector to obtain a new vector.
- rotateRight(int, int) - Static method in class java.lang.Integer
-
Returns the value obtained by rotating the two's complement binary
representation of the specified int value right by the
specified number of bits.
- rotateRight(long, int) - Static method in class java.lang.Long
-
Returns the value obtained by rotating the two's complement binary
representation of the specified long value right by the
specified number of bits.
- rotateX(float) - Method in class ohos.agp.render.ThreeDimView
-
Rotates the matrix by specified degrees around the X axis.
- rotateY(float) - Method in class ohos.agp.render.ThreeDimView
-
Rotates the matrix by specified degrees around the Y axis.
- rotateZ(float) - Method in class ohos.agp.render.ThreeDimView
-
Rotates the matrix by specified degrees around the Z axis.
- rotation - Variable in class ohos.agp.components.ScaleInfo
-
Indicates the rotation degree after zooming.
- ROTATION - Static variable in class ohos.multimodalinput.event.MultimodalEvent
-
Indicates the event generated by a rotation component.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.DatePicker
-
Indicates the default rotation sensitivity of
DatePicker to respond to rotating crown events.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.ListContainer
-
Indicates the default rotation sensitivity of
ListContainer to respond to rotating crown events.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.PageSlider
-
Indicates the default rotation sensitivity of
PageSlider to respond to rotating crown events.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.Picker
-
Indicates the default rotation sensitivity of
Picker to respond to rotating crown events.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.ScrollView
-
Indicates the default rotation sensitivity of
ScrollView to respond to rotating crown events.
- ROTATION_SENSITIVITY_DEFAULT - Static variable in class ohos.agp.components.TimePicker
-
Indicates the default rotation sensitivity of
TimePicker to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.DatePicker
-
Indicates the high rotation sensitivity of
DatePicker to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.ListContainer
-
Indicates the high rotation sensitivity of
ListContainer to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.PageSlider
-
Indicates the high rotation sensitivity of
PageSlider to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.Picker
-
Indicates the high rotation sensitivity of
Picker to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.ScrollView
-
Indicates the high rotation sensitivity of
ScrollView to respond to rotating crown events.
- ROTATION_SENSITIVITY_HIGH - Static variable in class ohos.agp.components.TimePicker
-
Indicates the high rotation sensitivity of
TimePicker to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.DatePicker
-
Indicates the low rotation sensitivity of
DatePicker to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.ListContainer
-
Indicates the low rotation sensitivity of
ListContainer to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.PageSlider
-
Indicates the low rotation sensitivity of
PageSlider to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.Picker
-
Indicates the low rotation sensitivity of
Picker to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.ScrollView
-
Indicates the low rotation sensitivity of
ScrollView to respond to rotating crown events.
- ROTATION_SENSITIVITY_LOW - Static variable in class ohos.agp.components.TimePicker
-
Indicates the low rotation sensitivity of
TimePicker to respond to rotating crown events.
- RotationEvent - Class in ohos.multimodalinput.event
-
Defines events generated by rotation components, for example, a digital watch crown on a smart watch.
- RotationEvent() - Constructor for class ohos.multimodalinput.event.RotationEvent
-
- round(double) - Static method in class java.lang.Math
-
Returns the closest long to the argument, with ties
rounding to positive infinity.
- round(double) - Static method in class java.lang.StrictMath
-
Returns the closest long to the argument, with ties
rounding to positive infinity.
- round(float) - Static method in class java.lang.Math
-
Returns the closest int to the argument, with ties
rounding to positive infinity.
- round(float) - Static method in class java.lang.StrictMath
-
Returns the closest int to the argument, with ties
rounding to positive infinity.
- round(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal rounded according to the
MathContext settings.
- ROUND_CAP - ohos.agp.render.Paint.StrokeCap
-
Each drawing point of the paint stroke is in dot, with the start and end points of the drawing line at
the center of the dot.
- ROUND_CEILING - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards positive infinity.
- ROUND_CEILING - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round to a more positive number.
- ROUND_CEILING - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round to a more positive number.
- ROUND_DOWN - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards zero.
- ROUND_DOWN - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round towards zero.
- ROUND_DOWN - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round towards zero.
- ROUND_FLOOR - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards negative infinity.
- ROUND_FLOOR - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round to a more negative number.
- ROUND_FLOOR - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round to a more negative number.
- ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards "nearest neighbor"
unless both neighbors are equidistant, in which case round
down.
- ROUND_HALF_DOWN - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded down.
- ROUND_HALF_DOWN - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant
value is rounded down.
- ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards the "nearest neighbor"
unless both neighbors are equidistant, in which case, round
towards the even neighbor.
- ROUND_HALF_EVEN - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.
- ROUND_HALF_EVEN - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant
value is rounded to the nearest even neighbor.
- ROUND_HALF_UP - Static variable in class java.math.BigDecimal
-
Rounding mode to round towards "nearest neighbor"
unless both neighbors are equidistant, in which case round up.
- ROUND_HALF_UP - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded up.
- ROUND_HALF_UP - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant
value is rounded up.
- ROUND_JOIN - ohos.agp.render.Paint.Join
-
Indicates that a round corner is used to join the segments of a stroked path.
- ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
-
Rounding mode to assert that the requested operation has an exact
result, hence no rounding is necessary.
- ROUND_UNNECESSARY - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to assert that no rounding is necessary.
- ROUND_UNNECESSARY - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to assert that no rounding is necessary.
- ROUND_UP - Static variable in class java.math.BigDecimal
-
Rounding mode to round away from zero.
- ROUND_UP - Static variable in class ohos.global.icu.math.BigDecimal
-
Rounding mode to round away from zero.
- ROUND_UP - Static variable in class ohos.global.icu.math.MathContext
-
Rounding mode to round away from zero.
- ROUNDEDRECTANGLE_MASK - ohos.agp.render.Paint.MaskType
-
Indicates that the mask is in the shape of rounded rectangle.
- rounding(Rect) - Method in class ohos.agp.utils.RectFloat
-
Rounds the float coordinates of this RectFloat to their nearest integer coordinates and creates a
rectangle to hold the new coordinates.
- rounding(Rect) - Method in class ohos.utils.geo.RectFloat
-
Rounds the float coordinates of this RectFloat to their nearest integer coordinates and creates a
rectangle to hold the new coordinates.
- RoundingMode - Enum in java.math
-
Specifies a rounding behavior for numerical operations
capable of discarding precision.
- RoundProgressBar - Class in ohos.agp.components
-
Represents a round progress bar on the UI.
- RoundProgressBar(Context) - Constructor for class ohos.agp.components.RoundProgressBar
-
Default constructor used to create a
RoundProgressBar instance
by using the default attribute set and style.
- RoundProgressBar(Context, AttrSet) - Constructor for class ohos.agp.components.RoundProgressBar
-
A constructor used to create a
RoundProgressBar instance by using specified attribute set and default
style after the XML file is parsed.
- RoundProgressBar(Context, AttrSet, String) - Constructor for class ohos.agp.components.RoundProgressBar
-
A constructor used to create a
RoundProgressBar instance by using specified attribute set and specified
style after the XML file is parsed.
- RouteInfo - Class in ohos.net
-
Stores route information, including the destination IP address, gateway address, and NIC name.
- RouteInfo() - Constructor for class ohos.net.RouteInfo
-
construct route information.
- RouteInfo(IpPrefix, InetAddress, String, int) - Constructor for class ohos.net.RouteInfo
-
construct route information.
- rowChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
-
Notifies registered listeners that a RowSet object
has had a change in one of its rows.
- rowDeleted() - Method in interface java.sql.ResultSet
-
Retrieves whether a row has been deleted.
- RowId - Interface in java.sql
-
The representation (mapping) in the Java programming language of an SQL ROWID
value.
- ROWID - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type ROWID
- ROWID_UNSUPPORTED - java.sql.RowIdLifetime
-
Indicates that this data source does not support the ROWID type.
- ROWID_VALID_FOREVER - java.sql.RowIdLifetime
-
Indicates that the lifetime of a RowId from this data source is, effectively,
unlimited.
- ROWID_VALID_OTHER - java.sql.RowIdLifetime
-
Indicates that the lifetime of a RowId from this data source is indeterminate;
but not one of ROWID_VALID_TRANSACTION, ROWID_VALID_SESSION, or,
ROWID_VALID_FOREVER.
- ROWID_VALID_SESSION - java.sql.RowIdLifetime
-
Indicates that the lifetime of a RowId from this data source is at least the
containing session.
- ROWID_VALID_TRANSACTION - java.sql.RowIdLifetime
-
Indicates that the lifetime of a RowId from this data source is at least the
containing transaction.
- RowIdLifetime - Enum in java.sql
-
Enumeration for RowId life-time values.
- rowInserted() - Method in interface java.sql.ResultSet
-
Retrieves whether the current row has had an insertion.
- ROWS_PER_STRIP - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- RowSet - Interface in javax.sql
-
The interface that adds support to the JDBC API for the
JavaBeans™ component model.
- rowSetChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
-
Notifies registered listeners that a RowSet object
in the given RowSetEvent object has changed its entire contents.
- RowSetEvent - Class in javax.sql
-
An Event object generated when an event occurs to a
RowSet object.
- RowSetEvent(RowSet) - Constructor for class javax.sql.RowSetEvent
-
Constructs a RowSetEvent object initialized with the
given RowSet object.
- RowSetInternal - Interface in javax.sql
-
The interface that a RowSet object implements in order to
present itself to a RowSetReader or RowSetWriter
object.
- RowSetListener - Interface in javax.sql
-
An interface that must be implemented by a
component that wants to be notified when a significant
event happens in the life of a RowSet object.
- RowSetMetaData - Interface in javax.sql
-
An object that contains information about the columns in a
RowSet object.
- RowSetReader - Interface in javax.sql
-
The facility that a disconnected RowSet object calls on
to populate itself with rows of data.
- RowSetWriter - Interface in javax.sql
-
An object that implements the RowSetWriter interface,
called a writer.
- rowSpec - Variable in class ohos.agp.components.TableLayout.LayoutConfig
-
Indicates the row specifications in the table layout.
- rowStride - Variable in class ohos.media.image.Image.Component
-
Indicates the distance in bytes between adjacent pixel rows.
- rowUpdated() - Method in interface java.sql.ResultSet
-
Retrieves whether the current row has been updated.
- rQuadTo(float, float, float, float) - Method in class ohos.agp.render.Path
-
Adds a smooth quadratic bezier curve based on the relative position.
- RSAKey - Interface in java.security.interfaces
-
The interface to a public or private key in
PKCS#1 v2.2 standard,
such as those for RSA, or RSASSA-PSS algorithms.
- RSAKeyGenParameterSpec - Class in java.security.spec
-
This class specifies the set of parameters used to generate an RSA
key pair.
- RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
-
Constructs a new RSAKeyGenParameterSpec object from the
given keysize, public-exponent value, and null key parameters.
- RSAMultiPrimePrivateCrtKey - Interface in java.security.interfaces
-
The interface to an RSA multi-prime private key, as defined in the
PKCS#1 v2.2 standard,
using the
Chinese Remainder Theorem (CRT) information values.
- RSAMultiPrimePrivateCrtKeySpec - Class in java.security.spec
-
This class specifies an RSA multi-prime private key, as defined in the
PKCS#1 v2.2 standard
using the Chinese Remainder Theorem (CRT) information values
for efficiency.
- RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Creates a new RSAMultiPrimePrivateCrtKeySpec.
- RSAOtherPrimeInfo - Class in java.security.spec
-
This class represents the triplet (prime, exponent, and coefficient)
inside RSA's OtherPrimeInfo structure, as defined in the
PKCS#1 v2.2 standard.
- RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
-
Creates a new RSAOtherPrimeInfo
given the prime, primeExponent, and
crtCoefficient as defined in PKCS#1.
- RSAPrivateCrtKey - Interface in java.security.interfaces
-
The interface to an RSA private key, as defined in the
PKCS#1 v2.2 standard,
using the
Chinese Remainder Theorem (CRT) information values.
- RSAPrivateCrtKeySpec - Class in java.security.spec
-
This class specifies an RSA private key, as defined in the
PKCS#1 v2.2 standard,
using the Chinese Remainder Theorem (CRT) information values for efficiency.
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
-
Creates a new RSAPrivateCrtKeySpec.
- RSAPrivateKey - Interface in java.security.interfaces
-
The interface to an RSA private key.
- RSAPrivateKeySpec - Class in java.security.spec
-
This class specifies an RSA private key.
- RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
-
Creates a new RSAPrivateKeySpec.
- RSAPublicKey - Interface in java.security.interfaces
-
The interface to an RSA public key.
- RSAPublicKeySpec - Class in java.security.spec
-
This class specifies an RSA public key.
- RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
-
Creates a new RSAPublicKeySpec.
- RSSI_QUERY_SUPPORTED - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates the rssi query is supported.
- RSSI_QUERY_UNSUPPORTED - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates the rssi query is unsupported.
- RTL - ohos.agp.components.Component.LayoutDirection
-
Indicates that the horizontal layout direction is from right to left.
- RTL - Static variable in class ohos.global.icu.text.Bidi
-
Right-to-left text.
- RTT_CALLING_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Phone
-
Specifies whether real-time text (RTT) calling is enabled.
- Rule - Interface in ohos.sysappcomponents.calendar.support
-
- RuleBasedCollator - Class in java.text
-
The RuleBasedCollator class is a concrete subclass of
Collator that provides a simple, data-driven, table
collator.
- RuleBasedCollator - Class in ohos.global.icu.text
-
RuleBasedCollator is a concrete subclass of Collator.
- RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
-
RuleBasedCollator constructor.
- RuleBasedCollator(String) - Constructor for class ohos.global.icu.text.RuleBasedCollator
-
Constructor that takes the argument rules for customization.
- RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Rumi Numeral Symbols" Unicode character block.
- RUMI_NUMERAL_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- RUMI_NUMERAL_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- run() - Method in interface java.lang.Runnable
-
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
- run() - Method in class java.lang.Thread
-
If this thread was constructed using a separate
Runnable run object, then that
Runnable object's run method is called;
otherwise, this method does nothing and returns.
- run() - Method in interface java.security.PrivilegedAction
-
Performs the computation.
- run() - Method in interface java.security.PrivilegedExceptionAction
-
Performs the computation.
- run() - Method in class java.util.concurrent.ForkJoinWorkerThread
-
This method is required to be public, but should never be
called explicitly.
- run() - Method in class java.util.concurrent.FutureTask
-
- run() - Method in interface java.util.concurrent.RunnableFuture
-
Sets this Future to the result of its computation
unless it has been cancelled.
- run() - Method in class java.util.TimerTask
-
The action to be performed by this timer task.
- run() - Method in class ohos.aafwk.ability.delegation.TestRunner
-
Runs all test cases.
- run() - Method in class ohos.agp.components.CornerMark.CornerMarkCleaner
-
Runs the cleaner to clean the corner mark.
- run() - Method in class ohos.agp.components.VelocityDetector.VelocityDetectorCleaner
-
- run() - Method in class ohos.eventhandler.EventRunner
-
Starts an EventRunner that is not automatically managed by the
system.
- RUN_DIRECTION - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the run direction of the line.
- RUN_DIRECTION_LTR - Static variable in class java.awt.font.TextAttribute
-
Left-to-right run direction.
- RUN_DIRECTION_RTL - Static variable in class java.awt.font.TextAttribute
-
Right-to-left run direction.
- runAfterBoth(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterBoth(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage both complete normally, executes the given action.
- runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, executes the given action using
this stage's default asynchronous execution facility.
- runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, executes the given action using
the supplied executor.
- runAfterEither(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterEither(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, executes the given action.
- runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, executes the given action
using this stage's default asynchronous execution facility.
- runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, executes the given action
using the supplied executor.
- runAndReset() - Method in class java.util.concurrent.FutureTask
-
Executes the computation without setting its result, and then
resets this future to initial state, failing to do so if the
computation encounters an exception or is cancelled.
- runAsync(Runnable) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is asynchronously completed
by a task running in the
ForkJoinPool#commonPool() after
it runs the given action.
- runAsync(Runnable, Executor) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is asynchronously completed
by a task running in the given executor after it runs the given
action.
- runCommand(int, int, int) - Method in class ohos.sensor.agent.SensorAgent
-
Executes the specified command for a sensor based on the given parameter.
- runFinalization() - Method in class java.lang.Runtime
-
Runs the finalization methods of any objects pending finalization.
- runFinalization() - Static method in class java.lang.System
-
Runs the finalization methods of any objects pending finalization.
- runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
-
- runFinalizersOnExit(boolean) - Static method in class java.lang.System
-
- RUNIC - java.lang.Character.UnicodeScript
-
Unicode script "Runic".
- RUNIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Runic" Unicode character block.
- RUNIC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- RUNIC - Static variable in class ohos.global.icu.lang.UScript
-
Runic
- RUNIC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- runInRenderThread(Runnable) - Method in interface ohos.agp.render.render3d.Engine
-
Runs a task in the rendering thread.
- Runnable - Interface in java.lang
-
The Runnable interface should be implemented by any
class whose instances are intended to be executed by a thread.
- RUNNABLE - java.lang.Thread.State
-
Thread state for a runnable thread.
- RunnableFuture<V> - Interface in java.util.concurrent
-
- RunnableScheduledFuture<V> - Interface in java.util.concurrent
-
- RUNNING - ohos.agp.render.render3d.Task.State
-
Indicates the task is running.
- RUNNING_LOCK - Static variable in class ohos.security.SystemPermission
-
Allows an application to obtain a running lock.
- RunningProcessInfo - Class in ohos.aafwk.ability
-
Encapsulates process information for a running application.
- RunningProcessInfo() - Constructor for class ohos.aafwk.ability.RunningProcessInfo
-
A constructor used to create a RunningProcessInfo instance.
- runOnUIThreadSync(Runnable) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Runs a specified task on the UI thread and blocks the thread until the task is complete.
- runParallel(Animator...) - Method in class ohos.agp.animation.AnimatorGroup
-
Specifies a group of animations that are played in parallel.
- runSerially(Animator...) - Method in class ohos.agp.animation.AnimatorGroup
-
Specifies a group of animations that are played in series.
- Runtime - Class in java.lang
-
Every Java application has a single instance of class
Runtime that allows the application to interface with
the environment in which the application is running.
- RUNTIME - java.lang.annotation.RetentionPolicy
-
Annotations are to be recorded in the class file by the compiler and
retained by the VM at run time, so they may be read reflectively.
- RUNTIME - ohos.hiviewdfx.Debug.MemType
-
Indicates the runtime memory.
- RuntimeException - Exception in java.lang
-
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.
- RuntimeException() - Constructor for exception java.lang.RuntimeException
-
Constructs a new runtime exception with null as its
detail message.
- RuntimeException(String) - Constructor for exception java.lang.RuntimeException
-
Constructs a new runtime exception with the specified detail message.
- RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
-
Constructs a new runtime exception with the specified detail message and
cause.
- RuntimeException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.RuntimeException
-
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- RuntimePermission - Class in java.lang
-
This class is for runtime permissions.
- RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
-
Creates a new RuntimePermission with the specified name.
- RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
-
Creates a new RuntimePermission object with the specified name.
- RUSSIAN - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that Russian text elements will be detected.
- RW2_ISO - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- RW2_JPG_FROM_RAW - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
PanasonicRaw tags.
- RW2_SENSOR_BOTTOM_BORDER - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- RW2_SENSOR_LEFT_BORDER - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- RW2_SENSOR_RIGHT_BORDER - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- RW2_SENSOR_TOP_BORDER - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- s - Variable in class ohos.utils.Pair
-
- S_IRGRP - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read group.
- S_IROTH - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read by other users.
- S_IRUSR - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read by user.
- S_IRWXG - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read、written and executed by group.
- S_IRWXO - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read、written and executed by others.
- S_IRWXU - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be read、written and executed by owner.
- S_ISUID - Static variable in class ohos.system.OsHelperConstants
-
Set user id.
- S_ISVTX - Static variable in class ohos.system.OsHelperConstants
-
The permissions for file holders, can renamed or deleted.
- S_IWGRP - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be written by user.
- S_IWOTH - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be written by others.
- S_IWUSR - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be written by owner.
- S_IXGRP - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be executed or searched by other members
in the group to which the file owner belongs.
- S_IXOTH - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be executed or searched by other users.
- S_IXUSR - Static variable in class ohos.system.OsHelperConstants
-
File permission mode to specify whether a file can be executed or searched by the file owner.
- S_TERM - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property STerm (new in Unicode 4.0.1).
- S0 - ohos.data.DatabaseFileSecurityLevel
-
S0
- S0 - ohos.data.distributed.common.SecurityLevel
-
S0: mains the db is public.
- S1 - ohos.data.DatabaseFileSecurityLevel
-
S1
- S1 - ohos.data.distributed.common.SecurityLevel
-
S1: mains the db is low level security
There are some low impact, when the data is leaked.
- S2 - ohos.data.DatabaseFileSecurityLevel
-
S2
- S2 - ohos.data.distributed.common.SecurityLevel
-
S2: mains the db is middle level security
There are some major impact, when the data is leaked.
- S3 - ohos.data.DatabaseFileSecurityLevel
-
S3
- S3 - ohos.data.distributed.common.SecurityLevel
-
S3: mains the db is high level security
There are some severity impact, when the data is leaked.
- S4 - ohos.data.DatabaseFileSecurityLevel
-
S4
- S4 - ohos.data.distributed.common.SecurityLevel
-
S4: mains the db is critical level security
There are some critical impact, when the data is leaked.
- SAD - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- SADHE - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- SAE - Static variable in class ohos.wifi.WifiSecurity
-
Indicates that the Wi-Fi encryption mode is SAE.
- SAFAR - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Safar, the 2nd month of the Islamic year.
- SafeVarargs - Annotation Type in java.lang
-
A programmer assertion that the body of the annotated method or
constructor does not perform potentially unsafe operations on its
varargs parameter.
- SAMARITAN - java.lang.Character.UnicodeScript
-
Unicode script "Samaritan".
- SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Samaritan" Unicode character block.
- SAMARITAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SAMARITAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SAMARITAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SAME_USER_ID - ohos.data.distributed.common.UserType
-
Indicates a user that logs in to different devices using the same account.
- sameFile(URL) - Method in class java.net.URL
-
Compares two URLs, excluding the fragment component.
- sameFile(URL, URL) - Method in class java.net.URLStreamHandler
-
Compare two urls to see whether they refer to the same file,
i.e., having the same protocol, host, port, and path.
- SAMPLE_RATE - Static variable in class ohos.media.common.Format
-
Indicates a key that describes the sampling rate.
- SAMPLE_RATE_FOR_DIRECT_HZ_MAX - Static variable in class ohos.media.audio.AudioStreamInfo
-
- SAMPLE_RATE_HZ_MAX - Static variable in class ohos.media.audio.AudioStreamInfo
-
Indicates the maximum sampling rate (in Hz).
- SAMPLE_RATE_HZ_MIN - Static variable in class ohos.media.audio.AudioStreamInfo
-
Indicates the minimum sampling rate (in Hz).
- SAMPLE_RATE_UNSPECIFIED - Static variable in class ohos.media.audio.AudioStreamInfo
-
Indicates the initial sampling rate.
- sampleRate(int) - Method in class ohos.media.audio.AudioStreamInfo.Builder
-
Sets the sampling rate of the audio stream.
- SAMPLES_PER_PIXEL - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- sampleSize - Variable in class ohos.media.image.ImageSource.DecodingOptions
-
Indicates the sampling size based on which an image is scaled down.
- SAMPLING_RATE_INIT - Static variable in class ohos.media.common.AudioProperty
-
Indicates the default audio sampling rate.
- SANS_SERIF - Static variable in class ohos.agp.text.Font
-
Indicates the default sans-serif font.
- SARATI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SATURATION - ohos.agp.render.BlendMode
-
Creates a color using the saturation of the source color and the hue and brightness of the destination color.
- SATURATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- SATURDAY - java.time.DayOfWeek
-
The singleton instance for the day-of-week of Saturday.
- SATURDAY - ohos.global.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Saturday
- SATURDAY - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Saturday, e.g. "last Saturday",
"this Saturday", "next Saturday", "in 5 Saturdays".
- SATURDAY - Static variable in class java.util.Calendar
-
- SATURDAY - Static variable in class ohos.global.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Saturday.
- SAURASHTRA - java.awt.font.NumericShaper.Range
-
The Saurashtra range with the Saurashtra digits.
- SAURASHTRA - java.lang.Character.UnicodeScript
-
Unicode script "Saurashtra".
- SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Saurashtra" Unicode character block.
- SAURASHTRA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SAURASHTRA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SAURASHTRA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- save() - Method in class ohos.agp.render.Canvas
-
Saves the drawing state of the canvas.
- save(OutputStream, String) - Method in class java.util.Properties
-
- saveLayer(RectFloat, Paint) - Method in class ohos.agp.render.Canvas
-
Saves the current layer and creates a layer of a specified size.
- saveLayerAlpha(RectFloat, int) - Method in class ohos.agp.render.Canvas
-
Saves the current layer and creates a layer with a specified size and alpha value.
- Savepoint - Interface in java.sql
-
The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback method.
- SAXException - Exception in ohos.org.xml.sax
-
Encapsulate a general SAX error or warning.
- SAXException() - Constructor for exception ohos.org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(Exception) - Constructor for exception ohos.org.xml.sax.SAXException
-
Create a new SAXException wrapping an existing exception.
- SAXException(String) - Constructor for exception ohos.org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(String, Exception) - Constructor for exception ohos.org.xml.sax.SAXException
-
Create a new SAXException from an existing exception.
- SAXNotRecognizedException - Exception in ohos.org.xml.sax
-
Exception class for an unrecognized identifier.
- SAXNotRecognizedException() - Constructor for exception ohos.org.xml.sax.SAXNotRecognizedException
-
Default constructor.
- SAXNotRecognizedException(String) - Constructor for exception ohos.org.xml.sax.SAXNotRecognizedException
-
Construct a new exception with the given message.
- SAXNotSupportedException - Exception in ohos.org.xml.sax
-
Exception class for an unsupported operation.
- SAXNotSupportedException() - Constructor for exception ohos.org.xml.sax.SAXNotSupportedException
-
Construct a new exception with no message.
- SAXNotSupportedException(String) - Constructor for exception ohos.org.xml.sax.SAXNotSupportedException
-
Construct a new exception with the given message.
- SAXParseException - Exception in ohos.org.xml.sax
-
Encapsulate an XML parse error or warning.
- SAXParseException(String, String, String, int, int) - Constructor for exception ohos.org.xml.sax.SAXParseException
-
Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) - Constructor for exception ohos.org.xml.sax.SAXParseException
-
Create a new SAXParseException with an embedded exception.
- SAXParseException(String, Locator) - Constructor for exception ohos.org.xml.sax.SAXParseException
-
Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) - Constructor for exception ohos.org.xml.sax.SAXParseException
-
Wrap an existing exception in a SAXParseException.
- SAXParser - Class in ohos.javax.xml.parsers
-
Defines the API that wraps an
XMLReader
implementation class.
- SAXParser() - Constructor for class ohos.javax.xml.parsers.SAXParser
-
Protected constructor to prevent instaniation.
- SAXParserFactory - Class in ohos.javax.xml.parsers
-
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
- SAXParserFactory() - Constructor for class ohos.javax.xml.parsers.SAXParserFactory
-
- SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- scalb(double, int) - Static method in class java.lang.Math
-
Returns d ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the double value set.
- scalb(double, int) - Static method in class java.lang.StrictMath
-
Returns d ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the double value set.
- scalb(float, int) - Static method in class java.lang.Math
-
Returns f ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the float value set.
- scalb(float, int) - Static method in class java.lang.StrictMath
-
Returns f ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the float value set.
- scalDensity - Variable in class ohos.agp.window.service.DisplayAttributes
-
Indicates the text scale density of a display.
- scale - Variable in class ohos.agp.components.ScaleInfo
-
Indicates the scaling amount since the start of zooming.
- scale - Variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the super resolution scale, 1x for default.
- scale() - Method in class java.math.BigDecimal
-
Returns the scale of this BigDecimal.
- scale() - Method in class ohos.global.icu.math.BigDecimal
-
Returns the scale of this BigDecimal.
- scale(float) - Method in class ohos.agp.utils.Rect
-
Sets the scale ratio for this Rect object.
- scale(float) - Method in class ohos.agp.utils.RectFloat
-
Scales this RectFloat around the pivot.
- scale(float) - Method in class ohos.utils.geo.Rect
-
Sets the scale ratio for this Rect object.
- scale(float) - Method in class ohos.utils.geo.RectFloat
-
Scales this RectFloat around the pivot.
- scale(float, float) - Method in class ohos.agp.render.Canvas
-
Scales the canvas according to the anchor point.
- scale(float, float) - Method in class ohos.agp.utils.Matrix
-
Implements the scaling of a matrix on X-axis and Y-axis.
- scale(float, float, float, float) - Method in class ohos.agp.render.Canvas
-
Scales a canvas with an anchor point.
- SCALE - ohos.agp.components.Component.GestureType
-
Indicates the scale gesture, including zooming, rotating, and translation.
- SCALE_UNDEFINED - Static variable in class ohos.global.configuration.Configuration
-
Indicates that the scale is not specified.
- scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose numerical value is equal to
(this * 10n).
- scaleDocCoordinates(float) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Uses a specified scale to zoom in or out the text border.
- scaleDocCoordinates(float, float) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Uses the specified scales to zoom in or out in the horizontal and vertical directions of the text border.
- ScaleInfo - Class in ohos.agp.components
-
Stores the data of identified zooming gestures.
- ScaleInfo(Point, Point, double, double, double, double, double, double) - Constructor for class ohos.agp.components.ScaleInfo
-
Provides information about zooming gestures.
- scaleMode - Variable in class ohos.media.image.PixelMap.InitializationOptions
-
Indicates the scaling effect used when the aspect ratio of the original image is different from that of the
target image.
- ScaleMode - Enum in ohos.media.image.common
-
Represents the image scaling effect.
- scaleX(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the horizontal scaling ratio of an animator.
- scaleXBy(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the variation for the horizontal scaling ratio of an animator.
- scaleXFrom(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the start horizontal scale for this animator.
- scaleY(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the vertical scaling ratio of an animator.
- scaleYBy(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the variation for the vertical scaling ratio of an animator.
- scaleYFrom(float) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the start vertical scale for this animator.
- scan() - Method in class ohos.wifi.WifiDevice
-
Scans Wi-Fi hotspots.
- SCAN_MODE_CONNECTABLE - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that the Bluetooth inquiry scan is disabled and page scan is enabled on the current device.
- SCAN_MODE_CONNECTABLE_DISCOVERABLE - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth inquiry scan and page scan are enabled on the current device.
- SCAN_MODE_NONE - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth inquiry scan and page scan are disabled on the current device.
- scanFailedEvent(int) - Method in interface ohos.bluetooth.ble.BleCentralManagerCallback
-
Callback when scan could not be started.
- Scanner - Class in java.util
-
A simple text scanner which can parse primitive types and strings using
regular expressions.
- Scanner(File) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(File, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(InputStream) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified input stream.
- Scanner(InputStream, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified input stream.
- Scanner(Readable) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified source.
- Scanner(String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified string.
- Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified channel.
- Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified channel.
- Scanner(Path) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(Path, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- SCANNING - ohos.wifi.WifiLinkedInfo.ConnState
-
The device is searching for an available AP.
- scanResultEvent(BleScanResult) - Method in interface ohos.bluetooth.ble.BleCentralManagerCallback
-
Called to send a notification of the scan result after a BLE scan is complete.
- ScatteringByteChannel - Interface in java.nio.channels
-
A channel that can read bytes into a sequence of buffers.
- Scene - Interface in ohos.agp.render.render3d
-
Represents scenes that contain entities, such as a scene of 3D objects.
- SCENE_CAPTURE_TYPE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- SCENE_CAR_HAILING - Static variable in class ohos.location.RequestParam
-
Indicates the scenario of obtaining the current location of a user who is hailing a taxi.
- SCENE_DAILY_LIFE_SERVICE - Static variable in class ohos.location.RequestParam
-
Indicates the scenario of obtaining the approximate user location for recommendations and push notifications,
for example, when the user is browsing news, shopping online, and ordering food.
- SCENE_DETECTED - Static variable in annotation type ohos.media.camera.params.SceneDetectionResult.State
-
Indicates that a scene change is detected.
- SCENE_IMPORT_BIT_CAMERA - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import cameras.
- SCENE_IMPORT_BIT_LIGHT - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import lights.
- SCENE_IMPORT_BIT_MESH - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import meshes.
- SCENE_IMPORT_BIT_MORPH - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import morphing data.
- SCENE_IMPORT_BIT_SCENE - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import scenes.
- SCENE_IMPORT_BIT_SKIN - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import skins.
- SCENE_IMPORT_FLAG_BITS_ALL - Static variable in interface ohos.agp.render.render3d.gltf.GltfLoader
-
Indicates the flag used to import all data.
- SCENE_NAVIGATION - Static variable in class ohos.location.RequestParam
-
Indicates the scenario of user navigation, for example, map applications' navigation for driving or walking.
- SCENE_NO_POWER - Static variable in class ohos.location.RequestParam
-
Indicates the scenario in which your application does not proactively start the location service
for a higher battery efficiency.
- SCENE_TRAJECTORY_TRACKING - Static variable in class ohos.location.RequestParam
-
Indicates the scenario of recording user trajectories,
for example, the track recording function of sports applications.
- SCENE_TYPE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SCENE_UNSET - Static variable in class ohos.location.RequestParam
-
Indicates the default location type used when no location scenario type is set.
- SceneComponent - Class in ohos.agp.render.render3d.components
-
Represent the scene component.
- SceneComponent() - Constructor for class ohos.agp.render.render3d.components.SceneComponent
-
- SceneComponent.BackgroundType - Enum in ohos.agp.render.render3d.components
-
Defines the type of the background displayed in a scene.
- SceneDetectionResult - Interface in ohos.media.camera.params
-
Represents result data of scene detection.
- SceneDetectionResult.State - Annotation Type in ohos.media.camera.params
-
Enumerates the states of scene detection.
- SceneNode - Interface in ohos.agp.render.render3d
-
Provides scene nodes representing entities in a scene.
- SCENES_AUDIO - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the scene where the action is performed for an audio.
- SCENES_COMMON - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the common scene where voice action is performed.
- SCENES_PAGE - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the scene where the action is performed for a page.
- SCENES_SWITCH - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the scene where the action is performed for a switch.
- SCENES_VIDEO - Static variable in class ohos.multimodalinput.event.SpeechEvent
-
Indicates the scene where the action is performed for a video.
- SceneUtil - Interface in ohos.agp.render.render3d.util
-
Adds 3D objects to a scene, such as casting rays.
- SceneUtil.RayCastResult - Interface in ohos.agp.render.render3d.util
-
Represents the ray-cast result.
- schedule() - Method in class ohos.utils.IntervalTimer
-
Starts the interval timer.
- schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a one-shot action that becomes enabled
after the given delay.
- schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a ScheduledFuture that becomes enabled after the
given delay.
- schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- schedule(TimerTask, long) - Method in class java.util.Timer
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, long, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
- schedule(TimerTask, Date) - Method in class java.util.Timer
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, Date, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the given
period; that is executions will commence after
initialDelay then initialDelay+period, then
initialDelay + 2 * period, and so on.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-rate execution,
beginning after the specified delay.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-rate execution,
beginning at the specified time.
- scheduledExecutionTime() - Method in class java.util.TimerTask
-
Returns the scheduled execution time of the most recent
actual execution of this task.
- ScheduledExecutorService - Interface in java.util.concurrent
-
An
ExecutorService that can schedule commands to run after a given
delay, or to execute periodically.
- ScheduledFuture<V> - Interface in java.util.concurrent
-
A delayed result-bearing action that can be cancelled.
- ScheduledThreadPoolExecutor - Class in java.util.concurrent
-
A
ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically.
- ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the
given core pool size.
- ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the given
initial parameters.
- ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the
given initial parameters.
- ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the given
initial parameters.
- scheduleNotification(String, String, NotificationRequest) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the
given delay between the termination of one execution and the
commencement of the next.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- Schema - Class in ohos.data.distributed.common
-
Represents the database schema.
- Schema<T> - Class in ohos.data.search.schema
-
Represents an index schema.
- Schema - Class in ohos.javax.xml.validation
-
Immutable in-memory representation of grammar.
- Schema() - Constructor for class ohos.data.distributed.common.Schema
-
A constructor used to create a Schema instance.
- Schema() - Constructor for class ohos.data.search.schema.Schema
-
- Schema() - Constructor for class ohos.javax.xml.validation.Schema
-
Constructor for the derived class.
- SCHEMA_MISMATCH - ohos.data.distributed.common.KvStoreErrorCode
-
SCHEMA_MISMATCH error
- SchemaMode - Enum in ohos.data.distributed.common
-
Enumerates schema modes.
- scheme(String) - Method in class ohos.utils.net.Uri.Builder
-
Sets the scheme field of the current URI.
- SCIENTIFIC - java.util.Formatter.BigDecimalLayoutForm
-
Format the BigDecimal in computerized scientific notation.
- SCIENTIFIC - Static variable in class ohos.global.icu.math.MathContext
-
Standard floating point notation (with scientific exponential
format, where there is one digit before any decimal point).
- ScientificNumberFormatter - Class in ohos.global.icu.text
-
A formatter that formats numbers in user-friendly scientific notation.
- SCIENTIFICSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify a style of format to display scientific number.
- SCO_STATE_CONNECTED - Static variable in class ohos.bluetooth.HandsFreeAudioGateway
-
Indicates that an SCO link has been set up with the peer device.
- SCO_STATE_CONNECTING - Static variable in class ohos.bluetooth.HandsFreeAudioGateway
-
Indicates that an SCO link is being set up with the peer device.
- SCO_STATE_DISCONNECTED - Static variable in class ohos.bluetooth.HandsFreeAudioGateway
-
Indicates that no SCO link has been set up with the peer device.
- SCONTINUE - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- Scope<T extends Comparable<? super T>> - Class in ohos.utils
-
Describes the range of valid values for a field.
- Scope(T, T) - Constructor for class ohos.utils.Scope
-
A constructor used to create a Scope instance with the lower and upper bounds specified.
- SCREEN - ohos.agp.render.BlendMode
-
Multiplies the complements of the source and destination colors and then complements the result.
- SCREEN - ohos.agp.render.Canvas.PorterDuffMode
-
Multiplies the complements of the source and destination colors and then complements the result.
- SCREEN_BRIGHTNESS_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Indicates the screen brightness.
- SCREEN_DEFAULT - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates that screen density is undefined.
- SCREEN_LDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates large screen density.
- SCREEN_MDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates medium screen density.
- SCREEN_OFF_TIMEOUT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Indicates the duration that the device waits before going to sleep after a period of inactivity, in
milliseconds.
- SCREEN_SDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates small screen density.
- SCREEN_XLDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates extra-large screen density.
- SCREEN_XXLDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates extra-extra-large screen density.
- SCREEN_XXXLDPI - Static variable in class ohos.global.configuration.DeviceCapability
-
Indicates extra-extra-extra-large screen density.
- screenDensity - Variable in class ohos.global.configuration.DeviceCapability
-
Indicates the target screen density.
- ScreenLockController - Class in ohos.miscservices.screenlock
-
Provides methods to control the screen lock and query the lock status.
- screenToWorld(Entity, Vector3) - Method in interface ohos.agp.render.render3d.util.SceneUtil
-
Projects the coordinate of a point from the screen to the world using the specified camera.
- SCRIPT - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Script.
- SCRIPT_EXTENSIONS - Static variable in interface ohos.global.icu.lang.UProperty
-
Miscellaneous property Script_Extensions (new in Unicode 6.0).
- scriptDisplayName(int) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the display name of the provided script code.
- scriptDisplayName(String) - Method in class ohos.global.icu.text.LocaleDisplayNames
-
Returns the display name of the provided script code.
- SCROLL_AUTO_STAGE - Static variable in class ohos.agp.components.Component
-
Indicates that the component scrolls inertially in response to a dedicated
operation (for example, fling or rebounding).
- SCROLL_IDLE_STAGE - Static variable in class ohos.agp.components.Component
-
Indicates that scrolling has come to an end and the component is in the idle state.
- SCROLL_NORMAL_STAGE - Static variable in class ohos.agp.components.Component
-
Indicates that the component scrolls naturally in response to an external
operation (for example, user touch input).
- scrollBy(int, int) - Method in class ohos.agp.components.Component
-
Sets the offset by which the component is scrolled.
- scrolledStageUpdate(Component, int) - Method in interface ohos.agp.components.Component.ScrolledListener
-
Checks for scrolling stage changes of a component.
- ScrollHelper - Class in ohos.agp.components
-
Provides methods of obtaining animation values of a scrolling or sliding component.
- ScrollHelper() - Constructor for class ohos.agp.components.ScrollHelper
-
Default constructor used to create a OverScroller instance.
- scrollTo(int) - Method in class ohos.agp.components.ListContainer
-
Scrolls to the specified component item in a list container.
- scrollTo(int, int) - Method in class ohos.agp.components.Component
-
Sets the target position you want the component to scroll to.
- scrollToCenter(int) - Method in class ohos.agp.components.ListContainer
-
Scrolls specified item in a list container to center.
- ScrollView - Class in ohos.agp.components
-
Creates a scroll component.
- ScrollView(Context) - Constructor for class ohos.agp.components.ScrollView
-
Default constructor used to create a ScrollView instance by using the default attribute set and style.
- ScrollView(Context, AttrSet) - Constructor for class ohos.agp.components.ScrollView
-
A constructor used to create a ScrollView instance by using specified attribute set and default
style after the XML file is parsed.
- ScrollView(Context, AttrSet, String) - Constructor for class ohos.agp.components.ScrollView
-
A constructor used to create a ScrollView instance by using specified attribute set and specified style
after the XML file is parsed.
- ScrollView.ReboundEffectParams - Class in ohos.agp.components
-
Represents rebound effect parameters.
- SEA_PRESSURE - Static variable in class ohos.sensor.data.CategoryEnvironmentData
-
Indicates the standard atmospheric pressure or the mean sea-level pressure, in hPa.
- SEALED - Static variable in class java.util.jar.Attributes.Name
-
Name object for Sealed manifest attribute
used for sealing.
- SealedObject - Class in javax.crypto
-
This class enables a programmer to create an object and protect its
confidentiality with a cryptographic algorithm.
- SealedObject(Serializable, Cipher) - Constructor for class javax.crypto.SealedObject
-
Constructs a SealedObject from any Serializable object.
- SealedObject(SealedObject) - Constructor for class javax.crypto.SealedObject
-
Constructs a SealedObject object from the passed-in SealedObject.
- search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a non-null result from applying the given search
function on each (key, value), or null if none.
- search(Object) - Method in class java.util.Stack
-
Returns the 1-based position where an object is on this stack.
- search(String, int, int) - Method in class ohos.data.search.SearchSession
-
Obtains the results matching a specified string on a page.
- SearchAbility - Class in ohos.data.search
-
Provides access to the search service.
- SearchAbility(Context) - Constructor for class ohos.data.search.SearchAbility
-
A parameterized constructor used to create a SearchAbility instance.
- SearchableEntity - Class in ohos.data.search.model
-
Defines searchability metadata for an ability.
- SearchableEntity(String, String, String, String, String, boolean, int, String) - Constructor for class ohos.data.search.model.SearchableEntity
-
A parameterized constructor used to create a SearchableEntity instance.
- SearchBar - Class in ohos.agp.components
-
Provides a user interface for the user to start a search by entering a character string and obtain the search
results.
- SearchBar(Context) - Constructor for class ohos.agp.components.SearchBar
-
Default constructor used to create a SearchBar instance by using the default attribute set and style.
- SearchBar(Context, AttrSet) - Constructor for class ohos.agp.components.SearchBar
-
A constructor used to create a SearchBar instance by using specified attribute set and default style
after the XML file is parsed.
- SearchBar(Context, AttrSet, String) - Constructor for class ohos.agp.components.SearchBar
-
A constructor used to create a SearchBar instance by using specified attribute set and specified style
after the XML file is parsed.
- SearchBar.FoldListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when the user closes the search bar.
- SearchBar.QueryListener - Interface in ohos.agp.components
-
Provides callbacks to be invoked when the query text is changed by the user or when the user submits the query.
- searchComponentViaId(int) - Method in class ohos.agp.window.dialog.BaseDialog
-
Searches for the component with a specified ID.
- searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a non-null result from applying the given search
function on each entry, or null if none.
- SearchErrorCode - Interface in ohos.data.search.model
-
- SearchIterator - Class in ohos.global.icu.text
-
SearchIterator is an abstract base class that provides
methods to search for a pattern within a text string.
- SearchIterator(CharacterIterator, BreakIterator) - Constructor for class ohos.global.icu.text.SearchIterator
-
Protected constructor for use by subclasses.
- SearchIterator.ElementComparisonType - Enum in ohos.global.icu.text
-
Option to control how collation elements are compared.
- searchKeys(long, Function<? super K, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a non-null result from applying the given search
function on each key, or null if none.
- SearchParameter - Interface in ohos.data.search.model
-
Defines keywords of search types supported by fusion search.
- SearchResult - Enum in ohos.data.search
-
- SearchSession - Class in ohos.data.search
-
Represents a session used for pagination or group search.
- searchValues(long, Function<? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a non-null result from applying the given search
function on each value, or null if none.
- SEC_BLOCK_MODE_CBC - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the CBC mode, which is not recommended due to its low security.
- SEC_BLOCK_MODE_CTR - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the CTR block cipher mode.
- SEC_BLOCK_MODE_ECB - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the ECB mode, which is not recommended due to its low security.
- SEC_BLOCK_MODE_GCM - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the GCM block cipher mode.
- SEC_KEY_ALGORITHM_AES - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the AES algorithm.
- SEC_KEY_ALGORITHM_EC - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the EC algorithm.
- SEC_KEY_ALGORITHM_HMAC_SHA1 - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the HMAC algorithm that uses SHA1 to generate hash values.
- SEC_KEY_ALGORITHM_HMAC_SHA224 - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the HMAC algorithm that uses SHA224 to generate hash values.
- SEC_KEY_ALGORITHM_HMAC_SHA256 - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the HMAC algorithm that uses SHA256 to generate hash values.
- SEC_KEY_ALGORITHM_HMAC_SHA384 - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the HMAC algorithm that uses SHA384 to generate hash values.
- SEC_KEY_ALGORITHM_HMAC_SHA512 - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the HMAC algorithm that uses SHA512 to generate hash values.
- SEC_KEY_ALGORITHM_RSA - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates the RSA algorithm.
- SEC_KEY_SOURCE_GENERATED - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key was generated by HarmonyKeyStore.
- SEC_KEY_SOURCE_IMPORTED - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the key was imported to HarmonyKeyStore.
- SEC_KEY_SOURCE_UNKNOWN - Static variable in class ohos.security.keystore.KeyStoreConstants
-
Indicates that the source of the key is unknown.
- SEC_KEYCHAIN - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the secret keychain.
- SecKeyAliasCallback - Interface in ohos.security.seckeychain
-
- SecKeyChain - Class in ohos.security.seckeychain
-
Provides methods for installing, selecting, and using private keys and their certificate chains.
- SecKeyChain() - Constructor for class ohos.security.seckeychain.SecKeyChain
-
- SecKeyChainException - Exception in ohos.security.seckeychain
-
Customized exception shows the sec keychain access error message.
- SECOND - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is second, e.g. "1 second ago",
"in 5 seconds".
- SECOND - Static variable in class java.text.DateFormat.Field
-
Constant identifying the second field.
- SECOND - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
second within the minute.
- SECOND - Static variable in class ohos.global.icu.text.DateFormat.Field
-
Constant identifying the second field.
- SECOND - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for date skeleton with second.
- SECOND - Static variable in class ohos.global.icu.text.DateTimePatternGenerator
-
- SECOND - Static variable in class ohos.global.icu.util.Calendar
-
Field number for get and set indicating the
second within the minute.
- SECOND - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of duration: second
- SECOND_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for SECOND field alignment.
- SECOND_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
FieldPosition selector for 's' field alignment,
corresponding to the
Calendar#SECOND field.
- SECOND_OF_DAY - java.time.temporal.ChronoField
-
The second-of-day.
- SECOND_OF_MINUTE - java.time.temporal.ChronoField
-
The second-of-minute.
- SECOND_PLAYBACK_DERGREE - Static variable in class ohos.media.recorder.Recorder.OrientationHint
-
Indicates that the angle is rotated by 90 degrees during video playback.
- SECONDARY - Static variable in class java.text.Collator
-
Collator strength value.
- SECONDARY - Static variable in class ohos.global.icu.text.Collator
-
Second level collator strength value.
- secondaryOrder(int) - Static method in class java.text.CollationElementIterator
-
Return the secondary component of a collation element.
- secondaryOrder(int) - Static method in class ohos.global.icu.text.CollationElementIterator
-
Return the secondary order of the specified collation element,
i.e.
- SECONDS - java.time.temporal.ChronoUnit
-
Unit that represents the concept of a second.
- SECONDS - java.util.concurrent.TimeUnit
-
Time unit representing one second
- SECONDS - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Seconds
- SECRET - java.security.KeyRep.Type
-
Type for secret keys.
- SECRET_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "secret key".
- SecretKey - Interface in javax.crypto
-
A secret (symmetric) key.
- SecretKeyEntry(SecretKey) - Constructor for class java.security.KeyStore.SecretKeyEntry
-
Constructs a SecretKeyEntry with a
SecretKey.
- SecretKeyEntry(SecretKey, Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.SecretKeyEntry
-
Constructs a SecretKeyEntry with a SecretKey and
associated entry attributes.
- SecretKeyFactory - Class in javax.crypto
-
This class represents a factory for secret keys.
- SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
-
Creates a SecretKeyFactory object.
- SecretKeyFactorySpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI)
for the SecretKeyFactory class.
- SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
-
- SecretKeySpec - Class in javax.crypto.spec
-
This class specifies a secret key in a provider-independent fashion.
- SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
-
Constructs a secret key from the given byte array, using the first
len bytes of key, starting at
offset inclusive.
- SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
-
Constructs a secret key from the given byte array.
- secsOfLastAccess - Variable in class ohos.system.FileStat
-
Indicates the last access time, in seconds.
- secsOfLastModify - Variable in class ohos.system.FileStat
-
Indicates the last modification time of the file, in seconds.
- secTime - Variable in class ohos.system.TimeValGroup
-
Seconds.
- SECURE_LEVEL_S1 - ohos.biometrics.authentication.BiometricAuthentication.SecureLevel
-
Indicates the low security level.
- SECURE_LEVEL_S2 - ohos.biometrics.authentication.BiometricAuthentication.SecureLevel
-
Indicates the medium security level.
- SECURE_LEVEL_S3 - ohos.biometrics.authentication.BiometricAuthentication.SecureLevel
-
Indicates the high security level.
- SECURE_LEVEL_S4 - ohos.biometrics.authentication.BiometricAuthentication.SecureLevel
-
Indicates the highest security level.
- SECURE_RANDOM - java.security.CryptoPrimitive
-
Cryptographic random number generator
- SecureCacheResponse - Class in java.net
-
Represents a cache response originally retrieved through secure
means, such as TLS.
- SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
-
- SecureClassLoader - Class in java.security
-
This class extends ClassLoader with additional support for defining
classes with an associated code source and permissions which are
retrieved by the system policy by default.
- SecureClassLoader() - Constructor for class java.security.SecureClassLoader
-
Creates a new SecureClassLoader using the default parent class
loader for delegation.
- SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
-
Creates a new SecureClassLoader using the specified parent
class loader for delegation.
- SecureDirectoryStream<T> - Interface in java.nio.file
-
A DirectoryStream that defines operations on files that are located
relative to an open directory.
- SecureRandom - Class in java.security
-
This class provides a cryptographically strong random number
generator (RNG).
- SecureRandom() - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the
default random number algorithm.
- SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the
default random number algorithm.
- SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
-
Creates a SecureRandom object.
- SecureRandomSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the SecureRandom class.
- SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
-
- Security - Class in java.security
-
This class centralizes all security properties and common security
methods.
- Security() - Constructor for class ohos.utils.system.SystemCapability.Security
-
- SECURITY_ALLOW - Static variable in interface ohos.agp.components.webengine.WebConfig
-
Indicates that the WebView will allow a secure source to load content from other sources even from an
insecure source.
- SECURITY_CENTER - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the security center.
- SECURITY_NOT_ALLOW - Static variable in interface ohos.agp.components.webengine.WebConfig
-
Indicates that the WebView will not allow a secure source to load content from an insecure source.
- SECURITY_SELF_ADAPTIVE - Static variable in interface ohos.agp.components.webengine.WebConfig
-
Indicates that the WebView will adopt an adaptive mode to load content from an insecure source.
- SecurityException - Exception in java.lang
-
Thrown by the security manager to indicate a security violation.
- SecurityException() - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException with no detail message.
- SecurityException(String) - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException with the specified
detail message.
- SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException with the specified
detail message and cause.
- SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- SecurityLevel - Enum in ohos.data.distributed.common
-
Enumerates security levels.
- SecurityManager - Class in java.lang
-
The security manager is a class that allows
applications to implement a security policy.
- SecurityManager() - Constructor for class java.lang.SecurityManager
-
Constructs a new SecurityManager.
- SecurityPermission - Class in java.security
-
This class is for security permissions.
- SecurityPermission(String) - Constructor for class java.security.SecurityPermission
-
Creates a new SecurityPermission with the specified name.
- SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
-
Creates a new SecurityPermission object with the specified name.
- seek(int) - Method in class ohos.media.image.Image.Component
-
Sets a position of the current color component data to read.
- seek(long) - Method in class java.io.RandomAccessFile
-
Sets the file-pointer offset, measured from the beginning of this
file, at which the next read or write occurs.
- SEEK_CUR - Static variable in class ohos.system.OsHelperConstants
-
File offset, current position plus offset
- SEEK_END - Static variable in class ohos.system.OsHelperConstants
-
Set the file offset to be offset add the size of file.
- SEEK_SET - Static variable in class ohos.system.OsHelperConstants
-
File operation mode, which is used together with the offset value to specify the
offset of the file operation position.
- SeekableByteChannel - Interface in java.nio.channels
-
A byte channel that maintains a current position and allows the
position to be changed.
- seekTo(long) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to skip to a specified position.
- SEEN - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- SEGMENT_LIMIT - Static variable in interface java.util.jar.Pack200.Packer
-
This property is a numeral giving the estimated target size N
(in bytes) of each archive segment.
- SEGMENT_SEPARATOR - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type S
- SEGMENT_STARTER - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary Property Segment_Starter.
- select() - Method in class java.nio.channels.Selector
-
Selects a set of keys whose corresponding channels are ready for I/O
operations.
- select() - Method in class ohos.agp.components.TabList.Tab
-
Selects a tab.
- select() - Static method in class ohos.data.distributed.common.Query
-
Obtains an initialized Query instance.
- select(double) - Method in class ohos.global.icu.text.PluralRules
-
Given a floating-point number, returns the keyword of the first rule
that applies to the number.
- select(long) - Method in class java.nio.channels.Selector
-
Selects a set of keys whose corresponding channels are ready for I/O
operations.
- select(URI) - Method in class java.net.ProxySelector
-
Selects all the applicable proxies based on the protocol to
access the resource with and a destination address to access
the resource at.
- select(FormattedNumber) - Method in class ohos.global.icu.text.PluralRules
-
Given a formatted number, returns the keyword of the first rule that
applies to the number.
- SELECT - ohos.global.icu.text.MessagePattern.ArgType
-
The argument is a SelectFormat with one or more (ARG_SELECTOR, message) pairs.
- SELECT_CONTINUE - Static variable in class ohos.security.asset.AssetOperator
-
Indicates continuing with exact query.
- SELECT_FROM_BEGIN - Static variable in class ohos.security.asset.AssetOperator
-
Indicates a batch query starting from the beginning.
- SELECT_ONCE - Static variable in class ohos.security.asset.AssetOperator
-
Indicates a one-off exact query.
- SelectableChannel - Class in java.nio.channels
-
A channel that can be multiplexed via a
Selector.
- SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
-
Initializes a new instance of this class.
- selectDeviceList(String, Map<String, Object>, SelectDeviceListListener) - Method in class ohos.distributedhardware.devicemanager.DeviceManager
-
Presents the candidate device list on the UI for the user to select and notifies the application of the
selected device.
- SelectDeviceListListener - Interface in ohos.distributedhardware.devicemanager
-
Provides callbacks that can be invoked when a device is selected.
- selectedKeys() - Method in class java.nio.channels.Selector
-
Returns this selector's selected-key set.
- selectElement(int) - Method in class ohos.agp.components.element.ElementContainer
-
Selects an
Element object to display according to a specified index.
- SelectFormat - Class in ohos.global.icu.text
-
SelectFormat supports the creation of internationalized
messages by selecting phrases based on keywords.
- SelectFormat(String) - Constructor for class ohos.global.icu.text.SelectFormat
-
Creates a new SelectFormat for a given pattern string.
- SELECTION_TYPE_ASK_IF_CONFLICT - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates that the user selects a service from all available services.
- SELECTION_TYPE_PREFER_DEFAULT - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Indicates that the default payment service is used.
- SelectionKey - Class in java.nio.channels
-
- SelectionKey() - Constructor for class java.nio.channels.SelectionKey
-
Constructs an instance of this class.
- selectNow() - Method in class java.nio.channels.Selector
-
Selects a set of keys whose corresponding channels are ready for I/O
operations.
- selector() - Method in class java.nio.channels.SelectionKey
-
Returns the selector for which this key was created.
- Selector - Class in java.nio.channels
-
- Selector() - Constructor for class java.nio.channels.Selector
-
Initializes a new instance of this class.
- SELECTOR_VISIBILITY_FOR_INPUT_METHOD - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Specifies whether the input method selector is visible.
- SELECTORDINAL - ohos.global.icu.text.MessagePattern.ArgType
-
The argument is an ordinal-number PluralFormat
with the same style parts sequence and semantics as
ArgType#PLURAL.
- SelectorProvider - Class in java.nio.channels.spi
-
Service-provider class for selectors and selectable channels.
- SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
-
Initializes a new instance of this class.
- selectSecPrivateKey(AbilityContext, String[], Principal[], String, int, SecKeyAliasCallback, String) - Static method in class ohos.security.seckeychain.SecKeyChain
-
Starts an ability of available certificates (the host and port can be specified) for users to select the private
key and certificate for authentication.
- selectSecPrivateKey(AbilityContext, String[], Principal[], Uri, SecKeyAliasCallback, String) - Static method in class ohos.security.seckeychain.SecKeyChain
-
Starts an ability of available certificates (the URI can be specified) for users to select the private key and
certificate for authentication.
- selectTab(TabList.Tab) - Method in class ohos.agp.components.TabList
-
Selects a tab.
- selectTabAt(int) - Method in class ohos.agp.components.TabList
-
Selects the tab at a specified position in a table.
- selectText(int, int) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Moves the cursor to a specified position, or selects a section of text between the specified start and
end positions.
- SELF_GONE - Static variable in class ohos.agp.components.ComponentTransition
-
Indicates the animation running on a component when it disappears from the ComponentContainer.
- SELF_SHOW - Static variable in class ohos.agp.components.ComponentTransition
-
Indicates the animation running on a component when it appears in the ComponentContainer.
- Semaphore - Class in java.util.concurrent
-
A counting semaphore.
- Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
-
Creates a Semaphore with the given number of
permits and nonfair fairness setting.
- Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
-
Creates a Semaphore with the given number of
permits and the given fairness setting.
- SEMKATH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- send(DatagramPacket) - Method in class java.net.DatagramSocket
-
Sends a datagram packet from this socket.
- send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Sends a datagram packet.
- send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
-
- send(ByteBuffer, SocketAddress) - Method in class java.nio.channels.DatagramChannel
-
Sends a datagram via this channel.
- send(InnerEvent) - Method in class ohos.eventhandler.Courier
-
Sends an InnerEvent to this Courier for IPC.
- send(InnerEvent) - Method in class ohos.interwork.eventhandler.CourierEx
-
Sends an InnerEvent to this CourierEx for IPC.
- SEND_BMS_MSG_ERROR - ohos.aafwk.ability.FormException.FormError
-
Failed to send the request to the Bundle Manager Service.
- SEND_COMMON_EVENT - ohos.event.intentagent.IntentAgentConstant.OperationType
-
Sends a common event.
- SEND_FMS_MSG_ERROR - ohos.aafwk.ability.FormException.FormError
-
Failed to send the request to the Form Manager Service.
- SEND_MESSAGES - Static variable in class ohos.security.SystemPermission
-
Allows an application to send SMS messages.
- SEND_SMS_FAILURE_RADIO_OFF - Static variable in interface ohos.telephony.ISendShortMessageCallback
-
Indicates that sending the SMS fails because the modem is powered off.
- SEND_SMS_FAILURE_SERVICE_UNAVAILABLE - Static variable in interface ohos.telephony.ISendShortMessageCallback
-
Indicates that sending the SMS message fails because the network is unavailable
or does not support sending or reception of SMS messages.
- SEND_SMS_FAILURE_UNKNOWN - Static variable in interface ohos.telephony.ISendShortMessageCallback
-
Indicates that sending the SMS message fails due to an unknown reason.
- SEND_SMS_SUCCESS - Static variable in interface ohos.telephony.ISendShortMessageCallback
-
Indicates that the SMS message is successfully sent.
- sendActions(ComponentProvider) - Method in class ohos.aafwk.ability.AbilityForm
-
Sends the supplier's actions configured in the ComponentProvider object to the client.
- sendAVElement(AVElement) - Method in class ohos.media.common.sessioncore.AVBrowserResult
-
Sends the AVElement instance to the application.
- sendAVElementList(List<AVElement>) - Method in class ohos.media.common.sessioncore.AVBrowserResult
-
Sends a list of AVBrowserResult instances to the application.
- sendAVPlaybackCustomAction(String, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to customize a command.
- sendAVPlaybackCustomAction(AVPlaybackState.AVPlaybackCustomAction, PacMap) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to customize a playback action.
- sendAVSessionEvent(String, PacMap) - Method in class ohos.media.sessioncore.AVSession
-
Sends a media session event to all AVController instances listening for this AVSession instance.
- sendCustomCommand(String, PacMap, GeneralReceiver) - Method in class ohos.media.sessioncore.AVController
-
Sends a custom command from the application to the media session.
- sendData(byte[]) - Method in class ohos.nfc.tag.TagManager
-
Writes data to a tag.
- sendDataToComponent(Component) - Method in class ohos.agp.components.Component.VoiceEvent
-
Binds this object to a component.
- SENDER_EMAIL - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of senderEmail.
- SENDER_NAME - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of senderName.
- SENDER_NAME - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of senderName.
- SENDER_PHONE - Static variable in class ohos.data.search.schema.MessageItem
-
Indicates the index field name of senderPhone.
- sendEvent(int) - Method in class ohos.eventhandler.EventHandler
-
Sends an empty event (containing only the event ID) to the event queue.
- sendEvent(int, int) - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Sends an accessibility event.
- sendEvent(int, long) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed empty event (containing only the event ID) to the event queue.
- sendEvent(int, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed empty event (containing only the event ID) with a specified priority to the event queue.
- sendEvent(int, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends an empty event (containing only the event ID) with a specified priority to the event queue.
- sendEvent(AccessibilityEventInfo) - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Sends information about an accessibility event.
- sendEvent(InnerEvent) - Method in class ohos.eventhandler.EventHandler
-
Sends an event to the event queue.
- sendEvent(InnerEvent, long) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed event to the event queue.
- sendEvent(InnerEvent, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a delayed event with a specified priority to the event queue.
- sendEvent(InnerEvent, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends an event with a specified priority to the event queue.
- sendingUid - Variable in class ohos.eventhandler.InnerEvent
-
Indicates the UID sending the inner event.
- sendKeyEvent(KeyEvent) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Sends a key press event to an application.
- sendKeyFunction(int) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Allows an input method to instruct the edit box to perform an action based on its available attribute.
- sendMessage(int, String, String, byte[], short, ISendShortMessageCallback, IDeliveryShortMessageCallback) - Method in class ohos.telephony.ShortMessageManager
-
Sends a data SMS message.
- sendMessage(int, String, String, String, ISendShortMessageCallback, IDeliveryShortMessageCallback) - Method in class ohos.telephony.ShortMessageManager
-
Sends a text SMS message.
- sendNetConnectState(NetHandle, boolean) - Method in class ohos.net.NetManager
-
Reports the network state.
- sendObituary(IRemoteObject.DeathRecipient) - Static method in class ohos.rpc.RemoteProxy
-
Sends a death notification when a remote object is released or gets offline.
- sendRequest(int, MessageParcel, MessageParcel, MessageOption) - Method in interface ohos.rpc.IRemoteObject
-
Sends a
MessageParcel message to the peer process in synchronous or asynchronous mode.
- sendRequest(int, MessageParcel, MessageParcel, MessageOption) - Method in class ohos.rpc.RemoteObject
-
Sends a request to the peer object.
- sendRequest(int, MessageParcel, MessageParcel, MessageOption) - Method in class ohos.rpc.RemoteProxy
-
Sends a request to the peer object.
- sendResponse(byte[]) - Method in class ohos.nfc.cardemulation.HostService
-
Sends a response APDU to the remote device.
- sendResponse(BlePeripheralDevice, int, int, int, byte[]) - Method in class ohos.bluetooth.ble.BlePeripheralManager
-
Sends a response to a specified read or write request to a given BLE peripheral device.
- sendResult(int, PacMap) - Method in class ohos.app.GeneralReceiver
-
Sends a result to the current GeneralReceiver.
- sendShortMessageResult(int, String, boolean) - Method in interface ohos.telephony.ISendShortMessageCallback
-
Called when an SMS message is sent.
- sendSignal(int, int) - Static method in class ohos.os.ProcessManager
-
Sends the specified signal to the process based on its PID.
- sendSyncEvent(int) - Method in class ohos.eventhandler.EventHandler
-
Sends an empty synchronous event (containing only the event ID) to the event queue.
- sendSyncEvent(int, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends an empty synchronous event (containing only the event ID) with a specified priority to the event queue.
- sendSyncEvent(InnerEvent) - Method in class ohos.eventhandler.EventHandler
-
Sends a synchronous event to the event queue.
- sendSyncEvent(InnerEvent, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a synchronous event with a specified priority to the event queue.
- sendTimingEvent(int, long) - Method in class ohos.eventhandler.EventHandler
-
Sends a scheduled event containing only the event ID to the event queue.
- sendTimingEvent(int, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a scheduled event containing only the event ID with a specified priority to the event queue.
- sendTimingEvent(InnerEvent, long) - Method in class ohos.eventhandler.EventHandler
-
- sendTimingEvent(InnerEvent, long, EventHandler.Priority) - Method in class ohos.eventhandler.EventHandler
-
Sends a scheduled event with a specified priority to the event queue.
- sendUrgentData(int) - Method in class java.net.Socket
-
Send one byte of urgent data on the socket.
- sendUrgentData(int) - Method in class java.net.SocketImpl
-
Send one byte of urgent data on the socket.
- SENE - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ሰኔ, the 10th month of the Ethiopic year.
- SENSING_METHOD - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- sensor - Variable in class ohos.sensor.data.SensorData
-
Indicates a category of sensors.
- SENSOR - Static variable in class ohos.utils.system.SystemCapability.Sensors
-
Indicates the sensor system capabilities, including querying the sensors supported by the device, and
subscribe to or unsubscribe from sensor data.
- SENSOR_CATEGORY_BODY - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes body sensors.
- SENSOR_CATEGORY_DEVICEMOTION - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes motion sensors of devices.
- SENSOR_CATEGORY_ENVIRONMENT - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes environment sensors.
- SENSOR_CATEGORY_LIGHT - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes light sensors.
- SENSOR_CATEGORY_MASK - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the mask of a sensor category.
- SENSOR_CATEGORY_MASK_SHIFT - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the number of shift bits decoded from the sensor ID for the sensor category.
- SENSOR_CATEGORY_ORIENTATION - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes orientation sensors.
- SENSOR_CATEGORY_OTHER - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes other sensors.
- SENSOR_INDEX_MASK - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the mask of a sensor index.
- SENSOR_INDEX_MASK_SHIFT - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the number of shift bits decoded from the sensor ID for the sensor index.
- SENSOR_ORIENTATION - Static variable in class ohos.media.camera.params.PropertyKey
-
The orientation of the sensor relative to the device.
- SENSOR_SAMPLING_RATE_FASTEST - Static variable in class ohos.sensor.agent.SensorAgent
-
Indicates the fastest sampling rate for obtaining sensor data.
- SENSOR_SAMPLING_RATE_GAME - Static variable in class ohos.sensor.agent.SensorAgent
-
Indicates the sampling rate for obtaining sensor data in gaming scenarios.
- SENSOR_SAMPLING_RATE_NORMAL - Static variable in class ohos.sensor.agent.SensorAgent
-
Indicates the default sampling rate for obtaining sensor data, for example, in screen
rotation scenarios.
- SENSOR_SAMPLING_RATE_UI - Static variable in class ohos.sensor.agent.SensorAgent
-
Indicates the sampling rate for obtaining sensor data on UIs.
- SENSOR_TYPE_6DOF - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the 6DOF sensor type.
- SENSOR_TYPE_ACCELEROMETER - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the linear acceleration sensor type.
- SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the linear acceleration sensor type.
- SENSOR_TYPE_AMBIENT_LIGHT - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the ambient light sensor type.
- SENSOR_TYPE_AMBIENT_TEMPERATURE - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the temperature sensor type.
- SENSOR_TYPE_BAROMETER - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the barometric pressure sensor type.
- SENSOR_TYPE_COLOR_RGB - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the RGB color sensor type.
- SENSOR_TYPE_COLOR_TEMPERATURE - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the color temperature sensor type.
- SENSOR_TYPE_COLOR_XYZ - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the XYZ color sensor type.
- SENSOR_TYPE_DEVICE_ORIENTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the device orientation sensor type.
- SENSOR_TYPE_DROP_DETECTION - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the drop detection sensor type.
- SENSOR_TYPE_GAME_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the game rotation vector sensor type.
- SENSOR_TYPE_GEOMAGNETIC_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the geomagnetic rotation vector sensor type.
- SENSOR_TYPE_GRAVITY - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the gravity sensor type.
- SENSOR_TYPE_GRIP_DETECTOR - Static variable in class ohos.sensor.bean.CategoryOther
-
An integer representing the grip detection sensor type.
- SENSOR_TYPE_GYROSCOPE - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the gyroscope sensor type.
- SENSOR_TYPE_HALL - Static variable in class ohos.sensor.bean.CategoryOther
-
An integer representing the Hall effect sensor type.
- SENSOR_TYPE_HEART_RATE - Static variable in class ohos.sensor.bean.CategoryBody
-
An integer representing the heart rate sensor type.
- SENSOR_TYPE_HUMIDITY - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the humidity sensor type.
- SENSOR_TYPE_LINEAR_ACCELERATION - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the linear acceleration sensor type.
- SENSOR_TYPE_MAGNET_BRACKET - Static variable in class ohos.sensor.bean.CategoryOther
-
An integer representing the magnet bracket sensor type.
- SENSOR_TYPE_MAGNETIC_FIELD - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the magnetic field sensor type.
- SENSOR_TYPE_MAGNETIC_FIELD_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the uncalibrated magnetic field sensor type.
- SENSOR_TYPE_MASK - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the mask of a sensor type.
- SENSOR_TYPE_MASK_SHIFT - Static variable in class ohos.sensor.bean.SensorBase
-
Indicates the number of shift bits decoded from the sensor ID for the sensor type.
- SENSOR_TYPE_ORIENTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the orientation sensor type.
- SENSOR_TYPE_PEDOMETER - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the pedometer sensor type.
- SENSOR_TYPE_PEDOMETER_DETECTION - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the pedometer detection sensor type.
- SENSOR_TYPE_PRESSURE_DETECTOR - Static variable in class ohos.sensor.bean.CategoryOther
-
An integer representing the pressure detection sensor type.
- SENSOR_TYPE_PROXIMITY - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the proximity sensor type.
- SENSOR_TYPE_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the rotation vector sensor type.
- SENSOR_TYPE_SAR - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
An integer representing the SAR sensor type.
- SENSOR_TYPE_SCREEN_ROTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
An integer representing the screen rotation sensor type.
- SENSOR_TYPE_SIGNIFICANT_MOTION - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the significant motion sensor type.
- SENSOR_TYPE_TOF - Static variable in class ohos.sensor.bean.CategoryLight
-
An integer representing the TOF sensor type.
- SENSOR_TYPE_WEAR_DETECTION - Static variable in class ohos.sensor.bean.CategoryBody
-
An integer representing the wear detection sensor type.
- SensorAgent<S extends SensorBase,D extends SensorData<S>,L extends ISensorDataCallback<D,S>> - Class in ohos.sensor.agent
-
An abstract base class that manages sensors on hardware devices.
- SensorAgent() - Constructor for class ohos.sensor.agent.SensorAgent
-
Default constructor used to create a SensorAgent instance.
- SensorBase - Class in ohos.sensor.bean
-
A base class that describes the basic attributes of a sensor.
- SensorBase(int, String, String, int, float, float, int, int, long, long) - Constructor for class ohos.sensor.bean.SensorBase
-
Default constructor used to create a SensorBase instance.
- SensorData<S extends SensorBase> - Class in ohos.sensor.data
-
A base class that describes data information of sensors.
- SensorData(S, int, long, int, float[]) - Constructor for class ohos.sensor.data.SensorData
-
A constructor used to create a SensorData instance.
- sensorDataDim - Variable in class ohos.sensor.data.SensorData
-
Indicates the data dimension of a sensor.
- Sensors() - Constructor for class ohos.utils.system.SystemCapability.Sensors
-
- SensorUtils - Class in ohos.sensor.common
-
Provides methods for parsing the category, type, and index of a sensor based on the sensor ID.
- SENTENCE_BREAK - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Sentence_Break (new in Unicode 4.1).
- sentences() - Method in class ohos.global.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but
titlecases sentences rather than words.
- SeOperator - Class in ohos.security.seoperator
-
A static inner class that uses the singleton pattern to implement
abstract methods of the SEOperatorAbs abstract class
and provide pan-payment functions related to secure keys and vehicle keys.
- SEOPERATOR - Static variable in class ohos.utils.system.SystemCapability.Security
-
Indicates the seoperator.
- SEOperatorAbs - Class in ohos.security.seoperator
-
Provides interfaces to implement pan-payment functions related to secure keys and vehicle keys.
- SEOperatorAbs() - Constructor for class ohos.security.seoperator.SEOperatorAbs
-
- SEP - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- separator - Static variable in class java.io.File
-
The system-dependent default name-separator character, represented as a
string for convenience.
- separatorChar - Static variable in class java.io.File
-
The system-dependent default name-separator character.
- SEPTEMBER - java.time.Month
-
The singleton instance for the month of September with 30 days.
- SEPTEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
ninth month of the year in the Gregorian and Julian calendars.
- SEPTEMBER - Static variable in class ohos.global.icu.util.Calendar
-
Value of the MONTH field indicating the
ninth month of the year.
- Sequenceable - Interface in ohos.utils
-
Writes objects of a class into and restores them from a
Parcel during
inter-process communication (IPC).
- Sequenceable.Producer<T> - Interface in ohos.utils
-
Creates a
Sequenceable instance from a
Parcel.
- SequenceInputStream - Class in java.io
-
A SequenceInputStream represents
the logical concatenation of other input
streams.
- SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
-
Initializes a newly
created SequenceInputStream
by remembering the two arguments, which
will be read in order, first s1
and then s2, to provide the
bytes to be read from this SequenceInputStream.
- SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
-
Initializes a newly created SequenceInputStream
by remembering the argument, which must
be an Enumeration that produces
objects whose run-time type is InputStream.
- SequenceUuid - Class in ohos.utils
-
Encapsulates a universally unique identifier (UUID) object, so that a
SequenceUuid object can be converted to
a
Parcel object and vice versa.
- SequenceUuid() - Constructor for class ohos.utils.SequenceUuid
-
A constructor used to create an empty SequenceUuid object.
- SequenceUuid(UUID) - Constructor for class ohos.utils.SequenceUuid
-
A constructor used to create a SequenceUuid object with a specified UUID.
- sequential() - Method in interface java.util.stream.BaseStream
-
Returns an equivalent stream that is sequential.
- sequential() - Method in interface java.util.stream.DoubleStream
-
- sequential() - Method in interface java.util.stream.IntStream
-
- sequential() - Method in interface java.util.stream.LongStream
-
- Serializable - Interface in java.io
-
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
- SerializablePermission - Class in java.io
-
This class is for Serializable permissions.
- SerializablePermission(String) - Constructor for class java.io.SerializablePermission
-
Creates a new SerializablePermission with the specified name.
- SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
-
Creates a new SerializablePermission object with the specified name.
- serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.interfaces.ECPrivateKey
-
The class fingerprint that is set to indicate
serialization compatibility.
- serialVersionUID - Static variable in interface java.security.interfaces.ECPublicKey
-
The class fingerprint that is set to indicate
serialization compatibility.
- serialVersionUID - Static variable in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
- serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateCrtKey
-
The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
- serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateKey
-
The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
- serialVersionUID - Static variable in interface java.security.interfaces.RSAPublicKey
-
The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
- serialVersionUID - Static variable in interface java.security.Key
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.PrivateKey
-
The class fingerprint that is set to indicate serialization
compatibility with a previous version of the class.
- serialVersionUID - Static variable in interface java.security.PublicKey
-
The class fingerprint that is set to indicate serialization
compatibility with a previous version of the class.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPrivateKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPublicKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.PBEKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.SecretKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- SERIF - Static variable in class ohos.agp.text.Font
-
Indicates the default serif font.
- SERVER - java.net.Authenticator.RequestorType
-
Entity requesting authentication is a HTTP origin server.
- SERVER_UNAVAILABLE - ohos.data.distributed.common.KvStoreErrorCode
-
Server unavailable
- ServerSocket - Class in java.net
-
This class implements server sockets.
- ServerSocket() - Constructor for class java.net.ServerSocket
-
Creates an unbound server socket.
- ServerSocket(int) - Constructor for class java.net.ServerSocket
-
Creates a server socket, bound to the specified port.
- ServerSocket(int, int) - Constructor for class java.net.ServerSocket
-
Creates a server socket and binds it to the specified local port
number, with the specified backlog.
- ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
-
Create a server with the specified port, listen backlog, and
local IP address to bind to.
- ServerSocketChannel - Class in java.nio.channels
-
A selectable channel for stream-oriented listening sockets.
- ServerSocketChannel(SelectorProvider) - Constructor for class java.nio.channels.ServerSocketChannel
-
Initializes a new instance of this class.
- ServerSocketFactory - Class in javax.net
-
This class creates server sockets.
- ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
-
Creates a server socket factory.
- Service() - Constructor for class ohos.bluetooth.BluetoothDeviceClass.Service
-
- Service(Provider, String, String, String, List<String>, Map<String, String>) - Constructor for class java.security.Provider.Service
-
Construct a new service.
- SERVICE - ohos.bundle.AbilityInfo.AbilityType
-
Indicates that the ability does not have a UI.
- SERVICE_ACTION - Static variable in class ohos.media.sessioncore.AVBrowserService
-
Indicates the action name of the media browser service.
- SERVICE_IN_USE - Static variable in class ohos.aafwk.ability.RunningProcessInfo
-
Indicates that one of the application's Service abilities is being called by another process.
- SERVICE_NAME - Static variable in class ohos.nfc.cardemulation.HostService
-
Indicates the service name.
- SERVICE_NAME - Static variable in class ohos.nfc.cardemulation.OffHostService
-
Indicates the service name.
- SERVICE_NOT_CONNECT - ohos.data.search.SearchResult
-
Result status returned if search service is not connected when its api is called.
- serviceAddedEvent(int, GattService) - Method in class ohos.bluetooth.ble.BlePeripheralManagerCallback
-
A callback that whether a local service has been added successfully.
- ServiceConfigurationError - Error in java.util
-
Error thrown when something goes wrong while loading a service provider.
- ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
-
Constructs a new instance with the specified message.
- ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
-
Constructs a new instance with the specified message and cause.
- ServiceConnectCallback - Interface in ohos.data.search.connect
-
Provides callbacks that are invoked when connecting to or disconnecting from the search service.
- serviceConnected() - Method in interface ohos.nfc.oma.SEService.OnCallback
-
The interface that is called back when the secure element service is connected.
- ServiceLoader<S> - Class in java.util
-
A simple service-provider loading facility.
- servicesDiscoveredEvent(int) - Method in class ohos.bluetooth.ble.BlePeripheralCallback
-
A callback used to send notifications of service discovery on a peripheral device.
- SEService - Class in ohos.nfc.oma
-
Provides access to secure elements on a device.
- SEService(Context, SEService.OnCallback) - Constructor for class ohos.nfc.oma.SEService
-
A constructor used to create a SEService instance.
- SEService.OnCallback - Interface in ohos.nfc.oma
-
A callback interface used to notify your application of a successful connection to the secure element service.
- Session - Class in ohos.nfc.oma
-
Provides interfaces to create
Session objects and manage these objects.
- SESSION_FAILED - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download session has failed and will not be retried.
- SESSION_ID_UNSPECIFIED - Static variable in class ohos.media.audio.AudioCapturerInfo
-
Indicates the default value of sessionID.
- SESSION_ID_UNSPECIFIED - Static variable in class ohos.media.audio.AudioRendererInfo
-
Indicates the default value of sessionID.
- SESSION_PAUSED - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download session has been paused.
- SESSION_PENDING - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download session is being scheduled.
- SESSION_RUNNING - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download session is in progress.
- SESSION_START - Static variable in class ohos.location.Locator
-
Indicates that the location request has been accepted by the system.
- SESSION_STOP - Static variable in class ohos.location.Locator
-
Indicates that the location request has finished.
- SESSION_SUCCESSFUL - Static variable in class ohos.miscservices.download.DownloadSession
-
Indicates that the download session is completed.
- sessionID(int) - Method in class ohos.media.audio.AudioCapturerInfo.Builder
-
Sets the session ID of the audio stream.
- sessionID(int) - Method in class ohos.media.audio.AudioRendererInfo.Builder
-
Sets the session ID of the audio stream.
- set(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Unconditionally sets to the given value.
- set(float[], int) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Copies values from a 16-element array in the matrix.
- set(float, float, float) - Method in class ohos.agp.utils.Circle
-
Sets attributes of this circle based on the specified center coordinates and radius.
- set(float, float, float, float) - Method in class ohos.agp.utils.Line
-
Sets the coordinates for this line's start and end points.
- set(int) - Method in class java.util.BitSet
-
Sets the bit at the specified index to true.
- set(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Sets to the given value.
- set(int, boolean) - Method in class java.util.BitSet
-
Sets the bit at the specified index to the specified value.
- set(int, float) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Sets a value at the specified index.
- set(int, int) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to true.
- set(int, int) - Method in class java.util.Calendar.Builder
-
Sets the field parameter to the given value.
- set(int, int) - Method in class java.util.Calendar
-
Sets the given calendar field to the given value.
- set(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Sets the element at position i to the given value.
- set(int, int) - Method in class ohos.ai.cv.common.CvPoint
-
Sets the horizontal and vertical coordinates of a coordinate point.
- set(int, int) - Method in class ohos.global.icu.text.UnicodeSet
-
Make this object represent the range start - end.
- set(int, int) - Method in class ohos.global.icu.util.Calendar
-
Sets the time field with the given value.
- set(int, int, boolean) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to the specified value.
- set(int, int, float) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Sets the matrix value at the specified row and column.
- set(int, int, float) - Method in class ohos.agp.utils.Matrix44
-
Sets a value of the float type for a specified position in this Matrix44.
- set(int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR,
MONTH, and DAY_OF_MONTH.
- set(int, int, int) - Method in class ohos.global.icu.util.Calendar
-
Sets the values for the fields year, month, and date.
- set(int, int, int, int) - Method in class ohos.agp.utils.Rect
-
Sets the shape and size of the rectangle based on the positions of its four sides.
- set(int, int, int, int) - Method in class ohos.ai.cv.common.CvRect
-
Sets the four coordinates of a rectangle.
- set(int, int, int, int) - Method in class ohos.utils.geo.Rect
-
Sets the shape and size of the rectangle based on the positions of its four sides.
- set(int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR,
MONTH, DAY_OF_MONTH,
HOUR_OF_DAY, and MINUTE.
- set(int, int, int, int, int) - Method in class ohos.global.icu.util.Calendar
-
Sets the values for the fields year, month, date, hour, and minute.
- set(int, int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the fields YEAR, MONTH,
DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and
SECOND.
- set(int, int, int, int, int, int) - Method in class ohos.global.icu.util.Calendar
-
Sets the values for the fields year, month, date, hour, minute, and second.
- set(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Sets the element at position i to the given value.
- set(int, E) - Method in class java.util.AbstractList
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, E) - Method in class java.util.AbstractSequentialList
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, E) - Method in class java.util.ArrayList
-
Replaces the element at the specified position in this list with
the specified element.
- set(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Sets the element at position i to the given value.
- set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Replaces the element at the specified position in this list with the
specified element.
- set(int, E) - Method in class java.util.LinkedList
-
Replaces the element at the specified position in this list with the
specified element.
- set(int, E) - Method in interface java.util.List
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, E) - Method in class java.util.Vector
-
Replaces the element at the specified position in this Vector with the
specified element.
- set(int, Object) - Method in class ohos.utils.zson.ZSONArray
-
Sets the object at the specified index in this ZSONArray to an Element object.
- set(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Sets to the given value.
- set(E) - Method in interface java.util.ListIterator
-
- set(Object, int, Object) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified new value.
- set(Object, Object) - Method in class java.lang.reflect.Field
-
Sets the field represented by this Field object on the
specified object argument to the specified new value.
- set(String, ByteBuffer) - Method in interface ohos.agp.render.render3d.resources.RenderDataStorePod
-
Sets data to be stored in a specified POD object.
- set(Paint) - Method in class ohos.agp.render.Paint
-
Copies the attributes of a paint to this Paint.
- set(Path) - Method in class ohos.agp.render.Path
-
Replaces this Path object with a specified path.
- set(Circle) - Method in class ohos.agp.utils.Circle
-
Sets attributes of this circle based on a specified circle.
- set(Line) - Method in class ohos.agp.utils.Line
-
Sets attributes of this line.
- set(Point, float) - Method in class ohos.agp.utils.Circle
-
Sets attributes of this circle based on a specified Point instance and radius.
- set(Point, Point) - Method in class ohos.agp.utils.Line
-
Sets the start and end points for this line.
- set(CvRect) - Method in class ohos.ai.cv.common.CvRect
-
Sets the four coordinates of a rectangle.
- set(Transliterator.Position) - Method in class ohos.global.icu.text.Transliterator.Position
-
Copies the indices of this position from another.
- set(UnicodeSet) - Method in class ohos.global.icu.text.UnicodeSet
-
Make this object represent the same set as other.
- set(Pattern) - Method in class ohos.global.resource.solidxml.Pattern
-
Sets this Pattern to hold all the attribute values of an existing Pattern instance.
- set(Theme) - Method in class ohos.global.resource.solidxml.Theme
-
Sets this Theme to hold all the attribute values of an existing Theme instance.
- set(O, T) - Method in class ohos.utils.ObjectAttribute
-
Sets the attribute value of a specified object.
- set(T) - Method in class java.lang.ThreadLocal
-
Sets the current thread's copy of this thread-local variable
to the specified value.
- set(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Sets the field of the given object managed by this updater to the
given updated value.
- set(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Sets the field of the given object managed by this updater to the
given updated value.
- set(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Sets the field of the given object managed by this updater to the
given updated value.
- set(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Sets to the given value.
- set(V) - Method in class java.util.concurrent.FutureTask
-
Sets the result of this future to the given value unless
this future has already been set or has been cancelled.
- set(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Unconditionally sets the value of both the reference and mark.
- set(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Unconditionally sets the value of both the reference and stamp.
- Set<E> - Interface in java.util
-
A collection that contains no duplicate elements.
- SET_LIVEWALLPAPER - Static variable in class ohos.security.SystemPermission
-
Deprecated.
- SET_NETWORK_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to set network information.
- SET_PRIORITY - Static variable in class ohos.nfc.cardemulation.CardEmulation
-
Sets a preferred foreground application.
- SET_TELEPHONY_STATE - Static variable in class ohos.security.SystemPermission
-
Allows an application to set the telephony state.
- SET_TIME - Static variable in class ohos.security.SystemPermission
-
Allows an application to set the system time.
- SET_TIME_ZONE - Static variable in class ohos.security.SystemPermission
-
Allows an application to set the system time zone.
- SET_WALLPAPER - Static variable in class ohos.security.SystemPermission
-
Allows an application to set a static wallpaper.
- SET_WALLPAPER_DIMENSION - Static variable in class ohos.security.SystemPermission
-
Allows an application to set the wallpaper size by specifying the display size or margins.
- SET_WIFI_CONFIG - Static variable in class ohos.security.SystemPermission
-
Allows an application to add or remove a hotspot, and modify its Wi-Fi configuration.
- SET_WIFI_INFO - Static variable in class ohos.security.SystemPermission
-
Allows an application to set Wi-Fi information on a device.
- set24Hour(boolean) - Method in class ohos.agp.components.TimePicker
-
Sets whether to display the time in 24-hour mode.
- set24HourModeEnabled(boolean) - Method in class ohos.agp.components.Clock
-
Sets the time mode for a control based on input parameters.
- set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
-
Sets the 100-year period 2-digit years will be interpreted as being in
to begin on the date the user specifies.
- set2DigitYearStart(Date) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Sets the 100-year period 2-digit years will be interpreted as being in
to begin on the date the user specifies.
- setAabb(int, BoundingBox) - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Sets an axis-aligned bounding box (AABB) for a primitive.
- setAabbMinMax(Vector3, Vector3) - Method in class ohos.agp.render.render3d.util.BoundingBox
-
Sets the minimum and maximum corner values of the AABB.
- setAbilityEnabled(AbilityInfo, boolean) - Method in interface ohos.bundle.IBundleManager
-
Sets whether to enable a specified ability.
- setAbilityInfo(int, String, String) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Creates a WorkInfo object that sets the Particle Ability to start when a work is triggered.
- setAbilityName(String) - Method in class ohos.bundle.ElementName
-
Sets the ability name.
- setAbilityName(String) - Method in class ohos.interwork.bundle.ElementNameEx
-
Sets the ability name.
- setAbilitySliceAnimator(AbilitySliceAnimator) - Method in class ohos.aafwk.ability.Ability
-
Sets the transition animation among
AbilitySlice instances of the current ability.
- setAccColour(int) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the account color.
- setAccDisplayName(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the display name of the account.
- setAccessibility(int) - Method in class ohos.agp.components.Component
-
Sets the accessibility state.
- setAccessibilityDescription(int, String) - Method in class ohos.agp.components.ComponentProvider
-
Sets the description of the accessibility mode for a specified component..
- setAccessibilityDescription(String) - Method in class ohos.agp.components.Component
-
Sets the description of the accessibility mode for this component.
- setAccessibilityEventListener(Window.IAccessibilityEventListener) - Method in class ohos.agp.window.service.Window
-
set the Populate Accessibility Event Listener for window
- setAccessibilityEventType(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the type of an accessibility event.
- setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
-
Set the accessible flag for this object to
the indicated boolean value.
- setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
-
Convenience method to set the accessible flag for an
array of objects with a single security check (for efficiency).
- setAccessibleFocusStatus(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is accessibility focused.
- setAccId(int) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the account ID.
- setAccName(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the account name.
- setAccountCredential(String, String, String) - Method in class ohos.account.app.AppAccountAbility
-
Sets the credential for this application account.
- setAccountExtraInfo(String, String) - Method in class ohos.account.app.AppAccountAbility
-
Sets extra information for this application account.
- setAccTimezone(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the time zone of the account.
- setAccType(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the account type.
- setAccuracy(float) - Method in class ohos.location.Location
-
Sets the horizontal accuracy of the device at the current location, in unit of meters.
- setAcl(List<AclEntry>) - Method in interface java.nio.file.attribute.AclFileAttributeView
-
Updates (replace) the access control list.
- setAction(String) - Method in class ohos.aafwk.content.Intent
-
- setActionName(String) - Method in class ohos.data.search.schema.ActionItem
-
Sets the actionName index field.
- setActivated(boolean) - Method in class ohos.media.audio.AudioWaver
-
Activates or deactivates audio visualization.
- setActivated(boolean) - Method in class ohos.media.audio.SoundEffect
-
Sets the sound effect status.
- setActiveQueueElementId(long) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the ID of the active media item in the playback queue.
- setActor(String) - Method in class ohos.data.search.schema.VideoItem
-
Sets the actor index field.
- setAdditionalData(IntentParams) - Method in class ohos.event.notification.NotificationRequest
-
Sets extra parameters that are stored as key-value pairs for the notification.
- setAdditionalFlags(int) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the additional flags of the camera.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Sets the additional text to be included in this conversation-like notification.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the additional text to be included in a long text notification.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Sets the additional text to be included in this media playback notification.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Sets the additional text to be included in this multi-line notification.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
Sets the additional text to be included in a basic notification.
- setAdditionalText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the additional text to be included in a picture-attached notification.
- setAdditions(PacMap) - Method in class ohos.location.Location
-
Sets extended information about a Location object.
- setAdditions(PacMap) - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Sets additional property key-value pairs.
- setAddress(String) - Method in class ohos.data.search.schema.ContactItem
-
Sets the address index field.
- setAddress(String) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets a device address.
- setAddress(InetAddress) - Method in class java.net.DatagramPacket
-
Sets the IP address of the machine to which this datagram
is being sent.
- setAddressUrl(String) - Method in class ohos.location.GeoAddress
-
Sets the website URL of the current GeoAddress object.
- setAdjustButtons(Element, Component.ClickedListener, Element, Component.ClickedListener) - Method in class ohos.agp.components.Slider
-
Sets increase and decrease buttons for this Slider.
- setAdjustInputPanel(boolean) - Method in class ohos.agp.components.Text
-
Sets whether the layout should adjust resize when soft input panel pops up or hides.
- setAdministrativeArea(String) - Method in class ohos.location.GeoAddress
-
Sets the administrative region name of the current GeoAddress object.
- setAeMode(int, Rect) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the AE mode.
- setAeTrigger(int) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Triggers an AE.
- setAffectedByUris(Object, List<Uri>) - Method in class ohos.data.resultset.AbsResultSet
-
- setAffectedByUris(Object, List<Uri>) - Method in interface ohos.data.resultset.ResultSet
-
Sets the URIs of the data to be observed.
- setAffectedByUris(Object, List<Uri>) - Method in class ohos.data.resultset.ResultSetWrapper
-
- setAfMode(int, Rect) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the AF mode.
- setAfTrigger(int) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Triggers an AF.
- setAlarm(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Enables or disables the alarm clock reminder.
- setAlbum(String) - Method in class ohos.data.search.schema.MusicItem
-
Sets the album index field.
- setAlertOneTime(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to have this notification alert only once.
- setAlgorithmConstraints(AlgorithmConstraints) - Method in class javax.net.ssl.SSLParameters
-
Sets the cryptographic algorithm constraints, which will be used
in addition to any configured by the runtime environment.
- setAlias(String) - Method in class ohos.data.orm.OrmConfig.Builder
-
- setAlignment(int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the alignment of the window.
- setAlignment(int) - Method in class ohos.agp.components.DependentLayout
-
Sets the alignment mode of child components in a dependent layout.
- setAlignment(int) - Method in class ohos.agp.components.DirectionalLayout
-
Sets the child component alignment in the available space (if any) of the container.
- setAlignment(int) - Method in class ohos.agp.components.MagicLayout
-
Sets how components are aligned in the remaining space (if any) of the layout.
- setAlignment(int) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the alignment attribute of a Dialog instance.
- setAlignment(int) - Method in class ohos.agp.window.dialog.ToastDialog
-
Sets the dialog alignment mode.
- setAlignmentType(int) - Method in class ohos.agp.components.TableLayout
-
Sets the alignment mode in a table layout.
- setAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, using the provided
generator function to compute each element.
- setAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
-
Set all elements of the specified array, using the provided
generator function to compute each element.
- setAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, using the provided
generator function to compute each element.
- setAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
-
Set all elements of the specified array, using the provided
generator function to compute each element.
- setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
-
Set the value of the allowUserInteraction field of
this URLConnection.
- setAlpha(float) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the alpha of the window.
- setAlpha(float) - Method in class ohos.agp.components.Component
-
Sets the alpha value of the component.
- setAlpha(float) - Method in class ohos.agp.render.Paint
-
Sets an alpha value.
- setAlpha(int) - Method in class ohos.agp.colors.Color
-
Sets the alpha value.
- setAlpha(int) - Method in class ohos.agp.components.element.Element
-
Sets the alpha value of an element object.
- setAlphaCutoff(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the alpha cutoff value of this material, which is used if the alpha mode is set to
MaterialAlphaMode#MASK.
- setAlphaMode(MaterialDesc.MaterialAlphaMode) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the alpha rendering mode of this material.
- setAlphaType(AlphaType) - Method in class ohos.media.image.PixelMap
-
Sets the alpha type of this PixelMap.
- setAlternateHandlingDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the alternate handling mode to the initial mode set during construction of the RuleBasedCollator.
- setAlternateHandlingShifted(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable.
- setAlternateName(String) - Method in class ohos.data.search.schema.Schema
-
Sets the alternateName index field.
- setAltitude(double) - Method in class ohos.location.Location
-
Sets the altitude, in unit of meters.
- setAmbientOcclusion(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the ambient occlusion texture.
- setAmbientOcclusionFactor(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the ambient occlusion factor of this material.
- setAmeteAlemEra(boolean) - Method in class ohos.global.icu.util.EthiopicCalendar
-
Set Alem or Mihret era.
- setAmPmOrder(TimePicker.AmPmOrder) - Method in class ohos.agp.components.TimePicker
-
Sets the format of the column representing a.m.
- setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
-
Sets ampm strings.
- setAmPmStrings(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets am/pm strings.
- setAmPmStrings(String, String) - Method in class ohos.agp.components.TimePicker
-
Sets character strings that represent a.m.
- setAmString(String) - Method in class ohos.agp.components.TimePicker
-
Sets the string that represents a.m.
- setAnimatorProperty(int, AnimatorProperty) - Method in class ohos.agp.components.ComponentTransition
-
Sets a customizable component property animator of the specified transition type.
- setAntiAlias(boolean) - Method in class ohos.agp.components.element.VectorElement
-
Sets the anti-aliasing function.
- setAntiAlias(boolean) - Method in class ohos.agp.render.Paint
-
Sets the anti-aliasing for a Paint object.
- setAnyPolicyInhibited(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets state to determine if the any policy OID should be processed
if it is included in a certificate.
- setAppAccountSync(String, boolean) - Method in class ohos.account.app.AppAccountAbility
-
Sets whether a specified application account allows application data synchronization.
- setAppCategory(String) - Method in class ohos.data.search.schema.AppItem
-
Sets the appCategory index field.
- setAppendItemFormat(int, String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
An AppendItem format is a pattern used to append a field if there is no
good match.
- setAppendItemName(int, String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
Sets the names of fields, eg "era" in English for ERA.
- setApplicationEnabled(String, boolean) - Method in interface ohos.bundle.IBundleManager
-
Sets whether to enable a specified application.
- setApplyType(int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the operation type.
- setAppNet(NetHandle) - Method in class ohos.net.NetManager
-
Binds a process to handle.
- setAppType(int) - Method in class ohos.ai.cv.common.VisionConfiguration.Builder
-
Sets the application type.
- setArc(float, float, boolean) - Method in class ohos.agp.render.Arc
-
Changes the parameters of an arc.
- setArc(Arc) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the arc attributes of a
ShapeElement object in the shape of
ShapeElement.ARC.
- setArchive(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Updates the value of the archive attribute.
- setAroundElements(Element, Element, Element, Element) - Method in class ohos.agp.components.Text
-
Sets element objects around a text.
- setAroundElementsPadding(int) - Method in class ohos.agp.components.Text
-
Sets the padding between the text and element objects.
- setAroundElementsRelative(Element, Element, Element, Element) - Method in class ohos.agp.components.Text
-
Sets element objects around a text.
- setArrangeListener(ComponentContainer.ArrangeListener) - Method in class ohos.agp.components.ComponentContainer
-
Adds a listener on component-container's arrangement process.
- setArray(int, Array) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Array object.
- setArray(int, Array) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Array value.
- setArrowOffset(int) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the arrow offset for this PopupDialog object.
- setArrowSize(int, int) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the arrow size for this PopupDialog object.
- setArtist(String) - Method in class ohos.data.search.schema.MusicItem
-
Sets the artist index field.
- setAsciiStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.InputStream value.
- setAsciiStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB value that this Clob object represents,
starting at position pos.
- setAsciiStream(long) - Method in class ohos.data.orm.Clob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB value that this Clob object represents,
starting at position pos.
- setAsciiStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAssociatedData(String, String, String) - Method in class ohos.account.app.AppAccountAbility
-
Sets data associated with this application account.
- setAt(int, int) - Method in class ohos.utils.IntArray
-
Updates the value at a specified index.
- setAttachment(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the attachment index field.
- setAttachment(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the attachment index field.
- setAttachment(String) - Method in class ohos.data.search.schema.NotepadItem
-
Sets the attachment index field.
- setAttendeeInfo(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets whether to include participant information.
- setAttendeeTypes(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the type of the participant.
- setAttribute(Path, String, Object, LinkOption...) - Static method in class java.nio.file.Files
-
Sets the value of a file attribute.
- setAttribute(Path, String, Object, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Sets the value of a file attribute.
- setAttrName(String) - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Sets the attribute name for this
AttrData.
- setAttrType(int) - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Sets the attribute type for this
AttrData.
- setAttrValue(String) - Method in class ohos.global.resource.solidxml.TypedAttribute.AttrData
-
Sets the attribute value for this
AttrData.
- setAudioDeviceChangeObserver(AudioDeviceChangeObserver) - Method in class ohos.media.audio.AudioManager
-
Sets an observer to listen for state changes of an audio device, for example, when it becomes connected or
disconnected.
- setAudioHandler(Player.AudioHandler) - Method in class ohos.media.player.Player
-
Sets the
AudioHandler for audio parameters whose values are out of common ranges.
- setAudioParameter(String, String) - Method in class ohos.media.audio.AudioManager
-
Sets values of a variable number of parameters for audio devices.
- setAudioParamsInitialized() - Method in class ohos.media.player.Player
-
Sets audio parameters, such as the pitch and handling mode, to default values.
- setAudioPitch(float) - Method in class ohos.media.player.Player
-
Sets the pitch coefficient for the current audio.
- setAudioProperty(AudioProperty) - Method in class ohos.media.recorder.Recorder
-
Sets audio properties.
- setAudioSourceType(AsrIntent.AsrAudioSrcType) - Method in class ohos.ai.asr.AsrIntent
-
Sets the audio source type.
- setAudioStreamType(int) - Method in class ohos.media.player.Player
-
Sets the audio type.
- setAudioType(AudioManager.AudioVolumeType) - Method in class ohos.ai.tts.TtsClient
-
Sets the audio stream type.
- setAuthor(String) - Method in class ohos.data.search.schema.DocumentItem
-
Sets the author index field.
- setAuthorityKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the authorityKeyIdentifier criterion.
- setAutoClosable(boolean) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets whether to enable automatic close a dialog box.
- setAutoClosable(boolean) - Method in class ohos.agp.window.dialog.ToastDialog
-
- setAutoCommit(boolean) - Method in interface java.sql.Connection
-
Sets this connection's auto-commit mode to the given state.
- setAutoCreatedReplies(boolean) - Method in class ohos.event.notification.NotificationActionButton.Builder
-
- setAutoDeletedTime(long) - Method in class ohos.event.notification.NotificationRequest
-
Sets the time to delete a notification.
- setAutoFontSize(boolean) - Method in class ohos.agp.components.Text
-
Sets whether the text size is automatically adjusted to fill within the component.
- setAutoFontSize(boolean, boolean) - Method in class ohos.agp.components.Text
-
Sets whether to adjust font size automatically to fill within the component, and whether to try the
specified font size before enabling automatic font size adaption.
- setAutoFontSizeRule(int[]) - Method in class ohos.agp.components.Text
-
Sets an array of all possible auto font sizes.
- setAutoFontSizeRule(int, int, int) - Method in class ohos.agp.components.Text
-
Sets the range and step of the auto font size.
- setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is automatically numbered,
The default is for a RowSet object's
columns not to be automatically numbered.
- setAutoLayout(boolean) - Method in class ohos.agp.components.ComponentContainer
-
Sets whether to enable automatic layout.
- setAutoLayout(boolean, int) - Method in class ohos.agp.components.ComponentContainer
-
Sets whether to enable automatic layout and set the column type.
- setAutoScrollingCount(int) - Method in class ohos.agp.components.Text
-
Sets the auto scrolling count of a text.
- setAutoScrollingDuration(long) - Method in class ohos.agp.components.Text
-
Sets the auto scrolling duration for a long text.
- setAutoSync(boolean) - Method in class ohos.data.distributed.common.Options
-
Sets whether to automatically synchronize this KvStore with the KvStore of other devices.
- setAvailableStatus(int) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event status.
- setAVButtonReceiver(IntentAgent) - Method in class ohos.media.sessioncore.AVSession
-
Sets an IntentAgent instance to receive the media button event for
restarting the application via a media button.
- setAVController(Object) - Method in class ohos.aafwk.ability.Ability
-
Sets window media controller of an ability.The media controller containing media info of the window.
- setAVControllerCallback(AVControllerCallback) - Method in class ohos.media.sessioncore.AVController
-
Registers a callback to receive changes, for example, of metadata and
playback states from a media session.
- setAVMetadata(AVMetadata) - Method in class ohos.media.sessioncore.AVSession
-
Sets metadata of a media item.
- setAVPlaybackActions(long) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the actions supported by this AVSession instance.
- setAVPlaybackErrorMessage(CharSequence) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the message displayed when an error occurs during playback.
- setAVPlaybackSpeed(float) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to change the playback speed.
- setAVPlaybackState(int, long, float) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the playback state, including the position and speed.
- setAVPlaybackState(int, long, float, long) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the playback state, including the position, speed, and position update time.
- setAVPlaybackState(AVPlaybackState) - Method in class ohos.media.sessioncore.AVSession
-
Sets the current playback state.
- setAVPlaybackVolume(int, int) - Method in class ohos.media.sessioncore.AVController
-
Sets absolute volume for the playback.
- setAVQueue(List<AVQueueElement>) - Method in class ohos.media.sessioncore.AVSession
-
Sets a playback queue.
- setAVQueueTitle(CharSequence) - Method in class ohos.media.sessioncore.AVSession
-
Sets a title for the playback queue, which will be displayed on a UI page.
- setAVRatingStyle(int) - Method in class ohos.media.sessioncore.AVSession
-
Sets the media rating system used for this AVSession instance, which can be one of the following:
AVRATING_NONE
AVRATING_STYLE_HEART
AVRATING_STYLE_THUMB_UP_DOWN
AVRATING_STYLE_3_STARS
AVRATING_STYLE_4_STARS
AVRATING_STYLE_5_STARS
AVRATING_STYLE_PERCENTAGE
- setAVSessionAbility(IntentAgent) - Method in class ohos.media.sessioncore.AVSession
-
Sets an IntentAgent instance for this AVSession to start a UI page.
- setAVSessionCallback(AVSessionCallback) - Method in class ohos.media.sessioncore.AVSession
-
Sets a callback to control the player.
- setAVToken(AVToken) - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Attaches a specified
AVToken to this media playback notification.
- setAVToken(AVToken) - Method in class ohos.media.sessioncore.AVBrowserService
-
- setAwbMode(int, Rect) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the auto white balance (AWB) mode.
- setBackColor(int) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets the background color of a list.
- setBackColor(Color) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the background color for this PopupDialog object.
- setBackground(String) - Method in class ohos.agp.window.service.Window
-
Sets the background for a window.
- setBackground(Element) - Method in class ohos.agp.components.Component
-
Sets a specified element as the background of the component.
- setBackgroundColor(RgbColor) - Method in class ohos.agp.window.service.Window
-
Sets the background color of a window.
- setBackgroundPixelMap(int, PixelMap) - Method in class ohos.agp.components.ComponentProvider
-
Sets the background image of a component.
- setBackgroundType(SceneComponent.BackgroundType) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the background type for this scene.
- setBackup(boolean) - Method in class ohos.data.distributed.common.Options
-
Sets whether to enable backup of this KvStore.
- setBadge(boolean) - Method in class ohos.agp.components.Component.VoiceEvent
-
Sets the event badge.
- setBadgeIconStyle(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the badge icon style for this notification.
- setBadgeNumber(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the number to be displayed for this notification.
- setBaseColor(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the base color texture of this material.
- setBaseColorFactor(Vector4) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the base color factor of this material.
- setBaseDensity(int) - Method in class ohos.media.image.PixelMap
-
Sets the base pixel density of this PixelMap.
- setBasement(Element) - Method in class ohos.agp.components.TextField
-
Sets a element object as the underline of a text box.
- setBaseTime(long) - Method in class ohos.agp.components.TickTimer
-
Sets the base time of the timer.
- setBaseURI(String) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for
resolving a relative
systemId to an absolute URI.
- setBasicConstraints(int) - Method in class java.security.cert.X509CertSelector
-
Sets the basic constraints constraint.
- setBccEmail(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the bccEmail index field.
- setBccName(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the bccName index field.
- setBearerPrivateIdentifier(String) - Method in class ohos.net.NetSpecifier.Builder
-
Sets an optional parameter of a bearer network.
- setBeginIndex(int) - Method in class java.text.FieldPosition
-
Sets the begin index.
- setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.math.BigDeciaml value.
- setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBigDecimal(String, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBigIcon(PixelMap) - Method in class ohos.event.notification.NotificationRequest
-
Sets the large icon of this notification, which is usually displayed on the right of the notification.
- setBigPicture(PixelMap) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the picture to be included in a notification.
- setBinaryStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
- setBinaryStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.InputStream value.
- setBinaryStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(long) - Method in interface java.sql.Blob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob object represents.
- setBinaryStream(long) - Method in class ohos.data.orm.Blob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob object represents.
- setBinaryStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBindStateChangedListener(Component.BindStateChangedListener) - Method in class ohos.agp.components.Component
-
Adds a listener for bind state changes.
- setBirthDate(Long) - Method in class ohos.data.search.schema.ContactItem
-
Sets the birthDate index field.
- setBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger
with the designated bit set.
- setBlack(float) - Method in class ohos.agp.colors.CmykColor
-
Sets the proportion of black.
- setBlendMode(BlendMode) - Method in class ohos.agp.render.Paint
-
Sets the blend mode for this Paint.
- setBlob(int, byte[]) - Method in interface ohos.data.rdb.Statement
-
Sets a byte array value for a precompiled statement dynamically.
- setBlob(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(int, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Blob value.
- setBlob(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, Blob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlock(SharedBlock) - Method in class ohos.data.resultset.AbsSharedResultSet
-
- setBlocks(List<TextBlock>) - Method in class ohos.ai.cv.text.Text
-
Sets the detection result of text blocks in a given image.
- setBlue(int) - Method in class ohos.agp.colors.RgbColor
-
Sets the blue color value of a RgbColor object.
- setBlueBrightness(int) - Method in class ohos.light.bean.LightBrightness
-
Sets the brightness value for the blue channel of the light.
- setBlurDrawLooper(BlurDrawLooper) - Method in class ohos.agp.render.Paint
-
Sets shadow attributes for a Paint.
- setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java boolean value.
- setBoolean(int, String, boolean) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a boolean on the specified object.
- setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(String, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java boolean value.
- setBooleanAttribute(DateFormat.BooleanAttribute, boolean) - Method in class ohos.global.icu.text.DateFormat
-
Sets a boolean attribute for this instance.
- setBordersRect(Rect) - Method in class ohos.aafwk.content.Intent
-
Sets the bordersRect attribute for this Intent.
- setBottom(int) - Method in class ohos.agp.components.Component
-
Sets the bottom edge position of a component relative to the parent container.
- setBottomLeft(CvPoint) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Sets the coordinate of the
CvPoint data type in the lower left corner of the document bounding box.
- setBottomPadding(int) - Method in class ohos.aafwk.ability.Ability.WindowAttributeHelper
-
Sets the bottom padding of a window.
- setBottomRight(CvPoint) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Sets the coordinate of the
CvPoint data type in the lower right corner of the document bounding box.
- setBoundary(Element) - Method in class ohos.agp.components.ListContainer
-
Sets a
Element boundary that will be drawn between items in the list.
- setBoundaryColor(Color) - Method in class ohos.agp.components.ListContainer
-
Sets the boundary color for this ListContainer object.
- setBoundaryFadeEffectEnable(boolean) - Method in class ohos.agp.components.Component
-
- setBoundarySwitch(boolean) - Method in class ohos.agp.components.ListContainer
-
Sets whether to enable boundary drawing for components.
- setBoundaryThickness(int) - Method in class ohos.agp.components.ListContainer
-
Sets the thickness of boundary lines.
- setBoundingBox(BoundingBox) - Method in class ohos.ai.cv.text.TextBlock
-
Sets the bounding box for detecting the text block.
- setBoundRect(Rect) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the bounds of a moving window.
- setBoundRect(Rect) - Method in class ohos.agp.window.service.Window
-
Sets the bounds of a moving window.
- setBounds(int, int, int, int) - Method in class ohos.agp.components.element.Element
-
Sets the bounds of an
Element object using a
Rect object.
- setBounds(BoundingBox) - Method in class ohos.agp.render.render3d.resources.MeshDesc
-
Sets a bounding box that contains this mesh.
- setBounds(Rect) - Method in class ohos.agp.components.element.Element
-
Sets the bound of rectangle an
Element object using a
Rect object.
- setBreakIterator(BreakIterator) - Method in class ohos.global.icu.text.SearchIterator
-
Set the BreakIterator that will be used to restrict the points
at which matches are detected.
- setBriefText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the brief text to be included in a long text notification.
- setBriefText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Sets the brief text to be included in this multi-line notification.
- setBriefText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the brief text to be included in a picture-attached notification.
- setBroadcast(boolean) - Method in class java.net.DatagramSocket
-
Enable/disable SO_BROADCAST.
- setBrowserAgent(BrowserAgent) - Method in class ohos.agp.components.webengine.WebView
-
Sets a specified
BrowserAgent object, which is used to process the web-page-related callbacks, for
example, processing JavaScript events and website attribute change events.
- setBtScanMode(int, int) - Method in class ohos.bluetooth.BluetoothHost
-
Sets the Bluetooth scan mode for a device.
- setBubbleElement(Element) - Method in class ohos.agp.components.Text
-
Sets an Element object for the bubble where the cursor stays.
- setBubbleHeight(int) - Method in class ohos.agp.components.Text
-
Sets the height for the bubble box for the text.
- setBubbleSize(int, int) - Method in class ohos.agp.components.Text
-
Sets the width and height for the bubble box where the text is displayed.
- setBubbleWidth(int) - Method in class ohos.agp.components.Text
-
Sets the width for the bubble box for the text.
- setBufferDimension(int, int) - Method in class ohos.agp.graphics.TextureHolder
-
Sets the size of the image buffer.
- setBundle(String) - Method in class ohos.aafwk.content.Intent
-
Sets a bundle name in this Intent.
- setBundleName(CharSequence) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the bundle name of the event source.
- setBundleName(String) - Method in class ohos.bundle.ElementName
-
Sets the bundle name for an ability.
- setBundleName(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets the bundleName for this shortcut.
- setBundleName(String) - Method in class ohos.interwork.bundle.ElementNameEx
-
Sets the bundle name for an ability.
- setButton(int, String, IDialog.ClickedListener) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the buttons in the button area.
- setButtonElement(Element) - Method in class ohos.agp.components.AbsButton
-
Sets an element as a button.
- setByte(int, byte) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(int, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java byte value.
- setByte(Object, byte) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a byte on the specified object.
- setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified byte value.
- setByte(String, byte) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(String, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java byte value.
- setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java array of byte values.
- setBytes(long, byte[]) - Method in interface java.sql.Blob
-
Writes the given array of bytes to the BLOB value that
this Blob object represents, starting at position
pos, and returns the number of bytes written.
- setBytes(long, byte[]) - Method in class ohos.data.orm.Blob
-
- setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
-
Writes all or part of the given byte array to the
BLOB value that this Blob object represents
and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in class ohos.data.orm.Blob
-
- setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(String, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java array of bytes.
- setByteStream(InputStream) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of bytes.
- setByteStream(InputStream) - Method in class ohos.org.xml.sax.InputSource
-
Set the byte stream for this input source.
- setCacheCleanXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Adds the cacheClean extended attribute to a specified cache directory object.
- setCacheDeleteXattr(File) - Method in class ohos.data.usage.CachePolicy
-
Adds the cacheDelete extended attribute to a specified cache directory object.
- setCacheSize(int) - Method in class ohos.agp.components.RecycleItemProvider
-
- setCalculationType(IslamicCalendar.CalculationType) - Method in class ohos.global.icu.util.IslamicCalendar
-
sets the calculation type for this calendar.
- setCalendar(Calendar) - Method in class java.text.DateFormat
-
Set the calendar to be used by this date format.
- setCalendar(Calendar) - Method in class ohos.global.icu.text.DateFormat
-
Sets the calendar to be used by this date format.
- setCalendarLenient(boolean) - Method in class ohos.global.icu.text.DateFormat
-
Specifies whether date/time parsing in the encapsulated Calendar object should be lenient.
- setCalendarType(String) - Method in class java.util.Calendar.Builder
-
Sets the calendar type parameter to the given type.
- setCallback(Element.OnChangeListener) - Method in class ohos.agp.components.element.Element
-
- setCallbackHandler(CallbackHandler) - Method in class java.security.AuthProvider
-
Set a CallbackHandler.
- setCallingIdentity(String) - Static method in class ohos.rpc.IPCSkeleton
-
Restores the UID and PID to those of the remote user.
- setCallState(AudioManager.CallState) - Method in class ohos.media.audio.AudioManager
-
Sets the current call state.
- setCamera(Entity) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the camera available in the current scene.
- setCameraType(CameraComponent.CameraType) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the camera type.
- setCanAcceptScrollListener(Component.CanAcceptScrollListener) - Method in class ohos.agp.components.Component
-
- setCanonical(boolean) - Method in class ohos.global.icu.text.StringSearch
-
Set the canonical match mode.
- setCapacity(int) - Method in class ohos.utils.Parcel
-
Sets the storage capacity (in bytes) of the Parcel instance.
- setCaseFirstDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the case first mode to the initial mode set during construction of the RuleBasedCollator.
- setCaseLevel(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
When case level is set to true, an additional weight is formed between the SECONDARY and TERTIARY weight, known
as the case level.
- setCaseLevelDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the case level mode to the initial mode set during construction of the RuleBasedCollator.
- setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is case sensitive.
- setCastShadowsEnabled(boolean) - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Sets whether the mesh will cast shadows.
- setCatalog(String) - Method in interface java.sql.Connection
-
Sets the given catalog name in order to select
a subspace of this Connection object's database
in which to work.
- setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's table's catalog name, if any, to the given
String.
- setCategory(String) - Method in class ohos.data.search.schema.Schema
-
Sets the category index field.
- setCautionListener(Executor, HiChecker.OnCautionListener) - Static method in class ohos.hiviewdfx.HiChecker
-
Sets a callback for caution handling.
- setCcEmail(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the ccEmail index field.
- setCcName(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the ccName index field.
- setCenter(float, float) - Method in class ohos.agp.utils.Circle
-
Sets the center of this circle based on specified coordinates.
- setCenter(float, float, boolean) - Method in class ohos.accessibility.ability.DisplayResizeController
-
Sets the center coordinates for the display resizing rectangle.
- setCenter(Point) - Method in class ohos.agp.utils.Circle
-
Sets the center of this circle.
- setCenterBounds(Rect) - Method in class ohos.agp.components.element.FlexElement
-
- setCenterX(float) - Method in class ohos.agp.utils.Circle
-
Sets the x-coordinate for the circle's center.
- setCenterY(float) - Method in class ohos.agp.utils.Circle
-
Sets the y-coordinate for the circle's center.
- setCenterZoomFactor(float, float) - Method in class ohos.agp.components.Component
-
Sets the zoom factor for scaling the center component item.
- setCentralScrollMode(boolean) - Method in class ohos.agp.components.Component
-
Sets whether to enable the central scroll mode to always display a component item at the center of a component.
- setCentralVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the central channel.
- setCertificate(X509Certificate) - Method in class java.security.cert.X509CertSelector
-
Sets the certificateEquals criterion.
- setCertificateChecking(X509Certificate) - Method in class java.security.cert.X509CRLSelector
-
Sets the certificate being checked.
- setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
-
Assigns the given trusted certificate to the given alias.
- setCertificateValid(Date) - Method in class java.security.cert.X509CertSelector
-
Sets the certificateValid criterion.
- setCertifiedText(boolean) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
- setCertPathCheckers(List<PKIXCertPathChecker>) - Method in class java.security.cert.PKIXParameters
-
Sets a List of additional certification path checkers.
- setCertStores(List<CertStore>) - Method in class java.security.cert.PKIXParameters
-
Sets the list of CertStores to be used in finding
certificates and CRLs.
- setChanged() - Method in class java.util.Observable
-
Marks this Observable object as having been changed; the
hasChanged method will now return true.
- setChangedEnd(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
Sets the end index of the changed text in the content of the application editor.
- setChangedStart(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
Sets the start index of the changed text in the content of the application editor.
- setChannelIndexMasks(int[]) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets the channel index masks.
- setChannelMasks(int[]) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets the channel masks.
- setChar(Object, char) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a char on the specified object.
- setChar(Object, int, char) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified char value.
- setCharacterStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
- setCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Reader
object.
- setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.Reader value.
- setCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB value that this Clob object
represents, at position pos.
- setCharacterStream(long) - Method in class ohos.data.orm.Clob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB value that this Clob object
represents, at position pos.
- setCharacterStream(Reader) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of 16-bit units.
- setCharacterStream(Reader) - Method in class ohos.org.xml.sax.InputSource
-
Set the character stream for this input source.
- setCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharAt(int, char) - Method in class java.lang.StringBuffer
-
- setCharAt(int, char) - Method in class java.lang.StringBuilder
-
The character at the specified index is set to ch.
- setCharSequenceArrayListParam(String, ArrayList<CharSequence>) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the ArrayList type whose element type is CharSequence.
- setCheckable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is checkable.
- setChecked(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is checked.
- setChecked(boolean) - Method in class ohos.agp.components.AbsButton
-
Sets the state of a button.
- setCheckedStateChangedListener(AbsButton.CheckedStateChangedListener) - Method in class ohos.agp.components.AbsButton
-
Registers a listener for state change events of a button.
- setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
-
Set the choices to be used in formatting.
- setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is not
known in advance.
- setCipherSuites(String[]) - Method in class javax.net.ssl.SSLParameters
-
Sets the array of ciphersuites.
- setCircularModeEnabled(boolean) - Method in class ohos.agp.components.PageSlider
-
Sets whether to enable circular mode for the
PageSlider.
- setCity(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the city index field.
- setCity(String) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the city index field.
- setCity(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the city where this contact is located.
- setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
-
Sets the desired assertion status for the named top-level class in this
class loader and any nested classes contained therein.
- setClassification(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the classification of this notification, which describes the purpose of this notification.
- setClassLoader(ClassLoader) - Method in class ohos.aafwk.content.IntentParams
-
Sets the ClassLoader used for the custom parameters of the Sequenceable type.
- setClassLoader(ClassLoader) - Method in class ohos.utils.BasePacMap
-
Sets the ClassLoader used to create an inner object within this PacMap instance.
- setClassName(CharSequence) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the class name.
- setClassName(String) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets the class name.
- setClearCoatFactor(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the clear coat factor of this materiel.
- setClearCoatRoughness(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
- setClearUserDataFlag(String, boolean) - Method in interface ohos.bundle.IBundleManager
-
Set the flags whether data can be clear from the application.
- setClickable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is clickable.
- setClickable(boolean) - Method in class ohos.agp.components.Component
-
Enables or disables click events for the component.
- setClickedListener(Component.ClickedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for click events in the component.
- setClientData(Object) - Method in class ohos.usb.USBRequest
-
Sets client data of the USBRequst instance.
- setClientInfo(String, String) - Method in interface java.sql.Connection
-
Sets the value of the client info property specified by name to the
value specified by value.
- setClientInfo(Properties) - Method in interface java.sql.Connection
-
Sets the value of the connection's client info properties.
- setClientPkgName(String) - Method in class ohos.ai.cv.common.VisionConfiguration.Builder
-
Sets the client package name.
- setClientState(int) - Method in class ohos.ai.cv.common.VisionConfiguration.Builder
-
Sets the client state.
- setClientVersion(String) - Method in class ohos.ai.cv.common.VisionConfiguration.Builder
-
Sets the client version.
- setClipAlignment(int) - Method in class ohos.agp.components.Image
-
Sets the clipping alignment mode.
- setClipDirection(int) - Method in class ohos.agp.components.Image
-
Sets the image clipping direction.
- setClipEnabled(boolean) - Method in class ohos.agp.components.Component
-
Sets whether to allow automatic clipping of the component in case it exceeds its parent layout.
- setClipGravity(int) - Method in class ohos.agp.components.Image
-
- setClipRect(Rect) - Method in class ohos.media.image.Image
-
Sets the image area to crop.
- setClob(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(int, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Clob value.
- setClob(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Clob object.
- setCloseButton(int) - Method in class ohos.agp.components.SearchBar
-
Sets the image resource ID for the close button.
- setCloseButton(PixelMap) - Method in class ohos.agp.components.SearchBar
-
Sets the image URI for the close button.
- setCode(int) - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Sets the result code of the current ordered common event.
- setCode(int) - Method in class ohos.event.commonevent.CommonEventData
-
Sets the result code of the common event.
- setCode(int) - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Sets the result code of the current ordered common event.
- setCode(int) - Method in class ohos.event.intentagent.TriggerInfo.Builder
-
Sets the result code provided for the target of the
IntentAgent.
- setCodeAndData(int, String) - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Sets the result of the current ordered common event.
- setCodeAndData(int, String) - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Sets the result of the current ordered common event.
- setCodecFormat(Format) - Method in class ohos.media.codec.Codec
-
Sets encoding or decoding parameters in normal mode.
- setCollator(RuleBasedCollator) - Method in class ohos.global.icu.text.StringSearch
-
- setColor(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the background color of this notification.
- setColor(Vector3) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the light color.
- setColor(Color) - Method in class ohos.agp.render.Paint
-
Sets the color attribute of the Paint object.
- setColorDataDefined(boolean) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets whether to define color data for this primitive.
- setColorEnabled(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to enable background color for this notification.
- setColorFilter(ColorFilter) - Method in class ohos.agp.render.Paint
-
Sets the color filter for this Paint.
- setColorMatrix(ColorMatrix) - Method in class ohos.agp.components.element.Element
-
Sets the color matrix for this Element object.
- setColorMatrix(ColorMatrix) - Method in class ohos.agp.render.Paint
-
Sets color matrix attributes for a Paint object.
- setColorMode(int) - Method in class ohos.app.AbilityContext
-
- setColorMode(int) - Method in interface ohos.app.Context
-
Set color mode.
- setColors(FloatBuffer) - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Set vertex color data, in vec4 format (r, g, b, a), this buffer is optional.
- setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
-
Sets the number of columns in the RowSet object to
the given number.
- setColumnCount(int) - Method in class ohos.agp.components.TableLayout
-
Sets the number of columns in the table layout.
- setColumnCount(int) - Method in class ohos.agp.components.TableLayoutManager
-
Sets the number of columns in the table.
- setColumnCount(int) - Method in class ohos.data.resultset.SharedBlock
-
Sets the number of data columns in a SharedBlock.
- setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's normal maximum width in chars to the
given int.
- setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the suggested column title for use in printouts and
displays, if any, to the given String.
- setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the name of the designated column to the given String.
- setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's SQL type to the one given.
- setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's type name that is specific to the
data source, if any, to the given String.
- setColumnValue(Object) - Method in class ohos.data.resultset.TableResultSet.RowBuilder
-
Sets a value for a column in the current row.
- setColumnValue(String, Object) - Method in class ohos.data.resultset.TableResultSet.RowBuilder
-
Sets a value for a specified column in the current row.
- setCommand(String) - Method in interface javax.sql.RowSet
-
Sets this RowSet object's command property to the given
SQL query.
- setComment(String) - Method in class java.net.HttpCookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in class java.util.zip.ZipEntry
-
Sets the optional comment string for the entry.
- setComment(String) - Method in class java.util.zip.ZipOutputStream
-
Sets the ZIP file comment.
- setComment(String) - Method in class ohos.data.search.schema.AppItem
-
Sets the comment index field.
- setCommentURL(String) - Method in class java.net.HttpCookie
-
Specifies a comment URL that describes a cookie's purpose.
- setComponent(ComponentType) - Method in interface ohos.agp.render.render3d.Entity
-
Sets the component data of an entity to the input component data.
- setComponent(Component) - Method in class ohos.agp.window.dialog.ToastDialog
-
Sets the customized component to use in the dialog.
- setComponent(DirectionalLayout) - Method in class ohos.agp.window.dialog.ToastDialog
-
- setComponentContainerLayoutConfig(int, ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.ComponentProvider
-
Sets the margin layout parameters of a component.
- setComponentDescription(CharSequence) - Method in class ohos.agp.components.Component
-
Sets a description of the content in a component.
- setComponentMinSize(int, int) - Method in class ohos.agp.components.Component
-
Sets the minimum possible width and height for this component.
- setComponentPosition(int, int, int, int) - Method in class ohos.agp.components.Component
-
Sets the component's position relative to the parent container.
- setComponentPosition(Rect) - Method in class ohos.agp.components.Component
-
Sets the component's position relative to the parent container based on rect.
- setComponentSize(int, int) - Method in class ohos.agp.components.Component
-
Sets the component size.
- setComponentStateChangedListener(Component.ComponentStateChangedListener) - Method in class ohos.agp.components.Component
-
Sets the listener for state change events of a component.
- setComponentTransition(ComponentTransition) - Method in class ohos.agp.components.ComponentContainer
-
- setCompositeIndexes(List<List<String>>) - Method in class ohos.data.distributed.common.Schema
-
Sets a list of composite indexes for this Schema instance.
- setCompoundElementPadding(int) - Method in class ohos.agp.components.Picker
-
Sets the padding between text and
Element objects.
- setCompressedSize(long) - Method in class java.util.zip.ZipEntry
-
Sets the size of the compressed entry data.
- setConcat(Matrix44, Matrix44) - Method in class ohos.agp.utils.Matrix44
-
Sets this Matrix44 to the multiplication result of two specified matrices.
- setConcat(Matrix, Matrix) - Method in class ohos.agp.utils.Matrix
-
Sets this Matrix to matrix A multiplied by matrix B.
- setConcurrency(int) - Method in interface javax.sql.RowSet
-
Sets the concurrency of this RowSet object to the given
concurrency level.
- setConfig(String, Map<String, String>) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Sets the request URL to switch to the test environment.
- setConfiguration(USBConfig) - Method in class ohos.usb.USBDevicePipe
-
Sets the current USB configuration.
- setConfigurations(USBConfig[]) - Method in class ohos.usb.USBDevice
-
Sets configurations of this device.
- setConnectable(boolean) - Method in class ohos.bluetooth.ble.BleAdvertiseSettings.Builder
-
Sets whether this advertisement is connectable.
- setConnectTimeout(int) - Method in class java.net.URLConnection
-
Sets a specified timeout value, in milliseconds, to be used
when opening a communications link to the resource referenced
by this URLConnection.
- setContactAttributes(ContactAttributes) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets contact attributes.
- setContent(String) - Method in class ohos.data.search.schema.DocumentItem
-
Sets the content index field.
- setContent(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the content index field.
- setContent(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the content index field.
- setContent(String) - Method in class ohos.data.search.schema.NotepadItem
-
Sets the content index field.
- setContent(String) - Method in class ohos.data.search.schema.NoticeItem
-
set content.
- setContent(NotificationRequest.NotificationContent) - Method in class ohos.event.notification.NotificationRequest
-
- setContentComponent(DirectionalLayout) - Method in class ohos.agp.window.dialog.DisplayDialog
-
Sets the layout for a dialog box.
- setContentCustomComponent(Component) - Method in class ohos.agp.window.dialog.CommonDialog
-
Customizes the content area.
- setContentEnable(boolean) - Method in class ohos.agp.components.Component
-
Sets whether to draw content for a component.
- setContentEndOffSet(int) - Method in class ohos.agp.components.ListContainer
-
Sets the end offset for a list container.
- setContentHandler(ContentHandler) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Sets the
ContentHandler which receives
the augmented validation result.
- setContentHandler(ContentHandler) - Method in interface ohos.org.xml.sax.XMLReader
-
Allow an application to register a content event handler.
- setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
-
Sets the ContentHandlerFactory of an
application.
- setContentImage(int) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the icon to be displayed in the content area.
- setContentOffSet(int, int) - Method in class ohos.agp.components.ListContainer
-
Sets the start and end offsets for a list container.
- setContentPosition(float, float) - Method in class ohos.agp.components.Component
-
Sets positions for drawing and event listening.
- setContentPositionX(float) - Method in class ohos.agp.components.Component
-
Sets the x-coordinate for drawing and event listening.
- setContentPositionY(float) - Method in class ohos.agp.components.Component
-
Sets the y-coordinate for drawing and event listening.
- setContentStartOffSet(int) - Method in class ohos.agp.components.ListContainer
-
Sets the start offset for a list container.
- setContentText(String) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the text to be displayed in the content area.
- setContext(Object) - Method in class ohos.global.icu.text.BidiClassifier
-
Sets classifier context, which can be used either by a caller or
callee for various purposes.
- setContext(String, String) - Method in class ohos.global.icu.text.Bidi
-
Set the context before a call to setPara().
- setContext(DisplayContext) - Method in class ohos.global.icu.text.DateFormat
-
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class ohos.global.icu.text.NumberFormat
-
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class ohos.global.icu.text.SimpleDateFormat
-
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
-
Sets the context ClassLoader for this Thread.
- setContextDependent(boolean) - Method in class ohos.event.notification.NotificationActionButton.Builder
-
Sets whether this NotificationActionButton is a contextual action, that is,
whether this NotificationActionButton is dependent on the notification message body.
- setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Sets the policy on whether to continue executing existing
periodic tasks even when this executor has been shutdown.
- setContourEncompassRect(int, int, int, int, float) - Method in class ohos.agp.utils.Contour
-
Sets the contour by passing the coordinates of the rectangle and the radius of its rounded corners.
- setContourRect(int, int, int, int) - Method in class ohos.agp.utils.Contour
-
Sets the contour by passing the coordinates of the rectangle.
- setContourRect(Rect) - Method in class ohos.agp.utils.Contour
-
Sets the contour using the specified rectangle.
- setControllerForAbility(Ability, AVController) - Static method in class ohos.media.sessioncore.AVController
-
Registers this
AVController with an
Ability to receive a key event.
- setConversationGroup(boolean) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Sets whether this notification represents a group conversation.
- setConversationTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Sets the title to be displayed for the conversation.
- setConvexPath(Path) - Method in class ohos.agp.utils.Contour
-
Sets the contour to a convex path.
- setCookie(Object) - Method in class ohos.data.async.JobParams.Builder
-
Sets the cookie.
- setCookie(String, String) - Method in class ohos.agp.components.webengine.CookieStore
-
Sets a cookie for the specified URL.
- setCookieEnable(boolean) - Method in class ohos.agp.components.webengine.CookieStore
-
Sets whether to enable cookies.
- setCookiePolicy(CookiePolicy) - Method in class java.net.CookieManager
-
To set the cookie policy of this cookie manager.
- setCoordinateSurface(Surface) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the surface holding the central coordinate system.
- setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the core number of threads.
- setCornerPathEffectRadius(float) - Method in class ohos.agp.render.Paint
-
Sets the corner radius for the CornerPathEffect.
- setCornerPoints(CvPoint[]) - Method in class ohos.ai.cv.text.Text
-
Sets the vertex array specified by
CvPoint for determining the position of curved text in a given image.
- setCornerPoints(CvPoint[]) - Method in class ohos.ai.cv.text.TextBlock
-
Sets the vertex array specified by
CvPoint for determining the position of curved text blocks.
- setCornerPoints(CvPoint[]) - Method in class ohos.ai.cv.text.TextElement
-
Sets the corner points for determining the position of the text element.
- setCornerPoints(CvPoint[]) - Method in class ohos.ai.cv.text.TextLine
-
Sets the vertex array specified by
CvPoint for determining the position of curved text lines.
- setCornerRadii(float[]) - Method in class ohos.agp.components.Image
-
Sets a radius for each rounded corner of this Image.
- setCornerRadiiArray(float[]) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the each corner's radius.
- setCornerRadius(float) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the corner radius.
- setCornerRadius(float) - Method in class ohos.agp.components.Image
-
Sets a uniform radius for the four rounded corners of this Image.
- setCornerRadius(float) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the radius of the round corners of a dialog box.
- setCount(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the number of accessibility events.
- setCount(int) - Method in class ohos.vibrator.bean.VibrationPattern
-
Sets the vibration counts of a vibrator.
- setCount(long) - Method in class ohos.data.search.model.Recommendation
-
Sets the number of indexes in this group.
- setCountDown(boolean) - Method in class ohos.agp.components.TickTimer
-
Sets whether the timer counts up from or counts down to the base time.
- setCountdownTimer(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to show the notification creation time as a countdown timer.
- setCountry(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the country index field.
- setCountry(String) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the country index field.
- setCountry(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the country/region where this contact is located.
- setCountryCode(String) - Method in class ohos.location.GeoAddress
-
Sets the country code of the current GeoAddress object.
- setCountryName(String) - Method in class ohos.location.GeoAddress
-
Sets the country name of the current GeoAddress object.
- setCrc(long) - Method in class java.util.zip.ZipEntry
-
Sets the CRC-32 checksum of the uncompressed entry data.
- setCreateIfMissing(boolean) - Method in class ohos.data.distributed.common.Options
-
Sets whether to create a KvStore database if no KvStore database is available.
- setCreateTime(long) - Method in class ohos.event.notification.NotificationRequest
-
Deprecated.
- setCreationTime(FileTime) - Method in class java.util.zip.ZipEntry
-
Sets the creation time of the entry.
- setCrossDomainCookieEnable(WebView, boolean) - Method in class ohos.agp.components.webengine.CookieStore
-
Sets whether to enable cross-domain cookies in a specified WebView object.
- setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is a cash value.
- setCurrency(Currency) - Method in class java.text.DecimalFormat
-
Sets the currency used by this number format when formatting
currency values.
- setCurrency(Currency) - Method in class java.text.DecimalFormatSymbols
-
Sets the currency of these DecimalFormatSymbols.
- setCurrency(Currency) - Method in class java.text.NumberFormat
-
Sets the currency used by this number format when formatting
currency values.
- setCurrency(Currency) - Method in class ohos.global.icu.text.DecimalFormat
-
Sets the currency to be used when formatting numbers.
- setCurrency(Currency) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the currency.
- setCurrency(Currency) - Method in class ohos.global.icu.text.NumberFormat
-
Sets the Currency object used to display currency
amounts.
- setCurrencyPluralInfo(CurrencyPluralInfo) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Sets a custom instance of CurrencyPluralInfo.
- setCurrencyPluralPattern(String, String) - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Set currency plural patterns.
- setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
-
Sets the currency symbol for the currency of these
DecimalFormatSymbols in their locale.
- setCurrencySymbol(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the string denoting the local currency.
- setCurrencyUsage(Currency.CurrencyUsage) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Sets the currency-dependent strategy to use when rounding numbers.
- setCurrentBufferedPosition(long) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets the buffer's position.
- setCurrentIndex(int) - Method in class ohos.agp.components.PageFlipper
-
Sets the index of the currently displayed child component.
- setCurrentPage(int) - Method in class ohos.agp.components.PageSlider
-
Sets the selected page.
- setCurrentPage(int, boolean) - Method in class ohos.agp.components.PageSlider
-
Sets the currently selected page.
- setCursorChangedListener() - Method in class ohos.agp.components.TextField
-
Set Default Cursor callback
- setCursorChangedListener(TextField.CursorChangedListener) - Method in class ohos.agp.components.TextField
-
Set Cursor callback
- setCursorElement(Element) - Method in class ohos.agp.components.Text
-
Sets a element object for the cursor in a text.
- setCursorName(String) - Method in interface java.sql.Statement
-
Sets the SQL cursor name to the given String, which
will be used by subsequent Statement object
execute methods.
- setCursorOffset(float, float) - Method in class ohos.multimodalinput.event.MouseEvent
-
Sets the offset position relative to the screen.
- setCurve(Animator.TimelineCurve) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets a timeline curve for all animations in this AnimatorGroup object.
- setCurve(Animator.TimelineCurve) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets a timeline curve for this AnimatorProperty object to reflect the changes of component properties.
- setCurve(Animator.TimelineCurve) - Method in class ohos.agp.animation.AnimatorValue
-
Sets a timeline curve for this AnimatorValue object to reflect the animation value changes.
- setCurveInternal(Animator.TimelineCurve) - Method in class ohos.agp.animation.Animator
-
Sets a timeline curve for this Animator object.
- setCurveType(int) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets an curveType used by an animator group.
- setCurveType(int) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the interpolator used by an animator, which is a linear interpolator by default.
- setCurveType(int) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the curve used by an animator, which is a linear interpolator by default.
- setCurveTypeInternal(int) - Method in class ohos.agp.animation.Animator
-
Sets the curve type.
- setCurVolume(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the current volume of this AVTubeEx instance.
- setCustomBigView(ComponentProvider) - Method in class ohos.event.notification.NotificationRequest
-
Sets the custom view to be displayed when this notification is expanded.
- setCustomClassifier(BidiClassifier) - Method in class ohos.global.icu.text.Bidi
-
Set a custom Bidi classifier used by the UBA implementation for Bidi
class determination.
- setCustomClassLoader(ClassLoader) - Method in class ohos.interwork.utils.PacMapEx
-
Sets the ClassLoader used to create an custom object within this PacMap instance.
- setCustomComponent(Component) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the customized content.
- setCustomFloatView(ComponentProvider) - Method in class ohos.event.notification.NotificationRequest
-
Sets the custom view to be displayed when this notification is shown as a
floating window at the top of the screen.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.Email
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.Event
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.ImAddress
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.Relation
-
Set custom label data.
- setCustomLabelName(String) - Method in class ohos.sysappcomponents.contact.entity.SipAddress
-
Set custom label data.
- setCustomProjection(Matrix4x4) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the projection matrix for the customized type of camera.
- setCustomView(ComponentProvider) - Method in class ohos.event.notification.NotificationRequest
-
Sets the custom view of this notification.
- setCyan(float) - Method in class ohos.agp.colors.CmykColor
-
Sets the proportion of cyan.
- setDaemon(boolean) - Method in class java.lang.Thread
-
Marks this thread as either a
daemon thread
or a user thread.
- setDaemon(boolean) - Method in class java.lang.ThreadGroup
-
Changes the daemon status of this thread group.
- setDashPathEffectIntervals(float[]) - Method in class ohos.agp.render.Paint
-
- setDashPathEffectPhase(float) - Method in class ohos.agp.render.Paint
-
Sets the offset for dash path effect intervals of a Paint.
- setDashPathEffectValues(float[], float) - Method in class ohos.agp.components.element.ShapeElement
-
Adds dash path effect intervals and phase for this element.
- setData(byte[]) - Method in class java.net.DatagramPacket
-
Set the data buffer for this packet.
- setData(byte[], int, int) - Method in class java.net.DatagramPacket
-
Set the data buffer for this packet.
- setData(InputStream, String) - Method in class ohos.agp.components.webengine.ResourceResponse
-
Sets the data of the resource response and the encoding.
- setData(String) - Method in class ohos.event.commonevent.AsyncCommonEventResult
-
Sets the result data of the current ordered common event.
- setData(String) - Method in class ohos.event.commonevent.CommonEventData
-
Sets the result data of a common event.
- setData(String) - Method in class ohos.event.commonevent.CommonEventSubscriber
-
Sets the result data of the current ordered common event.
- setData(String, Uri) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
Sets the MIME type and URI of this message.
- setData(T) - Method in class ohos.aafwk.abilityjet.activedata.ActiveData
-
Sets the data to observe.
- setDataAbilityPermit(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to allow the access to the Data ability in the WebView.
- setDatabaseFileSecurityLevel(DatabaseFileSecurityLevel) - Method in class ohos.data.DatabaseFileConfig.Builder
-
Sets a specified security level for the database file.
- setDatabaseFileSecurityLevel(DatabaseFileSecurityLevel) - Method in class ohos.data.orm.OrmConfig.Builder
-
Sets a specified security level for the database file.
- setDatabaseFileSecurityLevel(DatabaseFileSecurityLevel) - Method in class ohos.data.rdb.StoreConfig.Builder
-
Sets a specified security level for the database file.
- setDatabaseFileType(DatabaseFileType) - Method in class ohos.data.DatabaseFileConfig.Builder
-
- setDatabaseFileType(DatabaseFileType) - Method in class ohos.data.orm.OrmConfig.Builder
-
Sets the database file type for the
OrmConfig object.
- setDatabaseFileType(DatabaseFileType) - Method in class ohos.data.rdb.StoreConfig.Builder
-
Sets the database file type for the
StoreConfig object.
- setDataFlowTag(int) - Static method in class ohos.net.DataFlowStatistics
-
Sets a DataFlowStatistics tag for this thread.
- setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
-
Sets the datagram socket implementation factory for the
application.
- setDatagramSocketTag(DatagramSocket) - Static method in class ohos.net.DataFlowStatistics
-
Sets a specified datagram socket for the DataFlowStatistics tag of this thread.
- setDataSize(int) - Method in class ohos.media.audio.AudioWaver
-
Sets the size of audio data that can be captured.
- setDataSourceName(String) - Method in interface javax.sql.RowSet
-
Sets the data source name property for this RowSet object to the
given String.
- setDate(int) - Method in class java.sql.Time
-
Deprecated.
- setDate(int) - Method in class java.util.Date
-
- setDate(int, int, int) - Method in class java.util.Calendar.Builder
-
Sets the date field parameters to the values given by year,
month, and dayOfMonth.
- setDate(int, Date) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Date value
using the default time zone of the virtual machine that is running
the application.
- setDate(int, Date) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.sql.Date value.
- setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Date value,
using the given Calendar object.
- setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given java.sql.Date value.
- setDate(String, Date) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Date value
using the default time zone of the virtual machine that is running
the application.
- setDate(String, Date) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Date value
using the default time zone of the virtual machine that is running
the application.
- setDate(String, Date, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Date value,
using the given Calendar object.
- setDate(String, Date, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Date value,
using the given Calendar object.
- setDate(Date) - Method in class java.security.cert.PKIXParameters
-
Sets the time for which the validity of the certification path
should be determined.
- setDateAndTime(Date) - Method in class java.security.cert.X509CRLSelector
-
Sets the dateAndTime criterion.
- setDateCreate(Long) - Method in class ohos.data.search.schema.Schema
-
Sets the dateCreate index field.
- setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
-
Sets the date and time format symbols of this date format.
- setDateFormatSymbols(DateFormatSymbols) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Allows you to set the date/time formatting data.
- setDateIntervalInfo(DateIntervalInfo) - Method in class ohos.global.icu.text.DateIntervalFormat
-
Set the date time interval patterns.
- setDateOrder(int) - Method in class ohos.agp.components.DatePicker
-
Sets the date format.
- setDateTimeFormat(String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
The date time format is a message format pattern used to compose date and
time patterns.
- setDayFixed(boolean) - Method in class ohos.agp.components.DatePicker
-
Sets whether to disable the day selector.
- setDecimal(String) - Method in class ohos.global.icu.text.DateTimePatternGenerator
-
The decimal value is used in formatting fractions of seconds.
- setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
-
Sets the decimal format symbols, which is generally not changed
by the programmer or user.
- setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class ohos.global.icu.text.DecimalFormat
-
Sets the decimal format symbols used by this formatter.
- setDecimalPatternMatchRequired(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Parsing: This method is used to either require or
forbid the presence of a decimal point in the string being parsed (disabled by
default).
- setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for decimal sign.
- setDecimalSeparator(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for decimal sign.
- setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
-
Allows you to set the behavior of the decimal separator with integers.
- setDecimalSeparatorAlwaysShown(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
Separators: Sets whether the decimal separator (a period in en-US) is
shown on integers.
- setDecimalSeparatorString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used for decimal sign.
- setDecodeEventListener(ImageSource.DecodeEventListener) - Method in class ohos.media.image.ImageSource
-
Sets a listener for observing decoding events.
- setDecomposition(int) - Method in class java.text.Collator
-
Set the decomposition mode of this Collator.
- setDecomposition(int) - Method in class ohos.global.icu.text.Collator
-
Sets the decomposition mode of this Collator.
- setDecomposition(int) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the decomposition mode of this Collator.
- setDecompositionDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the decomposition mode to the initial mode set during construction of the RuleBasedCollator.
- setDecreaseButton(Element, Component.ClickedListener) - Method in class ohos.agp.components.Slider
-
Sets a decrease button for this slider.
- setDecreaseButtonClickedListener(Component.ClickedListener) - Method in class ohos.agp.components.Slider
-
Sets a listener for the decrease button of this Slider.
- setDecreaseButtonElement(Element) - Method in class ohos.agp.components.Slider
-
Sets a decrease button for this Slider.
- setDefault(boolean) - Method in class ohos.data.distributed.common.FieldNode
-
Sets the default boolean field value.
- setDefault(double) - Method in class ohos.data.distributed.common.FieldNode
-
Set the default double value of this field value.
- setDefault(int) - Method in class ohos.data.distributed.common.FieldNode
-
Sets the default int field value.
- setDefault(long) - Method in class ohos.data.distributed.common.FieldNode
-
Sets the default long field value.
- setDefault(String) - Method in class ohos.data.distributed.common.FieldNode
-
Sets the default string field value.
- setDefault(Authenticator) - Static method in class java.net.Authenticator
-
Sets the authenticator that will be used by the networking code
when a proxy or an HTTP server asks for authentication.
- setDefault(CookieHandler) - Static method in class java.net.CookieHandler
-
Sets (or unsets) the system-wide cookie handler.
- setDefault(ProxySelector) - Static method in class java.net.ProxySelector
-
Sets (or unsets) the system-wide proxy selector.
- setDefault(ResponseCache) - Static method in class java.net.ResponseCache
-
Sets (or unsets) the system-wide cache.
- setDefault(Locale) - Static method in class java.util.Locale
-
Sets the default locale for this instance of the Java Virtual Machine.
- setDefault(Locale.Category, Locale) - Static method in class java.util.Locale
-
Sets the default locale for the specified Category for this instance
of the Java Virtual Machine.
- setDefault(TimeZone) - Static method in class java.util.TimeZone
-
Sets the TimeZone that is returned by the getDefault
method.
- setDefault(SSLContext) - Static method in class javax.net.ssl.SSLContext
-
Sets the default SSL context.
- setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
-
Sets the default value of the
allowUserInteraction field for all future
URLConnection objects to the specified value.
- setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
-
Sets the default assertion status for this class loader.
- setDefaultBundleName(String) - Method in class ohos.agp.components.ComponentProvider
-
Sets the default bundle name for obtaining resources.
- setDefaultHostnameVerifier(HostnameVerifier) - Static method in class javax.net.ssl.HttpsURLConnection
-
Sets the default HostnameVerifier inherited by a
new instance of this class.
- setDefaultNamespace(String) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Binds a URI to the default namespace
This URI is bound
in the scope of the current START_ELEMENT / END_ELEMENT pair.
- setDefaultNamespace(String) - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Binds a URI to the default namespace
This URI is bound
in the scope of the current START_ELEMENT / END_ELEMENT pair.
- setDefaultNull() - Method in class ohos.data.distributed.common.FieldNode
-
Sets the default field value to null.
- setDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption>) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the default parse options.
- setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
-
- setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class javax.net.ssl.HttpsURLConnection
-
Sets the default SSLSocketFactory inherited by new
instances of this class.
- setDefaultTargetBuffer(TargetBuffer) - Method in interface ohos.agp.render.render3d.Engine
-
Sets the default rendering buffer for the engine.
- setDefaultTargetBuffers(TargetBuffer[]) - Method in interface ohos.agp.render.render3d.Engine
-
Sets the default rendering buffers array for an engine.
- setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
-
Set the default handler invoked when a thread abruptly terminates
due to an uncaught exception, and no other handler has been defined
for that thread.
- setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the default value of the useCaches field to the
specified value.
- setDelay(long) - Method in class ohos.aafwk.ability.AbilitySliceAnimator
-
Sets the delay for playing an animation.
- setDelay(long) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets the startup delay of an animator group.
- setDelay(long) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the startup delay of an animator.
- setDelay(long) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the startup delay of an animator.
- setDelayInternal(long) - Method in class ohos.agp.animation.Animator
-
Sets the startup delay of an animator.
- setDeletable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is deletable.
- setDeleted(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
- setDeletedItems(List<IndexData>) - Method in class ohos.data.search.model.ChangedIndexContent
-
Sets the indexes deleted from the index library.
- setDeliveryTime(long) - Method in class ohos.event.notification.NotificationRequest
-
Sets the time to deliver a notification.
- setDescription(CharSequence) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the accessibility event description.
- setDescription(CharSequence) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the media item description.
- setDescription(String) - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Sets the custom JSON parameters to be used as filter conditions.
- setDescription(String) - Method in class ohos.data.search.schema.Schema
-
Sets the description index field.
- setDescription(String) - Method in class ohos.event.notification.NotificationSlot
-
Sets the description for a NotificationSlot object.
- setDescription(String) - Method in class ohos.event.notification.NotificationSlotGroup
-
Sets the description for this NotificationSlotGroup object.
- setDescription(String) - Method in class ohos.miscservices.download.DownloadConfig.Builder
-
Sets the description of a download session.
- setDescription(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event description.
- setDescriptions(int, String) - Method in class ohos.location.GeoAddress
-
Sets the description identified by a specified index on the address list.
- setDestroyedListener(CommonDialog.DestroyedListener) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the dialog destruction listener.
- setDetails(String) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the detailed description for this AVTubeEx instance.
- setDetectMode(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets the detection mode.
- setDetectType(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets the detection type.
- setDeviceActive(int, boolean) - Method in class ohos.media.audio.AudioManager
-
Turns on or off a device.
- setDeviceAddress(String) - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Sets the device address of this WifiP2pConfig instance.
- setDeviceId(String) - Method in class ohos.ai.tts.TtsParams
-
Sets the device ID.
- setDeviceId(String) - Method in class ohos.bundle.ElementName
-
Sets the device ID.
- setDeviceId(String) - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Sets the device ID for this CommonEventSubscribeInfo object.
- setDeviceInfo(String, String) - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Sets the network ID and device name for this device.
- setDevicePairingConfirmation(BluetoothRemoteDevice, boolean) - Method in class ohos.bluetooth.BluetoothHost
-
Sets the confirmation of pairing with a certain device.
- setDevicePin(byte[]) - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Inputs the PIN during pairing.
- setDeviceState(DeviceInfo.DeviceState) - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Sets the state for this device.
- setDeviceType(int) - Method in class ohos.ai.tts.TtsParams
-
Sets the device type.
- setDeviceType(DeviceInfo.DeviceType) - Method in class ohos.distributedschedule.interwork.DeviceInfo
-
Sets the device type for this device.
- setDevType(String[]) - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Sets the list of device types.
- setDialogListener(BaseDialog.DialogListener) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the listener for events of a dialog box.
- setDictionary(byte[]) - Method in class java.util.zip.Deflater
-
Sets preset dictionary for compression.
- setDictionary(byte[]) - Method in class java.util.zip.Inflater
-
Sets the preset dictionary to the given array of bytes.
- setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
-
Sets preset dictionary for compression.
- setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
-
Sets the preset dictionary to the given array of bytes.
- setDigit(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for a digit in a pattern.
- setDigit(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for a digit in a pattern.
- setDigitStrings(String[]) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the array of strings used as digits, in order from 0 through 9
- setDimAmount(float) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the amount of dim behind the window.
- setDirection(double) - Method in class ohos.location.Location
-
Sets the moving direction of the device at the current location, in unit of degrees.
- setDisableMessage(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets the disable message for this shortcut.
- setDiscard(boolean) - Method in class java.net.HttpCookie
-
Specify whether user agent should discard the cookie unconditionally.
- setDisplayedBottomElement(Element) - Method in class ohos.agp.components.TimePicker
-
Sets the split line at the bottom of a selected number in this time picker.
- setDisplayedData(String[]) - Method in class ohos.agp.components.Picker
-
Sets the string array to be displayed.
- setDisplayedLinesBottomElement(Element) - Method in class ohos.agp.components.Picker
-
Sets an
Element instance used to draw a displayed line at the bottom of selected text.
- setDisplayedLinesElements(Element, Element) - Method in class ohos.agp.components.DatePicker
-
Sets a
Element instance used to draw a split line for the selected text in a date picker.
- setDisplayedLinesElements(Element, Element) - Method in class ohos.agp.components.Picker
-
Sets a
Element instance used to draw the split line for selected text.
- setDisplayedLinesElements(Element, Element) - Method in class ohos.agp.components.TimePicker
-
Sets a
Element instance to draw the split line for selected text in the time picker.
- setDisplayedLinesTopElement(Element) - Method in class ohos.agp.components.Picker
-
Sets an
Element instance used to draw a displayed line at the top of selected text.
- setDisplayedTopElement(Element) - Method in class ohos.agp.components.TimePicker
-
Sets the split line on the top of a selected number in this time picker.
- setDisplayMode(int) - Method in class ohos.miscservices.inputmethodability.KeyboardController
-
Sets or changes the keyboard display mode.
- setDisplayMode(SlideDrawer.DisplayMode) - Method in class ohos.agp.components.SlideDrawer
-
Sets a display mode for all the optional components.
- setDisplayMode(SlideDrawer.DisplayMode, SlideDrawer.DisplayMode, SlideDrawer.DisplayMode, SlideDrawer.DisplayMode) - Method in class ohos.agp.components.SlideDrawer
-
Sets different display modes for all directions.
- setDisplayMode(SlideDrawer.DisplayMode, SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
Sets the display mode for the optional components from a certain direction.
- setDisplayName(String) - Method in class ohos.sysappcomponents.contact.entity.Email
-
Sets the displayed email name.
- setDisplayOrientation(AbilityInfo.DisplayOrientation) - Method in class ohos.aafwk.ability.AbilitySlice
-
Sets the display orientation of the host ability.
- setDisplayOrientation(AbilityInfo.DisplayOrientation) - Method in class ohos.app.AbilityContext
-
- setDisplayOrientation(AbilityInfo.DisplayOrientation) - Method in interface ohos.app.Context
-
Sets the display orientation of the current ability.
- setDisposeMode(boolean) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Sets dynamic decoding for this frame animation.
- setDistanceInterval(int) - Method in class ohos.location.RequestParam
-
Sets the minimum moving distance (in meters) for reporting the location result.
- setDistrict(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the district index field.
- setDistrict(String) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the district index field.
- setDither(boolean) - Method in class ohos.agp.render.Paint
-
Sets the Dither attribute for a Paint.
- setDividerLineColor(Color) - Method in class ohos.agp.components.ProgressBar
-
Sets the divider line color.
- setDividerLinesNumber(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the number of dividers for this progress bar.
- setDividerLineThickness(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the divider line thickness.
- setDocCoordinates(DocCoordinates) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Creates a DocCoordinates instance
by using the corner coordinates of the DocCoordinates data type.
- setDocumentCategory(String) - Method in class ohos.data.search.schema.DocumentItem
-
Sets the documentCategory index field.
- setDocumentHandler(DocumentHandler) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- setDocumentLocator(Locator) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- setDocumentLocator(Locator) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- setDocumentLocator(Locator) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive a Locator object for document events.
- setDoInput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the doInput field for this
URLConnection to the specified value.
- setDomain(String) - Method in class java.net.HttpCookie
-
Specifies the domain within which this cookie should be presented.
- setDoOutput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the doOutput field for this
URLConnection to the specified value.
- setDouble(int, double) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java double value.
- setDouble(int, double) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java double value.
- setDouble(int, double) - Method in interface ohos.data.rdb.Statement
-
Sets a double value for a precompiled statement dynamically.
- setDouble(int, int, double) - Method in class ohos.agp.utils.Matrix44
-
Sets a double value for a specified position in this Matrix44.
- setDouble(int, String, double) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setDouble(Object, double) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a double on the specified object.
- setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified double value.
- setDouble(String, double) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java double value.
- setDouble(String, double) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java double value.
- setDoubleClickedListener(Component.DoubleClickedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for monitoring double-click events of this component.
- setDownloadCount(Long) - Method in class ohos.data.search.schema.AppItem
-
Sets the downloadCount index field.
- setDownloadCount(Long) - Method in class ohos.data.search.schema.VideoItem
-
Sets the downloadCount index field.
- setDragAcceptAngle(float) - Method in class ohos.agp.components.Component
-
Sets the deflection angle for a horizontal or vertical drag recognizer.
- setDraggedListener(int, Component.DraggedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for drag events of a component.
- setDSTSavings(int) - Method in class java.util.SimpleTimeZone
-
Sets the amount of time in milliseconds that the clock is advanced
during daylight saving time.
- setDTDHandler(DTDHandler) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- setDTDHandler(DTDHandler) - Method in interface ohos.org.xml.sax.XMLReader
-
Allow an application to register a DTD event handler.
- setDuration(float) - Method in class ohos.agp.transition.Transition
-
Sets the duration for the transition.
- setDuration(float) - Method in class ohos.agp.transition.TransitionAlpha
-
Start the transition.
- setDuration(float) - Method in class ohos.agp.transition.TransitionMove
-
Sets the duration for this move.
- setDuration(float) - Method in class ohos.agp.transition.TransitionZoomingMove
-
Sets the duration for this animation.
- setDuration(int) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the duration for automatic close of a dialog box.
- setDuration(int) - Method in class ohos.agp.window.dialog.ToastDialog
-
- setDuration(int) - Method in class ohos.vibrator.bean.VibrationPattern
-
Sets the one-shot vibration duration of a vibrator.
- setDuration(long) - Method in class ohos.aafwk.ability.AbilitySliceAnimator
-
Sets the duration of an animation.
- setDuration(long) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets the duration of an animator group.
- setDuration(long) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the duration of an animator.
- setDuration(long) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the duration of an animator.
- setDuration(Integer) - Method in class ohos.data.search.schema.MusicItem
-
Sets the duration index field.
- setDuration(Integer) - Method in class ohos.data.search.schema.VideoItem
-
Sets the duration index field.
- setDuration(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event duration.
- setDurationInternal(long) - Method in class ohos.agp.animation.Animator
-
Sets the duration of an animator.
- setDurationTime(int) - Method in class ohos.accessibility.ability.GesturePathDefine
-
Sets the duration for this gesture path to continue.
- setEditable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is editable.
- setEditorActionListener(Text.EditorActionListener) - Method in class ohos.agp.components.Text
-
Registers a listener for editor action in the component.
- setEditType(NotificationConstant.InputEditType) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Sets the edit type of the options provided by this NotificationUserInput object.
- setElement(ShapeElement) - Method in class ohos.agp.components.CornerMark
-
Sets the shape element of the corner mark.
- setElement(ElementName) - Method in class ohos.aafwk.content.Intent
-
Sets an ElementName object in an Intent.
- setElementAt(E, int) - Method in class java.util.Vector
-
Sets the component at the specified index of this
vector to be the specified object.
- setElementComparisonType(SearchIterator.ElementComparisonType) - Method in class ohos.global.icu.text.SearchIterator
-
Sets the collation element comparison type.
- setElementFormatter(Picker.ElementFormatter) - Method in class ohos.agp.components.Picker
-
Sets a formatter to format the
Element contents displayed on the left and right of every item.
- setElementName(String, Class<?>) - Method in class ohos.aafwk.content.Intent
-
Sets the bundleName and abilityName attributes for this Intent.
- setElementName(String, String) - Method in class ohos.aafwk.content.Intent
-
Sets the bundleName and abilityName attributes for this Intent object.
- setElementName(String, String, Class<?>) - Method in class ohos.aafwk.content.Intent
-
Sets the deviceId, bundleName, and abilityName attributes for this Intent.
- setElementName(String, String, String) - Method in class ohos.aafwk.content.Intent
-
Sets the deviceId, bundleName, and abilityName attributes for this Intent object.
- setElementRect(CvRect) - Method in class ohos.ai.cv.text.TextElement
-
Sets the rectangle for determining the position of the text element.
- setElements(float[]) - Method in class ohos.agp.utils.Matrix
-
Sets element values for this Matrix.
- setElements(List<TextElement>) - Method in class ohos.ai.cv.text.TextLine
-
Sets the detection result of text elements in the text line.
- setElementState(ElementContainer.ElementState) - Method in class ohos.agp.components.element.ElementContainer
-
- setElementState(ElementContainer.ElementState) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Sets Animation state to the FrameAnimationElement.
- setEmail(String) - Method in class ohos.data.search.schema.ContactItem
-
Sets the email index field.
- setEmail(String) - Method in class ohos.sysappcomponents.contact.entity.Email
-
Sets the email address.
- setEmissive(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the emissive texture of this material.
- setEmissiveFactor(Vector3) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the emissive factor of this material.
- setEmpty() - Method in class ohos.agp.utils.Circle
-
Sets the circle's center coordinates to (0, 0) and the radius to zero.
- setEmpty() - Method in class ohos.agp.utils.Line
-
Sets the coordinates of this line's start and end points to (0, 0).
- setEmpty() - Method in class ohos.media.image.common.Rect
-
Sets the abscissa, coordinate, width, and height to 0.
- setEmptyValue(CharSequence) - Method in class java.util.StringJoiner
-
Sets the sequence of characters to be used when determining the string
representation of this StringJoiner and no elements have been
added yet, that is, when it is empty.
- setEnable(String, String, boolean) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Sets the pan-payment switch status.
- setEnabled(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is enabled.
- setEnabled(boolean) - Method in class ohos.agp.components.Component
-
Sets the enabled state of the component.
- setEnabled(boolean) - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Sets whether to enable this entity.
- setEnabled(boolean) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets whether to enable a node.
- setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLEngine
-
Sets the cipher suites enabled for use on this engine.
- setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLServerSocket
-
Sets the cipher suites enabled for use by accepted connections.
- setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLSocket
-
Sets the cipher suites enabled for use on this connection.
- setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLEngine
-
Set the protocol versions enabled for use on this engine.
- setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLServerSocket
-
Controls which particular protocols are enabled for use by
accepted connections.
- setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLSocket
-
Sets the protocol versions enabled for use on this connection.
- setEnableLight(boolean) - Method in class ohos.event.notification.NotificationSlot
-
Specifies whether to enable the notification light when a notification is received on the device,
provided that this device has a notification light.
- setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLEngine
-
Controls whether new SSL sessions may be established by this engine.
- setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether new SSL sessions may be established by the
sockets which are created from this server socket.
- setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLSocket
-
Controls whether new SSL sessions may be established by this socket.
- setEnableVibration(boolean) - Method in class ohos.event.notification.NotificationSlot
-
Sets whether to enable vibration when a notification is received.
- setEncoding(String) - Method in class java.util.logging.Handler
-
Set the character encoding used by this Handler.
- setEncoding(String) - Method in class java.util.logging.StreamHandler
-
Set (or change) the character encoding used by this Handler.
- setEncoding(String) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The character encoding, if known.
- setEncoding(String) - Method in class ohos.org.xml.sax.InputSource
-
Set the character encoding, if known.
- setEncodings(List<AudioStreamInfo.EncodingFormat>) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets the encoding formats.
- setEncrypt(boolean) - Method in class ohos.data.distributed.common.Options
-
Sets whether to encrypt the KvStore database.
- setEncrypted(boolean) - Method in class ohos.data.DatabaseFileConfig.Builder
-
- setEncryptKey(byte[]) - Method in class ohos.data.orm.OrmConfig.Builder
-
Sets the encryption key for the
OrmConfig object.
- setEncryptKey(byte[]) - Method in class ohos.data.rdb.StoreConfig.Builder
-
- setEndDate(Long) - Method in class ohos.data.search.schema.EventItem
-
Sets the endDate index field.
- setEndIndex(int) - Method in class java.text.FieldPosition
-
Sets the end index.
- setEndIndex(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the end index of listed items on the screen.
- setEndPoint(Point) - Method in class ohos.agp.utils.Line
-
Sets the end point for this line.
- setEndpointIdentificationAlgorithm(String) - Method in class javax.net.ssl.SSLParameters
-
Sets the endpoint identification algorithm.
- setEndpoints(USBEndpoint[]) - Method in class ohos.usb.USBInterface
-
Sets the endpoints list for a local USBEndpoint object.
- setEndPointX(float) - Method in class ohos.agp.utils.Line
-
Sets the x-coordinate for this line's end point.
- setEndPointY(float) - Method in class ohos.agp.utils.Line
-
Sets the y-coordinate for this line's end point.
- setEndPosition(GesturePathPositionDefine) - Method in class ohos.accessibility.ability.GesturePathDefine
-
Sets the end position of this gesture path.
- setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time end rule to a fixed date within a month.
- setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time end rule.
- setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time end rule to a weekday before or after the given date within
a month, e.g., the first Monday on or after the 8th.
- setEndTimezone(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the end time zone of the event.
- setEngineType(AsrIntent.AsrEngineType) - Method in class ohos.ai.asr.AsrIntent
-
Sets the ASR engine type.
- setEnterFadeDuration(int) - Method in class ohos.agp.components.element.ElementContainer
-
Sets the fade-in duration for an
Element object.
- setEnterKeyType(int) - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Sets a key type of the text box.
- setEntityResolver(EntityResolver) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- setEntityResolver(EntityResolver) - Method in interface ohos.org.xml.sax.XMLReader
-
Allow an application to register an entity resolver.
- setEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
-
Saves a keystore Entry under the specified alias.
- setEnvironmentDiffuseColor(Vector3) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the diffuse color of the environment.
- setEnvironmentDiffuseIntensity(float) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the diffusion intensity multiplier of the environment.
- setEnvironmentRotation(Quaternion) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the quaternion for IBL environment rotation.
- setEnvironmentSpecularColor(Vector3) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Set the specular color of the environment.
- setEnvironmentSpecularIntensity(float) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the multiplier for specular reflection intensity of the environment.
- setEnvironmentVar(String, String, boolean) - Static method in class ohos.system.OsHelper
-
Replaces or adds the specified environment variable.
- setEnvMap(GpuResourceHandle) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the handle of the environment map image.
- setEraNames(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Sets full era name strings.
- setEras(String[]) - Method in class java.text.DateFormatSymbols
-
Sets era strings.
- setEras(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets abbreviated era strings.
- setErr(PrintStream) - Static method in class java.lang.System
-
Reassigns the "standard" error output stream.
- setError() - Method in class java.io.PrintStream
-
Sets the error state of the stream to true.
- setError() - Method in class java.io.PrintWriter
-
Indicates that an error has occurred.
- setErrorHandler(ErrorHandler) - Method in class ohos.javax.xml.validation.Validator
-
Sets the
ErrorHandler to receive errors encountered
during the
validate method invocation.
- setErrorHandler(ErrorHandler) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Sets the
ErrorHandler to receive errors encountered
during the validation.
- setErrorHandler(ErrorHandler) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- setErrorHandler(ErrorHandler) - Method in interface ohos.org.xml.sax.XMLReader
-
Allow an application to register an error event handler.
- setErrorIndex(int) - Method in class java.text.ParsePosition
-
Set the index at which a parse error occurred.
- setErrorManager(ErrorManager) - Method in class java.util.logging.Handler
-
Define an ErrorManager for this Handler.
- setEscapeProcessing(boolean) - Method in interface java.sql.Statement
-
Sets escape processing on or off.
- setEscapeProcessing(boolean) - Method in interface javax.sql.RowSet
-
Sets escape processing for this RowSet object on or
off.
- setEssential(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is essential to users.
- setEstimatedSize(int, int) - Method in class ohos.agp.components.Component
-
- setEstimateSizeListener(Component.EstimateSizeListener) - Method in class ohos.agp.components.Component
-
Adds a listener on component's size estimating process.
- setEventAllocator(XMLEventAllocator) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Set a user defined event allocator for events
- setEventColour(int) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event color.
- setEventColourIndex(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
- setEventDate(String) - Method in class ohos.sysappcomponents.contact.entity.Event
-
Sets the event date.
- setEventEndTime(long) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the end time of the event.
- setEventId(int) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the event ID.
- setEventId(int) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the event ID.
- setEventId(int) - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Sets the event ID.
- setEventPosition(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event position.
- setEventStartTime(long) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the start time of the event.
- setEventStatus(int) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event status.
- setException(Throwable) - Method in class java.util.concurrent.FutureTask
-
Causes this future to report an
ExecutionException
with the given throwable as its cause, unless this future has
already been set or has been cancelled.
- setExclusiveOwnerThread(Thread) - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
-
Sets the thread that currently owns exclusive access.
- setExecutable(boolean) - Method in class java.io.File
-
A convenience method to set the owner's execute permission for this
abstract pathname.
- setExecutable(boolean, boolean) - Method in class java.io.File
-
Sets the owner's or everybody's execute permission for this abstract
pathname.
- setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Sets the policy on whether to execute existing delayed
tasks even when this executor has been shutdown.
- setExInfo(InnerEvent, int, int) - Static method in class ohos.interwork.eventhandler.InnerEventUtils
-
Sets the external attributes for a specified InnerEvent.
- setExInfo(InnerEvent, int, int, PacMapEx) - Static method in class ohos.interwork.eventhandler.InnerEventUtils
-
Sets the external attributes for a specified InnerEvent, including the arg1,
arg2, and pacMapEx attributes.
- setExitFadeDuration(int) - Method in class ohos.agp.components.element.ElementContainer
-
Sets the fade-out duration for an
Element object.
- setExpandedTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the title to be displayed when this long text notification is expanded.
- setExpandedTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Sets the title to be displayed when this multi-line notification is expanded.
- setExpandedTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the title to be displayed when this picture-attached notification is expanded.
- setExplicitPolicyRequired(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets the ExplicitPolicyRequired flag.
- setExponentMultiplicationSign(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the multiplication sign
- setExponentSeparator(String) - Method in class java.text.DecimalFormatSymbols
-
Sets the string used to separate the mantissa from the exponent.
- setExponentSeparator(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used to separate the mantissa from the exponent.
- setExponentSignAlwaysShown(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Scientific Notation: Sets whether the sign (plus or minus) is always to
be shown in the exponent in scientific notation.
- setExported(boolean) - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Sets whether to export this node.
- setExported(boolean) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets whether to export a node.
- setExtendedKeyUsage(Set<String>) - Method in class java.security.cert.X509CertSelector
-
Sets the extendedKeyUsage criterion.
- setExtension(char, String) - Method in class java.util.Locale.Builder
-
Sets the extension for the given key.
- setExtension(char, String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the extension for the given key.
- setExtensions(PacMap) - Method in class ohos.data.resultset.AbsResultSet
-
- setExtensions(PacMap) - Method in interface ohos.data.resultset.ResultSet
-
Sets extensions of the result set.
- setExtensions(PacMap) - Method in class ohos.data.resultset.ResultSetWrapper
-
- setExtra(byte[]) - Method in class java.util.zip.ZipEntry
-
Sets the optional extra field data for the entry.
- setExtraItemsNumber(int) - Method in class ohos.agp.components.ListContainer
-
Sets the number of extra items added to the top and bottom sides or left and right sides
(depending on the ListContainer orientation) outside of the visible area.
- setExtras(PacMap) - Method in class ohos.media.common.AVDescription.Builder
-
Sets extra information about the media item, for example, internal information used by the application and
system.
- setFaceDetection(int, boolean) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets face detection and returns the result through a callback.
- setFadeEffectBoundaryWidth(int) - Method in class ohos.agp.components.Component
-
Sets the boundary width for the component's fade-effect area.
- setFadeEffectBoundaryWidth(int) - Method in class ohos.agp.components.Text
-
Sets the boundary width for the text's fade-effect area.
- setFadeEffectColor(Color) - Method in class ohos.agp.components.Component
-
Sets the color displayed when producing the fade effect.
- setFakeBoldText(boolean) - Method in class ohos.agp.render.Paint
-
Sets the FakeBoldText attribute for a Paint.
- setFallbackIntervalPattern(String) - Method in class ohos.global.icu.text.DateIntervalInfo
-
Re-set the fallback interval pattern.
- setFamilyName(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the family name for this contact.
- setFamilyNamePhonetic(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the phonetic family name for this contact.
- setFeature(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the feature index field.
- setFeature(String, boolean) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Sets the particular feature in the underlying implementation of
ohos.org.xml.sax.XMLReader.
- setFeature(String, boolean) - Method in class ohos.javax.xml.validation.Validator
-
Set the value of a feature flag.
- setFeature(String, boolean) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Set a feature for this ValidatorHandler.
- setFeature(String, boolean) - Method in interface ohos.org.xml.sax.XMLReader
-
Set the value of a feature flag.
- setFetchDirection(int) - Method in interface java.sql.ResultSet
-
Gives a hint as to the direction in which the rows in this
ResultSet object will be processed.
- setFetchDirection(int) - Method in interface java.sql.Statement
-
Gives the driver a hint as to the direction in which
rows will be processed in ResultSet
objects created using this Statement object.
- setFetchSize(int) - Method in interface java.sql.ResultSet
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for this
ResultSet object.
- setFetchSize(int) - Method in interface java.sql.Statement
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for
ResultSet objects generated by this Statement.
- setField(String) - Method in class ohos.data.search.model.Recommendation
-
Sets the field for this group.
- setFields(int...) - Method in class java.util.Calendar.Builder
-
Sets field parameters to their values given by
fieldValuePairs that are pairs of a field and its value.
- setFileExtendedAttribute(String, String, byte[], int) - Static method in class ohos.system.OsHelper
-
Sets the specified extended attribute of the specified file, directory, or symbolic link.
- setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
-
Sets the FileNameMap.
- setFileOperationPos(FileDescriptor, long, int) - Static method in class ohos.system.OsHelper
-
Sets the offset of the read or write position in the specified file based on offset and whence.
- setFilePath(String) - Method in class ohos.ai.asr.AsrIntent
-
Sets the path of the audio file to be recognized.
- setFilledElement(Element) - Method in class ohos.agp.components.Rating
-
Sets the specified
Element object to a filled element for the rating item.
- setFillType(Path.FillType) - Method in class ohos.agp.render.Path
-
Sets the filling type for this Path object.
- setFilter(Filter) - Method in class java.util.logging.Handler
-
Set a Filter to control output on this Handler.
- setFilter(Filter) - Method in class java.util.logging.Logger
-
Set a filter to control output on this Logger.
- setFilter(TextFilter) - Method in class ohos.agp.components.BaseItemProvider
-
Sets the text filter.
- setFilter(UnicodeFilter) - Method in class ohos.global.icu.text.Transliterator
-
Changes the filter used by this transliterator.
- setFilterBitmap(boolean) - Method in class ohos.agp.render.Paint
-
Sets the FilterBitmap attribute for a Paint.
- setFilterPixelMap(boolean) - Method in class ohos.agp.components.element.PixelMapElement
-
Sets whether to enable bilinear filtering on this PixelMapElement object to achieve better display
effect during rotation.
- setFirstDayOfWeek(int) - Method in class java.util.Calendar
-
Sets what the first day of the week is; e.g., SUNDAY in the U.S.,
MONDAY in France.
- setFirstDayOfWeek(int) - Method in class ohos.global.icu.util.Calendar
-
- setFirstPriority(boolean) - Method in class ohos.utils.net.UrlQueryFilter
-
Sets the value priority for duplicate keys in a query parameter pair.
- setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
- setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
- setFixedMode(boolean) - Method in class ohos.agp.components.TabList
-
Sets whether to fix all tabs and display them at the same time.
- setFixedSize(int, int) - Method in interface ohos.agp.graphics.SurfaceOps
-
Sets a fixed size for the surface.
- setFlags(int) - Method in class ohos.aafwk.content.Intent
-
- setFlags(int) - Method in class ohos.bundle.ApplicationInfo
-
Sets flags for the application.
- setFlags(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
- setFlags(int) - Method in class ohos.rpc.MessageOption
-
Sets a synchronous or asynchronous messaging flag for a MessageOption object.
- setFlags(int, int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the flags of the window.
- setFlags(AclEntryFlag...) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the flags component of this builder.
- setFlags(Set<AclEntryFlag>) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the flags component of this builder.
- setFlashlight(String, boolean) - Method in class ohos.media.camera.CameraKit
-
Enables or disables the flashlight.
- setFlashMode(int) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the flash mode.
- setFlipInterval(int) - Method in class ohos.agp.components.PageFlipper
-
- setFlipPeriod(int) - Method in class ohos.agp.components.PageFlipper
-
Sets the interval for flipping to the next child component, in milliseconds.
- setFloat(int, float) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java float value.
- setFloat(int, float) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java float value.
- setFloat(int, int, float) - Method in class ohos.agp.utils.Matrix44
-
Sets a float value for a specified position in this Matrix44.
- setFloat(int, String, float) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setFloat(Object, float) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a float on the specified object.
- setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified float value.
- setFloat(String, float) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java float value.
- setFloat(String, float) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java float value.
- setFocusable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node can be focused.
- setFocusable(int) - Method in class ohos.agp.components.Component
-
Sets whether the component can receive focus.
- setFocusBorderEnable(boolean) - Method in class ohos.agp.components.Component
-
Sets whether to enable the focus border when this component is in focus.
- setFocusBorderPadding(int) - Method in class ohos.agp.components.Component
-
Sets the padding between the focus border and this component.
- setFocusBorderRadius(float) - Method in class ohos.agp.components.Component
-
Sets the radius for the focus border.
- setFocusBorderRadius(float[]) - Method in class ohos.agp.components.Component
-
Sets the radii for corners of the focus border.
- setFocusBorderWidth(int) - Method in class ohos.agp.components.Component
-
Sets the width for the focus border.
- setFocusChangedListener(Component.FocusChangedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for focus change events in the component.
- setFocusChangedListener(Component.FocusChangedListener) - Method in class ohos.agp.components.webengine.WebView
-
Registers a listener for focus change events in the component.
- setFocused(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node has gained focus.
- setFocusOrder(int) - Method in class ohos.agp.components.ComponentContainer
-
Sets the focusability of this component relative to its descendants.
- setFoldAlignment(int) - Method in class ohos.agp.components.MagicLayout
-
Sets how components in each line are aligned after line wrapping.
- setFoldDirection(int) - Method in class ohos.agp.components.MagicLayout
-
Sets the direction for line wrapping, which is by default MagicLayout.FOLD_OBVERSE.
- setFoldEnabled(boolean) - Method in class ohos.agp.components.MagicLayout
-
Sets whether to allow line wrapping, which puts a component to the next line if there is not enough space left
in the current line.
- setFoldListener(SearchBar.FoldListener) - Method in class ohos.agp.components.SearchBar
-
Sets a listener to inform when the user closes the SearchBar.
- setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
-
Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this class.
- setFont(Font) - Method in class ohos.agp.components.Text
-
Sets the text font.
- setFont(Font) - Method in class ohos.agp.render.Paint
-
Sets text font.
- setFontVariations(String) - Method in class ohos.agp.components.Text
-
Sets the TrueType or OpenType font variation settings.
- setFooterBoundarySwitch(boolean) - Method in class ohos.agp.components.ListContainer
-
Sets whether to enable boundary drawing for footer components.
- setForeground(Element) - Method in class ohos.agp.components.Component
-
Sets a specified element as the foreground of the component.
- setForegroundGravity(int) - Method in class ohos.agp.components.Component
-
- setForkJoinTaskTag(short) - Method in class java.util.concurrent.ForkJoinTask
-
Atomically sets the tag value for this task.
- setFormat(int) - Method in interface ohos.agp.graphics.SurfaceOps
-
Sets the pixel format of the surface.
- setFormat(int, Format) - Method in class java.text.MessageFormat
-
Sets the format to use for the format element with the given
format element index within the previously set pattern string.
- setFormat(int, Format) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the Format object to use for the format element with the given
format element index within the previously set pattern string.
- setFormat(String) - Method in class ohos.agp.components.TickTimer
-
Sets the format of the time displayed on the UI.
- setFormatByArgumentIndex(int, Format) - Method in class java.text.MessageFormat
-
Sets the format to use for the format elements within the
previously set pattern string that use the given argument
index.
- setFormatByArgumentIndex(int, Format) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the Format object to use for the format elements within the
previously set pattern string that use the given argument
index.
- setFormatByArgumentName(String, Format) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Sets the Format object to use for the format elements within the
previously set pattern string that use the given argument
name.
- setFormatIn12HourMode(CharSequence) - Method in class ohos.agp.components.Clock
-
Sets the display format for the 12-hour mode based on the input string.
- setFormatIn24HourMode(CharSequence) - Method in class ohos.agp.components.Clock
-
Sets the display format for the 24-hour mode based on the input string.
- setFormats(Format[]) - Method in class java.text.MessageFormat
-
Sets the formats to use for the format elements in the
previously set pattern string.
- setFormats(Format[]) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the Format objects to use for the format elements in the
previously set pattern string.
- setFormatsByArgumentIndex(Format[]) - Method in class java.text.MessageFormat
-
Sets the formats to use for the values passed into
format methods or returned from parse
methods.
- setFormatsByArgumentIndex(Format[]) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the Format objects to use for the values passed into
format methods or returned from parse
methods.
- setFormatsByArgumentName(Map<String, Format>) - Method in class ohos.global.icu.text.MessageFormat
-
[icu] Sets the Format objects to use for the values passed into
format methods or returned from parse
methods.
- setFormatter(Formatter) - Method in class java.util.logging.Handler
-
Set a Formatter.
- setFormatter(AbsSlider.Formatter) - Method in class ohos.agp.components.AbsSlider
-
Sets a formatter displaying the progress.
- setFormatter(Picker.Formatter) - Method in class ohos.agp.components.Picker
-
Sets a formatter to standardize the displayed content.
- setFormatWidth(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Padding: Sets the minimum width of the string output by the formatting
pipeline.
- setFractionPrecision(int) - Method in class ohos.global.i18n.text.MeasureFormatter
-
Sets the precision of the fraction in the number displayed in the formatted string.
- setFrameIntervalObserver(FrameIntervalObserver, int, EventHandler) - Method in class ohos.media.audio.AudioCapturer
-
Sets an observer to listen for the event that the recording progress reaches a multiple of interval.
- setFrameIntervalObserver(FrameIntervalObserver, int, EventHandler) - Method in class ohos.media.audio.AudioRenderer
-
Sets an observer to listen for the event that the playback progress reaches a multiple of interval.
- setFrameListener(RenderLoop.FrameListener) - Method in class ohos.agp.render.render3d.RenderLoop
-
Sets the listener for frame events.
- setFramePosition(long) - Method in class ohos.media.audio.Timestamp
-
Changes the value representing the frame position in this Timestamp instance.
- setFramePositionObserver(FramePositionObserver, int, EventHandler) - Method in class ohos.media.audio.AudioCapturer
-
Sets an observer to listen for the event that the recording progress reaches a specified position.
- setFramePositionObserver(FramePositionObserver, int, EventHandler) - Method in class ohos.media.audio.AudioRenderer
-
Sets an observer to listen for the event that the playback progress reaches a specified position.
- setFrameStateCallback(FrameStateCallback, EventHandler) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Sets a callback and handler for frame capture results.
- setFrenchCollation(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the mode for the direction of SECONDARY weights to be used in French collation.
- setFrenchCollationDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the French collation mode to the initial mode set during construction of the RuleBasedCollator.
- setFrequencyDataObserver(AudioWaver.FrequencyDataObserver, int) - Method in class ohos.media.audio.AudioWaver
-
Sets an observer to listen for the frequency-domain waveform data at frequencies around the specific frequency.
- setFrequencyGain(short, short) - Method in class ohos.media.audio.AudioEqualizer
-
Sets the audio gain for a specific frequency.
- setFriction(float) - Method in class ohos.agp.components.ScrollHelper
-
Sets the amount of simulated friction to calculate the current speed.
- setFrontLeftVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the front left channel.
- setFrontRightVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the front right channel.
- setFullName(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the full name for this contact.
- setFullPageIntent(Intent) - Method in class ohos.aafwk.ability.AbilityForm
-
Sets the
Intent used for starting full page display.
- setGender(String) - Method in class ohos.data.search.schema.ContactItem
-
Sets the gender index field.
- setGenre(String) - Method in class ohos.data.search.schema.MusicItem
-
Sets the genre index field.
- setGesturePriority(Component.GestureType, int) - Method in class ohos.agp.components.Component
-
Sets the priority of gestures.
- setGivenName(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the given name for this contact.
- setGivenNamePhonetic(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the phonetic given name for this contact.
- setGlossinessFactor(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the glossiness factor of this material.
- setGMTOffsetDigits(String) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the decimal digit characters used for localized GMT format.
- setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType, String) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the offset pattern for the given offset type.
- setGMTPattern(String) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the localized GMT format pattern.
- setGMTZeroFormat(String) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- setGradientOrientation(ShapeElement.Orientation) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the direction of the gradient effect for this element object.
- setGradientShaderColor(Color[]) - Method in class ohos.agp.render.Paint
-
Sets the gradientShaderColor value array for a Paint.
- setGrainSize(float) - Method in class ohos.agp.components.Rating
-
Sets the step size of a rating item.
- setGravity(int) - Method in class ohos.agp.components.DependentLayout
-
Sets the alignment mode of child components in a dependent layout.
- setGreen(int) - Method in class ohos.agp.colors.RgbColor
-
Sets the green color value of a RgbColor object.
- setGreenBrightness(int) - Method in class ohos.light.bean.LightBrightness
-
Sets the brightness value for the green channel of the light.
- setGregorianChange(Date) - Method in class java.util.GregorianCalendar
-
Sets the GregorianCalendar change date.
- setGregorianChange(Date) - Method in class ohos.global.icu.util.GregorianCalendar
-
Sets the GregorianCalendar change date.
- setGroup(GroupPrincipal) - Method in interface java.nio.file.attribute.PosixFileAttributeView
-
Updates the file group-owner.
- setGroupAlertType(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the group alert type for this notification, which determines how the group overview and
other notifications in a group are published.
- setGroupId(int) - Method in class ohos.sysappcomponents.contact.entity.Group
-
Sets the contact group ID.
- setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for thousands separator.
- setGroupingSeparator(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for grouping separator.
- setGroupingSeparatorString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used for grouping separator.
- setGroupingSize(int) - Method in class java.text.DecimalFormat
-
Set the grouping size.
- setGroupingSize(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Grouping: Sets the primary grouping size (distance between grouping
separators) used when formatting large numbers.
- setGroupingUsed(boolean) - Method in class java.text.DecimalFormat
-
Set whether or not grouping will be used in this format.
- setGroupingUsed(boolean) - Method in class java.text.NumberFormat
-
Set whether or not grouping will be used in this format.
- setGroupingUsed(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
Grouping: Sets whether grouping is to be used when formatting numbers.
- setGroupingUsed(boolean) - Method in class ohos.global.icu.text.NumberFormat
-
Sets whether or not grouping will be used in this format.
- setGroupName(String) - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Sets the group name of this WifiP2pConfig instance.
- setGroupOverview(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to use this notification as the overview of its group.
- setGroupOwnerBand(int) - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Sets the band value for the group owner of this WifiP2pConfig instance.
- setGroupValue(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the group information for this notification.
- setHalfFilledElement(Element) - Method in class ohos.agp.components.Rating
-
Sets the specified
Element object to a half-filled element for the rating item.
- setHandle(ResourceHandle) - Method in class ohos.agp.render.render3d.components.SkinComponent
-
Sets the handle of the skin resource used by this component.
- setHasArrow(boolean) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets whether to display an arrow in this PopupDialog object.
- setHeaderBoundarySwitch(boolean) - Method in class ohos.agp.components.ListContainer
-
Sets whether to enable boundary drawing for header components.
- setHeaders(Map<String, String>) - Method in class ohos.agp.components.webengine.ResourceResponse
-
Sets HTTP header information for the resource response.
- setHeight(int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the height of the window.
- setHeight(int) - Method in class ohos.agp.components.Component
-
Sets the height of a component.
- setHeight(int) - Method in class ohos.agp.components.CornerMark
-
Sets the height of the corner mark.
- setHeight(int) - Method in class ohos.agp.components.PageSliderIndicator
-
- setHeight(int) - Method in class ohos.ai.cv.common.BoundingBox
-
Sets the height of the bounding box.
- setHeight(Integer) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the height index field.
- setHidden(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Updates the value of the hidden attribute.
- setHiddenSsid(boolean) - Method in class ohos.wifi.WifiDeviceConfig
-
Hides an SSID for a Wi-Fi access point.
- setHint(String) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets the hint information.
- setHint(String) - Method in class ohos.agp.components.Text
-
Sets the hint text to be displayed when text is empty.
- setHintColor(Color) - Method in class ohos.agp.components.Text
-
Sets the color of the hint text in a text component.
- setHinting(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is displaying a hint.
- setHoldability(int) - Method in interface java.sql.Connection
-
Changes the default holdability of ResultSet objects
created using this Connection object to the given
holdability.
- setHoliday(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the holiday index field.
- setHorizontalPadding(int, int) - Method in class ohos.agp.components.Component
-
Sets the horizontal padding for this component.
- setHorizontalPosition(int, int) - Method in class ohos.agp.components.Component
-
Sets the component's horizontal position relative to the parent container.
- setHostAbilityName(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets the class name of the ability hosting this shortcut.
- setHostnameVerifier(HostnameVerifier) - Method in class javax.net.ssl.HttpsURLConnection
-
Sets the HostnameVerifier for this instance.
- setHour(int) - Method in class ohos.agp.components.TimePicker
-
Sets the selected hour.
- setHours(int) - Method in class java.sql.Date
-
Deprecated.
- setHours(int) - Method in class java.util.Date
-
- setHttpOnly(boolean) - Method in class java.net.HttpCookie
-
Indicates whether the cookie should be considered HTTP Only.
- setHue(float) - Method in class ohos.agp.colors.HslColor
-
Sets the hue of a color.
- setHue(float) - Method in class ohos.agp.colors.HsvColor
-
Sets the hue of an HSV color.
- setIcon(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets icon path of this shortcut.
- setIcon(PixelMap) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the media item icon.
- setIconElement(Element) - Method in class ohos.agp.components.TabList.Tab
-
Sets the element icon displayed on a tab.
- setIconifiedState(boolean) - Method in class ohos.agp.components.SearchBar
-
Sets whether to iconify or expand the search bar.
- setIconUri(Uri) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the URI of the media item icon.
- setId(int) - Method in class ohos.agp.components.Component
-
Sets the unique ID of the component.
- setId(int) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets a device ID.
- setId(int) - Method in class ohos.sysappcomponents.calendar.entity.CalendarEntity
-
Sets the calendar ID.
- setId(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets the ID for this shortcut.
- setID(String) - Method in class java.util.TimeZone
-
Sets the time zone ID.
- setID(String) - Method in class ohos.global.icu.util.TimeZone
-
Sets the time zone ID.
- setIdentifier(String) - Method in class ohos.data.search.schema.Schema
-
Sets the identifier index field.
- setIdentity() - Method in class ohos.agp.utils.Matrix
-
Sets the current matrix as an identity matrix.
- setIdentity() - Method in class ohos.agp.utils.Matrix44
-
Sets this Matrix44 to an identity matrix.
- setIfModifiedSince(long) - Method in class java.net.URLConnection
-
Sets the value of the ifModifiedSince field of
this URLConnection to the specified value.
- setIgnoreAlignment(int) - Method in class ohos.agp.components.DependentLayout
-
Sets the ID of a child component that is not subject to the attribute of its parent container.
- setIgnoreGravity(int) - Method in class ohos.agp.components.DependentLayout
-
Sets the ID of a child component that is not subject to the attribute of its parent component.
- setImAddress(String) - Method in class ohos.sysappcomponents.contact.entity.ImAddress
-
Sets the IM address.
- setImageAndDecodeBounds(int) - Method in class ohos.agp.components.Image
-
Sets the resource ID of the image to be displayed and decodes the image.
- setImageArrivalListener(ImageReceiver.IImageArrivalListener) - Method in class ohos.media.image.ImageReceiver
-
Sets the image listener which will be called when new image data is received.
- setImageButton(int, int, IDialog.ClickedListener) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the image button for a CommonDialog object.
- setImageContent(int, int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the content to be displayed on a specified image component.
- setImageElement(Element) - Method in class ohos.agp.components.Image
-
Sets the Element to be displayed for this Image.
- setImagePixelMap(int, PixelMap) - Method in class ohos.agp.components.ComponentProvider
-
Sets the image content for a component.
- setImageRotation(int) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets an image rotation angle to correct the image rotation information at the HAL layer.
- setIMediaUri(Uri) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the media item URI.
- setImportance(String) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the importance index field.
- setIn(InputStream) - Static method in class java.lang.System
-
Reassigns the "standard" input stream.
- setIncomingAnimation(AnimatorProperty) - Method in class ohos.agp.components.PageFlipper
-
Sets the animation effect to be used when the component enters the screen.
- setIncreaseButton(Element, Component.ClickedListener) - Method in class ohos.agp.components.Slider
-
Sets an increase button for this slider.
- setIncreaseButtonClickedListener(Component.ClickedListener) - Method in class ohos.agp.components.Slider
-
Sets a listener for the increase button of this Slider.
- setIncreaseButtonElement(Element) - Method in class ohos.agp.components.Slider
-
Sets an increase button for this Slider.
- setIndeterminate(boolean) - Method in class ohos.agp.components.ProgressBar
-
Sets whether to enable indeterminate mode for a progress bar.
- setIndex(int) - Method in interface java.text.CharacterIterator
-
Sets the position to the specified position in the text and returns that
character.
- setIndex(int) - Method in class java.text.ParsePosition
-
Set the current parse position.
- setIndex(int) - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.setIndex() for String.
- setIndex(int) - Method in class ohos.global.icu.text.SearchIterator
-
Sets the position in the target text at which the next search will start.
- setIndex(int) - Method in class ohos.global.icu.text.StringSearch
-
Sets the position in the target text at which the next search will start.
- setIndex(int) - Method in class ohos.global.icu.text.UCharacterIterator
-
Sets the index to the specified index in the text.
- setIndexBarExpandedStatus(boolean) - Method in class ohos.agp.components.IndexBar
-
Sets whether the index bar is expanded.
- setIndexCount(int) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets the number of indexes for a primitive.
- setIndexData(int, ByteBuffer) - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Sets indices to triangles for a primitive.
- setIndexDataList(List<IndexData>) - Method in class ohos.data.search.model.Recommendation
-
Sets the index data in this group.
- setIndexes(List<String>) - Method in class ohos.data.distributed.common.Schema
-
Sets the index list of this Schema instance.
- setIndexFieldName(String) - Method in class ohos.data.search.model.IndexForm
-
Sets the index field name.
- setIndexForm(String, int, List<IndexForm>) - Method in class ohos.data.search.SearchAbility
-
Sets index field attributes.
- setIndexForm(String, int, List<IndexForm>, IndexSchemaType) - Method in class ohos.data.search.SearchAbility
-
Sets index field attributes.
- setIndexPaint(Paint) - Method in class ohos.agp.components.IndexBar
-
Sets a paint for drawing a circle on an index bar.
- setIndexRadius(float) - Method in class ohos.agp.components.IndexBar
-
Sets the radius for an index bar.
- setIndexString(String[], Paint) - Method in class ohos.agp.components.IndexBar
-
Sets the index string on the index bar and the corresponding paint used to draw the string.
- setIndexType(String) - Method in class ohos.data.search.model.IndexForm
-
Sets the index type.
- setIndicatorType(int) - Method in class ohos.agp.components.TabList
-
Sets the tab indicator type.
- setInfiniteModeElement(Element) - Method in class ohos.agp.components.ProgressBar
-
Sets the element object used to draw an indeterminate progress bar.
- setInfinity(String) - Method in class java.text.DecimalFormatSymbols
-
Sets the string used to represent infinity.
- setInfinity(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the String used to represent infinity.
- setInflowLabel(String) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Set the inflowLabel label
- setInfo(int, int, long, int) - Method in class ohos.media.common.BufferInfo
-
Sets buffer information.
- setInfo(String) - Method in class java.security.Identity
-
Deprecated.
Specifies a general information string for this identity.
- setInheritDirection(boolean) - Method in class ohos.agp.components.element.Element
-
When the layoutDirection of the component which set element as background is RTL, set if the element weather
display RTL with the component.
- setInitialId(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the initial ID.
- setInitialPolicies(Set<String>) - Method in class java.security.cert.PKIXParameters
-
Sets the Set of initial policy identifiers
(OID strings), indicating that any one of these
policies would be acceptable to the certificate user for the purposes of
certification path processing.
- setInProgress(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether this notification is in progress.
- setInput(byte[]) - Method in class java.util.zip.Deflater
-
Sets input data for compression.
- setInput(byte[]) - Method in class java.util.zip.Inflater
-
Sets input data for decompression.
- setInput(byte[], int, int) - Method in class java.util.zip.Deflater
-
Sets input data for compression.
- setInput(byte[], int, int) - Method in class java.util.zip.Inflater
-
Sets input data for decompression.
- setInputMethodOption(int) - Method in class ohos.agp.components.Text
-
Sets the input method option for a text.
- setInputOption(int) - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Sets the text box action.
- setInputPanelDisplayType(int) - Method in class ohos.agp.window.service.Window
-
Set input panel display type for window.
- setInputPattern(int) - Method in class ohos.miscservices.inputmethod.EditorAttribute
-
Sets an input pattern of the text box.
- setInputsSource(Intent, NotificationConstant.InputsSource) - Static method in class ohos.event.notification.NotificationUserInput
-
Sets the input source of this NotificationUserInput object.
- setInsertedItems(List<IndexData>) - Method in class ohos.data.search.model.ChangedIndexContent
-
Sets the indexes inserted into the index library.
- setInstallFlag(int) - Method in class ohos.bundle.InstallParam
-
Sets the installation mode flag.
- setInstanceBegin(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the start time of the instance.
- setInstanceEnd(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the end time of the instance.
- setInstanceEndDay(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the end date of the instance.
- setInstanceEndMinute(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the instance end time calculated from 00:00 on the current day in the time zone where the calendar is
located, in minutes.
- setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
-
Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this HttpURLConnection
instance.
- setInstanceName(String) - Method in class ohos.ace.ability.AceAbility
-
Sets an instance name.
- setInstanceStartDay(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the start date of the instance.
- setInstanceStartMinute(long) - Method in class ohos.sysappcomponents.calendar.entity.Instances
-
Sets the instance start time calculated from 00:00 on the current day in the time zone where the calendar is
located, in minutes.
- setInstant(long) - Method in class java.util.Calendar.Builder
-
Sets the instant parameter to the given
instant value that is
a millisecond offset from
the
Epoch.
- setInstant(Date) - Method in class java.util.Calendar.Builder
-
Sets the instant parameter to the
instant value given by a
Date.
- setInt(int, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java int value.
- setInt(int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java int value.
- setInt(int, String, int) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setInt(Object, int) - Method in class java.lang.reflect.Field
-
Sets the value of a field as an int on the specified object.
- setInt(Object, int, int) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified int value.
- setInt(String, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java int value.
- setInt(String, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java int value.
- setInt64IterationContext(long) - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Sets an int64 that FormattedValue implementations may use for storage.
- setIntegerArrayListParam(String, ArrayList<Integer>) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the ArrayList type whose element type is Integer.
- setIntensities(int[]) - Method in class ohos.vibrator.bean.VibrationPattern
-
Sets the array of intensities of a periodic vibration.
- setIntensity(float) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the light intensity.
- setIntensity(int) - Method in class ohos.vibrator.bean.VibrationPattern
-
Sets the intensity of a one-shot vibration.
- setIntent(Intent) - Method in class ohos.aafwk.ability.Ability
-
- setIntent(Intent) - Method in class ohos.event.intentagent.TriggerInfo.Builder
-
- setIntent(ShortcutIntent) - Method in class ohos.bundle.ShortcutInfo
-
- setIntentAgent(int, IntentAgent) - Method in class ohos.agp.components.ComponentProvider
-
- setIntentAgent(IntentAgent) - Method in class ohos.event.notification.NotificationRequest
-
Adds an IntentAgent to this notification.
- setIntentParams(IntentParams) - Method in class ohos.event.commonevent.MatchingSkills
-
Sets an IntentParams object in this MatchingSkills object.
- setIntentParams(IntentParams) - Method in class ohos.event.intentagent.TriggerInfo.Builder
-
Sets custom data.
- setIntents(List<ShortcutIntent>) - Method in class ohos.bundle.ShortcutInfo
-
Sets multiple intents for this shortcut.
- setInterface(InetAddress) - Method in class java.net.MulticastSocket
-
Set the multicast network interface used by methods
whose behavior would be affected by the value of the
network interface.
- setInterface(USBInterface) - Method in class ohos.usb.USBDevicePipe
-
Sets the current USB interface.
- setInterfaces(USBInterface[]) - Method in class ohos.usb.USBConfig
-
Sets a local USBInterface object.
- setInterfaces(USBInterface[]) - Method in class ohos.usb.USBDevice
-
Sets interfaces for a local object.
- setInternalAbilityHandler(AceInternalAbility.AceInternalAbilityHandler) - Method in class ohos.ace.ability.AceInternalAbility
-
Registers this internal ability and its processing method (handler) with the JS UI framework.
- setInternalAbilityHandler(AceInternalAbility.AceInternalAbilityHandler, AceAbility) - Method in class ohos.ace.ability.AceInternalAbility
-
Registers this internal ability and its processing method (handler) with the JS UI framework and binds the
handler to a specified AceAbility object.
- setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
-
Sets the ISO 4217 currency code of the currency of these
DecimalFormatSymbols.
- setInternationalCurrencySymbol(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the international string denoting the local currency.
- setInterruptListener(AudioInterrupt.InterruptListener) - Method in class ohos.media.audio.AudioInterrupt
-
Sets a listener to monitor audio interruption by other applications.
- setIntersect(RectFloat, RectFloat) - Method in class ohos.agp.utils.RectFloat
-
Sets this RectFloat as an intersection for two specified rectangles that intersect one another.
- setIntersect(RectFloat, RectFloat) - Method in class ohos.utils.geo.RectFloat
-
Sets this RectFloat as an intersection for two specified rectangles that intersect one another.
- setInterval(int) - Method in class ohos.bluetooth.ble.BleAdvertiseSettings.Builder
-
Sets the slot value for the BLE advertising interval.
- setIntervalPattern(String, int, String) - Method in class ohos.global.icu.text.DateIntervalInfo
-
Provides a way for client to build interval patterns.
- setInverse(boolean) - Method in class ohos.global.icu.text.Bidi
-
Modify the operation of the Bidi algorithm such that it
approximates an "inverse Bidi" algorithm.
- setIrradianceCoefficients(Vector3[]) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the irradiance lighting coefficients.
- setIsAmbientMode(boolean) - Method in class ohos.aafwk.ability.Ability
-
Sets whether to enable the Always on Display (AOD) mode for the window presented by this ability.
- setIsAmbientMode(boolean) - Method in class ohos.aafwk.ability.AbilitySlice
-
sets input AOD mode for window
- setIsOperable(boolean) - Method in class ohos.agp.components.Rating
-
Sets whether rating is inoperable.
- setIssuer(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the issuer criterion.
- setIssuer(String) - Method in class java.security.cert.X509CertSelector
-
- setIssuer(X500Principal) - Method in class java.security.cert.X509CertSelector
-
Sets the issuer criterion.
- setIssuerNames(Collection<?>) - Method in class java.security.cert.X509CRLSelector
-
- setIssuers(Collection<X500Principal>) - Method in class java.security.cert.X509CRLSelector
-
Sets the issuerNames criterion.
- setIsTracking(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets whether to enable text tracking.
- setIsVolatile(boolean) - Method in class ohos.agp.render.Path
-
Sets whether this Path is volatile.
- setItemClickedListener(ListContainer.ItemClickedListener) - Method in class ohos.agp.components.ListContainer
-
Sets a click listener for a component item.
- setItemElement(Element, Element) - Method in class ohos.agp.components.PageSliderIndicator
-
Sets the
Element object for each selected and deselected indicator item.
- setItemLongClickedListener(ListContainer.ItemLongClickedListener) - Method in class ohos.agp.components.ListContainer
-
Sets a long-click listener for a component item.
- setItemNormalElement(Element) - Method in class ohos.agp.components.PageSliderIndicator
-
Sets the
Element object for the indicator of a non-selected item.
- setItemOffset(int) - Method in class ohos.agp.components.PageSliderIndicator
-
Sets the offset between indicator items.
- setItemProvider(BaseItemProvider) - Method in class ohos.agp.components.ListContainer
-
- setItems(String[]) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets the items to be displayed in a list.
- setItemSelectedElement(Element) - Method in class ohos.agp.components.PageSliderIndicator
-
Sets the
Element object for the indicator of a selected item.
- setItemSelectedListener(ListContainer.ItemSelectedListener) - Method in class ohos.agp.components.ListContainer
-
Sets a selected listener for a component item.
- setJavaScriptPermit(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to enable JavaScript in the WebView.
- setJointDataDefined(boolean) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets whether to define joint data for this primitive.
- setJournalMode(StoreConfig.JournalMode) - Method in class ohos.data.rdb.StoreConfig.Builder
-
- setJsBindingData(FormBindingData) - Method in class ohos.aafwk.ability.ProviderFormInfo
-
Sets binding data for the JS form in this ProviderFormInfo object.
- setJsonParams(String) - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Sets the description used for device filtering.
- setKeepAlive(boolean) - Method in class java.net.Socket
-
- setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the time limit for which threads may remain idle before
being terminated.
- setKeepData(boolean) - Method in class ohos.bundle.InstallParam
-
Sets the keep data while uninstall.
- setKeepScreenOn(boolean) - Method in interface ohos.agp.graphics.SurfaceOps
-
Sets whether the screen is always on.
- setKey(String) - Method in class ohos.data.distributed.common.Entry
-
Sets the key of a key-value pair.
- setKey(String) - Method in class ohos.event.notification.MessageUser
-
Sets the key used to uniquely identify this MessageUser.
- setKeyboardContainer(ComponentContainer) - Method in class ohos.miscservices.inputmethodability.KeyboardController
-
Sets the keyboard component container.
- setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
-
Assigns the given key (that has already been protected) to the given
alias.
- setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
-
Assigns the given key to the given alias, protecting it with the given
password.
- setKeyEventListener(Component.KeyEventListener) - Method in class ohos.agp.components.Component
-
Registers a listener for key events in the component.
- setKeyPair(KeyPair) - Method in class java.security.Signer
-
Deprecated.
Sets the key pair (public key and private key) for this signer.
- setKeyUsage(boolean[]) - Method in class java.security.cert.X509CertSelector
-
Sets the keyUsage criterion.
- setKeywords(String) - Method in class ohos.data.search.schema.Schema
-
Sets the keywords index field.
- setKeywordValue(String, String) - Method in class ohos.global.icu.util.ULocale
-
[icu] Given a keyword and a value, return a new locale with an updated
keyword and value.
- setKeywordValue(String, String, String) - Static method in class ohos.global.icu.util.ULocale
-
Given a locale id, a keyword, and a value, return a new locale id with an updated
keyword and value.
- setKvStoreType(KvStoreType) - Method in class ohos.data.distributed.common.Options
-
Sets the type of the KvStore database.
- setLabel(Object) - Method in class ohos.media.tubecore.AVTube
-
Sets a label for this AVTube instance.
- setLabel(String) - Method in class ohos.bundle.ShortcutInfo
-
Sets the label for this shortcut.
- setLabel(Context, String, String, String, int) - Method in interface ohos.security.fileprotect.ISfpPolicyManager
-
Sets a specified label for the given file to improve data security and privacy.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.Email
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.Event
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.ImAddress
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.Relation
-
Set label id and name.
- setLabelId(Context, int) - Method in class ohos.sysappcomponents.contact.entity.SipAddress
-
Set label id and name.
- setLanguage(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets the language type for text detection.
- setLanguage(String) - Method in class java.util.Locale.Builder
-
Sets the language.
- setLanguage(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the language.
- setLanguageTag(String) - Method in class java.util.Locale.Builder
-
Resets the Builder to match the provided IETF BCP 47
language tag.
- setLanguageTag(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Resets the Builder to match the provided IETF BCP 47
language tag.
- setLanguageType(int) - Method in class ohos.ai.cv.text.TextLine
-
Sets the language type for detecting the text line.
- setLastAccessTime(FileTime) - Method in class java.util.zip.ZipEntry
-
Sets the last access time of the entry.
- setLastContent(CharSequence) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the last content of the component.
- setLastModified(long) - Method in class java.io.File
-
Sets the last-modified time of the file or directory named by this
abstract pathname.
- setLastModifiedTime(FileTime) - Method in class java.util.zip.ZipEntry
-
Sets the last modification time of the entry.
- setLastModifiedTime(Path, FileTime) - Static method in class java.nio.file.Files
-
Updates a file's last modified time attribute.
- setLastPoint(float, float) - Method in class ohos.agp.render.Path
-
Sets the last point for this Path based on specified coordinates.
- setLastPoint(Point) - Method in class ohos.agp.render.Path
-
Sets the last point for this Path.
- setLatitude(double) - Method in class ohos.location.GeoAddress
-
Sets the latitude in the current GeoAddress object.
- setLatitude(double) - Method in class ohos.location.Location
-
Sets the latitude, in unit of degrees.
- setLatitude(Double) - Method in class ohos.data.search.schema.EventItem
-
Sets the latitude index field.
- setLatitude(Double) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the latitude index field.
- setLatitude(Double) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the latitude index field.
- setLatitude(Double) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the latitude index field.
- setLayoutAlignment(int) - Method in class ohos.agp.window.service.Window
-
Sets the text alignment for a window.
- setLayoutConfig(ComponentContainer.LayoutConfig) - Method in class ohos.agp.components.Component
-
Sets the layout parameters of a component in its parent layout.
- setLayoutConfig(WindowManager.LayoutConfig) - Method in class ohos.agp.window.service.Window
-
Sets the LayoutConfig of the Window instance.
- setLayoutDirection(Component.LayoutDirection) - Method in class ohos.agp.components.Component
-
Sets the layout direction for this component.
- setLayoutFlags(int, int) - Method in class ohos.agp.window.service.Window
-
Sets flags for a window.
- setLayoutInDisplaySideMode(int) - Method in class ohos.agp.window.service.Window
-
Sets the display mode for the sidebar of this Window.
- setLayoutManager(LayoutManager) - Method in class ohos.agp.components.ComponentContainer
-
Sets a
LayoutManager instance, which is used to lay out relevant child components.
- setLayoutManager(LayoutManager) - Method in class ohos.agp.components.ListContainer
-
- setLayoutParams(WindowManager.LayoutConfig) - Method in class ohos.aafwk.ability.Ability
-
Sets window layout parameters of an ability.
- setLayoutParams(WindowManager.LayoutConfig) - Method in class ohos.aafwk.ability.AbilitySlice
-
Sets window layout parameters of an ability.
- setLayoutRefreshedListener(Component.LayoutRefreshedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for component's relayout.
- setLayoutRefreshedListener(Component.LayoutRefreshedListener) - Method in class ohos.agp.components.Text
-
- setLeadingMargin(int, int) - Method in class ohos.agp.text.RichText
-
Sets the leading margins for this rich text paragraph.
- setLedLightColor(int) - Method in class ohos.event.notification.NotificationSlot
-
Sets the color of the notification light to flash when a notification is received on the device,
provided that this device has a notification light and
NotificationSlot.setEnableLight(boolean) is called
with the value
true.
- setLeft(int) - Method in class ohos.agp.components.Component
-
Sets the left edge position of a component relative to the parent container.
- setLeft(int) - Method in class ohos.ai.cv.common.BoundingBox
-
Sets the horizontal coordinate of the upper left corner of the bounding box.
- setLeftBubbleHeight(int) - Method in class ohos.agp.components.Text
-
Sets the height for the bubble box on the left of the text.
- setLeftBubbleSize(int, int) - Method in class ohos.agp.components.Text
-
Sets the width and height for the left padding area of the bubble box where the text is displayed.
- setLeftBubbleWidth(int) - Method in class ohos.agp.components.Text
-
Sets the width for the bubble box on the left of the text.
- setLeftPadding(int) - Method in class ohos.aafwk.ability.Ability.WindowAttributeHelper
-
Sets the left padding of a window.
- setLength(int) - Method in class java.lang.StringBuffer
-
- setLength(int) - Method in class java.lang.StringBuilder
-
Sets the length of the character sequence.
- setLength(int) - Method in class java.net.DatagramPacket
-
Set the length for this packet.
- setLength(long) - Method in class java.io.RandomAccessFile
-
Sets the length of this file.
- setLenient(boolean) - Method in class java.text.DateFormat
-
Specify whether or not date/time parsing is to be lenient.
- setLenient(boolean) - Method in class java.util.Calendar.Builder
-
Sets the lenient mode parameter to the value given by lenient.
- setLenient(boolean) - Method in class java.util.Calendar
-
Specifies whether or not date/time interpretation is to be lenient.
- setLenient(boolean) - Method in class ohos.global.icu.text.DateFormat
-
Specifies whether date/time parsing is to be lenient.
- setLenient(boolean) - Method in class ohos.global.icu.util.Calendar
-
Specify whether or not date/time interpretation is to be lenient.
- setLetterSpacing(float) - Method in class ohos.agp.render.Paint
-
Sets the letter spacing for this Paint.
- setLevel(int) - Method in class java.util.zip.Deflater
-
Sets the compression level to the specified value.
- setLevel(int) - Method in class java.util.zip.ZipOutputStream
-
Sets the compression level for subsequent entries which are DEFLATED.
- setLevel(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets the detection level.
- setLevel(int) - Method in class ohos.event.notification.NotificationSlot
-
Sets the level of a NotificationSlot object.
- setLevel(Level) - Method in class java.util.logging.Handler
-
Set the log level specifying which message levels will be
logged by this Handler.
- setLevel(Level) - Method in class java.util.logging.Logger
-
Set the log level specifying which message levels will be
logged by this logger.
- setLevel(Level) - Method in class java.util.logging.LogRecord
-
Set the logging message level, for example Level.SEVERE.
- setLifecycle(Lifecycle) - Method in class ohos.aafwk.abilityjet.activedata.DataObserver
-
Sets the lifecycle state of an observer.
- setLifecycle(Lifecycle) - Method in class ohos.aafwk.abilityjet.databinding.DataBinding
-
Sets the lifecycle of the bound object.
- setLightBrightness(LightBrightness) - Method in class ohos.light.bean.LightEffect
-
Sets the brightness value of a light.
- setLightness(float) - Method in class ohos.agp.colors.HslColor
-
Sets the lightness of a color.
- setLightType(LightComponent.LightType) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the light type.
- setLine(int, int) - Method in class ohos.global.icu.text.Bidi
-
setLine() returns a Bidi object to
contain the reordering information, especially the resolved levels,
for all the characters in a line of text.
- setLineHeight(float) - Method in class ohos.agp.text.TextForm
-
Sets the line height for this text.
- setLineNumber(int) - Method in class java.io.LineNumberInputStream
-
Deprecated.
Sets the line number to the specified argument.
- setLineNumber(int) - Method in class java.io.LineNumberReader
-
Set the current line number.
- setLineRect(CvRect) - Method in class ohos.ai.cv.text.TextLine
-
Sets the rectangle specified by
CvRect for determining the position of non-curved text lines.
- setLineSpacing(float, float) - Method in class ohos.agp.components.Text
-
Sets the line spacing for a text component.
- setListener(ListContainer.ItemClickedListener, ListContainer.ItemLongClickedListener, ListContainer.ItemSelectedListener) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets a user-defined listener for the events of an item.
- setListenMode(int) - Method in class ohos.nfc.cardemulation.CardEmulation
-
Sets the card emulation mode.
- setLittleIcon(PixelMap) - Method in class ohos.event.notification.NotificationRequest
-
Sets the little icon of the notification.
- setLoadsImagesPermit(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to allow the WebView to load image resources.
- setLocale(Locale) - Method in class java.text.MessageFormat
-
Sets the locale to be used when creating or comparing subformats.
- setLocale(Locale) - Method in class java.util.Calendar.Builder
-
Sets the locale parameter to the given locale.
- setLocale(Locale) - Method in class java.util.Locale.Builder
-
Resets the Builder to match the provided
locale.
- setLocale(Locale) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the locale to be used for creating argument Format objects.
- setLocale(Locale) - Method in interface ohos.org.xml.sax.Parser
-
Deprecated.
- setLocale(ULocale) - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Set locale.
- setLocale(ULocale) - Method in class ohos.global.icu.text.MessageFormat
-
Sets the locale to be used for creating argument Format objects.
- setLocale(ULocale) - Method in class ohos.global.icu.util.ULocale.Builder
-
Resets the Builder to match the provided
locale.
- setLocaleProfile(LocaleProfile) - Method in class ohos.global.configuration.Configuration
-
- setLocality(String) - Method in class ohos.location.GeoAddress
-
Sets the locality in the current GeoAddress object.
- setLocalMatrix(Matrix4x4) - Method in class ohos.agp.render.render3d.components.LocalMatrixComponent
-
Sets the local transform of the object.
- setLocalName(String) - Method in class ohos.account.OsAccount
-
Sets the local name of an OS account.
- setLocalName(String) - Method in class ohos.bluetooth.BluetoothHost
-
Sets the Bluetooth friendly name of a device.
- setLocalOnly(boolean) - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Sets PasteData for local access only.
- setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
-
Sets localized date-time pattern characters.
- setLocalPatternChars(String) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets localized date-time pattern characters.
- setLocation(String) - Method in class ohos.data.search.schema.EventItem
-
Sets the location index field.
- setLocation(String) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the location index field.
- setLocation(Location) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets geolocation information.
- setLocationPermit(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to enable locating for the WebView.
- setLockscreenVisibleness(int) - Method in class ohos.event.notification.NotificationSlot
-
Sets whether and how to display notifications on the lock screen.
- setLogger(Logger) - Method in class ohos.eventhandler.EventRunner
-
Sets the
Logger object for logging messages that are processed by this
EventRunner.
- setLoggerLevel(String, String) - Method in interface java.util.logging.LoggingMXBean
-
Sets the specified logger to the specified new level.
- setLoggerName(String) - Method in class java.util.logging.LogRecord
-
Set the source Logger's name.
- setLoginTimeout(int) - Static method in class java.sql.DriverManager
-
Sets the maximum time in seconds that a driver will wait
while attempting to connect to a database once the driver has
been identified.
- setLoginTimeout(int) - Method in interface javax.sql.CommonDataSource
-
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLogStream(PrintStream) - Static method in class java.sql.DriverManager
-
- setLogWriter(PrintWriter) - Static method in class java.sql.DriverManager
-
Sets the logging/tracing PrintWriter object
that is used by the DriverManager and all drivers.
- setLogWriter(PrintWriter) - Method in interface javax.sql.CommonDataSource
-
Sets the log writer for this DataSource
object to the given java.io.PrintWriter object.
- setLong(int, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java long value.
- setLong(int, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java long value.
- setLong(int, long) - Method in interface ohos.data.rdb.Statement
-
Sets a long value for a precompiled statement dynamically.
- setLong(int, String, long) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setLong(Object, int, long) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified long value.
- setLong(Object, long) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a long on the specified object.
- setLong(String, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java long value.
- setLong(String, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java long value.
- setLong(String, long) - Method in class ohos.media.common.AVMetadata.Builder
-
Adds a long value to the media metadata.
- setLongClickable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node supports the long click operation.
- setLongClickable(boolean) - Method in class ohos.agp.components.Component
-
Sets whether the component is long clickable.
- setLongClickedListener(Component.LongClickedListener) - Method in class ohos.agp.components.Component
-
Registers a listener for long-click events in the component (the component is clicked and held down).
- setLongitude(double) - Method in class ohos.location.GeoAddress
-
Sets the longitude in the current GeoAddress object.
- setLongitude(double) - Method in class ohos.location.Location
-
Sets the longitude, in unit of degrees.
- setLongitude(Double) - Method in class ohos.data.search.schema.EventItem
-
Sets the longitude index field.
- setLongitude(Double) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the longitude index field.
- setLongitude(Double) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the longitude index field.
- setLongitude(Double) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the longitude index field.
- setLongText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the long text to be included in a long text notification.
- setLoop(int) - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Sets the loop number of a sound playback task.
- setLoop(int, int) - Method in class ohos.media.audio.SoundPlayer
-
Sets the loop number of a sound playback task.
- setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
-
Disable/Enable local loopback of multicast datagrams
The option is used by the platform's networking code as a hint
for setting whether multicast data will be looped back to
the local socket.
- setLoopedCount(int) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets the repetition times of an animator group.
- setLoopedCount(int) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the repetition times of an animator.
- setLoopedCount(int) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the repetition times of an animator.
- setLoopedCountInternal(int) - Method in class ohos.agp.animation.Animator
-
Specifies the repetition times of an animator.
- setLoopedListener(Animator.LoopedListener) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets the repeat listener for animator groups.
- setLoopedListener(Animator.LoopedListener) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the repeat listener for animators.
- setLoopedListener(Animator.LoopedListener) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the repeat listener for animators.
- setLoopedListenerInternal(Animator.LoopedListener) - Method in class ohos.agp.animation.Animator
-
Sets the repeat listener for animators.
- setLowerCaseFirst(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the orders of lower cased characters to sort before upper cased characters, in strength TERTIARY.
- setMachine(boolean) - Method in class ohos.event.notification.MessageUser
-
Sets whether this MessageUser is a machine.
- setMagenta(float) - Method in class ohos.agp.colors.CmykColor
-
Sets the proportion of magenta.
- setMainRoute(String) - Method in class ohos.aafwk.ability.Ability
-
Sets the main route of this ability.
- setMarginBottom(int) - Method in class ohos.agp.components.Component
-
Sets the bottom margin for this component.
- setMarginBottom(int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the bottom margin for the component.
- setMarginLeft(int) - Method in class ohos.agp.components.Component
-
Sets the left margin for this component.
- setMarginLeft(int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the left margin for the component.
- setMarginRight(int) - Method in class ohos.agp.components.Component
-
Sets the right margin for this component.
- setMarginRight(int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the right margin for the component.
- setMargins(int, int, int, int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the margins in integers.
- setMarginsLeftAndRight(int, int) - Method in class ohos.agp.components.Component
-
Sets horizontal margins for this component.
- setMarginsLeftAndRight(int, int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets horizontal (left and right) margins for the component.
- setMarginsRelative(int, int, int, int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the relative margins in integers.
- setMarginsTopAndBottom(int, int) - Method in class ohos.agp.components.Component
-
Sets vertical margins for this component.
- setMarginsTopAndBottom(int, int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets vertical (top and bottom) margins for the component.
- setMarginTop(int) - Method in class ohos.agp.components.Component
-
Sets the top margin for this component.
- setMarginTop(int) - Method in class ohos.agp.components.ComponentContainer.LayoutConfig
-
Sets the top margin for the component.
- setMark(Object) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets the unique mark on a FrameConfig instance.
- setMarkChangedListener(RadioContainer.CheckedStateChangedListener) - Method in class ohos.agp.components.RadioContainer
-
Sets the listener for change events of radio buttons in a radio container.
- setMaskFilter(MaskFilter) - Method in class ohos.agp.render.Paint
-
Sets the mask filter for this Paint.
- setMasterMute(boolean) - Method in class ohos.media.audio.AudioManager
-
Mutes or unmutes global audio streams.
- setMatchAllSubjectAltNames(boolean) - Method in class java.security.cert.X509CertSelector
-
- setMatchLength(int) - Method in class ohos.global.icu.text.SearchIterator
-
Sets the length of the most recent match in the target text.
- setMatchViewportEnabled(boolean) - Method in class ohos.agp.components.ScrollView
-
Specifies whether the scroll component allows stretch of its components to fill its viewport.
- setMaterial(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the material texture.
- setMaterial(ResourceHandle) - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Sets the resource handle to the mesh material descriptor.
- setMaterial(ResourceHandle) - Method in class ohos.agp.render.render3d.resources.MeshDesc.PrimitiveDesc
-
Sets the material of this primitive.
- setMaterial(ResourceHandle) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets the material resource handle for a primitive.
- setMaterialDesc(ResourceHandle, MaterialDesc) - Method in interface ohos.agp.render.render3d.resources.ResourceManager
-
Sets a material descriptor using a specified handle.
- setMaterialFlags(int) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the material flags that define the shader variant to be used by this material.
- setMathContext(MathContext) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Rounding and Digit Limits: Sets the
MathContext used
to round numbers.
- setMathContextICU(MathContext) - Method in class ohos.global.icu.text.DecimalFormat
-
- setMatrix(float[]) - Method in class ohos.agp.render.ColorMatrix
-
Changes a ColorMatrix instance.
- setMatrix(int, int, float) - Method in class ohos.agp.utils.Matrix
-
Sets a value in a specified row and column of a matrix.
- setMatrix(Matrix) - Method in class ohos.agp.render.Canvas
-
Replaces the matrix stored in a canvas with a new one.
- setMatrix(Matrix) - Method in class ohos.agp.utils.Matrix
-
Copies the values in a specified srcMatrix matrix to the current one.
- setMaxAccuracy(float) - Method in class ohos.location.RequestParam
-
Sets the location accuracy threshold (in meters) for reporting the location result.
- setMaxAge(long) - Method in class java.net.HttpCookie
-
Sets the maximum age of the cookie in seconds.
- setMaxAngle(float) - Method in class ohos.agp.components.RoundProgressBar
-
Sets the maximum sweep angle for this round progress bar.
- setMaxChars(int) - Method in class ohos.miscservices.inputmethod.EditingCapability
-
Sets the maximum number of characters in the text.
- setMaxCount(int) - Method in class ohos.agp.components.IndexBar
-
Sets the maximum number of indexes on this index bar.
- setMaxCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
-
Sets the maxCRLNumber criterion.
- setMaxDate(long) - Method in class ohos.agp.components.DatePicker
-
Sets the maximal date supported by the date picker.
- setMaxFieldSize(int) - Method in interface java.sql.Statement
-
Sets the limit for the maximum number of bytes that can be returned for
character and binary column values in a ResultSet
object produced by this Statement object.
- setMaxFieldSize(int) - Method in interface javax.sql.RowSet
-
Sets the maximum number of bytes that can be returned for a column
value to the given number of bytes.
- setMaxHeight(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the maximum height of a progress bar.
- setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
-
Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
-
Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumFractionDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the maximum number of digits to display after
the decimal separator.
- setMaximumFractionDigits(int) - Method in class ohos.global.icu.text.NumberFormat
-
Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
-
Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
-
Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaximumIntegerDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the maximum number of digits to display before
the decimal separator.
- setMaximumIntegerDigits(int) - Method in class ohos.global.icu.text.NumberFormat
-
Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaximumLength(int) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets the maximum length of text allowed for this node.
- setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the maximum allowed number of threads.
- setMaximumSignificantDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Rounding and Digit Limits: Sets the maximum number of significant
digits to be displayed.
- setMaximumSlideDistance(int) - Method in class ohos.agp.components.SlideDrawer
-
Sets the maximum sliding distance.
- setMaxLabelCount(int) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Set a limit on the number of labels in the index.
- setMaxLines(int) - Method in class ohos.agp.render.Paint
-
Sets the maximum number of lines that can be displayed.
- setMaxLines(int) - Method in class ohos.miscservices.inputmethod.EditingCapability
-
Sets the maximum number of lines in the text.
- setMaxPathLength(int) - Method in class java.security.cert.PKIXBuilderParameters
-
Sets the value of the maximum number of non-self-issued intermediate
certificates that may exist in a certification path.
- setMaxPriority(int) - Method in class java.lang.ThreadGroup
-
Sets the maximum priority of the group.
- setMaxRows(int) - Method in interface java.sql.Statement
-
Sets the limit for the maximum number of rows that any
ResultSet object generated by this Statement
object can contain to the given number.
- setMaxRows(int) - Method in interface javax.sql.RowSet
-
Sets the maximum number of rows that this RowSet
object can contain to the specified number.
- setMaxScreenIntentAgent(IntentAgent) - Method in class ohos.event.notification.NotificationRequest
-
Sets the
IntentAgent to start when the device is not in use,
instead of showing this notification in the status bar.
- setMaxTextHeight(int) - Method in class ohos.agp.components.Text
-
Set max height of Text.
- setMaxTextLines(int) - Method in class ohos.agp.components.Text
-
Sets the maximum number of lines allowed in a text component.
- setMaxTextWidth(int) - Method in class ohos.agp.components.Text
-
Set max width of Text.
- setMaxValue(int) - Method in class ohos.agp.components.Picker
-
Sets the maximum value of the number picker.
- setMaxValue(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the upper limit for the progress bar.
- setMaxVariable(int) - Method in class ohos.global.icu.text.Collator
-
[icu] Sets the variable top to the top of the specified reordering group.
- setMaxVariable(int) - Method in class ohos.global.icu.text.RuleBasedCollator
-
[icu] Sets the variable top to the top of the specified reordering group.
- setMaxVolume(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the maximum volume allowed for this AVTubeEx instance.
- setMaxWidth(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the maximum width of the progress bar.
- setMaxWidth(int) - Method in class ohos.agp.components.SearchBar
-
Sets the maximum width of the search bar, in pixels.
- setMediaAutoReplay(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to enable the WebView to automatically play the media file on the current page when the page
is opened.
- setMediaId(String) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the ID of the media item.
- setMediaLocation(float, float) - Method in class ohos.media.muxer.Muxer
-
Sets the longitude and latitude of a media file.
- setMediaOrientation(int) - Method in class ohos.media.muxer.Muxer
-
Sets the rotation angle of an output video.
- setMemoryUsagePreference(MemoryUsagePreference) - Method in class ohos.media.image.ImageSource
-
Sets memory use preference.
- setMesh(ResourceHandle) - Method in class ohos.agp.render.render3d.components.RenderMeshComponent
-
Sets the resource handle to the mesh descriptor.
- setMessage(String) - Method in class java.util.logging.LogRecord
-
Set the "raw" log message, before localization or formatting.
- setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
-
Associates the specified message digest with this stream.
- setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
-
Associates the specified message digest with this stream.
- setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
-
Sets the given RowSetMetaData object as the
RowSetMetaData object for this RowSet
object.
- setMetallicFactor(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the metallic factor of this material.
- setMethod(int) - Method in class java.util.zip.ZipEntry
-
Sets the compression method for the entry.
- setMethod(int) - Method in class java.util.zip.ZipOutputStream
-
Sets the default compression method for subsequent entries.
- setMicrophoneMute(boolean) - Method in class ohos.media.audio.AudioManager
-
Mutes or unmutes a microphone.
- setMiddleName(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the middle name for this contact.
- setMiddleNamePhonetic(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the phonetic middle name for this contact.
- setMillis(long) - Method in class java.util.logging.LogRecord
-
Set event time.
- setMimeType(String) - Method in class ohos.agp.components.webengine.ResourceResponse
-
Sets the MIME type for the resource response.
- setMinCount(int) - Method in class ohos.agp.components.IndexBar
-
Sets the minimum number of indexes on this index bar.
- setMinCountAndMaxCount(int, int) - Method in class ohos.agp.components.IndexBar
-
Sets the maximum and minimum numbers of indexes on this index bar.
- setMinCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
-
Sets the minCRLNumber criterion.
- setMinDate(long) - Method in class ohos.agp.components.DatePicker
-
Sets the minimal date supported by the date picker.
- setMinHeight(int) - Method in class ohos.agp.components.Component
-
Sets the minimum height of a component.
- setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
-
Sets what the minimal days required in the first week of the year are;
For example, if the first week is defined as one that contains the first
day of the first month of a year, call this method with value 1.
- setMinimalDaysInFirstWeek(int) - Method in class ohos.global.icu.util.Calendar
-
Sets what the minimal days required in the first week of the year are.
- setMinimumExponentDigits(byte) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Scientific Notation: Sets the minimum number of digits to be printed in
the exponent.
- setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
-
Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
-
Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumFractionDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the minimum number of digits to display after
the decimal separator.
- setMinimumFractionDigits(int) - Method in class ohos.global.icu.text.NumberFormat
-
Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumGroupingDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Sets the minimum number of digits that must be before the first grouping separator in
order for the grouping separator to be printed.
- setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
-
Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
-
Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinimumIntegerDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the minimum number of digits to display before
the decimal separator.
- setMinimumIntegerDigits(int) - Method in class ohos.global.icu.text.NumberFormat
-
Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinimumSignificantDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Rounding and Digit Limits: Sets the minimum number of significant
digits to be displayed.
- setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used to represent minus sign.
- setMinusSign(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used to represent minus sign.
- setMinusSignString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used to represent minus sign.
- setMinute(int) - Method in class ohos.agp.components.TimePicker
-
Sets the selected minute.
- setMinutes(int) - Method in class java.sql.Date
-
Deprecated.
- setMinutes(int) - Method in class java.util.Date
-
- setMinValue(int) - Method in class ohos.agp.components.Picker
-
Sets the minimum value of the number picker.
- setMinValue(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the lower limit of a progress bar.
- setMinWidth(int) - Method in class ohos.agp.components.Component
-
Sets the minimum possible width of the component.
- setMode(int) - Method in class ohos.agp.components.Component
-
Sets the showing mode of this component.
- setMode(int) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the alignment mode.
- setMode(String) - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Sets a sound effect mode.
- setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the monetary decimal separator.
- setMonetaryDecimalSeparator(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the monetary decimal separator.
- setMonetaryDecimalSeparatorString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the monetary decimal separator string.
- setMonetaryGroupingSeparator(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the monetary grouping separator.
- setMonetaryGroupingSeparatorString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the monetary grouping separator string.
- setMonth(int) - Method in class java.sql.Time
-
Deprecated.
- setMonth(int) - Method in class java.util.Date
-
- setMonthFixed(boolean) - Method in class ohos.agp.components.DatePicker
-
Sets whether to disable the month selector.
- setMonths(String[]) - Method in class java.text.DateFormatSymbols
-
Sets month strings.
- setMonths(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets month strings.
- setMonths(String[], int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets month strings.
- setMorphTargets(long) - Method in class ohos.agp.render.render3d.components.MorphComponent
-
- setMovable(boolean) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets whether a window is movable.
- setMovable(boolean) - Method in class ohos.agp.window.service.Window
-
Sets whether a window is movable.
- setMultipleLine(boolean) - Method in class ohos.agp.components.Text
-
Sets whether a text is displayed in multiple lines in a text component.
- setMultipleLine(boolean) - Method in class ohos.agp.render.Paint
-
Sets whether text is displayed in multiple lines.
- setMultiplier(int) - Method in class java.text.DecimalFormat
-
Sets the multiplier for use in percent, per mille, and similar
formats.
- setMultiplier(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Sets a number that will be used to multiply all numbers prior to formatting.
- setMultiSelectItems(String[], boolean[]) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets the items to be displayed in a check box list.
- setName(String) - Method in class java.lang.Thread
-
Changes the name of this thread to be equal to the argument
name.
- setName(String) - Method in class ohos.agp.components.Component
-
Sets the name of the component.
- setName(String) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the camera name.
- setName(String) - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Sets the entity name.
- setName(String) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets the name of a node.
- setName(String) - Method in class ohos.data.DatabaseFileConfig.Builder
-
- setName(String) - Method in class ohos.data.orm.OrmConfig.Builder
-
- setName(String) - Method in class ohos.data.rdb.StoreConfig.Builder
-
- setName(String) - Method in class ohos.data.search.schema.Schema
-
Sets the name index field.
- setName(String) - Method in class ohos.event.notification.MessageUser
-
Sets the name of this MessageUser.
- setName(String) - Method in class ohos.event.notification.NotificationSlot
-
Sets the name of a NotificationSlot object.
- setName(String) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets a device name.
- setName(String) - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Sets a sound effect name.
- setName(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the calendar name.
- setName(String) - Method in class ohos.sysappcomponents.contact.entity.Organization
-
Sets the name of the organization to which this contact belongs.
- setName(Principal, String) - Method in interface java.security.acl.Acl
-
Sets the name of this ACL.
- setName(Name) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets a name for this contact.
- setNameConstraints(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the name constraints criterion.
- setNamePrefix(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the prefix for this contact name.
- setNamespaceAware(boolean) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Specifies that the parser produced by this code will
provide support for XML namespaces.
- setNamespaceContext(NamespaceContext) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Sets the current namespace context for prefix and uri bindings.
- setNamespaceContext(NamespaceContext) - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Sets the current namespace context for prefix and uri bindings.
- setNameSuffix(String) - Method in class ohos.sysappcomponents.contact.entity.Name
-
Sets the suffix for this contact name.
- setNaN(String) - Method in class java.text.DecimalFormatSymbols
-
Sets the string used to represent "not a number".
- setNaN(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the String used to represent NaN.
- setNanos(int) - Method in class java.sql.Timestamp
-
Sets this Timestamp object's nanos field
to the given value.
- setNanoTimestamp(long) - Method in class ohos.media.audio.Timestamp
-
Changes the current timestamp (in nanoseconds).
- setNarrowEras(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Sets narrow era name strings.
- setNavigationBarColor(int) - Method in class ohos.agp.window.service.Window
-
Sets the color of a navigation bar.
- setNCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to a Reader object.
- setNCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNClob(int, NClob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(int, NClob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setNClob(String, NClob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(String, NClob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a java.sql.NClob object.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLEngine
-
Configures the engine to require client authentication.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLParameters
-
Sets whether client authentication should be required.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether accepted server-mode
SSLSockets will be initially configured to
require client authentication.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
-
Configures the socket to require client authentication.
- setNegativePermissions() - Method in interface java.security.acl.AclEntry
-
Sets this ACL entry to be a negative one.
- setNegativePrefix(String) - Method in class java.text.DecimalFormat
-
Set the negative prefix.
- setNegativePrefix(String) - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Sets the string to prepend to negative numbers.
- setNegativeSuffix(String) - Method in class java.text.DecimalFormat
-
Set the negative suffix.
- setNegativeSuffix(String) - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Sets the string to append to negative numbers.
- setNeighborhood(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the neighborhood for this contact.
- setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
-
Specify the network interface for outgoing multicast datagrams
sent on this socket.
- setNetworkRestriction(int) - Method in class ohos.miscservices.download.DownloadConfig.Builder
-
Sets the network type allowed for download.
- setNextException(SQLException) - Method in exception java.sql.SQLException
-
Adds an SQLException object to the end of the chain.
- setNextPlayer(Player) - Method in class ohos.media.player.Player
-
Sets the next player to start after the current player finishes playback.
- setNextWarning(SQLWarning) - Method in exception java.sql.SQLWarning
-
Adds a SQLWarning object to the end of the chain.
- setNickName(String) - Method in class ohos.sysappcomponents.contact.entity.NickName
-
Sets the nickname for this contact.
- setNickName(NickName) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets a nickname for this contact.
- setNormal(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the normal texture of this material.
- setNormals(FloatBuffer) - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Sets the normal data, in vec3 format (x, y, z).
- setNormalScale(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the normal scale of this material.
- setNormalTextColor(Color) - Method in class ohos.agp.components.DatePicker
-
Sets the color of the normal text in a date picker.
- setNormalTextColor(Color) - Method in class ohos.agp.components.Picker
-
Sets a color for deselected text on the number picker.
- setNormalTextColor(Color) - Method in class ohos.agp.components.TimePicker
-
Sets the normal font color of the time displayed in the time picker.
- setNormalTextFont(Font) - Method in class ohos.agp.components.DatePicker
-
Sets the font for the normal text.
- setNormalTextFont(Font) - Method in class ohos.agp.components.Picker
-
Sets the font for the normal text in this picker.
- setNormalTextFont(Font) - Method in class ohos.agp.components.TimePicker
-
Sets the font for the normal text in this time picker.
- setNormalTextSize(int) - Method in class ohos.agp.components.DatePicker
-
Sets the size of the normal text in a date picker.
- setNormalTextSize(int) - Method in class ohos.agp.components.Picker
-
Sets a font size for deselected text on the number picker.
- setNormalTextSize(int) - Method in class ohos.agp.components.TimePicker
-
Sets the normal font size of the time displayed in the time picker.
- setNoSubstitute(boolean) - Method in class ohos.global.icu.util.LocaleData
-
Sets the "no substitute" behavior of this locale data object.
- setNote(Note) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets a note for this contact.
- setNoteContent(String) - Method in class ohos.sysappcomponents.contact.entity.Note
-
Sets the note content.
- setNotepadCategory(String) - Method in class ohos.data.search.schema.NotepadItem
-
Sets the notepadCategory index field.
- setNoticeCategory(String) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the noticeCategory index field.
- setNoticeDate(Long) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the noticeDate index field.
- setNotificationAgent(String) - Static method in class ohos.event.notification.NotificationHelper
-
Allows another application to act as an agent to publish notifications in the name of your application bundle.
- setNotificationAgent(String, String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- setNotificationBadgeNum() - Static method in class ohos.event.notification.NotificationHelper
-
Sets the number of active notifications of the current application as the number to be displayed
on the notification badge.
- setNotificationBadgeNum(int) - Static method in class ohos.event.notification.NotificationHelper
-
Sets the number to be displayed on the notification badge of the application.
- setNotificationBadgeNum(String) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- setNotificationBadgeNum(String, int) - Method in interface ohos.event.notification.IAdvancedNotificationManager
-
Deprecated.
- setNotificationId(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the current notification ID to uniquely identify the notification in the application.
- setNotificationUserInputHistory(List<String>) - Method in class ohos.event.notification.NotificationRequest
-
- setNotifyCharacteristic(GattCharacteristic, boolean) - Method in class ohos.bluetooth.ble.BlePeripheralDevice
-
Enables or disables notification of a characteristic.
- setNString(int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given String object.
- setNString(int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given String object.
- setNString(String, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given String object.
- setNString(String, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given String object.
- setNull(int) - Method in interface ohos.data.rdb.Statement
-
Sets null for a precompiled statement dynamically.
- setNull(int, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's SQL
command to SQL NULL.
- setNull(int, int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's SQL
command to SQL NULL.
- setNull(String, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to SQL NULL.
- setNull(String, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to SQL NULL.
- setNull(String, int, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to SQL NULL.
- setNull(String, int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to SQL NULL.
- setNullable(boolean) - Method in class ohos.data.distributed.common.FieldNode
-
Sets whether field value is nullable.
- setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column's value can be set to
NULL.
- setNumberFormat(String, NumberFormat) - Method in class ohos.global.icu.text.SimpleDateFormat
-
allow the user to set the NumberFormat for several fields
It can be a single field like: "y"(year) or "M"(month)
It can be several field combined together: "yMd"(year, month and date)
Note:
1 symbol field is enough for multiple symbol fields (so "y" will override "yy", "yyy")
If the field is not numeric, then override has no effect (like "MMM" will use abbreviation, not numerical field)
- setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
-
Allows you to set the number formatter.
- setNumberFormat(NumberFormat) - Method in class ohos.global.icu.text.DateFormat
-
Sets the number formatter.
- setNumberFormat(NumberFormat) - Method in class ohos.global.icu.text.PluralFormat
-
Sets the number format used by this formatter.
- setNumberFormat(NumberFormat) - Method in class ohos.global.icu.text.SimpleDateFormat
-
- setNumericCollation(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
[icu] When numeric collation is turned on, this Collator makes
substrings of digits sort according to their numeric values.
- setNumericCollationDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Method to set numeric collation to its default value.
- setObject(int, Object) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with a Java Object.
- setObject(int, Object) - Method in interface ohos.data.rdb.Statement
-
Sets an object value for a precompiled statement dynamically.
- setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with a Java Object.
- setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Java Object.
- setObject(Object) - Method in interface java.sql.Ref
-
Sets the structured type value that this Ref
object references to the given instance of Object.
- setObject(String, Object) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int, int) - Method in interface java.sql.CallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int, int) - Method in interface javax.sql.RowSet
-
Sets the value of the designated parameter with the given object.
- setObjectFormat(String, Object) - Method in class ohos.media.common.Format
-
Sets metadata of the character Object type.
- setOcrText(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the ocrText index field.
- setOcspExtensions(List<Extension>) - Method in class java.security.cert.PKIXRevocationChecker
-
Sets the optional OCSP request extensions.
- setOcspResponder(URI) - Method in class java.security.cert.PKIXRevocationChecker
-
Sets the URI that identifies the location of the OCSP responder.
- setOcspResponderCert(X509Certificate) - Method in class java.security.cert.PKIXRevocationChecker
-
Sets the OCSP responder's certificate.
- setOcspResponses(Map<X509Certificate, byte[]>) - Method in class java.security.cert.PKIXRevocationChecker
-
Sets the OCSP responses.
- setOffDuration(int) - Method in class ohos.light.bean.LightEffect
-
Sets the lighting-off time of a light during its one-shot blink.
- setOffset(int) - Method in class java.io.ObjectStreamField
-
Offset within instance data.
- setOffset(int) - Method in class java.text.CollationElementIterator
-
Sets the iterator to point to the collation element corresponding to
the specified character (the parameter is a CHARACTER offset in the
original string, not an offset into its corresponding sequence of
collation elements).
- setOffset(int) - Method in class ohos.global.icu.text.CollationElementIterator
-
Sets the iterator to point to the collation element
corresponding to the character at the specified offset.
- setOffset(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
- setOffset(int, int) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the offset for a dialog box.
- setOffset(int, int) - Method in class ohos.agp.window.dialog.ToastDialog
-
Sets the display position offset for the dialog.
- setOnApplyComponentPaddingListener(IApplyComponentPaddingListener) - Method in class ohos.agp.window.service.Window
-
- setOnCreateCompleteListener(SoundPlayer.OnCreateCompleteListener) - Method in class ohos.media.audio.SoundPlayer
-
Sets the callback that listens for the completion of sound creation.
- setOnCreateCompleteListener(SoundPlayer.OnCreateCompleteListener, boolean) - Method in class ohos.media.audio.SoundPlayer
-
Sets the callback that listens for the completion of sound creation, and determines whether to
discard original messages in the queue based on the specified isDiscarded.
- setOnDuration(int) - Method in class ohos.light.bean.LightEffect
-
Sets the lighting-on time of a light during its one-shot blink.
- setOneShot(boolean) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Sets whether to play an animation only once.
- setOnlyLocal(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether this notification is relevant only to the local device and cannot be displayed on remote devices.
- setOnMultiSelectListener(IDialog.CheckBoxClickedListener) - Method in class ohos.agp.window.dialog.ListDialog
-
Registers a listener for check box lists.
- setOnNewFrameCallback(TextureHolder.OnNewFrameCallback) - Method in class ohos.agp.graphics.TextureHolder
-
Sets a callback to listen for whether new image frames are available.
- setOnSingleSelectListener(IDialog.ClickedListener) - Method in class ohos.agp.window.dialog.ListDialog
-
Registers a listener for common lists or radio box lists.
- setOOBInline(boolean) - Method in class java.net.Socket
-
Enable/disable
SocketOptions#SO_OOBINLINE
(receipt of TCP urgent data)
By default, this option is disabled and TCP urgent data received on a
socket is silently discarded.
- setOpaque(boolean) - Method in interface ohos.agp.render.render3d.ViewHolder
-
Sets whether the surface is opaque.
- setOpenThreshold(float) - Method in class ohos.agp.components.SlideDrawer
-
Sets the percent value after which the optional component can be slid open.
- setOperatedTextBackground(Element) - Method in class ohos.agp.components.DatePicker
-
Sets the specified
Element as the text background of the selected item that is being operated.
- setOperatedTextBackground(Element) - Method in class ohos.agp.components.TimePicker
-
Sets the specified
Element as the text background of the selected item that is being operated.
- setOperatedTextColor(Color) - Method in class ohos.agp.components.DatePicker
-
Sets the color of the operated text in the date picker.
- setOperatedTextColor(Color) - Method in class ohos.agp.components.TimePicker
-
Sets the color of the operated text in the time picker.
- setOperation(Operation) - Method in class ohos.aafwk.content.Intent
-
Sets the description of an operation in an Intent.
- setOption(int, Object) - Method in interface java.net.SocketOptions
-
Enable/disable the option specified by optID.
- setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
- setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousSocketChannel
-
- setOption(SocketOption<T>, T) - Method in class java.nio.channels.DatagramChannel
-
- setOption(SocketOption<T>, T) - Method in interface java.nio.channels.NetworkChannel
-
Sets the value of a socket option.
- setOption(SocketOption<T>, T) - Method in class java.nio.channels.ServerSocketChannel
-
- setOption(SocketOption<T>, T) - Method in class java.nio.channels.SocketChannel
-
- setOptions(List<String>) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Sets the options provided to users to satisfy user input needs.
- setOptions(Set<PKIXRevocationChecker.Option>) - Method in class java.security.cert.PKIXRevocationChecker
-
Sets the revocation options.
- setOptions(PacMap) - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction.Builder
-
Sets other optional information for the custom action.
- setOptions(PacMap) - Method in class ohos.media.common.sessioncore.AVPlaybackState.Builder
-
Sets any custom option in this playback state.
- setOptions(PacMap) - Method in class ohos.media.sessioncore.AVSession
-
Sets additional information about this AVSession.
- setOrder(String) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Sets the order information for a predicate.
- setOrdered(boolean) - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
Sets whether the type of a common event is ordered or not.
- setOrganization(Organization) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets organization information about this contact.
- setOrientation(int) - Method in class ohos.agp.components.DirectionalLayout
-
Specifies the direction in which controls are arranged in the directional layout.
- setOrientation(int) - Method in class ohos.agp.components.LayoutManager
-
Sets the layout orientation.
- setOrientation(int) - Method in class ohos.agp.components.ListContainer
-
Sets an orientation of a layout.
- setOrientation(int) - Method in class ohos.agp.components.MagicLayout
-
Sets the orientation in which the components are arranged in the layout.
- setOrientation(int) - Method in class ohos.agp.components.PageSlider
-
- setOrientation(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the progress bar direction.
- setOrientation(int) - Method in class ohos.agp.components.TableLayout
-
Sets the table layout direction.
- setOrientation(int) - Method in class ohos.agp.components.TabList
-
Sets the layout direction.
- setOrientation(ShapeElement.Orientation) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the direction of the gradient effect for this element object.
- setOrthoHeight(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the viewport height for the orthographic camera only.
- setOrthoWidth(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the viewport width for the orthographic camera only.
- setOut(PrintStream) - Static method in class java.lang.System
-
Reassigns the "standard" output stream.
- setOutgoingAnimation(AnimatorProperty) - Method in class ohos.agp.components.PageFlipper
-
Sets the animation effect to be used when the component exits the screen.
- setOutputDevice(AudioDeviceDescriptor) - Method in class ohos.media.audio.AudioRenderer
-
Sets the audio stream playback device.
- setOutputFormat(int) - Method in class ohos.media.recorder.Recorder
-
Sets the output file format.
- setOutputStream(OutputStream) - Method in class java.util.logging.StreamHandler
-
Change the output stream.
- setOverflowLabel(String) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Set the overflow label
- setOverlapping(boolean) - Method in class ohos.global.icu.text.SearchIterator
-
Determines whether overlapping matches are returned.
- setOverscrollPercent(int) - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Sets the value for the overscrollPercent parameter.
- setOverscrollPercent(int) - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Sets the value for the overscrollPercent parameter.
- setOverscrollPercent(int) - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Sets the value for the overscrollPercent parameter.
- setOverscrollRate(float) - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Sets the value for the overscrollRate parameter.
- setOverscrollRate(float) - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Sets the value for the overscrollRate parameter.
- setOverscrollRate(float) - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Sets the value for the overscrollRate parameter.
- setOwner(UserPrincipal) - Method in interface java.nio.file.attribute.FileOwnerAttributeView
-
Updates the file owner.
- setOwner(Path, UserPrincipal) - Static method in class java.nio.file.Files
-
Updates the file owner.
- setOwnerIpAddress(String) - Method in class ohos.wifi.p2p.WifiP2pGroup
-
Sets the IP address of this Wi-Fi P2P group owner.
- setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
-
Sets the package default assertion status for the named package.
- setPacMap(PacMap) - Method in class ohos.eventhandler.InnerEvent
-
Sets a
PacMap object in this
InnerEvent.
- setPacMaps(PacMap) - Method in class ohos.workscheduler.WorkInfo.Builder
-
Sets extra parameters for this piece of work.
- setPadCharacter(char) - Method in class ohos.global.icu.text.DecimalFormat
-
- setPadding(int, int, int, int) - Method in class ohos.agp.components.Component
-
Sets the padding of the component.
- setPadding(int, int, int, int) - Method in class ohos.agp.components.PageSliderIndicator
-
- setPadding(int, int, int, int) - Method in class ohos.agp.window.service.Window
-
Sets the inner padding of a window in the sequence of left, top, right, and bottom.
- setPadding(int, int, int, int, int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the padding for a component.
- setPadding(Rect) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Sets wallpaper padding that exceeds the display area.
- setPaddingBottom(int) - Method in class ohos.agp.components.Component
-
Sets the bottom padding for this component.
- setPaddingForText(boolean) - Method in class ohos.agp.components.Text
-
Sets whether the text has extra padding spaces.
- setPaddingLeft(int) - Method in class ohos.agp.components.Component
-
Sets the left padding for this component.
- setPaddingRelative(int, int, int, int) - Method in class ohos.agp.components.Component
-
Sets the relative padding of the component.
- setPaddingRight(int) - Method in class ohos.agp.components.Component
-
Sets the right padding for this component.
- setPaddingTop(int) - Method in class ohos.agp.components.Component
-
Sets the top padding for this component.
- setPadEscape(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the character used to pad numbers out to a specified width.
- setPadPosition(int) - Method in class ohos.global.icu.text.DecimalFormat
-
- setPageCacheSize(int) - Method in class ohos.agp.components.PageSlider
-
Sets the number of pages to retain on either side of the current page.
- setPageLanguage(int) - Method in class ohos.ai.cv.text.Text
-
Sets the language type for text detection on a given image.
- setPageMargin(int) - Method in class ohos.agp.components.PageSlider
-
Sets the margin between pages.
- setPageParams(String, IntentParams) - Method in class ohos.ace.ability.AceAbility
-
Sets page parameters.
- setPageSlider(PageSlider) - Method in class ohos.agp.components.PageSliderIndicator
-
Associates an indicator item with a
PageSlider object.
- setPageSwitchTime(int) - Method in class ohos.agp.components.PageSlider
-
Set a page switch time.
- setPara(char[], byte, byte[]) - Method in class ohos.global.icu.text.Bidi
-
Perform the Unicode Bidi algorithm.
- setPara(String, byte, byte[]) - Method in class ohos.global.icu.text.Bidi
-
Perform the Unicode Bidi algorithm.
- setPara(AttributedCharacterIterator) - Method in class ohos.global.icu.text.Bidi
-
Perform the Unicode Bidi algorithm on a given paragraph, as defined in the
Unicode Standard Annex #9,
version 13,
also described in The Unicode Standard, Version 4.0 .
- setParam(String, boolean) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the boolean type.
- setParam(String, boolean[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the boolean array type.
- setParam(String, byte) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the byte type.
- setParam(String, byte[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the byte array type.
- setParam(String, char) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the char type.
- setParam(String, char[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the char array type.
- setParam(String, double) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the double type.
- setParam(String, double[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the double array type.
- setParam(String, float) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the float type.
- setParam(String, float[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the float array type.
- setParam(String, int) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the int type.
- setParam(String, int[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the int array type.
- setParam(String, long) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the long type.
- setParam(String, long[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the long array type.
- setParam(String, short) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the short type.
- setParam(String, short[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the short array type.
- setParam(String, Serializable) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the Serializable type.
- setParam(String, CharSequence) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the CharSequence type.
- setParam(String, CharSequence[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the CharSequence array type.
- setParam(String, String) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the string type.
- setParam(String, String[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the string array type.
- setParam(String, IntentParams) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the IntentParams type.
- setParam(String, Sequenceable) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the Sequenceable type.
- setParam(String, Sequenceable[]) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the Sequenceable array type.
- setParam(String, T) - Method in class ohos.aafwk.content.IntentParams
-
Sets a parameter in key-value pair format.
- setParameter(String, Object) - Method in class java.security.Signature
-
- setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
-
Initializes this signature engine with the specified parameter set.
- setParameter(ParameterKey.Key<T>, T) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets a camera parameter.
- setParameters(Object[]) - Method in class java.util.logging.LogRecord
-
Set the parameters to the log message.
- setParams(IntentParams) - Method in class ohos.aafwk.content.Intent
-
Sets an IntentParams object in an Intent.
- setParams(TtsParams) - Method in class ohos.ai.tts.TtsClient
-
Sets TTS parameters.
- setParcelableArrayListParam(String, ArrayList<T>) - Method in class ohos.aafwk.content.Intent
-
- setParent(Logger) - Method in class java.util.logging.Logger
-
Set the parent for this Logger.
- setParent(ResourceBundle) - Method in class java.util.ResourceBundle
-
Sets the parent bundle of this bundle.
- setParent(Entity) - Method in class ohos.agp.render.render3d.components.NodeComponent
-
Sets the parent entity.
- setParent(SceneNode) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets the parent node for a node.
- setParseBigDecimal(boolean) - Method in class java.text.DecimalFormat
-
- setParseBigDecimal(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
- setParseCaseSensitive(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Specifies whether parsing should require cases to match in affixes, exponent separators,
and currency codes.
- setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
-
Sets whether or not numbers should be parsed as integers only.
- setParseIntegerOnly(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
Parsing: Sets whether to ignore the fraction part of a number when parsing
(defaults to false).
- setParseIntegerOnly(boolean) - Method in class ohos.global.icu.text.NumberFormat
-
Sets whether to ignore the fraction part of a number when parsing
(defaults to false).
- setParseMaxDigits(int) - Method in class ohos.global.icu.text.DecimalFormat
-
- setParseNoExponent(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Specifies whether to stop parsing when an exponent separator is encountered.
- setParseStrict(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Sets whether strict parsing is in effect.
- setParseStrict(boolean) - Method in class ohos.global.icu.text.NumberFormat
-
[icu] Sets whether strict parsing is in effect.
- setParticipantEmail(String) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the email address of the participant.
- setParticipantName(String) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the participant name.
- setParticipantRoleType(int) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the role of the participant.
- setParticipantStatus(int) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the status of the participant.
- setParticipantType(int) - Method in class ohos.sysappcomponents.calendar.entity.Participants
-
Sets the type of the participant.
- setPassphrase(String) - Method in class ohos.wifi.p2p.WifiP2pConfig
-
Sets the passphrase of this WifiP2pConfig instance.
- setPassword(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether the content in this node is a password.
- setPassword(char[]) - Method in class javax.security.auth.callback.PasswordCallback
-
Set the retrieved password.
- setPassword(String) - Method in interface javax.sql.RowSet
-
Sets the database password for this RowSet object to
the given String.
- setPasteData(PasteData) - Method in class ohos.miscservices.pasteboard.SystemPasteboard
-
- setPath(String) - Method in class java.net.HttpCookie
-
Specifies a path for the cookie to which the client should return
the cookie.
- setPath(String) - Method in class ohos.data.search.schema.DocumentItem
-
Sets the path index field.
- setPath(String, String) - Method in class ohos.miscservices.download.DownloadConfig.Builder
-
Sets the path for downloads.
- setPath(Path) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the path.
- setPath(Path, boolean) - Method in class ohos.agp.render.PathMeasure
-
Associates the specified path with this PathMearue object.
- setPath(Path, Region) - Method in class ohos.agp.render.Region
-
Obtains the intersection formed by a specified path and clip region.
- setPathEffect(PathEffect) - Method in class ohos.agp.render.Paint
-
Sets the path effect for a Paint.
- setPathToNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
-
Sets the pathToNames criterion.
- setPattern(int) - Method in class ohos.app.AbilityContext
-
- setPattern(int) - Method in interface ohos.app.Context
-
Sets the pattern of this Context based on the specified pattern ID.
- setPattern(String) - Method in class ohos.global.icu.text.StringSearch
-
Set the pattern to search for.
- setPatternForCurrencySpacing(int, boolean, String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the indicated currency spacing pattern or value.
- setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used to separate positive and negative subpatterns
in a pattern.
- setPatternSeparator(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used to separate positive and negative subpatterns
in a pattern.
- setPauseListenerInternal(Animator.StateChangedListener) - Method in class ohos.agp.animation.Animator
-
Sets the pause and resume listener for animators.
- setPauseWhenDucked(boolean) - Method in class ohos.media.audio.AudioInterrupt
-
Sets whether audio playback can be paused during audio ducking.
- setPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
-
Sets the pending count to the given value.
- setPercent(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for percent sign.
- setPercent(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for percent sign.
- setPercentString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used for percent sign.
- setPerformancePreferences(int, int, int) - Method in class java.net.ServerSocket
-
Sets performance preferences for this ServerSocket.
- setPerformancePreferences(int, int, int) - Method in class java.net.Socket
-
Sets performance preferences for this socket.
- setPerformancePreferences(int, int, int) - Method in class java.net.SocketImpl
-
Sets performance preferences for this socket.
- setPeripheralAddress(String) - Method in class ohos.bluetooth.ble.BleScanFilter
-
Sets the address of a peripheral device.
- setPeripheralManufacturerData(int, byte[], byte[]) - Method in class ohos.bluetooth.ble.BleScanFilter
-
Sets the manufacturer data.
- setPeripheralName(String) - Method in class ohos.bluetooth.ble.BleScanFilter
-
Sets the name of a peripheral device.
- setPeripheralServiceData(UUID, byte[], byte[]) - Method in class ohos.bluetooth.ble.BleScanFilter
-
Sets the service data of a peripheral device.
- setPeripheralServiceUuid(UUID, UUID) - Method in class ohos.bluetooth.ble.BleScanFilter
-
Sets the service UUID of a peripheral device.
- setPerMill(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for per mille sign.
- setPerMill(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for mille percent sign.
- setPerMillString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the string used for permille sign.
- setPermission(String) - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Sets the permission that the publisher must have in order to send a common event to this subscriber.
- setPermission(String) - Method in class ohos.event.intentagent.TriggerInfo.Builder
-
Sets the permission that the
IntentAgent recipient must have.
- setPermissions(AclEntryPermission...) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the permissions component of this builder.
- setPermissions(Set<AclEntryPermission>) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the permissions component of this builder.
- setPermissions(Set<PosixFilePermission>) - Method in interface java.nio.file.attribute.PosixFileAttributeView
-
Updates the file permissions.
- setPermitFreeFormInput(boolean) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Sets whether users can input arbitrary text values.
- setPermitMimeTypes(String, boolean) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Sets whether users can input values of the given MIME type.
- setPermitSystemGeneratedContextualActionButtons(boolean) - Method in class ohos.event.notification.NotificationRequest
-
- setPerspectiveAspectRatio(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the aspect ratio for the perspective camera only.
- setPerspectiveVerticalFov(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the vertical FOV for the perspective camera only.
- setPerspX(float) - Method in class ohos.agp.utils.Matrix
-
Sets the horizontal perspective factor for this Matrix.
- setPerspY(float) - Method in class ohos.agp.utils.Matrix
-
Sets the vertical perspective factor for this Matrix.
- setPhone(String) - Method in class ohos.data.search.schema.ContactItem
-
Sets the phone index field.
- setPhoneNumber(String) - Method in class ohos.location.GeoAddress
-
Sets the phone number in the current GeoAddress object.
- setPhoneNumber(String) - Method in class ohos.sysappcomponents.contact.entity.PhoneNumber
-
Sets the phone number for this contact.
- setPhotoCategory(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the photoCategory index field.
- setPicker(Intent) - Method in class ohos.aafwk.content.Intent
-
Sets a picker Intent for this Intent.
- setPicker(LayoutScatter.Picker) - Method in class ohos.agp.components.LayoutScatter
-
Sets a new component picker to replace the existing one.
- setPitch(int) - Method in class ohos.ai.tts.TtsParams
-
Sets the speaking pitch.
- setPivot(float, float) - Method in class ohos.agp.components.Component
-
Sets the pivot (point), around which this component is rotated and scaled.
- setPivot(float, float) - Method in class ohos.agp.utils.RectFloat
-
Sets the pivot for this RectFloat.
- setPivot(float, float) - Method in class ohos.utils.geo.RectFloat
-
Sets the pivot for this RectFloat.
- setPivot(int, int) - Method in class ohos.agp.utils.Rect
-
Sets the pivot, around which this Rect object is rotated and scaled based on x and y.
- setPivot(int, int) - Method in class ohos.utils.geo.Rect
-
Sets the pivot, around which this Rect object is rotated and scaled based on x and y.
- setPivot(Point) - Method in class ohos.agp.components.Component
-
Sets the pivot (point), around which this component is rotated and scaled based on point.
- setPivot(Point) - Method in class ohos.agp.utils.Rect
-
Sets the pivot, around which this Rect object is rotated and scaled based on point.
- setPivot(Point) - Method in class ohos.agp.utils.RectFloat
-
Sets the pivot, around which this RectFloat is rotated and scaled based on point.
- setPivot(Point) - Method in class ohos.utils.geo.Rect
-
Sets the pivot, around which this Rect object is rotated and scaled based on point.
- setPivot(Point) - Method in class ohos.utils.geo.RectFloat
-
Sets the pivot, around which this RectFloat is rotated and scaled based on point.
- setPivotX(float) - Method in class ohos.agp.components.Component
-
Sets the X-axis coordinate of the point around which the component is rotated and scaled, that is, the pivot
point.
- setPivotXCoordinate(float) - Method in class ohos.agp.utils.RectFloat
-
Sets the x-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- setPivotXCoordinate(float) - Method in class ohos.utils.geo.RectFloat
-
Sets the x-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- setPivotXCoordinate(int) - Method in class ohos.agp.utils.Rect
-
Sets the X-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- setPivotXCoordinate(int) - Method in class ohos.utils.geo.Rect
-
Sets the X-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- setPivotY(float) - Method in class ohos.agp.components.Component
-
Sets the Y-axis coordinate of the point around which the component is rotated and scaled, that is, the pivot
point.
- setPivotYCoordinate(float) - Method in class ohos.agp.utils.RectFloat
-
Sets the y-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- setPivotYCoordinate(float) - Method in class ohos.utils.geo.RectFloat
-
Sets the y-coordinate of the pivot, around which this RectFloat is rotated and scaled.
- setPivotYCoordinate(int) - Method in class ohos.agp.utils.Rect
-
Sets the Y-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- setPivotYCoordinate(int) - Method in class ohos.utils.geo.Rect
-
Sets the Y-axis coordinate of the pivot, around which this Rect object is rotated and scaled.
- setPixelFormat(int) - Method in class ohos.agp.window.service.Window
-
Sets the pixel format for this window.
- setPixelMap(int) - Method in class ohos.agp.components.Image
-
Sets the resource ID of an image to display.
- setPixelMap(int, String, PixelMap) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setPixelMap(String, PixelMap) - Method in class ohos.media.common.AVMetadata.Builder
-
- setPixelMap(PixelMap) - Method in class ohos.agp.components.Image
-
Sets the image to be displayed on a component.
- setPixelMap(PixelMap) - Method in class ohos.ai.cv.common.ImageResult
-
- setPixelMap(PixelMap) - Method in class ohos.event.notification.MessageUser
-
Sets the pixel map of this MessageUser.
- setPixelMapHolder(PixelMapHolder) - Method in class ohos.agp.components.Image
-
Sets a PixelMapHolder object to be displayed for this Image.
- setPlaceName(String) - Method in class ohos.location.GeoAddress
-
Sets the landmark in the current GeoAddress object.
- setPlaybackSpeed(float) - Method in class ohos.media.player.Player
-
Sets the playback speed.
- setPlaybackSpeed(AudioRenderer.SpeedPara) - Method in class ohos.media.audio.AudioRenderer
-
Sets playback speed and pitch parameters.
- setPlaybackState(AnimationPlayback.State) - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Sets the animation playback state.
- setPlayerCallback(Player.IPlayerCallback) - Method in class ohos.media.player.Player
-
- setPlayMode(AVTube.PlayMode) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the playback mode for this AVTubeEx instance.
- setPlaySpeedRate(int, float) - Method in class ohos.media.audio.SoundPlayer
-
Sets the playback speed of a sound playback task.
- setPluralLineSupported(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node can display text in multiple lines.
- setPluralRules(String) - Method in class ohos.global.icu.text.CurrencyPluralInfo
-
Set plural rules.
- setPlusSign(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the localized plus sign.
- setPlusSignString(String) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
[icu] Sets the localized plus sign string.
- setPmString(String) - Method in class ohos.agp.components.TimePicker
-
Sets the string that represents p.m.
- setPobox(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the post box for this contact.
- setPolicy(Policy) - Static method in class java.security.Policy
-
Sets the system-wide Policy object.
- setPolicy(Set<String>) - Method in class java.security.cert.X509CertSelector
-
Sets the policy constraint.
- setPolicyMappingInhibited(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets the PolicyMappingInhibited flag.
- setPolicyQualifiersRejected(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets the PolicyQualifiersRejected flag.
- setPolyToPoly(float[], int, float[], int, int) - Method in class ohos.agp.utils.Matrix
-
Sets this Matrix to make the specified source points map to the specified destination points.
- setPoolable(boolean) - Method in interface java.sql.Statement
-
Requests that a Statement be pooled or not pooled.
- setPopupSupported(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether to support pop-up windows.
- setPort(int) - Method in class java.net.DatagramPacket
-
Sets the port number on the remote host to which this datagram
is being sent.
- setPortlist(String) - Method in class java.net.HttpCookie
-
Specify the portlist of the cookie, which restricts the port(s)
to which a cookie may be sent back in a Cookie header.
- setPortrait(Portrait) - Method in class ohos.sysappcomponents.contact.entity.Contact
-
Sets a portrait for this contact.
- setPosition(int) - Method in class ohos.media.audio.AudioRenderer
-
Sets the position to start audio stream playback, which is represented by frames.
- setPosition(int, int) - Method in class ohos.agp.components.Component
-
Sets the position of the upper-left corner of a component, relative to the parent layout.
- setPosition(Vector3) - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Sets the position of the current entity relative to the parent entity.
- setPosition(Vector3) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets the position of the transformation component in a node.
- setPosition(Point) - Method in class ohos.agp.render.Paint
-
Sets the starting position of a text to draw.
- setPositions(FloatBuffer) - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Sets the position data, in vec3 format (x, y, z).
- setPositionX(float) - Method in class ohos.accessibility.ability.GesturePathPositionDefine
-
Sets the X coordinate of the position.
- setPositionY(float) - Method in class ohos.accessibility.ability.GesturePathPositionDefine
-
Sets the Y coordinate of the position.
- setPositivePrefix(String) - Method in class java.text.DecimalFormat
-
Set the positive prefix.
- setPositivePrefix(String) - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Sets the string to prepend to positive numbers.
- setPositiveSuffix(String) - Method in class java.text.DecimalFormat
-
Set the positive suffix.
- setPositiveSuffix(String) - Method in class ohos.global.icu.text.DecimalFormat
-
Affixes: Sets the string to append to positive numbers.
- setPosixFilePermissions(Path, Set<PosixFilePermission>) - Static method in class java.nio.file.Files
-
Sets a file's POSIX permissions.
- setPostalAddress(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the postal address for this contact.
- setPostalCode(Long) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the postalCode index field.
- setPostalCode(String) - Method in class ohos.location.GeoAddress
-
Sets the postal code in the current GeoAddress object.
- setPostcode(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the postal code for this contact.
- setPotentialAction(String) - Method in class ohos.data.search.schema.Schema
-
Sets the potentialAction index field, which describes the available action in an
application, such as opening or downloading an application item.
- setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's number of decimal digits to the
given int.
- setPreDecodeFrames(int) - Method in class ohos.agp.components.element.FrameAnimationElement
-
Sets the number of frames to be decoded before this animation is displayed.
- setPreferredConfig(PixelFormat) - Method in class ohos.media.photokit.common.PixelMapConfigs
-
set preferred config
- setPrefix(String, String) - Method in interface ohos.javax.xml.stream.XMLEventWriter
-
Sets the prefix the uri is bound to.
- setPrefix(String, String) - Method in interface ohos.javax.xml.stream.XMLStreamWriter
-
Sets the prefix the uri is bound to.
- setPremises(String) - Method in class ohos.location.GeoAddress
-
Sets house information in the current GeoAddress object, such as the house number.
- setPresentIndex(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the index of the current event.
- setPreSharedKey(String) - Method in class ohos.wifi.WifiDeviceConfig
-
Sets the password of a Wi-Fi access point.
- setPressState(boolean) - Method in class ohos.agp.components.Component
-
Sets the pressed state of the component.
- setPrimaryKey(boolean) - Method in class ohos.data.search.model.IndexForm
-
Sets whether this field is the primary key.
- setPrimaryKeyValue(T, long) - Method in interface ohos.data.orm.EntityHelper
-
Sets the value for the primary key of an
OrmObject instance.
- setPrimitives(MeshDesc.PrimitiveDesc[]) - Method in class ohos.agp.render.render3d.resources.MeshDesc
-
Sets primitives for this mesh.
- setPrincipal(UserPrincipal) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the principal component of this builder.
- setPrincipal(Principal) - Method in interface java.security.acl.AclEntry
-
Specifies the principal for which permissions are granted or denied
by this ACL entry.
- setPriority(int) - Method in class java.lang.Thread
-
Changes the priority of this thread.
- setPriority(int) - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Sets the subscriber priority for this CommonEventSubscribeInfo object.
- setPriority(int) - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Sets the playback task priority.
- setPriority(int, int) - Method in class ohos.media.audio.SoundPlayer
-
Sets the priority of a sound playback task.
- setPriorityLevel(int) - Method in class ohos.location.RequestParam
-
Sets the location priority policy for initiating the location services if the location scenario types
provided by the system fail to meet your location requirements.
- setPrivateKeyValid(Date) - Method in class java.security.cert.X509CertSelector
-
Sets the privateKeyValid criterion.
- setProcessMode(int) - Method in class ohos.ai.cv.common.VisionConfiguration.Builder
-
Sets the process mode.
- setProcessOption(int, long, long, long, long) - Static method in class ohos.system.OsHelper
-
Sets the specified option for the calling process.
- setProgressBackgroundElement(Element) - Method in class ohos.agp.components.ProgressBar
-
Sets a
Element object as the background of a progress bar.
- setProgressBar(int, int, boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets how the progress bar will be displayed for this notification.
- setProgressBar(int, int, int, boolean) - Method in class ohos.agp.components.ComponentProvider
-
- setProgressColor(Color) - Method in class ohos.agp.components.ProgressBar
-
Sets the color for this progress bar.
- setProgressColors(int[]) - Method in class ohos.agp.components.ProgressBar
-
Sets colors for the gradient effect of this progress bar.
- setProgressElement(Element) - Method in class ohos.agp.components.ProgressBar
-
Sets a
Element object as a progress bar.
- setProgressHintText(String) - Method in class ohos.agp.components.ProgressBar
-
Sets the hint text of a progress bar.
- setProgressHintTextAlignment(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the hint text alignment mode on a progress bar.
- setProgressHintTextColor(Color) - Method in class ohos.agp.components.ProgressBar
-
sets the hint text color on a progress bar.
- setProgressHintTextSize(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the size for the hint text on this progress bar.
- setProgressValue(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the current progress for the progress bar.
- setProgressWidth(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the maximum width for this progress bar.
- setPrompt(String) - Method in class ohos.miscservices.inputmethod.EditingText
-
Sets the default hint text displayed in the application editor.
- setPropagationId(Object) - Method in class java.beans.PropertyChangeEvent
-
Sets the propagationId object for the event.
- setProperties(Properties) - Static method in class java.lang.System
-
Sets the system properties to the Properties
argument.
- setProperty(String, Object) - Method in class ohos.javax.xml.parsers.SAXParser
-
Sets the particular property in the underlying implementation of
XMLReader.
- setProperty(String, Object) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
Allows the user to set specific feature/property on the underlying
implementation.
- setProperty(String, Object) - Method in class ohos.javax.xml.stream.XMLOutputFactory
-
Allows the user to set specific features/properties on the underlying implementation.
- setProperty(String, Object) - Method in class ohos.javax.xml.validation.Validator
-
Set the value of a property.
- setProperty(String, Object) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Set the value of a property.
- setProperty(String, Object) - Method in interface ohos.org.xml.sax.XMLReader
-
Set the value of a property.
- setProperty(String, String) - Static method in class java.lang.System
-
Sets the system property indicated by the specified key.
- setProperty(String, String) - Static method in class java.security.Security
-
Sets a security property value.
- setProperty(String, String) - Method in class java.util.Properties
-
Calls the Hashtable method put.
- setProperty(Format) - Method in class ohos.media.codec.Codec
-
Sets encoding or decoding properties.
- setPropertyDouble(String, double) - Method in class ohos.media.image.PropertyFilter
-
Sets an Exif property of the double type.
- setPropertyInt(String, int) - Method in class ohos.media.image.PropertyFilter
-
Sets an Exif property of the int type.
- setPropertyString(String, String) - Method in class ohos.media.image.PropertyFilter
-
Sets an Exif property of the string type.
- setProtection(int) - Method in class ohos.utils.Ashmem
-
Sets the protection type for the Ashmem object.
- setProtocols(String[]) - Method in class javax.net.ssl.SSLParameters
-
Sets the array of protocols.
- setProvider(BaseItemProvider) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets a specified provider for this list dialog box.
- setProvider(PageSliderProvider) - Method in class ohos.agp.components.PageSlider
-
Sets a pager adapter that provides views for the current page.
- setProvince(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the province index field.
- setProvince(String) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the province index field.
- setPublicId(String) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The public identifier for this input source.
- setPublicId(String) - Method in class ohos.org.xml.sax.InputSource
-
Set the public identifier for this input source.
- setPublicKey(PublicKey) - Method in class java.security.Identity
-
Deprecated.
Sets this identity's public key.
- setPublicNotification(NotificationRequest) - Method in class ohos.event.notification.NotificationRequest
-
Sets an alternative notification to be displayed on the lock screen for this notification.
- setPushLevel(Level) - Method in class java.util.logging.MemoryHandler
-
Set the pushLevel.
- setQuality() - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Sets the default SISR quality to high.
- setQuality(int) - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Sets the SISR quality.
- setQuarters(String[], int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Sets quarter strings.
- setQuery(String, boolean) - Method in class ohos.agp.components.SearchBar
-
Sets the search string and search mode.
- setQueryFocusChangeListener(Component.FocusChangedListener) - Method in class ohos.agp.components.SearchBar
-
Sets a listener to inform when the focus of the query text field changes.
- setQueryListener(SearchBar.QueryListener) - Method in class ohos.agp.components.SearchBar
-
Sets a listener to inform when the user changes or submits the search string in the search bar.
- setQueryTimeout(int) - Method in interface java.sql.Statement
-
Sets the number of seconds the driver will wait for a
Statement object to execute to the given number of seconds.
- setQueryTimeout(int) - Method in interface javax.sql.RowSet
-
Sets the maximum time the driver will wait for
a statement to execute to the given number of seconds.
- setRadianceCubemap(GpuResourceHandle) - Method in class ohos.agp.render.render3d.components.SceneComponent
-
Sets the handle of the radiance cubemap used for IBL.
- setRadius(float) - Method in class ohos.agp.utils.Circle
-
Sets the radius for this circle.
- setRange(float) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the range of point lights or spot lights.
- setRange(int[]) - Method in class ohos.agp.components.TimePicker
-
Sets the time range that can be selected.
- setRange(int, int) - Method in interface ohos.global.icu.util.ValueIterator
-
Restricts the range of integers to iterate and resets the iteration
to begin at the index argument start.
- setRating(Double) - Method in class ohos.data.search.schema.AppItem
-
Sets the rating index field.
- setRating(Double) - Method in class ohos.data.search.schema.VideoItem
-
Sets the rating index field.
- setRatingChangedListener(Rating.RatingChangedListener) - Method in class ohos.agp.components.Rating
-
Sets a change listener to process change events of a rating.
- setRatingItems(int) - Method in class ohos.agp.components.Rating
-
Sets the number of rating items indicated by asterisks or other symbols to represent the rating level.
- setRawOffset(int) - Method in class java.util.SimpleTimeZone
-
Sets the base time zone offset to GMT.
- setRawOffset(int) - Method in class java.util.TimeZone
-
Sets the base time zone offset to GMT.
- setRawOffset(int) - Method in class ohos.global.icu.util.TimeZone
-
Sets the base time zone offset to GMT.
- setRawResult(Void) - Method in class java.util.concurrent.RecursiveAction
-
Requires null completion value.
- setRawResult(T) - Method in class java.util.concurrent.CountedCompleter
-
A method that result-bearing CountedCompleters may optionally
use to help maintain result data.
- setRawResult(V) - Method in class java.util.concurrent.ForkJoinTask
-
Forces the given value to be returned as a result.
- setRawResult(V) - Method in class java.util.concurrent.RecursiveTask
-
- setReadable(boolean) - Method in class java.io.File
-
A convenience method to set the owner's read permission for this abstract
pathname.
- setReadable(boolean, boolean) - Method in class java.io.File
-
Sets the owner's or everybody's read permission for this abstract
pathname.
- setReaderMode(Ability, NfcController.ReaderModeCallback, int, PacMapEx) - Method in class ohos.nfc.NfcController
-
Enables reader mode for a specified Ability.
- setReadOnly() - Method in class java.io.File
-
Marks the file or directory named by this abstract pathname so that
only read operations are allowed.
- setReadOnly() - Method in class java.security.PermissionCollection
-
Marks this PermissionCollection object as "readonly".
- setReadOnly() - Method in class javax.security.auth.Subject
-
Set this Subject to be read-only.
- setReadOnly() - Method in class ohos.nfc.tag.NdefTag
-
Sets the NDEF tag to read-only.
- setReadOnly(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Updates the value of the read-only attribute.
- setReadOnly(boolean) - Method in interface java.sql.Connection
-
Puts this connection in read-only mode as a hint to the driver to enable
database optimizations.
- setReadOnly(boolean) - Method in interface javax.sql.RowSet
-
Sets whether this RowSet object is read-only to the
given boolean.
- setReadOnly(boolean) - Method in class ohos.data.rdb.StoreConfig.Builder
-
Sets whether the database is read-only or not.
- setReadTimeout(int) - Method in class java.net.URLConnection
-
Sets the read timeout to a specified timeout, in
milliseconds.
- setRearLeftVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the rear left channel.
- setRearRightVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the rear right channel.
- setReboundEffect(boolean) - Method in class ohos.agp.components.ListContainer
-
Sets whether to enable the rebound effect.
- setReboundEffect(boolean) - Method in class ohos.agp.components.PageSlider
-
Sets whether to enable the rebound effect.
- setReboundEffect(boolean) - Method in class ohos.agp.components.ScrollView
-
Sets whether the rebound effect will be enabled.
- setReboundEffectParams(int, float, int) - Method in class ohos.agp.components.ListContainer
-
Configure rebound effect parameters.
- setReboundEffectParams(int, float, int) - Method in class ohos.agp.components.PageSlider
-
Configure rebound effect parameters.
- setReboundEffectParams(int, float, int) - Method in class ohos.agp.components.ScrollView
-
Configure rebound effect parameters.
- setReboundEffectParams(ListContainer.ReboundEffectParams) - Method in class ohos.agp.components.ListContainer
-
Sets rebound effect parameters.
- setReboundEffectParams(PageSlider.ReboundEffectParams) - Method in class ohos.agp.components.PageSlider
-
Sets rebound effect parameters.
- setReboundEffectParams(ScrollView.ReboundEffectParams) - Method in class ohos.agp.components.ScrollView
-
Sets rebound effect parameters.
- setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
-
Sets the SO_RCVBUF option to the specified value for this
DatagramSocket.
- setReceiveBufferSize(int) - Method in class java.net.ServerSocket
-
- setReceiveBufferSize(int) - Method in class java.net.Socket
-
- setRecipientName(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the recipientName index field.
- setRecipientPhone(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the recipientPhone index field.
- setRecorderAudioEncoder(int) - Method in class ohos.media.common.AudioProperty.Builder
-
Sets an audio encoding format.
- setRecorderAudioSource(int) - Method in class ohos.media.common.Source
-
- setRecorderBitRate(int) - Method in class ohos.media.common.AudioProperty.Builder
-
Sets an audio encoding bit rate.
- setRecorderBitRate(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video encoding bit rate.
- setRecorderDegrees(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video rotation angle.
- setRecorderFd(FileDescriptor) - Method in class ohos.media.common.StorageProperty.Builder
-
Sets a file descriptor object of the file to be written.
- setRecorderFile(File) - Method in class ohos.media.common.StorageProperty.Builder
-
Sets a file object to be written.
- setRecorderFps(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video frame capture rate.
- setRecorderHeight(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video height.
- setRecorderLocation(float, float) - Method in class ohos.media.recorder.Recorder
-
Sets the longitude and latitude of a video.
- setRecorderMaxDurationMs(int) - Method in class ohos.media.common.StorageProperty.Builder
-
Sets the maximum recording duration (in milliseconds).
- setRecorderMaxFileSizeBytes(long) - Method in class ohos.media.common.StorageProperty.Builder
-
Sets the maximum file size (in bytes) of a recording session.
- setRecorderNumChannels(int) - Method in class ohos.media.common.AudioProperty.Builder
-
Sets the number of audio channels.
- setRecorderPath(String) - Method in class ohos.media.common.StorageProperty.Builder
-
Sets an output file path.
- setRecorderProfile(RecorderProfile) - Method in class ohos.media.recorder.Recorder
-
Sets the recording configuration.
- setRecorderRate(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video frame rate.
- setRecorderSamplingRate(int) - Method in class ohos.media.common.AudioProperty.Builder
-
Sets an audio sampling rate.
- setRecorderVideoEncoder(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video encoding format.
- setRecorderVideoSource(int) - Method in class ohos.media.common.Source
-
- setRecorderWidth(int) - Method in class ohos.media.common.VideoProperty.Builder
-
Sets the video width.
- setRect(Rect) - Method in class ohos.agp.render.PdfGenerator.PageInfo.Builder
-
Sets the content rectangle based on the given rectangle.
- setRect(Rect) - Method in class ohos.agp.render.Region
-
Sets this region to a specified rectangle.
- setRectToRect(RectFloat, RectFloat, Matrix.ScaleToFit) - Method in class ohos.agp.utils.Matrix
-
Sets a source rectangle to be inside a destination rectangle based on the specified scaling mode.
- setRecurDate(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the interval at which the event repeats.
- setRecurRule(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the recurrence rule.
- setRed(int) - Method in class ohos.agp.colors.RgbColor
-
Sets the red color value of a RgbColor object.
- setRedBrightness(int) - Method in class ohos.light.bean.LightBrightness
-
Sets the brightness value for the red channel of the light.
- setRef(int, Ref) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>) value.
- setRef(int, Ref) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Ref value.
- setReflectance(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the reflectance of this material at normal incidence.
- setRegion(String) - Method in class java.util.Locale.Builder
-
Sets the region.
- setRegion(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the region.
- setRegion(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the area where this contact is located.
- setRegion(Region) - Method in class ohos.agp.render.Region
-
Sets this region to a specified region.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets a new handler for unexecutable tasks.
- setRelationName(String) - Method in class ohos.sysappcomponents.contact.entity.Relation
-
Sets the relation name.
- setRelativeTextSize(float) - Method in class ohos.agp.text.TextForm
-
Sets the relative size for this text.
- setRemainVisiblePercent(int) - Method in class ohos.agp.components.ListContainer.ReboundEffectParams
-
Sets the value for the remainVisiblePercent parameter.
- setRemainVisiblePercent(int) - Method in class ohos.agp.components.PageSlider.ReboundEffectParams
-
Sets the value for the remainVisiblePercent parameter.
- setRemainVisiblePercent(int) - Method in class ohos.agp.components.ScrollView.ReboundEffectParams
-
Sets the value for the remainVisiblePercent parameter.
- setRemindersType(String) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets the reminder type.
- setRemindMinutes(int) - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Sets the number of minutes that the reminder is sent before an event occurs.
- setRemindType(int) - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
Sets the reminder type.
- setRemovalIntentAgent(IntentAgent) - Method in class ohos.event.notification.NotificationRequest
-
Sets an
IntentAgent object that is triggered when
the user explicitly removes this notification.
- setRemoveOnCancelPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Sets the policy on whether cancelled tasks should be immediately
removed from the work queue at time of cancellation.
- setRenderMode(Engine.RenderMode) - Method in interface ohos.agp.render.render3d.Engine
-
Sets the rendering mode of an engine.
- setRenderNodeGraph(Engine.RenderNodeGraph) - Method in class ohos.agp.render.render3d.RenderLoop
-
Sets the rendering node graph.
- setRenderNodeGraph(Engine.RenderNodeGraphType) - Method in class ohos.agp.render.render3d.RenderLoop
-
Sets the rendering node graph using a set of predefined options.
- setRenderResolution(int, int) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets rendering resolutions for the camera.
- setReorderCodes(int...) - Method in class ohos.global.icu.text.Collator
-
Sets the reordering codes for this collator.
- setReorderCodes(int...) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the reordering codes for this collator.
- setReorderingMode(int) - Method in class ohos.global.icu.text.Bidi
-
Modify the operation of the Bidi algorithm such that it implements some
variant to the basic Bidi algorithm or approximates an "inverse Bidi"
algorithm, depending on different values of the "reordering mode".
- setReorderingOptions(int) - Method in class ohos.global.icu.text.Bidi
-
Specify which of the reordering options should be applied during Bidi
transformations.
- setRepeatCount(int) - Method in class ohos.aafwk.ability.AbilitySliceAnimator
-
Sets the number of times that an animation play will be repeated.
- setRepeatCount(int) - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Sets the repeat times of the animation playback.
- setRepeatedWallTimeOption(int) - Method in class ohos.global.icu.util.Calendar
-
[icu]Sets the behavior for handling wall time repeating multiple times
at negative time zone offset transitions.
- setRepeatStatus(String) - Method in class ohos.data.search.schema.NoticeItem
-
Sets the repeatStatus index field.
- setRequestMethod(String) - Method in class java.net.HttpURLConnection
-
Set the method for the URL request, one of:
GET
POST
HEAD
OPTIONS
PUT
DELETE
TRACE
are legal, subject to protocol restrictions.
- setRequestProperty(String, String) - Method in class java.net.URLConnection
-
Sets the general request property.
- setReserved1(String) - Method in class ohos.data.search.schema.Schema
-
Sets the reserved1 index field, which is used to store custom attributes.
- setReserved2(String) - Method in class ohos.data.search.schema.Schema
-
Sets the reserved2 index field, which is used to store custom attributes.
- setResourceBundle(ResourceBundle) - Method in class java.util.logging.Logger
-
Sets a resource bundle on this logger.
- setResourceBundle(ResourceBundle) - Method in class java.util.logging.LogRecord
-
Set the localization resource bundle.
- setResourceBundleName(String) - Method in class java.util.logging.LogRecord
-
Set the localization resource bundle name.
- setResourceResolver(LSResourceResolver) - Method in class ohos.javax.xml.validation.Validator
-
Sets the
LSResourceResolver to customize
resource resolution while in a validation episode.
- setResourceResolver(LSResourceResolver) - Method in class ohos.javax.xml.validation.ValidatorHandler
-
Sets the
LSResourceResolver to customize
resource resolution while in a validation episode.
- setRestricted(boolean) - Method in class ohos.wifi.WifiDeviceConfig
-
Sets whether to restrict the data volume in this network.
- setResult(int, Intent) - Method in class ohos.aafwk.ability.Ability
-
Sets the result code and data to be returned by this Page ability to the caller.
- setResult(Intent) - Method in class ohos.aafwk.ability.AbilitySlice
-
Sets the data to be returned when an ability slice is destroyed.
- setReuseAddress(boolean) - Method in class java.net.DatagramSocket
-
Enable/disable the SO_REUSEADDR socket option.
- setReuseAddress(boolean) - Method in class java.net.ServerSocket
-
- setReuseAddress(boolean) - Method in class java.net.Socket
-
- setRevocationEnabled(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets the RevocationEnabled flag.
- setRgbColor(RgbColor) - Method in class ohos.agp.components.element.ShapeElement
-
- setRgbColors(RgbColor[]) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the colors for filling a
ShapeElement object with gradient effect.
- setRichText(RichText) - Method in class ohos.agp.components.Text
-
Sets the rich text to be displayed in a text component.
- setRight(int) - Method in class ohos.agp.components.Component
-
Sets the right edge position of a component relative to the parent container.
- setRightBubbleHeight(int) - Method in class ohos.agp.components.Text
-
Sets the height for the bubble box on the right of the text.
- setRightBubbleSize(int, int) - Method in class ohos.agp.components.Text
-
Sets the width and height for the right padding area of the bubble box where the text is displayed.
- setRightBubbleWidth(int) - Method in class ohos.agp.components.Text
-
Sets the width for the bubble box on the right of the text.
- setRightPadding(int) - Method in class ohos.aafwk.ability.Ability.WindowAttributeHelper
-
Sets the right padding of a window.
- setRingerMode(AudioManager.AudioRingMode) - Method in class ohos.media.audio.AudioManager
-
Sets the ringer mode.
- setRingerUri(Context, AudioManager.RingtoneType, Uri) - Static method in class ohos.media.audio.AudioManager
-
- setRoad(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the road index field.
- setRoad(String) - Method in class ohos.data.search.schema.PlaceItem
-
Sets the road index field.
- setRoadName(String) - Method in class ohos.location.GeoAddress
-
Sets the road name in the current GeoAddress object.
- setRoi(CvRect) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets a region of interest (ROI).
- setRole(AudioDeviceDescriptor.DeviceRole) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets a device role.
- setRotate(float) - Method in class ohos.agp.utils.Matrix
-
Sets the matrix to rotate around the pivot point (0,0) by a specified number of degrees.
- setRotate(float, float, float) - Method in class ohos.agp.utils.Matrix
-
Sets the matrix to rotate around the pivot point (px,py) by a specified number of degrees.
- setRotateAbout(float, float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Rotates about the vector [x, y, z] by a specified radian.
- setRotateAboutUnit(float, float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Rotates about the vector [x, y, z] as a unit vector by a specified radian.
- setRotateDegreesAbout(float, float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Rotates about the vector [x, y, z] by a specified angle.
- setRotation(float) - Method in class ohos.agp.components.Component
-
Sets the degrees that the component is rotated around the Z axis.
- setRotation(Quaternion) - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Sets the rotation of the current entity relative to the parent entity.
- setRotation(Quaternion) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets the rotation part of the transformation component in a node.
- setRotationEventListener(Component.RotationEventListener) - Method in class ohos.agp.components.Component
-
Registers a listener for rotation events in the component.
- setRotationSensitivity(float) - Method in class ohos.agp.components.Component
-
Sets the rotation sensitivity of a component.
- setRoughnessFactor(float) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the roughness factor of this material.
- setRoundingIncrement(double) - Method in class ohos.global.icu.text.DecimalFormat
-
- setRoundingIncrement(BigDecimal) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Rounding and Digit Limits: Sets an increment, or interval, to which
numbers are rounded.
- setRoundingIncrement(BigDecimal) - Method in class ohos.global.icu.text.DecimalFormat
-
- setRoundingMode(int) - Method in class ohos.global.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the
RoundingMode used to round
numbers.
- setRoundingMode(int) - Method in class ohos.global.icu.text.NumberFormat
-
Set the rounding mode used in this NumberFormat.
- setRoundingMode(RoundingMode) - Method in class java.text.DecimalFormat
-
- setRoundingMode(RoundingMode) - Method in class java.text.NumberFormat
-
- setRowCount(int) - Method in class ohos.agp.components.TableLayout
-
Sets the number of rows in the table layout.
- setRowCount(int) - Method in class ohos.agp.components.TableLayoutManager
-
Sets the number of rows in the table.
- setRowId(int, RowId) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(int, RowId) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(long) - Method in class ohos.data.orm.OrmObject
-
Sets the row corresponding to an OrmObject instance in the RDB table.
- setRowId(String, RowId) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(String, RowId) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.RowId object.
- setRunningMode(int) - Method in interface ohos.media.camera.device.CameraConfig.Builder
-
Sets a running mode for the camera.
- setSampler(GpuResourceHandle) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets a handle for the sampler used by this material.
- setSampleRate(int) - Method in class ohos.media.audio.AudioRenderer
-
Sets the audio stream sampling rate.
- setSamplingRates(int[]) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets the sampling rates.
- setSaturation(float) - Method in class ohos.agp.colors.HslColor
-
Sets the saturation of a color.
- setSaturation(float) - Method in class ohos.agp.colors.HsvColor
-
Sets the saturation level of an HSV color.
- setSaturation(float) - Method in class ohos.agp.render.ColorMatrix
-
Sets the saturation of a ColorMatrix instance.
- setSavepoint() - Method in interface java.sql.Connection
-
Creates an unnamed savepoint in the current transaction and
returns the new Savepoint object that represents it.
- setSavepoint(String) - Method in interface java.sql.Connection
-
Creates a savepoint with the given name in the current transaction
and returns the new Savepoint object that represents it.
- setScale() - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Sets the default SISR scale factor to 1x.
- setScale(float) - Method in class ohos.agp.utils.Matrix44
-
Scales this Matrix44 by the specified size.
- setScale(float) - Method in class ohos.ai.cv.sr.SisrConfiguration
-
Sets the SISR scale factor.
- setScale(float, boolean) - Method in class ohos.accessibility.ability.DisplayResizeController
-
Sets the display resizing scale.
- setScale(float, float) - Method in class ohos.agp.components.Component
-
Sets the component's scale factor around the pivot.
- setScale(float, float) - Method in class ohos.agp.utils.Matrix
-
Scales this Matrix by the specified values.
- setScale(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Scales this Matrix44 by the specified size.
- setScale(float, float, float, float) - Method in class ohos.agp.render.ColorMatrix
-
Sets a ColorMatrix instance to scale according to a specified value.
- setScale(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Scales this Matrix by the specified values and the specified position of the perspective point.
- setScale(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose scale is the specified
value, and whose value is numerically equal to this
BigDecimal's.
- setScale(int) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal with a given scale.
- setScale(int, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose scale is the specified
value, and whose unscaled value is determined by multiplying or
dividing this BigDecimal's unscaled value by the
appropriate power of ten to maintain its overall value.
- setScale(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's number of digits to the
right of the decimal point to the given int.
- setScale(int, int) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal with a given scale.
- setScale(int, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose scale is the specified
value, and whose unscaled value is determined by multiplying or
dividing this BigDecimal's unscaled value by the
appropriate power of ten to maintain its overall value.
- setScale(Vector3) - Method in class ohos.agp.render.render3d.components.TransformComponent
-
Sets the scale of the current entity relative to the parent entity.
- setScale(Vector3) - Method in interface ohos.agp.render.render3d.SceneNode
-
Sets the scaling part of the transformation component in a node.
- setScaledListener(Component.ScaledListener) - Method in class ohos.agp.components.Component
-
Registers a listener for scale events of a component.
- setScaleMode(Image.ScaleMode) - Method in class ohos.agp.components.Image
-
Sets the scaling mode of an image.
- setScaleTranslate(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Initializes the scale and translation factors of this Matrix.
- setScaleX(float) - Method in class ohos.agp.components.Component
-
Sets the component's scaling factor in the X direction around the pivot point.
- setScaleX(float) - Method in class ohos.agp.text.TextForm
-
Sets the horizontal scale ratio for this text.
- setScaleX(float) - Method in class ohos.agp.utils.Matrix
-
Sets the horizontal scale factor for this Matrix.
- setScaleY(float) - Method in class ohos.agp.components.Component
-
Sets the component's scaling factor in the Y direction around the pivot point.
- setScaleY(float) - Method in class ohos.agp.utils.Matrix
-
Sets the vertical scale factor for this Matrix.
- setScenario(int) - Method in class ohos.location.RequestParam
-
Sets the location scenario type.
- setScene(int) - Method in class ohos.agp.components.Component.VoiceEvent
-
Sets the event scene.
- setSchema(Schema) - Method in class ohos.data.distributed.common.Options
-
Sets the Schema for this Options object.
- setSchema(Schema) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Set the
Schema to be used by parsers created
from this factory.
- setSchemaMode(SchemaMode) - Method in class ohos.data.distributed.common.Schema
-
Sets the mode of this Schema instance.
- setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the name of the designated column's table's schema, if any, to
the given String.
- setScientificNotation(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Scientific Notation: Sets whether this formatter should print in
scientific (exponential) notation.
- setScore(float) - Method in class ohos.agp.components.Rating
-
Sets the rating score.
- setScreenOffset(float, float) - Method in class ohos.multimodalinput.event.ManipulationEvent
-
Sets the offset position relative to the screen.
- setScript(String) - Method in class java.util.Locale.Builder
-
Sets the script.
- setScript(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the script.
- setScrollable(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is scrollable.
- setScrollable(boolean) - Method in class ohos.agp.components.Text
-
Sets whether the text is scrollable.
- setScrollbarBackgroundColor(Color) - Method in class ohos.agp.components.Component
-
Sets the background color of a scroll bar.
- setScrollbarColor(Color) - Method in class ohos.agp.components.Component
-
Sets the color of a scroll bar.
- setScrollbarFadingDelay(int) - Method in class ohos.agp.components.Component
-
Sets the delay before a scrollbar is fading.
- setScrollbarFadingDuration(int) - Method in class ohos.agp.components.Component
-
Sets the fading duration of a scrollbar.
- setScrollbarFadingEnabled(boolean) - Method in class ohos.agp.components.Component
-
- setScrollbarOverlapEnabled(boolean) - Method in class ohos.agp.components.Component
-
Sets whether the scroll bar overlaps with the content.
- setScrollbarRadius(float) - Method in class ohos.agp.components.Component
-
Sets the radius for the scroll bar's rounded border.
- setScrollbarRoundRect(boolean) - Method in class ohos.agp.components.Component
-
Sets the shape of the scroll bar.
- setScrollbarStartAngle(float) - Method in class ohos.agp.components.Component
-
Sets the start angle for a rounded scroll bar.
- setScrollbarSweepAngle(float) - Method in class ohos.agp.components.Component
-
Sets the sweep angle for a rounded scroll bar.
- setScrollbarThickness(int) - Method in class ohos.agp.components.Component
-
Sets the thickness of a scroll bar.
- setScrolledListener(Component.ScrolledListener) - Method in class ohos.agp.components.Component
-
Registers a listener for scroll events in the component.
- setScrollListener(ListContainer.ScrollListener) - Method in class ohos.agp.components.ListContainer
-
Sets a listener to monitor the end of scrolling of a ListContainer object.
- setScrollListener(Picker.ScrolledListener) - Method in class ohos.agp.components.Picker
-
Sets the scroll state listener for a picker.
- setSearch(boolean) - Method in class ohos.data.search.model.IndexForm
-
Sets whether this field is the default search field.
- setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column can be used in a where clause.
- setSearchableEntity(SearchableEntity) - Method in class ohos.data.search.SearchAbility
-
- setSearchButton(int) - Method in class ohos.agp.components.SearchBar
-
Sets the image resource ID for the search button.
- setSearchButton(PixelMap) - Method in class ohos.agp.components.SearchBar
-
Sets the pixelMap for the search button.
- setSearchClickListener(Component.ClickedListener) - Method in class ohos.agp.components.SearchBar
-
Sets a listener to inform when the search button is pressed.
- setSearchHint(String) - Method in class ohos.agp.components.SearchBar
-
Sets the hint text to display in the search box.
- setSearchIcon(int) - Method in class ohos.agp.components.SearchBar
-
Sets the image resource ID for the search icon.
- setSearchIcon(PixelMap) - Method in class ohos.agp.components.SearchBar
-
Sets the pixelMap for the search icon.
- setSearchTextColor(Color) - Method in class ohos.agp.components.SearchBar
-
Sets the text color for the search box.
- setSecKeyAccessibleAttr(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets the accessibility attribute set for a key, depending on how the key is meant to be used.
- setSecKeyAccessibleAttr(int) - Method in class ohos.security.keystore.KeyStoreProtectionParameter.Builder
-
Sets the accessibility attribute set of a key.
- setSecKeyAlgorithmParameterSpec(AlgorithmParameterSpec) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets algorithm parameters during key generation.
- setSecKeyAuthDuration(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets the validity period of user authentication for a key.
- setSecKeyAuthDuration(int) - Method in class ohos.security.keystore.KeyStoreProtectionParameter.Builder
-
Sets the validity period for user authentication with a key, in seconds.
- setSecKeyCryptoAttrs(int, String...) - Method in class ohos.security.keystore.KeyStoreProtectionParameter.Builder
-
Sets the cryptographic attribute set of a key.
- setSecKeySizeInBits(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets the length of the generated key.
- setSecKeyUsagePurposes(int) - Method in class ohos.security.keystore.KeyGenAlgorithmParaSpec.Builder
-
Sets the purposes for using a key.
- setSecond(int) - Method in class ohos.agp.components.TimePicker
-
Sets the selected second.
- setSecondaryGroupingSize(int) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Grouping: Sets the secondary grouping size (distance between grouping
separators after the first separator) used when formatting large numbers.
- setSeconds(int) - Method in class java.sql.Date
-
Deprecated.
- setSeconds(int) - Method in class java.util.Date
-
- setSecure(boolean) - Method in class java.net.HttpCookie
-
Indicates whether the cookie should only be sent using a secure protocol,
such as HTTPS or SSL.
- setSecureObjectCipher(Cipher) - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Sets the Cipher object associated with the authentication result.
- setSecureObjectMac(Mac) - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Sets the Mac object associated with the authentication result.
- setSecureObjectSignature(Signature) - Method in class ohos.biometrics.authentication.BiometricAuthentication
-
Sets the Signature object associated with the authentication result.
- setSecurityLevel(SecurityLevel) - Method in class ohos.data.distributed.common.Options
-
Sets the type of the KvStore database.
- setSecurityManager(SecurityManager) - Static method in class java.lang.System
-
Sets the System security.
- setSecurityMode(int) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets the security policy for the WebView to load resources.
- setSecurityType(int) - Method in class ohos.wifi.WifiDeviceConfig
-
Sets the encryption mode of a Wi-Fi access point.
- setSeed(byte[]) - Method in class java.security.SecureRandom
-
Reseeds this random object.
- setSeed(long) - Method in class java.security.SecureRandom
-
Reseeds this random object, using the eight bytes contained
in the given long seed.
- setSeed(long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Throws UnsupportedOperationException.
- setSeed(long) - Method in class java.util.Random
-
Sets the seed of this random number generator using a single
long seed.
- setSelected(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is selected.
- setSelected(boolean) - Method in class ohos.agp.components.Component
-
Sets the selection state of the component.
- setSelected(int) - Method in class ohos.agp.components.PageSliderIndicator
-
Sets the position of a selected indicator item.
- setSelectedCallback(IndexBar.OnSelectedListener) - Method in class ohos.agp.components.IndexBar
-
Sets a listener to observe change events of an index bar.
- setSelectedCount(int) - Method in class ohos.agp.components.IndexBar
-
Sets the index number to select on an index bar.
- setSelectedItemIndex(int) - Method in class ohos.agp.components.ListContainer
-
Selects a component item based on the input position.
- setSelectedNormalTextMarginRatio(float) - Method in class ohos.agp.components.DatePicker
-
Sets the ratio of the selected to normal text margin in this date picker.
- setSelectedNormalTextMarginRatio(float) - Method in class ohos.agp.components.Picker
-
Sets the ratio of the selected to normal text margin in this number picker.
- setSelectedNormalTextMarginRatio(float) - Method in class ohos.agp.components.TimePicker
-
Sets the ratio of the selected to normal text margin in this time picker.
- setSelectedPaint(Paint) - Method in class ohos.agp.components.IndexBar
-
Sets the attribute of the selected paint used to draw a circle on the index bar.
- setSelectedString(String) - Method in class ohos.agp.components.IndexBar
-
Set the index bar selected string.
- setSelectedTabIndicatorColor(int) - Method in class ohos.agp.components.TabList
-
Sets the color for a selected tab.
- setSelectedTabIndicatorHeight(int) - Method in class ohos.agp.components.TabList
-
Sets the height for a selected tab.
- setSelectedTextBackground(Element) - Method in class ohos.agp.components.DatePicker
-
Sets the specified
Element as the background of the text selected by the date picker.
- setSelectedTextBackground(Element) - Method in class ohos.agp.components.Picker
-
Sets an
Element as the background of the text selected by this picker.
- setSelectedTextBackground(Element) - Method in class ohos.agp.components.TimePicker
-
Sets the specified
Element as the background of the selected text in this time picker.
- setSelectedTextColor(Color) - Method in class ohos.agp.components.DatePicker
-
Sets the color of the selected text in a date picker.
- setSelectedTextColor(Color) - Method in class ohos.agp.components.Picker
-
Sets a color for selected text on the number picker.
- setSelectedTextColor(Color) - Method in class ohos.agp.components.TimePicker
-
Sets the selected font color of the time displayed in the time picker.
- setSelectedTextFont(Font) - Method in class ohos.agp.components.DatePicker
-
Sets the font for the selected text.
- setSelectedTextFont(Font) - Method in class ohos.agp.components.Picker
-
Sets the font for the selected text in this picker.
- setSelectedTextFont(Font) - Method in class ohos.agp.components.TimePicker
-
Sets the font for the selected text in this time picker.
- setSelectedTextSize(int) - Method in class ohos.agp.components.DatePicker
-
Sets the size of the selected text in the date picker.
- setSelectedTextSize(int) - Method in class ohos.agp.components.Picker
-
Sets a font size for selected text on the number picker.
- setSelectedTextSize(int) - Method in class ohos.agp.components.TimePicker
-
Sets the selected font size of the time displayed in the time picker.
- setSelectionColor(Color) - Method in class ohos.agp.components.Text
-
Sets the color for the selected text.
- setSelectionEnd(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
- setSelectionLeftBubbleElement(Element) - Method in class ohos.agp.components.Text
-
Sets an Element object to be displayed in the left padding area of the selected bubble box.
- setSelectionRightBubbleElement(Element) - Method in class ohos.agp.components.Text
-
Sets an Element object to be displayed in the right padding area of the selected bubble box.
- setSelectionStart(int) - Method in class ohos.miscservices.inputmethod.EditingText
-
- setSelectorItemNum(int) - Method in class ohos.agp.components.DatePicker
-
Sets the number of items to display on a selector.
- setSelectorItemNum(int) - Method in class ohos.agp.components.Picker
-
Sets the number of items to display on a selector.
- setSelectorItemNum(int) - Method in class ohos.agp.components.TimePicker
-
Sets the number of items to display on a selector.
- setSemanticActionButton(NotificationConstant.SemanticActionButton) - Method in class ohos.event.notification.NotificationActionButton.Builder
-
Sets a semantic action for this NotificationActionButton.
- setSendBufferSize(int) - Method in class java.net.DatagramSocket
-
Sets the SO_SNDBUF option to the specified value for this
DatagramSocket.
- setSendBufferSize(int) - Method in class java.net.Socket
-
- setSendDataTimeout(int) - Method in class ohos.nfc.tag.TagManager
-
Sets the timeout duration (ms) for sending data to a tag.
- setSendEffect(int) - Method in class ohos.media.audio.AudioRenderer
-
Sets a send effect for audio playback.
- setSendEffectLevel(float) - Method in class ohos.media.audio.AudioRenderer
-
Sets the level of the send effect for audio playback.
- setSenderEmail(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the senderEmail index field.
- setSenderName(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the senderName index field.
- setSenderName(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the senderName index field.
- setSenderPhone(String) - Method in class ohos.data.search.schema.MessageItem
-
Sets the senderPhone index field.
- setSensorDataCallback(L, S, int) - Method in class ohos.sensor.agent.SensorAgent
-
Sets a callback for a sensor to receive sensor data in a specified sampling mode.
- setSensorDataCallback(L, S, int, long) - Method in class ohos.sensor.agent.SensorAgent
-
Sets a callback for a sensor to receive sensor data in a specified sampling mode based on
the maximum event reporting latency.
- setSensorDataCallback(L, S, long, long) - Method in class ohos.sensor.agent.SensorAgent
-
Sets a callback for a sensor to receive the sensor data at a specified sampling interval
based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryBodyDataCallback, CategoryBody, int) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Sets a callback for a body sensor to receive sensor data in a specified sampling mode.
- setSensorDataCallback(ICategoryBodyDataCallback, CategoryBody, int, long) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Sets a callback for a body sensor to receive sensor data in a specified sampling mode
based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryBodyDataCallback, CategoryBody, long) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Sets a callback for a body sensor to receive the sensor data at a specified sampling
interval.
- setSensorDataCallback(ICategoryBodyDataCallback, CategoryBody, long, long) - Method in class ohos.sensor.agent.CategoryBodyAgent
-
Sets a callback for a body sensor to receive the sensor data at a specified sampling
interval based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryEnvironmentDataCallback, CategoryEnvironment, int) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Sets a callback for an environment sensor to receive sensor data in a specified sampling
mode.
- setSensorDataCallback(ICategoryEnvironmentDataCallback, CategoryEnvironment, int, long) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Sets a callback for an environment sensor to receive sensor data in a specified sampling
mode based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryEnvironmentDataCallback, CategoryEnvironment, long) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Sets a callback for an environment sensor to receive the sensor data at a specified
sampling interval.
- setSensorDataCallback(ICategoryEnvironmentDataCallback, CategoryEnvironment, long, long) - Method in class ohos.sensor.agent.CategoryEnvironmentAgent
-
Sets a callback for an environment sensor to receive the sensor data at a specified
sampling interval based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryLightDataCallback, CategoryLight, int) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Sets a callback for a light sensor to receive sensor data in a specified sampling mode.
- setSensorDataCallback(ICategoryLightDataCallback, CategoryLight, int, long) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Sets a callback for a light sensor to receive sensor data in a specified sampling mode
based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryLightDataCallback, CategoryLight, long) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Sets a callback for a light sensor to receive the sensor data at a specified sampling
interval.
- setSensorDataCallback(ICategoryLightDataCallback, CategoryLight, long, long) - Method in class ohos.sensor.agent.CategoryLightAgent
-
Sets a callback for a light sensor to receive the sensor data at a specified sampling
interval based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryMotionDataCallback, CategoryMotion, int) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Sets a callback for a motion sensor to receive sensor data in a specified sampling mode.
- setSensorDataCallback(ICategoryMotionDataCallback, CategoryMotion, int, long) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Sets a callback for a motion sensor to receive sensor data in a specified sampling mode
based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryMotionDataCallback, CategoryMotion, long) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Sets a callback for a motion sensor to receive the sensor data at a specified sampling
interval.
- setSensorDataCallback(ICategoryMotionDataCallback, CategoryMotion, long, long) - Method in class ohos.sensor.agent.CategoryMotionAgent
-
Sets a callback for a motion sensor to receive the sensor data at a specified sampling
interval based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryOrientationDataCallback, CategoryOrientation, int) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Sets a callback for an orientation sensor to receive sensor data in a specified sampling
mode.
- setSensorDataCallback(ICategoryOrientationDataCallback, CategoryOrientation, int, long) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Sets a callback for an orientation sensor to receive sensor data in a specified sampling
mode based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryOrientationDataCallback, CategoryOrientation, long) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Sets a callback for an orientation sensor to receive the sensor data at a specified
sampling interval.
- setSensorDataCallback(ICategoryOrientationDataCallback, CategoryOrientation, long, long) - Method in class ohos.sensor.agent.CategoryOrientationAgent
-
Sets a callback for an orientation sensor to receive the sensor data at a specified
sampling interval based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryOtherDataCallback, CategoryOther, int) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Sets a callback for a sensor in the other category to receive sensor data in a specified
sampling mode.
- setSensorDataCallback(ICategoryOtherDataCallback, CategoryOther, int, long) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Sets a callback for a sensor in the other category to receive sensor data in a specified
sampling mode based on the maximum event reporting latency.
- setSensorDataCallback(ICategoryOtherDataCallback, CategoryOther, long) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Sets a callback for a sensor in the other category to receive the sensor data at a
specified sampling interval.
- setSensorDataCallback(ICategoryOtherDataCallback, CategoryOther, long, long) - Method in class ohos.sensor.agent.CategoryOtherAgent
-
Sets a callback for a sensor in the other category to receive the sensor data at a
specified sampling interval based on the maximum event reporting latency.
- setSequenceableArrayListParam(String, ArrayList<T>) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the ArrayList type whose element type is Sequenceable.
- setSequenceNumber(long) - Method in class java.util.logging.LogRecord
-
Set the sequence number.
- setSerialNumber(BigInteger) - Method in class java.security.cert.X509CertSelector
-
Sets the serialNumber criterion.
- setServerNames(List<SNIServerName>) - Method in class javax.net.ssl.SSLParameters
-
Sets the desired
SNIServerNames of the Server Name
Indication (SNI) parameter.
- setSessionCacheSize(int) - Method in interface javax.net.ssl.SSLSessionContext
-
Sets the size of the cache used for storing SSLSession
objects grouped under this SSLSessionContext.
- setSessionTimeout(int) - Method in interface javax.net.ssl.SSLSessionContext
-
Sets the timeout limit for SSLSession objects grouped
under this SSLSessionContext.
- setSettingsText(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the text that will be displayed as a link to the settings of the application.
- setShader(Shader, Paint.ShaderType) - Method in class ohos.agp.render.Paint
-
- setShaderColor(Color) - Method in class ohos.agp.components.DatePicker
-
Sets a shader color for the date picker.
- setShaderColor(Color) - Method in class ohos.agp.components.ListContainer
-
Sets the shader color for this ListContainer object.
- setShaderColor(Color) - Method in class ohos.agp.components.Picker
-
Sets a shader color for the number picker.
- setShaderColor(Color) - Method in class ohos.agp.components.TimePicker
-
Sets a shader color for the time picker.
- setShaderMatrix(Matrix) - Method in class ohos.agp.render.Shader
-
Set shader's matrix.
- setShaderType(int) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the shader type.
- setShadowEnabled(boolean) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets whether the current lights support projection.
- setShape(int) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the shape.
- setShootingDate(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the shootingDate index field.
- setShootingMode(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the shootingMode index field.
- setShort(int, short) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java short value.
- setShort(int, short) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java short value.
- setShort(Object, int, short) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified short value.
- setShort(Object, short) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a short on the specified object.
- setShort(String, short) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java short value.
- setShort(String, short) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java short value.
- setShortcutId(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the shortcut ID for this notification.
- setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
-
Sets short month strings.
- setShortMonths(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets short month strings.
- setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
-
Sets short weekday strings.
- setShortWeekdays(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets abbreviated weekday strings; for example: "Sun", "Mon", etc.
- setShowCreateTime(boolean) - Method in class ohos.event.notification.NotificationRequest
-
- setShowDeliveryTime(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to show the notification delivery time for this notification.
- setShowMode(int) - Method in class ohos.accessibility.ability.SoftKeyBoardController
-
Sets the show/hide mode of the soft keyboard.
- setShownActions(int[]) - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
- setShowOnLockScreen(boolean) - Method in class ohos.app.AbilityContext
-
- setShowOnLockScreen(boolean) - Method in interface ohos.app.Context
-
Sets whether to show this ability on top of the lock screen whenever the lock screen is displayed,
keeping the ability in the ACTIVE state.
- setShowStopwatch(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to show the notification creation time as a stopwatch.
- setSignAlwaysShown(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
Sets whether to always shown the plus sign ('+' in en) on positive numbers.
- setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is a signed number.
- setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
-
Sets the signers of a class.
- setSignificantDigit(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used to represent a significant digit in a pattern.
- setSignificantDigitsUsed(boolean) - Method in class ohos.global.icu.text.DecimalFormat
-
[icu] Rounding and Digit Limits: Sets whether significant digits are to be
used in rounding.
- setSigProvider(String) - Method in class java.security.cert.PKIXParameters
-
Sets the signature provider's name.
- setSinCos(float, float) - Method in class ohos.agp.utils.Matrix
-
Sets this Matrix to rotate about the perspective point (0,0) by the specified horizontal
and vertical components of the rotation vector.
- setSinCos(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Sets this Matrix to rotate about the perspective point at the specified coordinates
by the given horizontal and vertical components of the rotation vector.
- setSingleSelectItems(String[], int) - Method in class ohos.agp.window.dialog.ListDialog
-
Sets the items to be displayed in a radio box list.
- setSipAddress(String) - Method in class ohos.sysappcomponents.contact.entity.SipAddress
-
Sets the SIP address.
- setSize(int) - Method in class java.util.Vector
-
Sets the size of this vector.
- setSize(int) - Method in class ohos.utils.Parcel
-
Sets the size of data (in bytes) contained in the Parcel instance.
- setSize(int, int) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets the size of a dialog box.
- setSize(int, int) - Method in class ohos.agp.window.dialog.ToastDialog
-
Sets the size of a toast dialog.
- setSize(long) - Method in class java.util.zip.ZipEntry
-
Sets the uncompressed size of the entry data.
- setSize(Integer) - Method in class ohos.data.search.schema.AppItem
-
Sets the size index field.
- setSize(Integer) - Method in class ohos.data.search.schema.DocumentItem
-
Sets the size index field.
- setSize(Integer) - Method in class ohos.data.search.schema.MusicItem
-
Sets the size index field.
- setSize(Integer) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the size index field.
- setSize(Integer) - Method in class ohos.data.search.schema.VideoItem
-
Sets the size index field.
- setSizeX(float) - Method in class ohos.agp.utils.DimensFloat
-
Sets a float value for the X axis of this DimensFloat instance.
- setSizeX(float) - Method in class ohos.utils.geo.DimensFloat
-
Sets a float value for the X axis of this DimensFloat instance.
- setSizeX(int) - Method in class ohos.agp.utils.DimensFloat
-
Sets an int value for the X axis of this DimensFloat instance.
- setSizeX(int) - Method in class ohos.utils.geo.DimensFloat
-
Sets an int value for the X axis of this DimensFloat instance.
- setSizeY(float) - Method in class ohos.agp.utils.DimensFloat
-
Sets a float value for the Y axis of this DimensFloat instance.
- setSizeY(float) - Method in class ohos.utils.geo.DimensFloat
-
Sets a float value for the Y axis of this DimensFloat instance.
- setSizeY(int) - Method in class ohos.agp.utils.DimensFloat
-
Sets an int value for the Y axis of this DimensFloat instance.
- setSizeY(int) - Method in class ohos.utils.geo.DimensFloat
-
Sets an int value for the Y axis of this DimensFloat instance.
- setSkew(float, float) - Method in class ohos.agp.utils.Matrix
-
Skews this Matrix by the specified skew factors.
- setSkew(float, float, float, float) - Method in class ohos.agp.utils.Matrix
-
Skews this Matrix around a specified pivot by the specified skew factors.
- setSkewX(float) - Method in class ohos.agp.utils.Matrix
-
Sets the horizontal skew factor for this Matrix.
- setSkewY(float) - Method in class ohos.agp.utils.Matrix
-
Sets the vertical skew factor for this Matrix.
- setSkippedWallTimeOption(int) - Method in class ohos.global.icu.util.Calendar
-
[icu]Sets the behavior for handling skipped wall time at positive time zone offset
transitions.
- setSlideEnabled(boolean) - Method in class ohos.agp.components.SlideDrawer
-
- setSlidingPossible(boolean) - Method in class ohos.agp.components.PageSlider
-
Sets whether to enable page sliding.
- setSlotGroup(String) - Method in class ohos.event.notification.NotificationSlot
-
- setSlotId(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the slot ID of a notification to bind the created NotificationSlot object.
- setSNIMatchers(Collection<SNIMatcher>) - Method in class javax.net.ssl.SSLParameters
-
Sets the
SNIMatchers of the Server Name Indication (SNI)
parameter.
- setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
-
Sets the SocketAddress (usually IP address + port number) of the remote
host to which this datagram is being sent.
- setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
-
Sets the server socket implementation factory for the
application.
- setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
-
Sets the client socket implementation factory for the
application.
- setSocketReadTimeout(int) - Method in class ohos.net.LocalSocket
-
Sets the timeout duration for reading data from the input stream of this socket.
- setSocketTag(Socket) - Static method in class ohos.net.DataFlowStatistics
-
Sets a specified socket for the DataFlowStatistics tag of this thread.
- setSoLinger(boolean, int) - Method in class java.net.Socket
-
- setSortingKey(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets a key used for sorting notifications from the same application bundle.
- setSoTimeout(int) - Method in class java.net.DatagramSocket
-
Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSoTimeout(int) - Method in class java.net.ServerSocket
-
- setSoTimeout(int) - Method in class java.net.Socket
-
- setSound(Uri) - Method in class ohos.event.notification.NotificationSlot
-
Sets a prompt tone for a NotificationSlot object, which will be played
after a notification is received.
- setSource(FileDescriptor) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Sets the specified file descriptor as the source to read the media file.
- setSource(FileDescriptor, long, long) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Sets the media source described by the specified the file descriptor, offset, and data size for data reading.
- setSource(String) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Sets the specified path as the source to read the media file.
- setSource(String, Map<String, String>) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Sets the specified URI as the source to read the media file.
- setSource(Context, Uri) - Method in class ohos.media.photokit.metadata.AVMetadataHelper
-
Sets the specified URI and context as the source to read the media file.
- setSource(BaseFileDescriptor) - Method in class ohos.media.player.Player
-
Sets a media file to be played from app's assets directory.
- setSource(Source) - Method in class ohos.media.extractor.Extractor
-
Sets the media playback source.
- setSource(Source) - Method in class ohos.media.player.Player
-
Sets a media file to be played from locally or from the Internet.
- setSource(Source) - Method in class ohos.media.recorder.Recorder
-
Sets the audio and video source.
- setSource(Source, TrackInfo) - Method in class ohos.media.codec.Codec
-
Sets the data source.
- setSourceClassName(String) - Method in class java.util.logging.LogRecord
-
Set the name of the class that (allegedly) issued the logging request.
- setSourceFormat(Format) - Method in class ohos.media.codec.Codec
-
Sets the data source format and encoding parameters.
- setSourceMethodName(String) - Method in class java.util.logging.LogRecord
-
Set the name of the method that (allegedly) issued the logging request.
- setSpeaker(int) - Method in class ohos.ai.tts.TtsParams
-
Sets the speaking timbre.
- setSpecularFactor(Vector3) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the specular factor (specular RGB color) of this material.
- setSpeechEventListener(Component.SpeechEventListener) - Method in class ohos.agp.components.Component
-
Sets a listener for voice events in this component.
- setSpeed(float) - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Sets the animation playback speed.
- setSpeed(float) - Method in class ohos.location.Location
-
Sets the moving speed, in unit of meters/second.
- setSpeed(float) - Method in class ohos.media.audio.AudioRenderer
-
Sets the playback speed.
- setSpeed(float) - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Sets the playback speed of a sound playback task.
- setSpeed(int) - Method in class ohos.ai.tts.TtsParams
-
Sets the speaking speed.
- setSpotInnerAngle(float) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the inner angle of spot lights.
- setSpotOuterAngle(float) - Method in class ohos.agp.render.render3d.components.LightComponent
-
Sets the outer angle of spot lights.
- setSQLXML(int, SQLXML) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(int, SQLXML) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(String, SQLXML) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(String, SQLXML) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSsid(String) - Method in class ohos.wifi.WifiDeviceConfig
-
Sets the SSID name of a Wi-Fi access point.
- setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLEngine
-
Applies SSLParameters to this engine.
- setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLServerSocket
-
Applies SSLParameters to newly accepted connections.
- setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLSocket
-
Applies SSLParameters to this socket.
- setSSLSocketFactory(SSLSocketFactory) - Method in class javax.net.ssl.HttpsURLConnection
-
Sets the SSLSocketFactory to be used when this instance
creates sockets for secure https URL connections.
- setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
-
- setStartAngle(float) - Method in class ohos.agp.components.RoundProgressBar
-
Sets the start angle for this round progress bar.
- setStartDate(Long) - Method in class ohos.data.search.schema.EventItem
-
Sets the startDate index field.
- setStartIndex(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the start index of listed items on the screen.
- setStartListenerInternal(Animator.StateChangedListener) - Method in class ohos.agp.animation.Animator
-
Sets the start listener for animators.
- setStartPoint(Point) - Method in class ohos.agp.utils.Line
-
Sets the start point for this line.
- setStartPointX(float) - Method in class ohos.agp.utils.Line
-
Sets the x-coordinate for this line's start point.
- setStartPointY(float) - Method in class ohos.agp.utils.Line
-
Sets the y-coordinate for this line's start point.
- setStartPosition(GesturePathPositionDefine) - Method in class ohos.accessibility.ability.GesturePathDefine
-
Sets the start position of this gesture path.
- setStartRowIndex(int) - Method in class ohos.data.resultset.SharedBlock
-
Sets the start row index of a shared block to rowIndex.
- setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time start rule to a fixed date within a month.
- setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time start rule.
- setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time start rule to a weekday before or after the given date within
a month, e.g., the first Monday on or after the 8th.
- setStartTimezone(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the start time zone of the event.
- setStartYear(int) - Method in class java.util.SimpleTimeZone
-
Sets the daylight saving time starting year.
- setState(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Sets the value of synchronization state.
- setState(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Sets the value of synchronization state.
- setState(Format.Field, Object, int, int) - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Sets new values for the primary public getters.
- setStateChangedListener(Animator.StateChangedListener) - Method in class ohos.agp.animation.AnimatorGroup
-
Sets the state changed listener for animator groups.
- setStateChangedListener(Animator.StateChangedListener) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets a listener for animator state changes (pause or resumption).
- setStateChangedListener(Animator.StateChangedListener) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the state change listener for animators.
- setStateColorList(int[][], int[]) - Method in class ohos.agp.components.element.Element
-
Sets Element states and their corresponding colors.
- setStateColorMode(BlendMode) - Method in class ohos.agp.components.element.Element
-
Sets a
BlendMode object for this
Element object.
- setStateOffText(String) - Method in class ohos.agp.components.Switch
-
Sets the displayed text of a switch in disabled state.
- setStateOffText(String) - Method in class ohos.agp.components.ToggleButton
-
Sets the text displayed when a toggle button off.
- setStateOnText(String) - Method in class ohos.agp.components.Switch
-
Sets the displayed text of a switch in enabled state.
- setStateOnText(String) - Method in class ohos.agp.components.ToggleButton
-
Sets the text displayed when a toggle button is on.
- setStatusAndReason(int, String) - Method in class ohos.agp.components.webengine.ResourceResponse
-
Sets the status of the resource response and the reason.
- setStatusBarColor(int) - Method in class ohos.agp.window.service.Window
-
Sets the color of the status bar.
- setStatusBarText(String) - Method in class ohos.event.notification.NotificationRequest
-
Sets the scrolling text to be displayed in the status bar when this notification is received.
- setStatusBarVisibility(int) - Method in class ohos.agp.window.service.Window
-
Sets whether the status bar is visible.
- setStep(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the progress step.
- setSticky(boolean) - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
Sets whether the type of a common event is sticky or not.
- setStorageMode(StoreConfig.StorageMode) - Method in class ohos.data.rdb.StoreConfig.Builder
-
- setStorageProperty(StorageProperty) - Method in class ohos.media.recorder.Recorder
-
Sets the audio and video storage properties.
- setStore(boolean) - Method in class ohos.data.search.model.IndexForm
-
Sets whether to store this field.
- setStrategy(int) - Method in class java.util.zip.Deflater
-
Sets the compression strategy to the specified value.
- setStreamInfo(AudioStreamInfo) - Method in class ohos.media.audio.AudioInterrupt
-
Sets audio stream information for audio interruption.
- setStreamType(AudioStreamInfo.StreamType) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the type of audio streams using this AVTubeEx instance.
- setStreet(String) - Method in class ohos.sysappcomponents.contact.entity.PostalAddress
-
Sets the street where this contact is located.
- setStrength(int) - Method in class java.text.Collator
-
Sets this Collator's strength property.
- setStrength(int) - Method in class ohos.global.icu.text.Collator
-
Sets this Collator's strength attribute.
- setStrength(int) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets this Collator's strength attribute.
- setStrengthDefault() - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets the collation strength to the initial mode set during the construction of the RuleBasedCollator.
- setStrikethrough(boolean) - Method in class ohos.agp.text.TextForm
-
Sets whether to add a strikethrough for this text.
- setStrikeThrough(boolean) - Method in class ohos.agp.render.Paint
-
Sets whether to add a strikethrough for this text.
- setString(int, String) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java String value.
- setString(int, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java String value.
- setString(int, String) - Method in interface ohos.data.rdb.Statement
-
Sets a string value for a precompiled statement dynamically.
- setString(int, String, String) - Method in class ohos.agp.components.ComponentProvider
-
Invokes a specified interface of a component.
- setString(long, String) - Method in interface java.sql.Clob
-
Writes the given Java String to the CLOB
value that this Clob object designates at the position
pos.
- setString(long, String) - Method in class ohos.data.orm.Clob
-
Writes the given Java String to the CLOB
value that this Clob object designates at the position
pos.
- setString(long, String, int, int) - Method in interface java.sql.Clob
-
Writes len characters of str, starting
at character offset, to the CLOB value
that this Clob represents.
- setString(long, String, int, int) - Method in class ohos.data.orm.Clob
-
Writes len characters of str, starting
at character offset, to the CLOB value
that this Clob represents.
- setString(String) - Method in interface java.sql.SQLXML
-
Sets the XML value designated by this SQLXML instance to the given String representation.
- setString(String, String) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java String value.
- setString(String, String) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java String value.
- setString(String, String) - Method in class ohos.media.common.AVMetadata.Builder
-
Adds a string value to the media metadata.
- setStringArrayListParam(String, ArrayList<String>) - Method in class ohos.aafwk.content.Intent
-
Sets a parameter value of the ArrayList type whose element type is String.
- setStringData(String) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
String data to parse.
- setStrings(String[]) - Method in interface ohos.data.rdb.Statement
-
Sets all the string values for a precompiled statement dynamically.
- setStringSelectedPaint(Paint) - Method in class ohos.agp.components.IndexBar
-
Sets the attribute of the selected paint used to draw a string on the index bar.
- setStroke(int, RgbColor) - Method in class ohos.agp.components.element.ShapeElement
-
Sets the border width and color.
- setStrokeCap(Paint.StrokeCap) - Method in class ohos.agp.render.Paint
-
Sets the stroke cap for a Paint.
- setStrokeJoin(Paint.Join) - Method in class ohos.agp.render.Paint
-
Sets the stroke join for this Paint.
- setStrokeMiter(float) - Method in class ohos.agp.render.Paint
-
Sets the stroke miter for this Paint.
- setStrokeWidth(float) - Method in class ohos.agp.render.Paint
-
Sets the stroke width for a Paint object.
- setStyle(Paint.Style) - Method in class ohos.agp.render.Paint
-
Sets the style attribute of a Paint object.
- setSubAdministrativeArea(String) - Method in class ohos.location.GeoAddress
-
Sets the sub-administrative region name of the current GeoAddress object.
- setSubject(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the subject criterion.
- setSubject(String) - Method in class java.security.cert.X509CertSelector
-
- setSubject(X500Principal) - Method in class java.security.cert.X509CertSelector
-
Sets the subject criterion.
- setSubjectAlternativeNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
-
Sets the subjectAlternativeNames criterion.
- setSubjectKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the subjectKeyIdentifier criterion.
- setSubjectPublicKey(byte[]) - Method in class java.security.cert.X509CertSelector
-
Sets the subjectPublicKey criterion.
- setSubjectPublicKey(PublicKey) - Method in class java.security.cert.X509CertSelector
-
Sets the subjectPublicKey criterion.
- setSubjectPublicKeyAlgID(String) - Method in class java.security.cert.X509CertSelector
-
Sets the subjectPublicKeyAlgID criterion.
- setSubLocality(String) - Method in class ohos.location.GeoAddress
-
Sets the sub-locality in the current GeoAddress object.
- setSubmitButton(int) - Method in class ohos.agp.components.SearchBar
-
Sets the image resource ID for the submit button.
- setSubmitButton(PixelMap) - Method in class ohos.agp.components.SearchBar
-
Sets the pixelMap for the submit button.
- setSubpixelAntiAlias(boolean) - Method in class ohos.agp.render.Paint
-
Sets whether to enable sub-pixel anti-aliasing for improving text legibility on an LCD screen.
- setSubRoadName(String) - Method in class ohos.location.GeoAddress
-
Sets auxiliary road information in the current GeoAddress object, for example, the road ID.
- setSubscriberPermissions(String[]) - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
Sets permissions for subscribers.
- setSubscript(boolean) - Method in class ohos.agp.text.TextForm
-
Sets whether to make this text a subscript.
- setSubtitle(String) - Method in class ohos.data.search.schema.Schema
-
Sets the subtitle index field.
- setSubTitle(CharSequence) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the subtitle of the media item.
- setSubwooferVolume(float) - Method in class ohos.media.audio.SoundPlayer.AudioVolumes
-
Sets the volume of the bass speaker.
- setSuggestIndex(String) - Method in class ohos.data.distributed.common.Query
-
Sets a specified index that will be preferentially used for query.
- setSuperscript(boolean) - Method in class ohos.agp.text.TextForm
-
Sets whether to make this text a superscript.
- setSurfaceListener(ViewHolder.SurfaceListener) - Method in interface ohos.agp.render.render3d.ViewHolder
-
Sets a surface listener used to track lifetime events of the surface.
- setSurfaceOps(SurfaceOps) - Method in class ohos.media.player.Player
-
Sets the video playback window.
- setSwipeToDismiss(boolean) - Method in class ohos.aafwk.ability.Ability
-
Sets whether a window and its ability finishes when swiped away.
- setSwipeToDismiss(boolean) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets whether to enable the feature of exiting a dialog by swiping right on the screen.
- setSyncEvents(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets whether to synchronize events.
- setSyncId(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the synchronization ID.
- setSyncId(String) - Method in class ohos.sysappcomponents.calendar.entity.Reminders
-
- setSyncMode(StoreConfig.SyncMode) - Method in class ohos.data.rdb.StoreConfig.Builder
-
Sets the synchronization mode for the
StoreConfig object.
- setSyncParam(int) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Sets the default delay allowed for database synchronization.
- setSyncRange(List<String>, List<String>) - Method in interface ohos.data.distributed.common.KvStore
-
Sets synchronization range labels.
- setSystem(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Updates the value of the system attribute.
- setSystemId(String) - Method in interface ohos.javax.xml.transform.Result
-
Set the system identifier for this Result.
- setSystemId(String) - Method in interface ohos.javax.xml.transform.Source
-
Set the system identifier for this Source.
- setSystemId(String) - Method in interface ohos.org.w3c.dom.ls.LSInput
-
The system identifier, a URI reference [
IETF RFC 2396], for this
input source.
- setSystemId(String) - Method in class ohos.org.xml.sax.InputSource
-
Set the system identifier for this input source.
- setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
-
Deprecated.
Sets the system's identity scope.
- setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's table name, if any, to the given
String.
- setTabLength(int) - Method in class ohos.agp.components.TabList
-
Sets a width or height for all tabs in a layout.
- setTabMargin(int) - Method in class ohos.agp.components.TabList
-
Sets a margin between two tabs in a component.
- setTabTextAlignment(int) - Method in class ohos.agp.components.TabList
-
Sets the text alignment for all tabs in a component.
- setTabTextColors(int, int) - Method in class ohos.agp.components.TabList
-
Sets the text colors for selected and deselected tabs.
- setTabTextSize(int) - Method in class ohos.agp.components.TabList
-
Sets the text size for all tabs in a component.
- setTag(CharSequence) - Method in class ohos.miscservices.pasteboard.PasteData.DataProperty
-
Sets a user-defined tag.
- setTag(Object) - Method in class ohos.agp.components.Component
-
Sets the tag associated with a component.
- setTag(String) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the tag index field.
- setTag(String) - Method in class ohos.event.notification.NotificationUserInput.Builder
-
Sets the tag to be displayed to the user when collecting this input from the user.
- setTangentDataDefined(boolean) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets whether to define tangent data for this primitive.
- setTangents(FloatBuffer) - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Set tangent data, in vec4 format (x, y, z, w), this buffer is optional.
- setTapDismissed(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether to automatically dismiss a notification after being tapped.
- setTarget(MethodHandle) - Method in class java.lang.invoke.CallSite
-
Updates the target method of this call site, according to the
behavior defined by this call site's specific class.
- setTarget(MethodHandle) - Method in class java.lang.invoke.ConstantCallSite
-
- setTarget(MethodHandle) - Method in class java.lang.invoke.MutableCallSite
-
Updates the target method of this call site, as a normal variable.
- setTarget(MethodHandle) - Method in class java.lang.invoke.VolatileCallSite
-
Updates the target method of this call site, as a volatile variable.
- setTarget(CharacterIterator) - Method in class ohos.global.icu.text.SearchIterator
-
Set the target text to be searched.
- setTarget(CharacterIterator) - Method in class ohos.global.icu.text.StringSearch
-
Set the target text to be searched.
- setTarget(Component) - Method in class ohos.agp.animation.AnimatorProperty
-
Sets the target Component of the property animator.
- setTargetBundle(String) - Method in class ohos.bundle.ShortcutIntent
-
Sets the name of the bundle to which the target ability of this shortcut belongs.
- setTargetBundleName(String) - Method in class ohos.aafwk.ability.continuation.ExtraParams
-
Sets the bundle name of the target application where ability will be migrated.
- setTargetCertConstraints(CertSelector) - Method in class java.security.cert.PKIXParameters
-
Sets the required constraints on the target certificate.
- setTargetClass(String) - Method in class ohos.bundle.ShortcutIntent
-
Sets the class name of the target ability.
- setTargetNames(long, String[]) - Method in interface ohos.agp.render.render3d.systems.MorphingSystem
-
Sets the names of morphing targets in a specified handle.
- setTargetWeights(long, float[]) - Method in interface ohos.agp.render.render3d.systems.MorphingSystem
-
Sets the weights of morphing targets in a specified handle.
- setTcpNoDelay(boolean) - Method in class java.net.Socket
-
- setTexCoords(FloatBuffer) - Method in class ohos.agp.render.render3d.util.MeshBuilder.VertexData
-
Sets the texture coordinate data, in vec2 format (u, v).
- setText(int) - Method in class ohos.agp.components.Text
-
Sets the resource ID for the text to display.
- setText(int, String) - Method in class ohos.aafwk.ability.AbilityForm
-
Sets the text to be displayed for a specific component on the AbilityForm supplier.
- setText(int, String) - Method in class ohos.agp.components.ComponentProvider
-
Sets the text content for a component.
- setText(CharSequence) - Method in class ohos.global.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(String) - Method in class java.text.BreakIterator
-
Set a new text string to be scanned.
- setText(String) - Method in class java.text.CollationElementIterator
-
Set a new string over which to iterate.
- setText(String) - Method in class java.text.StringCharacterIterator
-
Reset this iterator to point to a new string.
- setText(String) - Method in class ohos.agp.components.CornerMark
-
Sets the text to be display in the corner mark.
- setText(String) - Method in class ohos.agp.components.Text
-
Sets the text to be displayed in a text component.
- setText(String) - Method in class ohos.agp.window.dialog.PopupDialog
-
Sets the text content in the dialog.
- setText(String) - Method in class ohos.agp.window.dialog.ToastDialog
-
Sets the text content in the dialog.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Sets the text to be included in this conversation-like notification.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the content to be included in a long text notification.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Sets the text to be included in this media playback notification.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Sets the text to be included in this multi-line notification.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
Sets the text to be included in a basic notification.
- setText(String) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the text to be included in a picture-attached notification.
- setText(String) - Method in class ohos.global.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(String) - Method in class ohos.global.icu.text.CollationElementIterator
-
Set a new source string for iteration, and reset the offset
to the beginning of the text.
- setText(String, CharSequence) - Method in class ohos.media.common.AVMetadata.Builder
-
Adds a CharSequence value to the media metadata.
- setText(CharacterIterator) - Method in class java.text.BreakIterator
-
Set a new text for scanning.
- setText(CharacterIterator) - Method in class java.text.CollationElementIterator
-
Set a new string over which to iterate.
- setText(CharacterIterator) - Method in class ohos.global.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(CharacterIterator) - Method in class ohos.global.icu.text.CollationElementIterator
-
Set a new source string iterator for iteration, and reset the
offset to the beginning of the text.
- setText(Text) - Method in class ohos.ai.cv.text.Text
-
Creates a Text instance based on the member variables of an existing Text object.
- setText(UCharacterIterator) - Method in class ohos.global.icu.text.CollationElementIterator
-
Set a new source string iterator for iteration, and reset the
offset to the beginning of the text.
- setTextAlign(int) - Method in class ohos.agp.render.Paint
-
Sets the text alignment mode.
- setTextAlignment(int) - Method in class ohos.agp.components.Text
-
Sets the text alignment in a text component.
- setTextAlignment(int, int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the text alignment mode for a component.
- setTextAutoSizing(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to enable auto text sizing.
- setTextBackgroundColor(int) - Method in class ohos.agp.text.TextForm
-
Sets the background color for this text.
- setTextColor(int) - Method in class ohos.agp.text.TextForm
-
Sets the text color.
- setTextColor(int, Color) - Method in class ohos.agp.components.ComponentProvider
-
Sets the text color for a component.
- setTextColor(Color) - Method in class ohos.agp.components.Checkbox
-
- setTextColor(Color) - Method in class ohos.agp.components.CornerMark
-
Sets the color of the text displayed in the corner mark.
- setTextColor(Color) - Method in class ohos.agp.components.RadioButton
-
- setTextColor(Color) - Method in class ohos.agp.components.Text
-
Sets the text color for a text component.
- setTextColorOff(Color) - Method in class ohos.agp.components.AbsButton
-
Sets the text color of a button in unchecked state.
- setTextColorOn(Color) - Method in class ohos.agp.components.AbsButton
-
Sets the text color of a button in checked state.
- setTextContent(String) - Method in class ohos.miscservices.inputmethod.EditingText
-
Sets all or updated text in the application editor.
- setTextCursorVisible(boolean) - Method in class ohos.agp.components.Text
-
Sets whether the cursor is visible for an editable text component.
- setTextFilter(String) - Method in class ohos.agp.components.ListContainer
-
Sets the text filter.
- setTextFont(Font) - Method in class ohos.agp.text.TextForm
-
Sets the text font.
- setTextInputType(int) - Method in class ohos.agp.components.Text
-
Sets the keyboard type for the
Text.
- setTextLines(List<TextLine>) - Method in class ohos.ai.cv.text.TextBlock
-
Sets the detection result of text lines in the text block.
- setTextMoveStep(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the movement step used for reading texts.
- setTextRect(CvRect) - Method in class ohos.ai.cv.text.Text
-
Sets the rectangle for determining the position of non-curved text on a given image.
- setTextShape(TextConfiguration.TextShape) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets the text shape.
- setTextSize(int) - Method in class ohos.agp.components.CornerMark
-
Sets the size of text to be display in the corner mark.
- setTextSize(int) - Method in class ohos.agp.components.SearchBar
-
Sets the text size for the search bar.
- setTextSize(int) - Method in class ohos.agp.components.Text
-
Sets a specified font size for the text.
- setTextSize(int) - Method in class ohos.agp.render.Paint
-
Sets the font size of text.
- setTextSize(int) - Method in class ohos.agp.text.TextForm
-
Sets the text size.
- setTextSize(int, int) - Method in class ohos.aafwk.ability.AbilityForm
-
Sets the font size of a specific component on the AbilityForm supplier.
- setTextSize(int, int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the text size for a component.
- setTextSize(int, int, Text.TextSizeType) - Method in class ohos.agp.components.ComponentProvider
-
Sets the text size of the component.
- setTextSize(int, Text.TextSizeType) - Method in class ohos.agp.components.Text
-
Sets the text size for a text component with indicated text size type.
- setTexture(Texture) - Method in class ohos.agp.render.Canvas
-
Sets the canvas texture for off-screen rendering.
- setTheme(int) - Method in class ohos.app.AbilityContext
-
- setTheme(int) - Method in interface ohos.app.Context
-
Sets the theme of this Context based on the specified theme ID.
- setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the thread factory used to create new threads.
- setThreadID(int) - Method in class java.util.logging.LogRecord
-
Set an identifier for the thread where the message originated.
- setThreadMode(CommonEventSubscribeInfo.ThreadMode) - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
Sets the thread mode of this CommonEventSubscribeInfo object.
- setThreadPriority(int) - Static method in class ohos.os.ProcessManager
-
Sets the priority for the current thread.
- setThreadPriority(int, int) - Static method in class ohos.os.ProcessManager
-
Sets the priority for a thread based on its TID.
- setThrown(Throwable) - Method in class java.util.logging.LogRecord
-
Set a throwable associated with the log event.
- setThumbElement(Element) - Method in class ohos.agp.components.AbsSlider
-
Sets a element thumb.
- setThumbElement(Element) - Method in class ohos.agp.components.Rating
-
Sets a element thumb.
- setThumbElement(Element) - Method in class ohos.agp.components.Slider
-
Sets a element thumb.
- setThumbElement(Element) - Method in class ohos.agp.components.Switch
-
Sets a element to style the switch thumb.
- setThumbHeight(int) - Method in class ohos.agp.components.Switch
-
Sets the height of the switch thumb.
- setThumbHorizontalPadding(int) - Method in class ohos.agp.components.Switch
-
Sets the horizontal padding for text on the switch thumb.
- setThumbnailUrl(String) - Method in class ohos.data.search.schema.Schema
-
Sets the thumbnailUrl index field, which is used for displaying the thumbnail.
- setThumbPadding(int, int) - Method in class ohos.agp.components.Switch
-
Sets the padding of a switch thumb.
- setThumbSize(int, int) - Method in class ohos.agp.components.Switch
-
Sets the size of a switch thumb the height and width should be less than the track
- setThumbVerticalPadding(int) - Method in class ohos.agp.components.Switch
-
Sets the vertical padding for text on the switch thumb.
- setThumbWidth(int) - Method in class ohos.agp.components.Switch
-
Sets the width of the switch thumb.
- setTickListener(TickTimer.TickListener) - Method in class ohos.agp.components.TickTimer
-
Sets a tick listener.
- setTime(int, Time) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(int, Time) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.sql.Time value.
- setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Time value,
using the given Calendar object.
- setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given java.sql.Time value.
- setTime(long) - Method in class java.sql.Date
-
Sets an existing Date object
using the given milliseconds time value.
- setTime(long) - Method in class java.sql.Time
-
Sets a Time object using a milliseconds time value.
- setTime(long) - Method in class java.sql.Timestamp
-
Sets this Timestamp object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long) - Method in class java.util.Date
-
Sets this Date object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long) - Method in class java.util.zip.ZipEntry
-
Sets the last modification time of the entry.
- setTime(long) - Method in class ohos.agp.components.Clock
-
Sets the time for
Clock based on the input timestamp.
- setTime(String, Time) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(String, Time) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(String, Time, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Time value,
using the given Calendar object.
- setTime(String, Time, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Time value,
using the given Calendar object.
- setTime(Date) - Method in class java.util.Calendar
-
Sets this Calendar's time with the given Date.
- setTime(Date) - Method in class ohos.global.icu.util.Calendar
-
Sets this Calendar's current time with the given Date.
- setTime(Context, long) - Static method in class ohos.miscservices.timeutility.Time
-
Sets the system time.
- setTime(Context, Date) - Static method in class ohos.miscservices.timeutility.Time
-
Sets the system time.
- setTimeChangedListener(TimePicker.TimeChangedListener) - Method in class ohos.agp.components.TimePicker
-
Sets the listener TimePicker.TimeChangedListener to listen for the change of the selected time.
- setTimeInMillis(long) - Method in class java.util.Calendar
-
Sets this Calendar's current time from the given long value.
- setTimeInMillis(long) - Method in class ohos.global.icu.util.Calendar
-
Sets this Calendar's current time from the given long value.
- setTimeInterval(int) - Method in class ohos.location.RequestParam
-
Sets the minimum time interval (in seconds) for reporting the location result.
- setTimeOfDay(int, int, int) - Method in class java.util.Calendar.Builder
-
Sets the time of day field parameters to the values given by
hourOfDay, minute, and second.
- setTimeOfDay(int, int, int, int) - Method in class java.util.Calendar.Builder
-
Sets the time of day field parameters to the values given by
hourOfDay, minute, second, and
millis.
- setTimeout(String, int, Runnable, long) - Method in class ohos.hiviewdfx.xcollie.XCollie
-
Starts timeout detection.
- setTimeoutThresholdMs(int) - Method in class ohos.ai.asr.AsrIntent
-
Sets the ASR timeout threshold.
- setTimes(FileTime, FileTime, FileTime) - Method in interface java.nio.file.attribute.BasicFileAttributeView
-
Updates any or all of the file's last modified time, last access time,
and create time attributes.
- setTimeSinceBoot(long) - Method in class ohos.location.Location
-
Sets the actual time when the location is obtained, in unit of nanoseconds.
- setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value,
using the given Calendar object.
- setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given java.sql.Timestamp value.
- setTimestamp(String, Timestamp) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(String, Timestamp) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(String, Timestamp, Calendar) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Timestamp value,
using the given Calendar object.
- setTimestamp(String, Timestamp, Calendar) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Timestamp value,
using the given Calendar object.
- setTimeStamp(long) - Method in class ohos.location.Location
-
Sets the actual timestamp when the location is obtained, in unit of milliseconds.
- setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
-
Set the TTL (time-to-live) option.
- setTimeToLive(int) - Method in class java.net.MulticastSocket
-
Set the default time-to-live for multicast packets sent out
on this MulticastSocket in order to control the
scope of the multicasts.
- setTimeZone(String) - Method in class ohos.agp.components.Clock
-
Sets the time zone to be used by the current clock.
- setTimeZone(TimeZone) - Method in class java.text.DateFormat
-
Sets the time zone for the calendar of this DateFormat object.
- setTimeZone(TimeZone) - Method in class java.util.Calendar.Builder
-
Sets the time zone parameter to the given zone.
- setTimeZone(TimeZone) - Method in class java.util.Calendar
-
Sets the time zone with the given time zone value.
- setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
-
- setTimeZone(Context, String) - Static method in class ohos.miscservices.timeutility.Time
-
Sets the system time zone.
- setTimeZone(TimeZone) - Method in class ohos.global.icu.text.DateFormat
-
Sets the time zone for the calendar of this DateFormat object.
- setTimeZone(TimeZone) - Method in class ohos.global.icu.text.DateIntervalFormat
-
Set the TimeZone for the calendar used by this DateIntervalFormat object.
- setTimeZone(TimeZone) - Method in class ohos.global.icu.util.Calendar
-
Sets the time zone with the given time zone value.
- setTimeZoneFormat(TimeZoneFormat) - Method in class ohos.global.icu.text.SimpleDateFormat
-
[icu] Allows you to set the time zone formatter.
- setTimeZoneNames(TimeZoneNames) - Method in class ohos.global.icu.text.TimeZoneFormat
-
Sets the time zone display name data to this instance.
- setTiming(int[]) - Method in class ohos.vibrator.bean.VibrationPattern
-
Sets the array of the timing sequence in a periodic vibration.
- setTitle(CharSequence) - Method in class ohos.media.common.AVDescription.Builder
-
Sets the title of the media item.
- setTitle(String) - Method in class ohos.data.search.schema.Schema
-
Sets the title index field.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
Sets the title of this conversation-like notification.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
Sets the title of a long text notification.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
Sets the title of this media playback notification.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
Sets the title for this multi-line notification.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
Sets the title of a basic notification.
- setTitle(String) - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
Sets the title of a picture-attached notification.
- setTitle(String) - Method in class ohos.miscservices.download.DownloadConfig.Builder
-
Sets a download session title.
- setTitle(String) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets the event title.
- setTitle(String) - Method in class ohos.sysappcomponents.contact.entity.Group
-
Sets the contact group title.
- setTitle(String) - Method in class ohos.sysappcomponents.contact.entity.Organization
-
Sets the title for this contact.
- setTitleCustomComponent(DirectionalLayout) - Method in class ohos.agp.window.dialog.CommonDialog
-
Customizes the title area.
- setTitleIcon(int, int) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the icon in the title area.
- setTitleSubText(String) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the supplementary text information in the title area.
- setTitleText(String) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets the title text in the title area.
- setToEmail(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the toEmail index field.
- setToken(Integer) - Method in class ohos.data.async.JobParams.Builder
-
Sets the token.
- setToLimit() - Method in class ohos.global.icu.text.UCharacterIterator
-
Sets the current index to the limit.
- setToName(String) - Method in class ohos.data.search.schema.EmailItem
-
Sets the toName index field.
- setTop(int) - Method in class ohos.agp.components.Component
-
Sets the top edge position of a component relative to the parent container.
- setTop(int) - Method in class ohos.ai.cv.common.BoundingBox
-
Sets the vertical coordinate of the upper left corner of the bounding box.
- setTopLeft(CvPoint) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Sets the coordinate of the
CvPoint data type in the upper left corner of the document bounding box.
- setTopPadding(int) - Method in class ohos.aafwk.ability.Ability.WindowAttributeHelper
-
Sets the top padding of a window.
- setTopRight(CvPoint) - Method in class ohos.ai.cv.docrefine.DocCoordinates
-
Sets the coordinate of the
CvPoint data type in the upper right corner of the document bounding box.
- setToStart() - Method in class ohos.global.icu.text.UCharacterIterator
-
Sets the current index to the start.
- setTotalWeight(float) - Method in class ohos.agp.components.DirectionalLayout
-
Configures the total weight of all child controls.
- setTouchEventListener(Component.TouchEventListener) - Method in class ohos.agp.components.Component
-
Registers a listener for touch events in the component.
- setTouchFocusable(boolean) - Method in class ohos.agp.components.Component
-
Sets whether the component can receive focus while in touch mode.
- setTouchForClose(boolean) - Method in class ohos.agp.components.SlideDrawer
-
- setTrackElement(Element) - Method in class ohos.agp.components.Switch
-
Sets a element to style the switch track.
- setTrackingForceOcr(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets whether to enable forcible text detection during text tracking.
- setTrackingRelease(int) - Method in class ohos.ai.cv.text.TextConfiguration.Builder
-
Sets whether to release text tracking resources.
- setTrafficClass(int) - Method in class java.net.DatagramSocket
-
Sets traffic class or type-of-service octet in the IP
datagram header for datagrams sent from this DatagramSocket.
- setTrafficClass(int) - Method in class java.net.Socket
-
Sets traffic class or type-of-service octet in the IP
header for packets sent from this Socket.
- setTransactionIsolation(int) - Method in interface java.sql.Connection
-
Attempts to change the transaction isolation level for this
Connection object to the one given.
- setTransactionIsolation(int) - Method in interface javax.sql.RowSet
-
Sets the transaction isolation level for this RowSet object.
- setTransition(Transition) - Method in class ohos.agp.transition.TransitionScheduler
-
Sets a transition for the scheduler.
- setTransitionAnimation(int, int) - Method in class ohos.app.AbilityContext
-
- setTransitionAnimation(int, int) - Method in interface ohos.app.Context
-
Sets the transition animation between two abilities.
- setTransitionEndListener(TransitionScheduler.ITransitionEndListener) - Method in class ohos.agp.transition.TransitionScheduler
-
Sets a listener for the transition scheduler to monitor the end of a transition.
- setTransitionTypeDuration(int, int) - Method in class ohos.agp.components.ComponentTransition
-
Sets the duration for the animation of a specified transition type.
- setTranslate(float, float) - Method in class ohos.agp.utils.Matrix
-
Translates this Matrix with the specified values.
- setTranslate(float, float, float) - Method in class ohos.agp.utils.Matrix44
-
Translates this Matrix44 with the specified length.
- setTranslateX(float) - Method in class ohos.agp.utils.Matrix
-
Sets the horizontal translation factor for this Matrix.
- setTranslateY(float) - Method in class ohos.agp.utils.Matrix
-
Sets the vertical translation factor for this Matrix.
- setTranslation(float, float) - Method in class ohos.agp.components.Component
-
Sets the component's horizontal translation relative to its left boundary and the vertical translation relative
to its top boundary.
- setTranslationX(float) - Method in class ohos.agp.components.Component
-
Sets the horizontal position of the component relative to its left position.
- setTranslationY(float) - Method in class ohos.agp.components.Component
-
Sets the vertical position of the component relative to its top position.
- setTransparent(boolean) - Method in class ohos.agp.window.dialog.BaseDialog
-
Sets whether to enable transparent background for a dialog box.
- setTransparent(boolean) - Method in class ohos.agp.window.service.Window
-
Sets whether to enable transparency.
- setTriggerAction(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the action that triggers the accessibility event.
- setTruncationMode(Text.TruncationMode) - Method in class ohos.agp.components.Text
-
Sets the truncation mode when text content is longer than the component's width.
- setTrustAnchors(Set<TrustAnchor>) - Method in class java.security.cert.PKIXParameters
-
Sets the Set of most-trusted CAs.
- setTTL(byte) - Method in class java.net.DatagramSocketImpl
-
- setTTL(byte) - Method in class java.net.MulticastSocket
-
- setTubeName(int) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the tube name for this AVTubeEx instance by a specified resource ID.
- setTubeName(String) - Method in class ohos.media.tubecore.AVTubeEx
-
Sets the tube name for this AVTubeEx instance.
- setTxPower(int) - Method in class ohos.bluetooth.ble.BleAdvertiseSettings.Builder
-
Sets the transmission power level for advertising.
- setType(int) - Method in interface javax.sql.RowSet
-
Sets the type of this RowSet object to the given type.
- setType(String) - Method in class ohos.aafwk.content.Intent
-
Sets the description of a type in this Intent.
- setType(AclEntryType) - Method in class java.nio.file.attribute.AclEntry.Builder
-
Sets the type component of this builder.
- setType(UUID) - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Sets a sound effect type.
- setType(OsAccountType) - Method in class ohos.account.OsAccount
-
Sets the type of an OS account.
- setType(MaterialDesc.MaterialType) - Method in class ohos.agp.render.render3d.resources.MaterialDesc
-
Sets the type of this material.
- setType(FieldValueType) - Method in class ohos.data.distributed.common.FieldNode
-
Sets the field value type.
- setType(AudioDeviceDescriptor.DeviceType) - Method in class ohos.media.audio.AudioDeviceDescriptor
-
Sets a device type.
- setTypeMap(Map<String, Class<?>>) - Method in interface java.sql.Connection
-
Installs the given TypeMap object as the type map for
this Connection object.
- setTypeMap(Map<String, Class<?>>) - Method in interface javax.sql.RowSet
-
Installs the given java.util.Map object as the default
type map for this RowSet object.
- setUIContent(int) - Method in class ohos.aafwk.ability.Ability
-
Inflates layout resources by using the layout resource ID.
- setUIContent(int) - Method in class ohos.aafwk.ability.AbilitySlice
-
Inflates layout resources by using the layout resource ID.
- setUIContent(ComponentContainer) - Method in class ohos.aafwk.ability.Ability
-
- setUIContent(ComponentContainer) - Method in class ohos.aafwk.ability.AbilitySlice
-
- setUid(UUID) - Method in class ohos.media.audio.SoundEffect.SoundEffectInfo
-
Sets a sound effect ID.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
-
Set the handler invoked when this thread abruptly terminates
due to an uncaught exception.
- setUnderflowLabel(String) - Method in class ohos.global.icu.text.AlphabeticIndex
-
Set the underflowLabel label
- setUnderline(boolean) - Method in class ohos.agp.text.TextForm
-
Sets whether to add an underline for this text.
- setUnderLine(boolean) - Method in class ohos.agp.render.Paint
-
Sets whether to add an underline for this text.
- setUnfilledElement(Element) - Method in class ohos.agp.components.Rating
-
Sets the specified
Element object to an unfilled element for the rating item.
- setUnicodeLocaleKeyword(String, String) - Method in class java.util.Locale.Builder
-
Sets the Unicode locale keyword type for the given key.
- setUnicodeLocaleKeyword(String, String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the Unicode locale keyword type for the given key.
- setUnicodeStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
- setUnregisteredParamFilter(UrlQueryFilter.ValueFilter) - Method in class ohos.utils.net.UrlQueryFilter
-
Sets a ValueFilter for unregistered parameter keys.
- setUnremovable(boolean) - Method in class ohos.event.notification.NotificationRequest
-
Sets whether this notification is unremovable.
- SETUP_WIZARD_FINISHED - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether the startup wizard has been run.
- setUpdatedItems(List<IndexData>) - Method in class ohos.data.search.model.ChangedIndexContent
-
Sets the indexes updated in the index library.
- setUpperCaseFirst(boolean) - Method in class ohos.global.icu.text.RuleBasedCollator
-
Sets whether uppercase characters sort before lowercase characters or vice versa, in strength TERTIARY.
- setupSpecificNet(NetSpecifier, NetStatusCallback) - Method in class ohos.net.NetManager
-
- setUri(String) - Method in class ohos.event.notification.MessageUser
-
Sets the URI of this MessageUser.
- setUri(Uri) - Method in class ohos.aafwk.content.Intent
-
- setUri(Uri) - Method in class ohos.sysappcomponents.contact.entity.Portrait
-
Sets the URI for this contact portrait.
- setUriAndType(Uri, String) - Method in class ohos.aafwk.content.Intent
-
Sets the description of a uri and a type in this Intent.
- setUrl(String) - Method in interface javax.sql.RowSet
-
Sets the URL this RowSet object will use when it uses the
DriverManager to create a connection.
- setUrl(String) - Method in class ohos.data.search.schema.Schema
-
Sets the url index field, which is used for redirecting the access.
- setURL(int, URL) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.net.URL value.
- setURL(int, URL) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.net.URL value.
- setURL(String, URL) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.net.URL object.
- setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
-
- setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
-
Sets the fields of the URL argument to the indicated values.
- setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
-
Sets an application's URLStreamHandlerFactory.
- setUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the value of the useCaches field of this
URLConnection to the specified value.
- setUseCipherSuitesOrder(boolean) - Method in class javax.net.ssl.SSLParameters
-
Sets whether the local cipher suites preference should be honored.
- setUseClientMode(boolean) - Method in class javax.net.ssl.SSLEngine
-
Configures the engine to use client (or server) mode when
handshaking.
- setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether accepted connections are in the (default) SSL
server mode, or the SSL client mode.
- setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
-
Configures the socket to use client (or server) mode when
handshaking.
- setUsedScene(BundleInfo.ReqPermissionDetail.UsedScene) - Method in class ohos.bundle.BundleInfo.ReqPermissionDetail
-
Set the scene while is used the permission.
- setUseMipmap(boolean) - Method in class ohos.media.image.PixelMap
-
Sets whether MIP mapping will be used for rendering this PixelMap.
- setUseParentHandlers(boolean) - Method in class java.util.logging.Logger
-
Specify whether or not this logger should send its output
to its parent Logger.
- setUserAgent(String) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets the UserAgent, which will use the default value if the input string is null or empty.
- setUserAsImportant(boolean) - Method in class ohos.event.notification.MessageUser
-
Sets whether this MessageUser is important.
- setUserId(int) - Method in class ohos.bundle.InstallParam
-
Sets the user ID.
- setUserId(String) - Method in class ohos.data.distributed.common.UserInfo
-
Sets the user ID.
- setUserInfo(UserInfo) - Method in class ohos.data.distributed.common.KvManagerConfig
-
Sets user information.
- setUsername(String) - Method in interface javax.sql.RowSet
-
Sets the username property for this RowSet object to the
given String.
- setUserNextFocus(int, int) - Method in class ohos.agp.components.Component
-
Sets the next component to give focus to.
- setUserType(UserType) - Method in class ohos.data.distributed.common.UserInfo
-
Sets the user type.
- setVadEndWaitMs(int) - Method in class ohos.ai.asr.AsrIntent
-
Sets the post-VAD threshold.
- setVadFrontWaitMs(int) - Method in class ohos.ai.asr.AsrIntent
-
Sets the pre-VAD threshold.
- setValidating(boolean) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Specifies that the parser produced by this code will
validate documents as they are parsed.
- setValue(byte[]) - Method in class ohos.bluetooth.ble.GattCharacteristic
-
Sets the stored value of a characteristic.
- setValue(byte[]) - Method in class ohos.bluetooth.ble.GattDescriptor
-
Sets the value for this descriptor.
- setValue(float) - Method in class ohos.agp.colors.HsvColor
-
Sets the brightness of an HSV color.
- setValue(int) - Method in class ohos.agp.components.Picker
-
Sets the current value on the number picker.
- setValue(int, int, int, int) - Static method in class ohos.agp.render.Insets
-
Creates an Insets instance by specifying the offset values for the four bounds.
- setValue(String) - Method in class java.net.HttpCookie
-
Assigns a new value to a cookie after the cookie is created.
- setValue(String) - Method in class ohos.ai.cv.text.Text
-
Sets the value for text to be detected on a given image.
- setValue(String) - Method in class ohos.ai.cv.text.TextBlock
-
Sets the value for the text block.
- setValue(String) - Method in class ohos.ai.cv.text.TextElement
-
Sets the value for the text element.
- setValue(String) - Method in class ohos.ai.cv.text.TextLine
-
Sets the value for detecting the text line.
- setValue(String) - Method in class ohos.data.search.model.Recommendation
-
Sets the field value for this group.
- setValue(DataAbilityHelper, String, String) - Static method in class ohos.sysappcomponents.settings.SystemSettings
-
Saves a character string name and its value to the database.
- setValue(Rect) - Static method in class ohos.agp.render.Insets
-
Creates an Insets instance based on the specified rectangle.
- setValue(Value) - Method in class ohos.data.distributed.common.Entry
-
Sets the value of a key-value pair.
- setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
-
Replaces the value corresponding to this entry with the specified
value.
- setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Replaces the value corresponding to this entry with the specified
value (optional operation).
- setValue(V) - Method in interface java.util.Map.Entry
-
Replaces the value corresponding to this entry with the specified
value (optional operation).
- setValueAt(int, boolean) - Method in class ohos.utils.PlainBooleanArray
-
Updates the value at a specified index.
- setValueAt(int, int) - Method in class ohos.utils.PlainIntArray
-
Updates the value at a specified index.
- setValueAt(int, E) - Method in class ohos.utils.LongPlainArray
-
Update value on specified index.
- setValueAt(int, E) - Method in class ohos.utils.PlainArray
-
Update value on specified index.
- setValueAt(int, V) - Method in class ohos.utils.LightweightMap
-
Sets the value identified by index in an LightweightMap container to a specified value.
- setValueChangedListener(DatePicker.ValueChangedListener) - Method in class ohos.agp.components.DatePicker
-
Sets a date change listener.
- setValueChangedListener(Picker.ValueChangedListener) - Method in class ohos.agp.components.Picker
-
Sets the value change listener for a number picker.
- setValueChangedListener(Slider.ValueChangedListener) - Method in class ohos.agp.components.Slider
-
Sets a listener to listen for change events of a slider.
- setValues(Map<String, Object>) - Method in class ohos.data.search.model.IndexData
-
Sets a container to store key-value pairs.
- setValueUpdateListener(AnimatorValue.ValueUpdateListener) - Method in class ohos.agp.animation.AnimatorValue
-
Sets the update listener for animators.
- setVariant(String) - Method in class java.util.Locale.Builder
-
Sets the variant.
- setVariant(String) - Method in class ohos.global.icu.util.ULocale.Builder
-
Sets the variant.
- setVersion(int) - Method in class java.net.HttpCookie
-
Sets the version of the cookie protocol this cookie complies
with.
- setVersion(int) - Method in interface ohos.data.rdb.RdbStore
-
Sets the version of a new database.
- setVertexCount(int) - Method in class ohos.agp.render.render3d.util.MeshBuilder.Primitive
-
Sets the number of vertexes for a primitive.
- setVertexData(int, MeshBuilder.VertexData) - Method in interface ohos.agp.render.render3d.util.MeshBuilder
-
Sets geometry data for a given primitive.
- setVerticalPadding(int, int) - Method in class ohos.agp.components.Component
-
Sets the vertical padding for this component.
- setVerticalPosition(int, int) - Method in class ohos.agp.components.Component
-
Sets the component's vertical position relative to the parent container.
- setVibrationEffectEnabled(boolean) - Method in class ohos.agp.components.Component
-
Sets whether the vibration effect is enabled.
- setVibrationStyle(long[]) - Method in class ohos.event.notification.NotificationSlot
-
Sets the vibration style for notifications in this NotificationSlot.
- setViceProgress(int) - Method in class ohos.agp.components.ProgressBar
-
Sets the secondary progress value of a progress bar.
- setViceProgressElement(Element) - Method in class ohos.agp.components.ProgressBar
-
Sets a
Element object as a vice progress bar.
- setVideoProperty(VideoProperty) - Method in class ohos.media.recorder.Recorder
-
Sets video properties.
- setVideoScaleType(int) - Method in class ohos.media.codec.Codec
-
Sets the video scaling type.
- setVideoScaleType(int) - Method in class ohos.media.player.Player
-
Sets the video scaling type.
- setVideoSurface(Surface) - Method in class ohos.media.codec.Codec
-
Sets the surface for the decoder to display decoded video data.
- setVideoSurface(Surface) - Method in class ohos.media.player.Player
-
Sets the video playback window.
- setViewId(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the view ID associated with the accessibility event.
- setViewPager(PageSlider) - Method in class ohos.agp.components.PageSliderIndicator
-
Associates an indicator item with a
PageSlider object.
- setViewPortFitScreen(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether the viewport fits the screen width.
- setViewportParams(float[]) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the position and size of the viewport.
- setVisibility(int) - Method in class ohos.agp.components.Component
-
Sets the visibility of a component.
- setVisibility(int) - Method in class ohos.agp.components.webengine.WebView
-
- setVisibility(int, int) - Method in class ohos.agp.components.ComponentProvider
-
Sets the visibility of a component.
- setVisible(boolean) - Method in class ohos.accessibility.ability.AccessibilityInfo
-
Sets whether this node is visible to users.
- setVisible(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Accounts
-
Sets associated events to be visible or invisible.
- setVisible(boolean, boolean) - Method in class ohos.agp.components.element.Element
-
Sets whether an
Element object is visible.
- setVisibleness(int) - Method in class ohos.event.notification.NotificationRequest
-
Sets the notification display effect, including whether to display this notification on the lock screen,
and how it will be presented if displayed.
- setVisionConfiguration(DocRefineConfiguration) - Method in interface ohos.ai.cv.docrefine.IDocRefine
-
Sets document refinement parameters.
- setVisionConfiguration(SisrConfiguration) - Method in interface ohos.ai.cv.sr.IImageSuperResolution
-
Sets the SISR parameter.
- setVisionConfiguration(TxtImageSuperResolutionConfiguration) - Method in interface ohos.ai.cv.sr.ITxtImageSuperResolution
-
Sets the text image super-resolution parameter.
- setVisionConfiguration(TextConfiguration) - Method in interface ohos.ai.cv.text.ITextDetector
-
Sets parameters for general text recognition.
- setVolume(float) - Method in class ohos.media.audio.AudioRenderer
-
Sets output volume for all audio channels.
- setVolume(float) - Method in class ohos.media.player.Player
-
Adjusts volume.
- setVolume(int) - Method in class ohos.ai.tts.TtsParams
-
Sets the speaking volume.
- setVolume(int, float) - Method in class ohos.media.audio.SoundPlayer
-
Sets the volume of all audio channels for a sound playback task.
- setVolume(int, SoundPlayer.AudioVolumes) - Method in class ohos.media.audio.SoundPlayer
-
Sets the volume of an audio channel for a sound playback task.
- setVolume(AudioManager.AudioVolumeType, int) - Method in class ohos.media.audio.AudioManager
-
Sets the volume level of a specified type of streams.
- setVolume(AudioRenderer.ChannelVolume) - Method in class ohos.media.audio.AudioRenderer
-
Sets output volume for an audio channel.
- setVolumes(SoundPlayer.AudioVolumes) - Method in class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
Sets the volume of all audio channels for a sound playback task.
- setVolumeTypeAdjustedByKey(int) - Method in class ohos.aafwk.ability.Ability
-
Sets the type of audio whose volume will be adjusted by the volume button.
- setVsyncCount(int) - Method in class ohos.agp.render.render3d.RenderLoop
-
Sets the vertical synchronization (VSync) based on the rendering frequency.
- setWaitTime(int) - Method in class ohos.rpc.MessageOption
-
Sets the time to wait before determining a request timeout.
- setWakeUpScreen(boolean) - Method in class ohos.app.AbilityContext
-
- setWakeUpScreen(boolean) - Method in interface ohos.app.Context
-
Sets whether to wake up the screen when this ability is restored.
- setWallpaper(InputStream, int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Sets a wallpaper of the specified type based on the data stream from a JPEG or PNG file.
- setWallpaper(PixelMap, int) - Method in class ohos.miscservices.wallpaper.WallpaperController
-
Sets a wallpaper of the specified type based on the pixel map of a PNG file.
- setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLEngine
-
Configures the engine to request client authentication.
- setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLParameters
-
Sets whether client authentication should be requested.
- setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether accepted server-mode
SSLSockets will be initially configured to
request client authentication.
- setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
-
Configures the socket to request client authentication.
- setWatchDuration(Integer) - Method in class ohos.data.search.schema.VideoItem
-
Sets the watchDuration index field.
- setWaveDataObserver(AudioWaver.WaveDataObserver, int) - Method in class ohos.media.audio.AudioWaver
-
Sets an observer to listen for the time-domain waveform data at frequencies around the specific frequency.
- setWebAgent(WebAgent) - Method in class ohos.agp.components.webengine.WebView
-
Sets a specified
WebAgent object, which is used to process notifications and requests.
- setWebsite(String) - Method in class ohos.sysappcomponents.contact.entity.Website
-
Sets the website.
- setWebStoragePermit(boolean) - Method in interface ohos.agp.components.webengine.WebConfig
-
Sets whether to enable HTML5 DOM storage.
- setWebViewBackground(RgbColor) - Method in class ohos.agp.components.webengine.WebView
-
Sets the background color of the WebView object.
- setWeekData(Calendar.WeekData) - Method in class ohos.global.icu.util.Calendar
-
[icu] Set data in this calendar based on the WeekData input.
- setWeekDate(int, int, int) - Method in class java.util.Calendar.Builder
-
Sets the week-based date parameters to the values with the given
date specifiers - week year, week of year, and day of week.
- setWeekDate(int, int, int) - Method in class java.util.Calendar
-
Sets the date of this Calendar with the the given date
specifiers - week year, week of year, and day of week.
- setWeekDate(int, int, int) - Method in class java.util.GregorianCalendar
-
Sets this
GregorianCalendar to the date given by the
date specifiers -
weekYear,
weekOfYear, and
dayOfWeek.
- setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
-
Sets weekday strings.
- setWeekdays(String[]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets wide weekday strings.
- setWeekdays(String[], int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets weekday strings.
- setWeekDefinition(int, int) - Method in class java.util.Calendar.Builder
-
Sets the week definition parameters to the values given by
firstDayOfWeek and
minimalDaysInFirstWeek that are
used to determine the
first
week of a year.
- setWeight(float) - Method in interface ohos.agp.render.render3d.resources.AnimationPlayback
-
Sets animation weight used for playing mixed animations.
- setWeight(int) - Method in class ohos.agp.text.Font.Builder
-
Sets the font weight of the font to be built.
- setWheelModeEnabled(boolean) - Method in class ohos.agp.components.DatePicker
-
Sets whether to enable the wheel mode of a date picker to allow the maximum value on the selector to
wrap around the minimum value.
- setWheelModeEnabled(boolean) - Method in class ohos.agp.components.Picker
-
Sets the selector wheel mode, which determines whether the values of
Picker#getMinValue() and
Picker#getMaxValue() are displayed next to each other when the selector is scrolled to its
furthest extent.
- setWheelModeEnabled(boolean) - Method in class ohos.agp.components.TimePicker
-
Sets whether to enable wheel mode for the selector wheel of a time picker.
- setWhereArgs(List<String>) - Method in class ohos.data.dataability.DataAbilityPredicates
-
Sets the arguments for a predicate.
- setWhereArgs(List<String>) - Method in class ohos.data.rdb.RawRdbPredicates
-
- setWhereClause(String) - Method in class ohos.data.rdb.RawRdbPredicates
-
- setWholeDay(boolean) - Method in class ohos.sysappcomponents.calendar.entity.Events
-
Sets this event as a whole-day event.
- setWidth(int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the width of the window.
- setWidth(int) - Method in class ohos.agp.components.Component
-
Sets the width of a component.
- setWidth(int) - Method in class ohos.agp.components.CornerMark
-
Sets the width of the corner mark.
- setWidth(int) - Method in class ohos.agp.components.PageSliderIndicator
-
- setWidth(int) - Method in class ohos.ai.cv.common.BoundingBox
-
Sets the width of the bounding box.
- setWidth(Integer) - Method in class ohos.data.search.schema.PhotoItem
-
Sets the width index field.
- setWindowBackgroundColor(int, int, int) - Method in class ohos.aafwk.ability.Ability
-
Sets the background color of the window in RGB color mode.
- setWindowChangeTypes(int) - Method in class ohos.accessibility.AccessibilityEventInfo
-
Sets the type of a window change event, which can be content change or status change.
- setWindowFlags(int, int) - Method in class ohos.agp.window.service.Window
-
Sets window flags.
- setWindowLayout(int, int) - Method in class ohos.agp.window.service.Window
-
Sets the size of a window.
- setWorkLocation(String) - Method in class ohos.data.search.schema.ContactItem
-
Sets the workLocation index field.
- setWorldMatrix(Matrix4x4) - Method in class ohos.agp.render.render3d.components.WorldMatrixComponent
-
Sets the world transform of the object.
- setWritable(boolean) - Method in class java.io.File
-
A convenience method to set the owner's write permission for this abstract
pathname.
- setWritable(boolean, boolean) - Method in class java.io.File
-
Sets the owner's or everybody's write permission for this abstract
pathname.
- setX(int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the X coordinate of the window.
- setXIncludeAware(boolean) - Method in class ohos.javax.xml.parsers.SAXParserFactory
-
Set state of XInclude processing.
- setXMLReporter(XMLReporter) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
The reporter that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- setXMLResolver(XMLResolver) - Method in class ohos.javax.xml.stream.XMLInputFactory
-
The resolver that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
- setY(int) - Method in class ohos.aafwk.ability.Ability.LayoutParamsHelper
-
Sets the Y coordinate of the window.
- setYear(int) - Method in class java.sql.Time
-
Deprecated.
- setYear(int) - Method in class java.util.Date
-
- setYearFixed(boolean) - Method in class ohos.agp.components.DatePicker
-
Sets whether to disable the year selector.
- setYearNames(String[], int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets cyclic year name strings, for example: "jia-zi", "yi-chou", etc.
- setYellow(float) - Method in class ohos.agp.colors.CmykColor
-
Sets the proportion of yellow.
- setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
-
Sets the character used for zero.
- setZeroDigit(char) - Method in class ohos.global.icu.text.DecimalFormatSymbols
-
Sets the character used for zero.
- setZfar(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the far plane location.
- setZnear(float) - Method in class ohos.agp.render.render3d.components.CameraComponent
-
Sets the near plane location.
- setZodiacNames(String[], int, int) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets calendar zodiac name strings, for example: "Rat", "Ox", "Tiger", etc.
- setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
-
Sets time zone strings.
- setZoneStrings(String[][]) - Method in class ohos.global.icu.text.DateFormatSymbols
-
Sets time zone strings.
- setZoom(float) - Method in interface ohos.media.camera.device.FrameConfig.Builder
-
Sets a zoom value.
- severe(String) - Method in class java.util.logging.Logger
-
Log a SEVERE message.
- severe(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a SEVERE message, which is only to be constructed if the logging
level is such that the message will actually be logged.
- SEVERE - Static variable in class java.util.logging.Level
-
SEVERE is a message level indicating a serious failure.
- SfpPolicyManager - Class in ohos.security.fileprotect
-
Provides a method for obtaining an SfpPolicyManager instance.
- SHA1 - Static variable in class java.security.spec.MGF1ParameterSpec
-
The MGF1ParameterSpec which uses "SHA-1" message digest
- SHA224 - Static variable in class java.security.spec.MGF1ParameterSpec
-
The MGF1ParameterSpec which uses "SHA-224" message digest
- SHA256 - Static variable in class java.security.spec.MGF1ParameterSpec
-
The MGF1ParameterSpec which uses "SHA-256" message digest
- SHA384 - Static variable in class java.security.spec.MGF1ParameterSpec
-
The MGF1ParameterSpec which uses "SHA-384" message digest
- SHA512 - Static variable in class java.security.spec.MGF1ParameterSpec
-
The MGF1ParameterSpec which uses SHA-512 message digest
- SHABAN - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Sha'ban, the 8th month of the Islamic year.
- Shader - Class in ohos.agp.render
-
Base class used to shade colors during drawing.
- Shader(Color[], Shader.TileMode) - Constructor for class ohos.agp.render.Shader
-
A parameterized constructor used to create a Shader instance.
- Shader.TileMode - Enum in ohos.agp.render
-
Specifies how to shade colors on the part outside of the shading area defined by the Shader.
- shaderColors - Variable in class ohos.agp.render.Shader
-
Indicates the array of shading colors of this shader.
- shadowRadius - Variable in class ohos.agp.render.BlurDrawLooper
-
Indicates the radius of this BlurDrawLooper.
- shape(char[], int, int) - Method in class java.awt.font.NumericShaper
-
Converts the digits in the text that occur between start and
start + count.
- shape(char[], int, int, int) - Method in class java.awt.font.NumericShaper
-
Converts the digits in the text that occur between start and
start + count, using the provided context.
- shape(char[], int, int, NumericShaper.Range) - Method in class java.awt.font.NumericShaper
-
Converts the digits in the text that occur between
start and start + count, using the provided
context.
- ShapeElement - Class in ohos.agp.components.element
-
Provides an
Element instance with a color gradient, which is usually used for component backgrounds.
- ShapeElement() - Constructor for class ohos.agp.components.element.ShapeElement
-
Default constructor.
- ShapeElement(Context, int) - Constructor for class ohos.agp.components.element.ShapeElement
-
A constructor used to create a ShapeElement instance based on the specified XML resource.
- ShapeElement.Orientation - Enum in ohos.agp.components.element
-
Indicates the direction of the gradient effect relative to the element object's bounds.
- SHARADA - java.lang.Character.UnicodeScript
-
Unicode script "Sharada".
- SHARADA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Sharada" Unicode character block.
- SHARADA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SHARADA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SHARADA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SHARED_MEMORY - ohos.media.image.common.AllocatorType
-
Indicates that shared memory is allocated to stored decoded image data.
- sharedBlock - Variable in class ohos.data.resultset.AbsSharedResultSet
-
The SharedBlock owned by this AbsSharedResultSet.
- SharedBlock - Class in ohos.data.resultset
-
Stores result set data.
- SharedBlock(String) - Constructor for class ohos.data.resultset.SharedBlock
-
A constructor used to create a
SharedBlock instance with a given
Parcel object.
- SharedBlock(Parcel) - Constructor for class ohos.data.resultset.SharedBlock
-
A constructor used to create a
SharedBlock instance with a given
Parcel object.
- SharedResultSet - Interface in ohos.data.resultset
-
Provides methods for accessing a database result set obtained by querying the database across processes.
- SHARPNESS - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- SHAVIAN - java.lang.Character.UnicodeScript
-
Unicode script "Shavian".
- SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Shavian" Unicode character block.
- SHAVIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SHAVIAN - Static variable in class ohos.global.icu.lang.UScript
-
Shavian
Script in Unicode 4
- SHAVIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SHAWWAL - Static variable in class ohos.global.icu.util.IslamicCalendar
-
Constant for Shawwal, the 10th month of the Islamic year.
- SHEVAT - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Shevat, the 5th month of the Hebrew year.
- shiftLeft(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this << n).
- shiftRight(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this >> n).
- SHIN - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- SHOOTING_DATE - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of shootingDate.
- SHOOTING_MODE - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of shootingMode.
- Short - Class in java.lang
-
The Short class wraps a value of primitive type
short in an object.
- Short(short) - Constructor for class java.lang.Short
-
Constructs a newly allocated Short object that
represents the specified short value.
- Short(String) - Constructor for class java.lang.Short
-
Constructs a newly allocated Short object that
represents the short value indicated by the
String parameter.
- SHORT - java.time.format.FormatStyle
-
Short text style, typically numeric.
- SHORT - java.time.format.TextStyle
-
Short text, typically an abbreviation.
- SHORT - ohos.global.i18n.text.MeasureOptions.FormatStyle
-
Indicates the short style (abbreviated unit names preferred).
- SHORT - ohos.global.icu.text.CompactDecimalFormat.CompactStyle
-
Short version, like "1.2T"
- SHORT - ohos.global.icu.text.MeasureFormat.FormatWidth
-
Abbreviate when possible.
- SHORT - ohos.global.icu.text.RelativeDateTimeFormatter.Style
-
Abbreviations used when possible.
- SHORT - Static variable in class java.text.DateFormat
-
Constant for short style pattern.
- SHORT - Static variable in class java.util.Calendar
-
- SHORT - Static variable in class java.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short name, such as "PST."
- SHORT - Static variable in interface ohos.global.icu.lang.UProperty.NameChoice
-
Selector for the abbreviated name of a property or value.
- SHORT - Static variable in class ohos.global.icu.text.DateFormat
-
Constant for short style pattern.
- SHORT - Static variable in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Constant for width; only supported for weekdays.
- SHORT - Static variable in class ohos.global.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short name, such as "PST."
- SHORT_COMMONLY_USED - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName() indicating
a short name derived from the timezone's short standard or daylight
timezone name ignoring commonlyUsed, such as "PDT."
- SHORT_DAYLIGHT - ohos.global.icu.text.TimeZoneNames.NameType
-
Short display name for daylight saving time, such as "EDT".
- SHORT_FORMAT - Static variable in class java.util.Calendar
-
- SHORT_GENERIC - ohos.global.icu.text.TimeZoneNames.NameType
-
Short display name, such as "ET".
- SHORT_GENERIC - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName() indicating
a short generic name, such as "PT."
- SHORT_GMT - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName() indicating
a short name derived from the timezone's offset, such as "-0800."
- SHORT_IDS - Static variable in class java.time.ZoneId
-
A map of zone overrides to enable the short time-zone names to be used.
- SHORT_STANDALONE - java.time.format.TextStyle
-
Short text for stand-alone use, typically an abbreviation.
- SHORT_STANDALONE - Static variable in class java.util.Calendar
-
A style specifier for
getDisplayName and
getDisplayNames indicating a short name used independently,
such as a month abbreviation as calendar headers.
- SHORT_STANDARD - ohos.global.icu.text.TimeZoneNames.NameType
-
Short display name for standard time, such as "EST".
- ShortBuffer - Class in java.nio
-
A short buffer.
- ShortBufferException - Exception in javax.crypto
-
This exception is thrown when an output buffer provided by the user
is too short to hold the operation result.
- ShortBufferException() - Constructor for exception javax.crypto.ShortBufferException
-
Constructs a ShortBufferException with no detail
message.
- ShortBufferException(String) - Constructor for exception javax.crypto.ShortBufferException
-
Constructs a ShortBufferException with the specified
detail message.
- SHORTCUT_EXISTENCE_EXISTS - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that shortcut exists.
- SHORTCUT_EXISTENCE_NOT_EXISTS - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that shortcut not exists.
- SHORTCUT_EXISTENCE_UNKNOW - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that unknow shortcut existence.
- ShortcutInfo - Class in ohos.bundle
-
Provides information about a shortcut, including the shortcut ID and label.
- ShortcutInfo() - Constructor for class ohos.bundle.ShortcutInfo
-
- ShortcutInfo(ShortcutInfo) - Constructor for class ohos.bundle.ShortcutInfo
-
A constructor used to create an
ShortcutInfo instance by copying parameters from an
existing one.
- ShortcutIntent - Class in ohos.bundle
-
Provides methods for obtaining information about the ability that a shortcut will start, including the target
bundle name and ability class name.
- ShortcutIntent() - Constructor for class ohos.bundle.ShortcutIntent
-
Default constructor used to create a ShortcutIntent instance.
- ShortcutIntent(String, String) - Constructor for class ohos.bundle.ShortcutIntent
-
A constructor used to create a ShortcutIntent instance by target bundle and class.
- ShortcutIntent(ShortcutIntent) - Constructor for class ohos.bundle.ShortcutIntent
-
A constructor used to create a ShortcutIntent instance by copying parameters from an
existing one.
- SHORTER_FIRST - ohos.global.icu.text.UnicodeSet.ComparisonStyle
-
- SHORTHAND_FORMAT_CONTROLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SHORTHAND_FORMAT_CONTROLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ShortMessage - Class in ohos.telephony
-
Provides methods for obtaining Short Message Service (SMS) instances.
- ShortMessage.ShortMessageClass - Enum in ohos.telephony
-
Indicates the SMS type.
- ShortMessageManager - Class in ohos.telephony
-
Provides the capabilities and methods for obtaining Short Message Service (SMS) management objects.
- shortValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as a short after
a widening primitive conversion.
- shortValue() - Method in class java.lang.Double
-
Returns the value of this Double as a short
after a narrowing primitive conversion.
- shortValue() - Method in class java.lang.Float
-
Returns the value of this Float as a short
after a narrowing primitive conversion.
- shortValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as a short
after a narrowing primitive conversion.
- shortValue() - Method in class java.lang.Long
-
Returns the value of this Long as a short after
a narrowing primitive conversion.
- shortValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a short,
which may involve rounding or truncation.
- shortValue() - Method in class java.lang.Short
-
Returns the value of this Short as a
short.
- shortValue() - Method in class ohos.utils.HalfFloat
-
- shortValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a short, checking
for lost information.
- shortValueExact() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to a short.
- shouldAccept(URI, HttpCookie) - Method in interface java.net.CookiePolicy
-
Will be called to see whether or not this cookie should be accepted.
- shouldDisableSlide(SlideDrawer, SlideDrawer.SlideDirection, DragInfo) - Method in interface ohos.agp.components.SlideDrawer.SlideDisable
-
Called to determine whether the current slide event on
SlideDrawer should be disabled.
- show() - Method in class ohos.agp.components.ComponentHolder
-
Shows this ComponentHolder layout in the parent layout.
- show() - Method in class ohos.agp.window.dialog.BaseDialog
-
Shows the content of a dialog box.
- show() - Method in interface ohos.agp.window.dialog.IDialog
-
Shows the content of a BaseDialog object.
- show() - Method in class ohos.agp.window.dialog.ListDialog
-
Called from
BaseDialog to show the list dialog box.
- show() - Method in class ohos.agp.window.dialog.ToastDialog
-
- show(Fraction) - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Shows a specified Fraction instance.
- show(PixelMap) - Method in class ohos.agp.render.PdfDisplay.Page
-
Pushes the PDF page content to the target pixel map.
- SHOW_CLASSLOADER - Static variable in class ohos.hiviewdfx.Debug
-
- SHOW_FULL_DETAIL - Static variable in class ohos.hiviewdfx.Debug
-
- SHOW_INITIALIZED - Static variable in class ohos.hiviewdfx.Debug
-
- SHOW_MODE_AUTO - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates to show the soft keyboard.
- SHOW_MODE_HIDE - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates to hide the soft keyboard.
- SHOW_MODE_IGNORE_HARD_KEYBOARD - Static variable in class ohos.accessibility.ability.AccessibleAbility
-
Indicates to show the soft keyboard when using an external keyboard.
- SHOW_PASSWORD_TEXT_INPUT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Input
-
Specifies whether password presentation is enabled in the text editor.
- SHOWA - Static variable in class java.time.chrono.JapaneseEra
-
The singleton instance for the 'Showa' era (1926-12-25 - 1989-01-07)
which has the value 1.
- SHOWA - Static variable in class ohos.global.icu.util.JapaneseCalendar
-
Constant for the era starting on Dec.
- showDeviceList(int, ExtraParams, RequestCallback) - Method in interface ohos.aafwk.ability.continuation.IContinuationRegisterManager
-
Shows the list of devices that can be selected for ability migration on the distributed network.
- showHour(boolean) - Method in class ohos.agp.components.TimePicker
-
Sets whether to show the hour selector.
- showMinute(boolean) - Method in class ohos.agp.components.TimePicker
-
Sets whether to show the minute selector.
- showNext() - Method in class ohos.agp.components.PageFlipper
-
Displays the next child component by triggering a manual switchover.
- showOnCertainPosition(int, int, int) - Method in class ohos.agp.window.dialog.PopupDialog
-
Forcibly displays a dialog in a certain position.
- showOnRemoteScreen(DisplayDialog.DialogProvider) - Method in class ohos.agp.window.dialog.DisplayDialog
-
Displays a dialog box on a remote screen.
- showPrevious() - Method in class ohos.agp.components.PageFlipper
-
Displays the previous child component by triggering a manual switchover.
- showRawImage(byte[], Surface.PixelFormat, int, int) - Method in class ohos.agp.graphics.Surface
-
Displays an image based on its raw data in a specified format and size.
- showSecond(boolean) - Method in class ohos.agp.components.TimePicker
-
Sets whether to show the second selector.
- shrink(float) - Method in class ohos.agp.utils.Circle
-
Shrinks the radius of this circle.
- shrink(float, float) - Method in class ohos.agp.utils.RectFloat
-
Shrinks this RectFloat.
- shrink(float, float) - Method in class ohos.utils.geo.RectFloat
-
Shrinks this RectFloat.
- shrink(int, int) - Method in class ohos.agp.utils.Rect
-
Shrinks this Rect.
- shrink(int, int) - Method in class ohos.utils.geo.Rect
-
Shrinks this Rect.
- shrinkToFit() - Method in class ohos.agp.render.Path
-
Releases the memory unused in the verb and point arrays of this Path.
- shuffle(List<?>) - Static method in class java.util.Collections
-
Randomly permutes the specified list using a default source of
randomness.
- shuffle(List<?>, Random) - Static method in class java.util.Collections
-
Randomly permute the specified list using the specified source of
randomness.
- shutdown() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Initiates an orderly shutdown of the group.
- shutdown() - Method in interface java.util.concurrent.ExecutorService
-
Initiates an orderly shutdown in which previously submitted
tasks are executed, but no new tasks will be accepted.
- shutdown() - Method in class java.util.concurrent.ForkJoinPool
-
Possibly initiates an orderly shutdown in which previously
submitted tasks are executed, but no new tasks will be
accepted.
- shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Initiates an orderly shutdown in which previously submitted
tasks are executed, but no new tasks will be accepted.
- shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Initiates an orderly shutdown in which previously submitted
tasks are executed, but no new tasks will be accepted.
- shutdown() - Method in class ohos.aafwk.ability.Ability
-
Shuts down this Data ability.
- shutdown() - Method in class ohos.nfc.oma.SEService
-
Disables the secure element service.
- ShutdownChannelGroupException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to construct a channel in
a group that is shutdown or the completion handler for an I/O operation
cannot be invoked because the channel group has terminated.
- ShutdownChannelGroupException() - Constructor for exception java.nio.channels.ShutdownChannelGroupException
-
Constructs an instance of this class.
- shutdownInput() - Method in class java.net.Socket
-
Places the input stream for this socket at "end of stream".
- shutdownInput() - Method in class java.net.SocketImpl
-
Places the input stream for this socket at "end of stream".
- shutdownInput() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Shutdown the connection for reading without closing the channel.
- shutdownInput() - Method in class java.nio.channels.SocketChannel
-
Shutdown the connection for reading without closing the channel.
- shutdownNow() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Shuts down the group and closes all open channels in the group.
- shutdownNow() - Method in interface java.util.concurrent.ExecutorService
-
Attempts to stop all actively executing tasks, halts the
processing of waiting tasks, and returns a list of the tasks
that were awaiting execution.
- shutdownNow() - Method in class java.util.concurrent.ForkJoinPool
-
Possibly attempts to cancel and/or stop all tasks, and reject
all subsequently submitted tasks.
- shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Attempts to stop all actively executing tasks, halts the
processing of waiting tasks, and returns a list of the tasks
that were awaiting execution.
- shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Attempts to stop all actively executing tasks, halts the
processing of waiting tasks, and returns a list of the tasks
that were awaiting execution.
- shutdownOutput() - Method in class java.net.Socket
-
Disables the output stream for this socket.
- shutdownOutput() - Method in class java.net.SocketImpl
-
Disables the output stream for this socket.
- shutdownOutput() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Shutdown the connection for writing without closing the channel.
- shutdownOutput() - Method in class java.nio.channels.SocketChannel
-
Shutdown the connection for writing without closing the channel.
- SHUTTER_SPEED_VALUE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is rational.
- SI - Static variable in class ohos.global.icu.util.LocaleData.MeasurementSystem
-
Measurement system specified by Le Système International d'Unités (SI)
otherwise known as Metric system.
- SIDDHAM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SIDDHAM - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SIDDHAM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SIFT_FILTER - Static variable in class ohos.distributedhardware.devicemanager.DeviceManager
-
Indicates the field name for the filtering parameter.
- sign() - Method in class java.security.Signature
-
Returns the signature bytes of all the data updated.
- sign(byte[], int, int) - Method in class java.security.Signature
-
Finishes the signature operation and stores the resulting signature
bytes in the provided buffer outbuf, starting at
offset.
- SIGN - Static variable in class java.security.Signature
-
Possible
Signature.state value, signifying that
this signature object has been initialized for signing.
- SIGN - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the sign field.
- SIGN - Static variable in class ohos.global.icu.text.NumberFormat.Field
-
- SIGN_WRITING - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code for Sutton SignWriting
- signal() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Moves the longest-waiting thread, if one exists, from the
wait queue for this condition to the wait queue for the
owning lock.
- signal() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Moves the longest-waiting thread, if one exists, from the
wait queue for this condition to the wait queue for the
owning lock.
- signal() - Method in interface java.util.concurrent.locks.Condition
-
Wakes up one waiting thread.
- SIGNAL_STRENGTH_UNSPECIFIED - Static variable in class ohos.net.NetCapabilities
-
Unspecified signal strength value.
- signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Moves all threads from the wait queue for this condition to
the wait queue for the owning lock.
- signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Moves all threads from the wait queue for this condition to
the wait queue for the owning lock.
- signalAll() - Method in interface java.util.concurrent.locks.Condition
-
Wakes up all waiting threads.
- SignalInformation - Class in ohos.telephony
-
An abstract parent class that obtains signal information.
- SignalInformation(int) - Constructor for class ohos.telephony.SignalInformation
-
- Signature - Class in java.security
-
The Signature class is used to provide applications the functionality
of a digital signature algorithm.
- Signature(String) - Constructor for class java.security.Signature
-
Creates a Signature object for the specified algorithm.
- SIGNATURE - java.security.CryptoPrimitive
-
Asymmetric primitive: signature scheme
- SIGNATURE - ohos.security.permission.PermissionAvailableScope
-
Indicates that the permission is valid only for applications with the system signature level.
- SIGNATURE - Static variable in class ohos.security.permission.PermissionDef
-
- SIGNATURE_MATCHED - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that two bundles have the same signature.
- SIGNATURE_NOT_MATCHED - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that two bundles have the different signatures.
- SIGNATURE_UNKNOWN_BUNDLE - Static variable in interface ohos.bundle.IBundleManager
-
Indicates that one of two bundles is not installed in system.
- SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
-
Name object for Signature-Version
manifest attribute used when signing JAR files.
- SignatureException - Exception in java.security
-
This is the generic Signature exception.
- SignatureException() - Constructor for exception java.security.SignatureException
-
Constructs a SignatureException with no detail message.
- SignatureException(String) - Constructor for exception java.security.SignatureException
-
Constructs a SignatureException with the specified detail
message.
- SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
-
Creates a SignatureException with the specified
detail message and cause.
- SignatureException(Throwable) - Constructor for exception java.security.SignatureException
-
Creates a SignatureException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- SignatureSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the Signature class, which is used to provide the
functionality of a digital signature algorithm.
- SignatureSpi() - Constructor for class java.security.SignatureSpi
-
- SignedObject - Class in java.security
-
SignedObject is a class for the purpose of creating authentic
runtime objects whose integrity cannot be compromised without being
detected.
- SignedObject(Serializable, PrivateKey, Signature) - Constructor for class java.security.SignedObject
-
Constructs a SignedObject from any Serializable object.
- Signer - Class in java.security
-
- Signer() - Constructor for class java.security.Signer
-
Deprecated.
Creates a signer.
- Signer(String) - Constructor for class java.security.Signer
-
Deprecated.
Creates a signer with the specified identity name.
- Signer(String, IdentityScope) - Constructor for class java.security.Signer
-
Deprecated.
Creates a signer with the specified identity name and scope.
- SignStyle - Enum in java.time.format
-
Enumeration of ways to handle the positive/negative sign.
- signum() - Method in class java.math.BigDecimal
-
Returns the signum function of this BigDecimal.
- signum() - Method in class java.math.BigInteger
-
Returns the signum function of this BigInteger.
- signum() - Method in class ohos.global.icu.math.BigDecimal
-
Returns the sign of this BigDecimal, as an int.
- signum(double) - Static method in class java.lang.Math
-
Returns the signum function of the argument; zero if the argument
is zero, 1.0 if the argument is greater than zero, -1.0 if the
argument is less than zero.
- signum(double) - Static method in class java.lang.StrictMath
-
Returns the signum function of the argument; zero if the argument
is zero, 1.0 if the argument is greater than zero, -1.0 if the
argument is less than zero.
- signum(float) - Static method in class java.lang.Math
-
Returns the signum function of the argument; zero if the argument
is zero, 1.0f if the argument is greater than zero, -1.0f if the
argument is less than zero.
- signum(float) - Static method in class java.lang.StrictMath
-
Returns the signum function of the argument; zero if the argument
is zero, 1.0f if the argument is greater than zero, -1.0f if the
argument is less than zero.
- signum(int) - Static method in class java.lang.Integer
-
Returns the signum function of the specified int value.
- signum(long) - Static method in class java.lang.Long
-
Returns the signum function of the specified long value.
- SIM - ohos.wifi.WifiSecurity.EapMethod
-
EAP subscriber identification module (SIM)
- SIM - ohos.wifi.WifiSecurity.Phase2Method
-
EAP SIM
- SIM_MESSAGE - ohos.telephony.ShortMessage.ShortMessageClass
-
Indicates an SMS message containing SIM card information, which is to be stored in a SIM card.
- SIM_STATE_LOADED - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that the SIM card is in the loaded state, that is, the SIM card is in position and
is working properly.
- SIM_STATE_LOCKED - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that the SIM card is in the locked state, that is, the SIM card is locked by the
personal identification number (PIN)/PIN unblocking key (PUK) or network.
- SIM_STATE_NOT_PRESENT - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that the SIM card is in the not present state, that is, no SIM card is inserted
into the card slot.
- SIM_STATE_NOT_READY - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that the SIM card is in the not ready state, that is, the SIM card is in position
but cannot work properly.
- SIM_STATE_READY - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates that the SIM card is in the ready state, that is, the SIM card is in position and
is working properly.
- SIM_STATE_UNKNOWN - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates unknown SIM card state, that is, the accurate status cannot be obtained.
- SimInfoManager - Class in ohos.telephony
-
Provides applications with APIs for obtaining SIM card status, card file information, and card specifications.
- SIMPLE - ohos.global.icu.text.MessagePattern.ArgType
-
The argument has a "simple" type which is provided by the ARG_TYPE part.
- SIMPLE - ohos.global.icu.text.UnicodeSet.SpanCondition
-
Continues a span() while there is a set element at the current position.
- SIMPLE_CASE_FOLDING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Simple_Case_Folding.
- SIMPLE_LOWERCASE_MAPPING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Simple_Lowercase_Mapping.
- SIMPLE_TITLECASE_MAPPING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Simple_Titlecase_Mapping.
- SIMPLE_UPPERCASE_MAPPING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Simple_Uppercase_Mapping.
- SimpleDateFormat - Class in java.text
-
SimpleDateFormat is a concrete class for formatting and
parsing dates in a locale-sensitive manner.
- SimpleDateFormat - Class in ohos.global.icu.text
-
[icu enhancement] ICU's replacement for
SimpleDateFormat. Methods, fields, and other functionality specific to ICU are labeled '
[icu]'.
- SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
-
Constructs a
SimpleDateFormat using the default pattern and
date format symbols for the default
FORMAT locale.
- SimpleDateFormat() - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the default pattern for the default FORMAT
locale.
- SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
-
Constructs a
SimpleDateFormat using the given pattern and
the default date format symbols for the default
FORMAT locale.
- SimpleDateFormat(String) - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern in the default FORMAT
locale.
- SimpleDateFormat(String, String, ULocale) - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern , override and locale.
- SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and
date format symbols.
- SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and
the default date format symbols for the given locale.
- SimpleDateFormat(String, Locale) - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and locale.
- SimpleDateFormat(String, DateFormatSymbols) - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and
locale-specific symbol data.
- SimpleDateFormat(String, ULocale) - Constructor for class ohos.global.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and locale.
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
-
Creates an entry representing the same mapping as the
specified entry.
- SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
-
Creates an entry representing a mapping from the specified
key to the specified value.
- SimpleFileVisitor<T> - Class in java.nio.file
-
A simple visitor of files with default behavior to visit all files and to
re-throw I/O errors.
- SimpleFileVisitor() - Constructor for class java.nio.file.SimpleFileVisitor
-
Initializes a new instance of this class.
- SimpleFormatter - Class in java.util.logging
-
Print a brief summary of the LogRecord in a human readable
format.
- SimpleFormatter() - Constructor for class java.util.logging.SimpleFormatter
-
- SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing the same mapping as the
specified entry.
- SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
-
Creates an entry representing a mapping from the specified
key to the specified value.
- SimpleTextLayout - Class in ohos.agp.text
-
Represents the simple text layout.
- SimpleTextLayout(String, Paint, Rect, int) - Constructor for class ohos.agp.text.SimpleTextLayout
-
A constructor used to create a SimpleTextLayout instance with a specified text,
paint attribute of the text, rectangle where the text is displayed, and maximum width of the text.
- SimpleTextLayout(String, Paint, Rect, int, boolean) - Constructor for class ohos.agp.text.SimpleTextLayout
-
A constructor used to create a SimpleTextLayout instance with a specified text,
paint attribute of the text, rectangle where the text is displayed,
maximum width of the text, and text direction.
- SimpleTimeZone - Class in java.util
-
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar.
- SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from GMT
and time zone ID with no daylight saving time schedule.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, and rules for starting and ending the daylight
time.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, and rules for starting and ending the daylight
time.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, and rules for starting and ending the daylight
time.
- SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
-
Useful constant for language.
- SIMPLIFIED_CHINESE - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for language.
- SIMPLIFIED_HAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- simulateClick() - Method in class ohos.agp.components.Component
-
Performs a click event in a component.
- simulateDrag() - Method in class ohos.agp.components.Component
-
Performs a drag event of a component.
- sin(double) - Static method in class java.lang.Math
-
Returns the trigonometric sine of an angle.
- sin(double) - Static method in class java.lang.StrictMath
-
Returns the trigonometric sine of an angle.
- SINDHI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SINGLE - ohos.vibrator.bean.VibrationPattern.EffectFlagType
-
Indicates the one-shot vibration.
- SINGLE - Static variable in class ohos.agp.window.dialog.ListDialog
-
Indicates a radio box list.
- SINGLE_MODE_RUIM_CARD - Static variable in class ohos.telephony.TelephonyConstants
-
Icc card type: Single ruim card type.
- SINGLE_MODE_SIM_CARD - Static variable in class ohos.telephony.TelephonyConstants
-
Icc card type: Single sim card type.
- SINGLE_MODE_USIM_CARD - Static variable in class ohos.telephony.TelephonyConstants
-
Icc card type: Single usim card type.
- SINGLE_QUOTE - Static variable in interface ohos.global.icu.lang.UCharacter.WordBreak
-
- SINGLE_VERSION - ohos.data.distributed.common.KvStoreType
-
Single-version database, as specified by SingleKvStore
- SingleKvStore - Interface in ohos.data.distributed.user
-
Provides methods related to single-version distributed databases.
- singleton(T) - Static method in class java.util.Collections
-
Returns an immutable set containing only the specified object.
- SINGLETON - ohos.bundle.AbilityInfo.LaunchMode
-
Indicates that the ability has only one instance.
- singletonList(T) - Static method in class java.util.Collections
-
Returns an immutable list containing only the specified object.
- singletonMap(K, V) - Static method in class java.util.Collections
-
Returns an immutable map, mapping only the specified key to the
specified value.
- sinh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic sine of a double value.
- sinh(double) - Static method in class java.lang.StrictMath
-
Returns the hyperbolic sine of a double value.
- SINHALA - java.lang.Character.UnicodeScript
-
Unicode script "Sinhala".
- SINHALA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Sinhala" Unicode character block.
- SINHALA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA - Static variable in class ohos.global.icu.lang.UScript
-
Sinhala
- SINHALA_ARCHAIC_NUMBERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA_ARCHAIC_NUMBERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- sink() - Method in class java.nio.channels.Pipe
-
Returns this pipe's sink channel.
- SinkChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SinkChannel
-
Initializes a new instance of this class.
- SIP_HOME - Static variable in class ohos.sysappcomponents.contact.entity.SipAddress
-
Indicates a home SIP address.
- SIP_OTHER - Static variable in class ohos.sysappcomponents.contact.entity.SipAddress
-
Indicates an SIP address of the OTHER type.
- SIP_WORK - Static variable in class ohos.sysappcomponents.contact.entity.SipAddress
-
Indicates a work SIP address.
- SipAddress - Class in ohos.sysappcomponents.contact.entity
-
Represents the Session Initiation Protocol (SIP) address.
- SipAddress(String, String) - Constructor for class ohos.sysappcomponents.contact.entity.SipAddress
-
A constructor used to create an SipAddress instance based on a specified SIP address
and a custom label name.
- SipAddress(Context, String, int) - Constructor for class ohos.sysappcomponents.contact.entity.SipAddress
-
A constructor used to create an SipAddress instance based on the application context
and a specified SIP address and label ID.
- SISR_QUALITY_HIGH - Static variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the high SISR quality.
- SISR_QUALITY_LOW - Static variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the low SISR quality.
- SISR_QUALITY_MEDIUM - Static variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the medium SISR quality.
- SISR_SCALE_1X - Static variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the scale factor of 1.0 (known as 1x).
- SISR_SCALE_3X - Static variable in class ohos.ai.cv.sr.SisrConfiguration
-
Indicates the scale factor of 3.0 (known as 3x).
- SisrConfiguration - Class in ohos.ai.cv.sr
-
Sets basic parameters required for single image super-resolution (SISR).
- SisrConfiguration.Builder - Class in ohos.ai.cv.sr
-
- siteKeyboardCallback(IDialog.KeyboardCallback) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets a callback for keyboard events.
- siteRemovable(boolean) - Method in class ohos.agp.window.dialog.CommonDialog
-
Sets whether to remove the dialog box when the user taps the Back key.
- SIVAN - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Sivan, the 10th month of the Hebrew year.
- size - Variable in class ohos.agp.components.TextFilter.FilterResults
-
Indicates the number of filtering results.
- size - Variable in class ohos.media.common.BufferInfo
-
Indicates the buffer data size.
- size - Variable in class ohos.media.image.common.ImageInfo
-
Indicates image dimensions specified by a
Size object.
- size - Variable in class ohos.media.image.PixelMap.InitializationOptions
-
Indicates the expected size of the pixel map to be created.
- size() - Method in class java.io.ByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class java.io.CharArrayWriter
-
Returns the current size of the buffer.
- size() - Method in class java.io.DataOutputStream
-
Returns the current value of the counter written,
the number of bytes written to this data output stream so far.
- size() - Method in class java.nio.channels.AsynchronousFileChannel
-
Returns the current size of this channel's file.
- size() - Method in class java.nio.channels.FileChannel
-
Returns the current size of this channel's file.
- size() - Method in class java.nio.channels.FileLock
-
Returns the size of the locked region in bytes.
- size() - Method in interface java.nio.channels.SeekableByteChannel
-
Returns the current size of entity to which this channel is connected.
- size() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Returns the size of the file (in bytes).
- size() - Method in class java.security.IdentityScope
-
Deprecated.
Returns the number of identities within this identity scope.
- size() - Method in class java.security.KeyStore
-
Retrieves the number of entries in this keystore.
- size() - Method in class java.util.AbstractCollection
-
- size() - Method in class java.util.AbstractMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.ArrayDeque
-
Returns the number of elements in this deque.
- size() - Method in class java.util.ArrayList
-
Returns the number of elements in this list.
- size() - Method in class java.util.BitSet
-
Returns the number of bits of space actually in use by this
BitSet to represent bit values.
- size() - Method in interface java.util.Collection
-
Returns the number of elements in this collection.
- size() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns the number of elements in this queue.
- size() - Method in interface java.util.concurrent.BlockingDeque
-
Returns the number of elements in this deque.
- size() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- size() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns the number of elements in this deque.
- size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns the number of elements in this queue.
- size() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns the number of elements in this set.
- size() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the number of elements in this list.
- size() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns the number of elements in this set.
- size() - Method in class java.util.concurrent.DelayQueue
-
- size() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns the number of elements in this deque.
- size() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns the number of elements in this queue.
- size() - Method in class java.util.concurrent.LinkedTransferQueue
-
Returns the number of elements in this queue.
- size() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- size() - Method in class java.util.concurrent.SynchronousQueue
-
Always returns zero.
- size() - Method in interface java.util.Deque
-
Returns the number of elements in this deque.
- size() - Method in class java.util.Dictionary
-
Returns the number of entries (distinct keys) in this dictionary.
- size() - Method in class java.util.EnumMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.HashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.HashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class java.util.Hashtable
-
Returns the number of keys in this hashtable.
- size() - Method in class java.util.IdentityHashMap
-
Returns the number of key-value mappings in this identity hash map.
- size() - Method in class java.util.jar.Attributes
-
Returns the number of attributes in this Map.
- size() - Method in class java.util.LinkedList
-
Returns the number of elements in this list.
- size() - Method in interface java.util.List
-
Returns the number of elements in this list.
- size() - Method in interface java.util.Map
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.PriorityQueue
-
- size() - Method in interface java.util.Set
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class java.util.TreeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.TreeSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class java.util.Vector
-
Returns the number of components in this vector.
- size() - Method in class java.util.WeakHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.zip.ZipFile
-
Returns the number of entries in the ZIP file.
- size() - Method in class ohos.aafwk.content.IntentParams
-
Obtains the number of parameters contained in this IntentParams object.
- size() - Method in class ohos.agp.components.TableLayout.CellSpan
-
Obtains the cell span of an element in a table layout.
- size() - Method in class ohos.data.rdb.ValuesBucket
-
Obtains the number of values stored in the current ValuesBucket.
- size() - Method in class ohos.data.search.model.IndexData
-
Obtains the number of key-value pairs stored in this container.
- size() - Method in class ohos.global.icu.text.AlphabeticIndex.Bucket
-
Get the number of records in the bucket.
- size() - Method in class ohos.global.icu.text.UnicodeSet
-
Returns the number of elements in this set (its cardinality)
Note than the elements of a set may include both individual
codepoints and strings.
- size() - Method in class ohos.global.resource.solidxml.Theme
-
Obtains the number of attributes in this Theme.
- size() - Method in class ohos.interwork.utils.PacMapEx
-
Obtains the number of key-value pairs stored in this PacMapEx.
- size() - Method in class ohos.utils.IntArray
-
Obtains the total number of values stored in the current IntArray.
- size() - Method in class ohos.utils.LightweightMap
-
Obtains the number of key-value pairs stored in an LightweightMap container.
- size() - Method in class ohos.utils.LightweightSet
-
Obtains the number of objects in an LightweightSet container.
- size() - Method in class ohos.utils.LongPlainArray
-
Obtains the total number of values stored in the current LongPlainArray.
- size() - Method in class ohos.utils.LruBuffer
-
Obtains the total number of values in the current buffer.
- size() - Method in class ohos.utils.PlainArray
-
Obtains the total number of values stored in the current PlainArray.
- size() - Method in class ohos.utils.PlainBooleanArray
-
Obtains the total number of values stored in the current PlainBooleanArray.
- size() - Method in class ohos.utils.PlainIntArray
-
Obtains the total number of values stored in the current PlainIntArray.
- size() - Method in class ohos.utils.PlainLongArray
-
Obtains the total number of values stored in the current PlainLongArray.
- size() - Method in class ohos.utils.zson.ZSONArray
-
Obtains the size of this ZSONArray.
- size() - Method in class ohos.utils.zson.ZSONObject
-
Obtains the size of this ZSONObject.
- size(String) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
-
Returns the size of the value of a user-defined attribute.
- size(Path) - Static method in class java.nio.file.Files
-
Returns the size of a file (in bytes).
- Size - Class in ohos.media.image.common
-
Provides image size information, includes the width and height.
- Size() - Constructor for class ohos.media.image.common.Size
-
A constructor used to create a
Size instance.
- Size(int, int) - Constructor for class ohos.media.image.common.Size
-
A constructor used to create a
Size instance based on a specified width and height.
- SIZE - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the font size.
- SIZE - Static variable in class java.lang.Byte
-
The number of bits used to represent a byte value in two's
complement binary form.
- SIZE - Static variable in class java.lang.Character
-
The number of bits used to represent a char value in unsigned
binary form, constant 16.
- SIZE - Static variable in class java.lang.Double
-
The number of bits used to represent a double value.
- SIZE - Static variable in class java.lang.Float
-
The number of bits used to represent a float value.
- SIZE - Static variable in class java.lang.Integer
-
The number of bits used to represent an int value in two's
complement binary form.
- SIZE - Static variable in class java.lang.Long
-
The number of bits used to represent a long value in two's
complement binary form.
- SIZE - Static variable in class java.lang.Short
-
The number of bits used to represent a short value in two's
complement binary form.
- SIZE - Static variable in class ohos.data.search.schema.AppItem
-
Indicates the index field name of size.
- SIZE - Static variable in class ohos.data.search.schema.DocumentItem
-
Indicates the index field name of size.
- SIZE - Static variable in class ohos.data.search.schema.MusicItem
-
Indicates the index field name of size.
- SIZE - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of size.
- SIZE - Static variable in class ohos.data.search.schema.VideoItem
-
Indicates the index field name of size.
- SIZE - Static variable in interface ohos.media.photokit.metadata.AVStorage.AVBaseColumns
-
Indicates the size of the space occupied by the media item.
- SIZED - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that the value returned from
estimateSize() prior to traversal or splitting represents a
finite size that, in the absence of structural source modification,
represents an exact count of the number of elements that would be
encountered by a complete traversal.
- skew(float, float) - Method in class ohos.agp.render.Canvas
-
Skews this Canvas.
- SkinComponent - Class in ohos.agp.render.render3d.components
-
Represents the skin component used to map skeletal joint data to a mesh.
- SkinComponent() - Constructor for class ohos.agp.render.render3d.components.SkinComponent
-
- skip(long) - Method in class java.io.BufferedInputStream
-
See the general contract of the skip
method of InputStream.
- skip(long) - Method in class java.io.BufferedReader
-
Skips characters.
- skip(long) - Method in class java.io.ByteArrayInputStream
-
Skips n bytes of input from this input stream.
- skip(long) - Method in class java.io.CharArrayReader
-
Skips characters.
- skip(long) - Method in class java.io.FileInputStream
-
Skips over and discards n bytes of data from the
input stream.
- skip(long) - Method in class java.io.FilterInputStream
-
Skips over and discards n bytes of data from the
input stream.
- skip(long) - Method in class java.io.FilterReader
-
Skips characters.
- skip(long) - Method in class java.io.InputStream
-
Skips over and discards n bytes of data from this input
stream.
- skip(long) - Method in class java.io.LineNumberInputStream
-
Deprecated.
Skips over and discards n bytes of data from this
input stream.
- skip(long) - Method in class java.io.LineNumberReader
-
Skip characters.
- skip(long) - Method in interface java.io.ObjectInput
-
Skips n bytes of input.
- skip(long) - Method in class java.io.PushbackInputStream
-
Skips over and discards n bytes of data from this
input stream.
- skip(long) - Method in class java.io.PushbackReader
-
Skips characters.
- skip(long) - Method in class java.io.Reader
-
Skips characters.
- skip(long) - Method in class java.io.StringBufferInputStream
-
Deprecated.
Skips n bytes of input from this input stream.
- skip(long) - Method in class java.io.StringReader
-
Skips the specified number of characters in the stream.
- skip(long) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the remaining elements of this stream
after discarding the first n elements of the stream.
- skip(long) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the remaining elements of this stream
after discarding the first n elements of the stream.
- skip(long) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the remaining elements of this stream
after discarding the first n elements of the stream.
- skip(long) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the remaining elements of this stream
after discarding the first n elements of the stream.
- skip(long) - Method in class java.util.zip.CheckedInputStream
-
Skips specified number of bytes of input.
- skip(long) - Method in class java.util.zip.DeflaterInputStream
-
Skips over and discards data from the input stream.
- skip(long) - Method in class java.util.zip.InflaterInputStream
-
Skips specified number of bytes of uncompressed data.
- skip(long) - Method in class java.util.zip.ZipInputStream
-
Skips specified number of bytes in the current ZIP entry.
- skip(long) - Method in class javax.crypto.CipherInputStream
-
Skips n bytes of input from the bytes that can be read
from this input stream without blocking.
- skip(String) - Method in class java.util.Scanner
-
Skips input that matches a pattern constructed from the specified
string.
- skip(Pattern) - Method in class java.util.Scanner
-
Skips input that matches the specified pattern, ignoring delimiters.
- SKIP_SIBLINGS - java.nio.file.FileVisitResult
-
Continue without visiting the siblings of this file or directory.
- SKIP_SUBTREE - java.nio.file.FileVisitResult
-
Continue without visiting the entries in this directory.
- SKIP_SYNTAX - ohos.global.icu.text.MessagePattern.Part.Type
-
Indicates a substring of the pattern string which is to be skipped when formatting.
- SKIP_USE_HINTS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Specifies whether an application should attempt to skip all introductory hints at the first startup.
- skipAnimation() - Method in class ohos.agp.components.element.Element
-
Skips the animation of this Element object.
- skipAnimation() - Method in class ohos.agp.components.element.ElementContainer
-
- skipBytes(int) - Method in interface java.io.DataInput
-
Makes an attempt to skip over
n bytes
of data from the input
stream, discarding the skipped bytes.
- skipBytes(int) - Method in class java.io.DataInputStream
-
See the general contract of the skipBytes
method of DataInput.
- skipBytes(int) - Method in class java.io.ObjectInputStream
-
Skips bytes.
- skipBytes(int) - Method in class java.io.RandomAccessFile
-
Attempts to skip over n bytes of input discarding the
skipped bytes.
- skippedEntity(String) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of a skipped entity.
- skipRow(int) - Method in interface ohos.data.distributed.common.KvStoreResultSet
-
Moves the read position by a relative offset to the current position.
- skipToAVQueueItem(long) - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to skip to and play a media item specified by its ID.
- skipValue() - Method in class ohos.utils.zson.ZSONReader
-
Skips the value of the current JSON data.
- slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
-
Determines whether or not the tokenizer recognizes C++-style comments.
- slashStarComments(boolean) - Method in class java.io.StreamTokenizer
-
Determines whether or not the tokenizer recognizes C-style comments.
- sleep(long) - Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease
execution) for the specified number of milliseconds, subject to
the precision and accuracy of system timers and schedulers.
- sleep(long) - Method in enum java.util.concurrent.TimeUnit
-
- sleep(long) - Static method in class ohos.miscservices.timeutility.Time
-
Waits a specified number of milliseconds before returning.
- sleep(long, int) - Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease
execution) for the specified number of milliseconds plus the specified
number of nanoseconds, subject to the precision and accuracy of system
timers and schedulers.
- SLEEP - ohos.powermanager.PowerManager.PowerState
-
Indicates that the screen is off and the system is hibernating.
- slerp(Quaternion, Quaternion, float) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Performs spherical linear interpolation between two quaternions.
- slice() - Method in class java.nio.ByteBuffer
-
Creates a new byte buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.CharBuffer
-
Creates a new char buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.DoubleBuffer
-
Creates a new double buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.FloatBuffer
-
Creates a new float buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.IntBuffer
-
Creates a new int buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.LongBuffer
-
Creates a new long buffer whose content is a shared subsequence of
this buffer's content.
- slice() - Method in class java.nio.ShortBuffer
-
Creates a new short buffer whose content is a shared subsequence of
this buffer's content.
- SlideDrawer - Class in ohos.agp.components
-
- SlideDrawer(Context) - Constructor for class ohos.agp.components.SlideDrawer
-
Default constructor used to create a
SlideDrawer instance by using the default attribute set and default
style.
- SlideDrawer(Context, AttrSet) - Constructor for class ohos.agp.components.SlideDrawer
-
A constructor used to create a
SlideDrawer instance by using the specified attribute set and default
style after the XML file is parsed.
- SlideDrawer(Context, AttrSet, String) - Constructor for class ohos.agp.components.SlideDrawer
-
A constructor used to create a
SlideDrawer instance by using the specified attribute set and specified
style after the XML file is parsed.
- SlideDrawer.DisplayMode - Enum in ohos.agp.components
-
Enumerates the modes for the optional components to display.
- SlideDrawer.DrawerState - Enum in ohos.agp.components
-
- SlideDrawer.LayoutConfig - Class in ohos.agp.components
-
- SlideDrawer.SlideDirection - Enum in ohos.agp.components
-
Enumerates the directions of the optional components relative to the main component.
- SlideDrawer.SlideDisable - Interface in ohos.agp.components
-
Allows for disabling slides in real time.
- SlideDrawer.SlideListener - Interface in ohos.agp.components
-
- Slider - Class in ohos.agp.components
-
Provides a progress component that allows for dragging operations on the screen.
- Slider(Context) - Constructor for class ohos.agp.components.Slider
-
Default constructor used to create a Slider instance by using the default attribute set and style.
- Slider(Context, AttrSet) - Constructor for class ohos.agp.components.Slider
-
A constructor used to create a Slider instance by using specified attribute set and default style
after the XML file is parsed.
- Slider(Context, AttrSet, String) - Constructor for class ohos.agp.components.Slider
-
A constructor used to create a Slider instance by using specified attribute set and specified style
after the XML file is parsed.
- Slider.ValueChangedListener - Interface in ohos.agp.components
-
Provides callbacks to listen for and process change events of a Slider.
- SLIDING_STATE_DRAGGING - Static variable in class ohos.agp.components.PageSlider
-
Indicates that the user is currently swiping through pages.
- SLIDING_STATE_IDLE - Static variable in class ohos.agp.components.PageSlider
-
Indicates that the current page is fully in component and no animation is in progress.
- SLIDING_STATE_SETTLING - Static variable in class ohos.agp.components.PageSlider
-
Indicates that the page has been scrolled to a final position.
- SLOT_ID_0 - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates the index of card slot 1.
- SLOT_ID_1 - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates the index of card slot 2.
- SLOT_ID_2 - Static variable in class ohos.telephony.TelephonyConstants
-
Indicates the index of card slot 3 (only for models supporting the SkyTone service).
- slotId - Variable in class ohos.telephony.RadioStateObserver
-
Indicates the slot ID to observe updates.
- slowPathDump(FileDescriptor, PrintWriter, String[]) - Method in class ohos.rpc.RemoteObject
-
Asynchronously dumps data to a specified file using the given PrintWriter object.
- slowPathDump(FileDescriptor, String[]) - Method in interface ohos.rpc.IRemoteObject
-
Asynchronously dumps data to a specified file.
- slowPathDump(FileDescriptor, String[]) - Method in class ohos.rpc.RemoteObject
-
Asynchronously dumps data to a specified file.
- slowPathDump(FileDescriptor, String[]) - Method in class ohos.rpc.RemoteProxy
-
Asynchronously dumps data to a specified file.
- SMALL - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Small Form Variants" Unicode character block.
- SMALL_FORM_VARIANTS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_FORM_VARIANTS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_KANA_EXTENSION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_KANA_EXTENSION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_SIZE - ohos.agp.render.Path.ArcSize
-
Indicates that the smaller arc of an oval is added.
- SMALLINT - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT.
- SMART - java.time.format.ResolverStyle
-
Style to resolve dates and times in a smart, or intelligent, manner.
- SMART_CAR - ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Indicates a smart car.
- SMART_PAD - ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Indicates a tablet.
- SMART_PHONE - ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Indicates a smartphone.
- SMART_TV - ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Indicates a smart TV.
- SMART_WATCH - ohos.distributedschedule.interwork.DeviceInfo.DeviceType
-
Indicates a smart watch.
- SMARTCOMM - Static variable in class ohos.utils.system.SystemCapability.Communication
-
Indicates the smart communications system capability.
- SMOOTH_STEP - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation starts slowly, then accelerates through the middle,
and finally decelerates, with a speed variation smaller than that in ACCELERATE_DECELERATE
throughout the process.
- SMPTE_C - ohos.media.image.common.ColorSpace
-
Indicates the color space based on SMPTE C.
- SNI_HOST_NAME - Static variable in class javax.net.ssl.StandardConstants
-
The "host_name" type representing of a DNS hostname
(see
SNIHostName) in a Server Name Indication (SNI) extension.
- SNIHostName - Class in javax.net.ssl
-
- SNIHostName(byte[]) - Constructor for class javax.net.ssl.SNIHostName
-
Creates an SNIHostName using the specified encoded value.
- SNIHostName(String) - Constructor for class javax.net.ssl.SNIHostName
-
Creates an SNIHostName using the specified hostname.
- SNIMatcher - Class in javax.net.ssl
-
Instances of this class represent a matcher that performs match
operations on an
SNIServerName instance.
- SNIMatcher(int) - Constructor for class javax.net.ssl.SNIMatcher
-
Creates an SNIMatcher using the specified server name type.
- SNIServerName - Class in javax.net.ssl
-
Instances of this class represent a server name in a Server Name
Indication (SNI) extension.
- SNIServerName(int, byte[]) - Constructor for class javax.net.ssl.SNIServerName
-
Creates an SNIServerName using the specified name type and
encoded value.
- SO_BINDADDR - Static variable in interface java.net.SocketOptions
-
Fetch the local address binding of a socket (this option cannot
be "set" only "gotten", since sockets are bound at creation time,
and so the locally bound address cannot be changed).
- SO_BROADCAST - Static variable in interface java.net.SocketOptions
-
Sets SO_BROADCAST for a socket.
- SO_BROADCAST - Static variable in class java.net.StandardSocketOptions
-
Allow transmission of broadcast datagrams.
- SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
-
When the keepalive option is set for a TCP socket and no data
has been exchanged across the socket in either direction for
2 hours (NOTE: the actual value is implementation dependent),
TCP automatically sends a keepalive probe to the peer.
- SO_KEEPALIVE - Static variable in class java.net.StandardSocketOptions
-
Keep connection alive.
- SO_LINGER - Static variable in interface java.net.SocketOptions
-
Specify a linger-on-close timeout.
- SO_LINGER - Static variable in class java.net.StandardSocketOptions
-
Linger on close if data is present.
- SO_OOBINLINE - Static variable in interface java.net.SocketOptions
-
When the OOBINLINE option is set, any TCP urgent data received on
the socket will be received through the socket input stream.
- SO_RCVBUF - Static variable in interface java.net.SocketOptions
-
Set a hint the size of the underlying buffers used by the
platform for incoming network I/O.
- SO_RCVBUF - Static variable in class java.net.StandardSocketOptions
-
The size of the socket receive buffer.
- SO_REUSEADDR - Static variable in interface java.net.SocketOptions
-
Sets SO_REUSEADDR for a socket.
- SO_REUSEADDR - Static variable in class java.net.StandardSocketOptions
-
Re-use address.
- SO_SNDBUF - Static variable in interface java.net.SocketOptions
-
Set a hint the size of the underlying buffers used by the
platform for outgoing network I/O.
- SO_SNDBUF - Static variable in class java.net.StandardSocketOptions
-
The size of the socket send buffer.
- SO_SNDTIMEO - Static variable in class ohos.system.OsHelperConstants
-
A socket option to specify the sending timeout, upon which an error is reported.
- SO_TIMEOUT - Static variable in interface java.net.SocketOptions
-
Set a timeout on blocking Socket operations:
- socket() - Method in class java.nio.channels.DatagramChannel
-
Retrieves a datagram socket associated with this channel.
- socket() - Method in class java.nio.channels.ServerSocketChannel
-
Retrieves a server socket associated with this channel.
- socket() - Method in class java.nio.channels.SocketChannel
-
Retrieves a socket associated with this channel.
- Socket - Class in java.net
-
This class implements client sockets (also called just
"sockets").
- Socket() - Constructor for class java.net.Socket
-
Creates an unconnected socket, with the
system-default type of SocketImpl.
- Socket(String, int) - Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port
number on the named host.
- Socket(String, int, boolean) - Constructor for class java.net.Socket
-
- Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote host on
the specified remote port.
- Socket(InetAddress, int) - Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port
number at the specified IP address.
- Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
-
- Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote address on
the specified remote port.
- Socket(Proxy) - Constructor for class java.net.Socket
-
Creates an unconnected socket, specifying the type of proxy, if any,
that should be used regardless of any other settings.
- Socket(SocketImpl) - Constructor for class java.net.Socket
-
Creates an unconnected Socket with a user-specified
SocketImpl.
- SOCKET_MANAGER - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the profile is socket manager service.
- SocketAddress - Class in java.net
-
This class represents a Socket Address with no protocol attachment.
- SocketAddress() - Constructor for class java.net.SocketAddress
-
- SocketCertificates - Class in ohos.net
-
Represents certificates for UNIX domain sockets.
- SocketCertificates(int, int, int) - Constructor for class ohos.net.SocketCertificates
-
A constructor used to create a SocketCertificates instance with a specified PID, UID, and GID.
- SocketChannel - Class in java.nio.channels
-
A selectable channel for stream-oriented connecting sockets.
- SocketChannel(SelectorProvider) - Constructor for class java.nio.channels.SocketChannel
-
Initializes a new instance of this class.
- SocketException - Exception in java.net
-
Thrown to indicate that there is an error creating or accessing a Socket.
- SocketException() - Constructor for exception java.net.SocketException
-
Constructs a new SocketException with no detail message.
- SocketException(String) - Constructor for exception java.net.SocketException
-
Constructs a new SocketException with the
specified detail message.
- SocketFactory - Class in javax.net
-
This class creates sockets.
- SocketFactory() - Constructor for class javax.net.SocketFactory
-
Creates a SocketFactory.
- SocketHandler - Class in java.util.logging
-
Simple network logging Handler.
- SocketHandler() - Constructor for class java.util.logging.SocketHandler
-
Create a SocketHandler, using only LogManager properties
(or their defaults).
- SocketHandler(String, int) - Constructor for class java.util.logging.SocketHandler
-
Construct a SocketHandler using a specified host and port.
- SocketImpl - Class in java.net
-
The abstract class SocketImpl is a common superclass
of all classes that actually implement sockets.
- SocketImpl() - Constructor for class java.net.SocketImpl
-
- SocketImplFactory - Interface in java.net
-
This interface defines a factory for socket implementations.
- SocketOption<T> - Interface in java.net
-
A socket option associated with a socket.
- SocketOptions - Interface in java.net
-
Interface of methods to get/set socket options.
- SocketPermission - Class in java.net
-
This class represents access to a network via sockets.
- SocketPermission(String, String) - Constructor for class java.net.SocketPermission
-
Creates a new SocketPermission object with the specified actions.
- SocketTimeoutException - Exception in java.net
-
Signals that a timeout has occurred on a socket read or accept.
- SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
-
Construct a new SocketTimeoutException with no detailed message.
- SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
-
Constructs a new SocketTimeoutException with a detail
message.
- SOCKS - java.net.Proxy.Type
-
Represents a SOCKS (V4 or V5) proxy.
- SOFT_DOTTED - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Soft_Dotted (new).
- SOFT_FAIL - java.security.cert.PKIXRevocationChecker.Option
-
Allow revocation check to succeed if the revocation status cannot be
determined for one of the following reasons:
The CRL or OCSP response cannot be obtained because of a
network error.
- SOFT_LIGHT - ohos.agp.render.BlendMode
-
Darkens or lightens the destination color based on the source color.
- SOFTBUS - Static variable in class ohos.utils.system.SystemCapability.Communication
-
Indicates the softbus system capability.
- SoftKeyBoardController - Class in ohos.accessibility.ability
-
Provides a soft keyboard controller.
- SoftKeyBoardController(int, Object) - Constructor for class ohos.accessibility.ability.SoftKeyBoardController
-
A constructor used to create a SoftKeyBoardController instance based on the connection ID and lock.
- SoftKeyBoardListener - Interface in ohos.accessibility.ability
-
Provides a callback for you to listen for changes of the soft keyboard's show/hide mode.
- SoftReference<T> - Class in java.lang.ref
-
Soft reference objects, which are cleared at the discretion of the garbage
collector in response to memory demand.
- SoftReference(T) - Constructor for class java.lang.ref.SoftReference
-
Creates a new soft reference that refers to the given object.
- SoftReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.SoftReference
-
Creates a new soft reference that refers to the given object and is
registered with the given queue.
- SOFTWARE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SOGDIAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SOGDIAN - Static variable in class ohos.global.icu.lang.UScript
-
- SOGDIAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SOL_SOCKET - Static variable in class ohos.system.OsHelperConstants
-
Used as a level option to obtain or set the attribute of the socket level.
- SOLAR_LUMINOSITY - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of light: solar-luminosity
- SOLAR_MASS - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: solar-mass
- SOLAR_RADIUS - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of length: solar-radius
- SOLID - ohos.agp.render.MaskFilter.Blur
-
Implements no blur effects.
- SOLID_XML - ohos.global.resource.ResourceType
-
Indicates the solid XML type.
- SolidXml - Class in ohos.global.resource.solidxml
-
Describes a solid XML document, a type of compressed XML documents.
- SolidXml() - Constructor for class ohos.global.resource.solidxml.SolidXml
-
- SORA_SOMPENG - java.lang.Character.UnicodeScript
-
Unicode script "Sora Sompeng".
- SORA_SOMPENG - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Sora Sompeng" Unicode character block.
- SORA_SOMPENG - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SORA_SOMPENG - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SORA_SOMPENG_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- sort() - Method in class ohos.agp.utils.Rect
-
Swaps the x-coordinates of upper left and lower right corners and/or y-coordinates of upper left and lower
right corners, if this rectangle is invalid.
- sort(byte[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(byte[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(char[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(char[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(double[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(double[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(float[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(float[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(int[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(int[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(long[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(long[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(short[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- sort(short[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending order.
- sort(Object[]) - Static method in class java.util.Arrays
-
Sorts the specified array of objects into ascending order, according
to the
Comparable of its elements.
- sort(Object[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects into
ascending order, according to the
Comparable of its
elements.
- sort(Comparator<? super E>) - Method in class java.util.ArrayList
-
- sort(Comparator<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- sort(Comparator<? super E>) - Method in interface java.util.List
-
Sorts this list according to the order induced by the specified
Comparator.
- sort(Comparator<? super E>) - Method in class java.util.Vector
-
- sort(List<T>) - Static method in class java.util.Collections
-
Sorts the specified list into ascending order, according to the
Comparable of its elements.
- sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
-
Sorts the specified list according to the order induced by the
specified comparator.
- sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects according
to the order induced by the specified comparator.
- sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified array of objects according to the order induced by
the specified comparator.
- SORT_TYPE - Static variable in class ohos.distributedhardware.devicemanager.DeviceManager
-
Indicates the field name for the sorting type.
- sorted() - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream in sorted
order.
- sorted() - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream in sorted
order.
- sorted() - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream in sorted
order.
- sorted() - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, sorted
according to natural order.
- sorted(Comparator<? super T>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, sorted
according to the provided Comparator.
- SORTED - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that encounter order follows a defined
sort order.
- SORTED - Static variable in interface ohos.data.search.model.IndexType
-
The index field is indexed, and the field value is analyzed and can be sorted and grouped.
- SORTED_NO_ANALYZED - Static variable in interface ohos.data.search.model.IndexType
-
The index field is indexed, and the field value is not analyzed and can be sorted and grouped.
- SortedMap<K,V> - Interface in java.util
-
A
Map that further provides a
total ordering on its keys.
- SortedSet<E> - Interface in java.util
-
A
Set that further provides a
total ordering on its elements.
- sortIns() - Method in class ohos.utils.IntArray
-
Sorts the arrays in the current IntArray object in ascending order.
- SOUND_CALL - Static variable in class ohos.media.common.Source.AudioSource
-
Indicates that the uplink and downlink of a voice call are used as the audio source.
- SOUND_EFFECT_MODE_AUXILIARY - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the auxiliary mode.
- SOUND_EFFECT_MODE_INSERT - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the insert mode.
- SOUND_EFFECT_MODE_PRE_PROCESSING - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the preprocessing mode.
- SOUND_EFFECT_TYPE_AE - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the ID of the audio equalizer effect.
- SOUND_EFFECT_TYPE_EC - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the ID of the echo cancellation effect.
- SOUND_EFFECT_TYPE_GC - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the ID of the gain control effect.
- SOUND_EFFECT_TYPE_INVALID - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the ID of an invalid sound effect.
- SOUND_EFFECT_TYPE_NS - Static variable in class ohos.media.audio.SoundEffect
-
Indicates the ID of the noise reduction effect.
- SOUND_EFFECTS_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Sound
-
Specifies whether the sound effects are enabled.
- SOUND_MIC - Static variable in class ohos.media.common.Source.AudioSource
-
Indicates that the microphone is used as the audio source.
- SoundEffect - Class in ohos.media.audio
-
Manages sound effects.
- SoundEffect(UUID, UUID, int, int, String) - Constructor for class ohos.media.audio.SoundEffect
-
A constructor used to create a SoundEffect instance.
- SoundEffect.SoundEffectInfo - Class in ohos.media.audio
-
Provides sound effect information.
- SoundEffectInfo() - Constructor for class ohos.media.audio.SoundEffect.SoundEffectInfo
-
A no-argument constructor used to create a SoundEffectInfo instance.
- SoundEffectInfo(String, String, String, String) - Constructor for class ohos.media.audio.SoundEffect.SoundEffectInfo
-
A parameterized constructor used to create a SoundEffectInfo instance.
- SoundPlayer - Class in ohos.media.audio
-
Manages and plays audio resources of an application.
- SoundPlayer() - Constructor for class ohos.media.audio.SoundPlayer
-
Default constructor used for tone playback.
- SoundPlayer(int) - Constructor for class ohos.media.audio.SoundPlayer
-
A constructor used to create a SoundPlayer instance.
- SoundPlayer(String) - Constructor for class ohos.media.audio.SoundPlayer
-
A constructor used to create a SoundPlayer instance.
- SoundPlayer.AudioVolumes - Class in ohos.media.audio
-
Sets the volume of audio channels.
- SoundPlayer.OnCreateCompleteListener - Interface in ohos.media.audio
-
Listener used to monitor the successful creation of sound resources,
using in setOnCreateCompleteListener.
- SoundPlayer.SoundPlayerParameters - Class in ohos.media.audio
-
Provides SoundPlayer parameters for a playback task.
- SoundPlayer.SoundType - Enum in ohos.media.audio
-
Indicates the system sound type.
- SoundPlayerParameters() - Constructor for class ohos.media.audio.SoundPlayer.SoundPlayerParameters
-
- source - Variable in class java.util.EventObject
-
The object on which the Event initially occurred.
- source() - Method in class java.nio.channels.Pipe
-
Returns this pipe's source channel.
- Source - Class in ohos.media.common
-
Describes the media data source, which can be a URI or file descriptor.
- Source - Interface in ohos.javax.xml.transform
-
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
- Source() - Constructor for class ohos.media.common.Source
-
Default constructor used to create a Source instance.
- Source(FileDescriptor) - Constructor for class ohos.media.common.Source
-
A constructor used to create a Source instance based on a file descriptor.
- Source(FileDescriptor, long, long) - Constructor for class ohos.media.common.Source
-
A constructor used to create a Source instance based on a file descriptor, start offset, and source
data length.
- Source(String) - Constructor for class ohos.media.common.Source
-
A constructor used to create a Source instance based on a specified URI.
- Source(String, Map<String, String>) - Constructor for class ohos.media.common.Source
-
A constructor used to create a Source instance based on a specified URI and headers.
- SOURCE - java.lang.annotation.RetentionPolicy
-
Annotations are to be discarded by the compiler.
- Source.AudioSource - Class in ohos.media.common
-
Describes the audio source.
- Source.VideoSource - Class in ohos.media.common
-
Describes the video source, including the camera and surface.
- sourceAddress() - Method in class java.nio.channels.MembershipKey
-
Returns the source address if this membership key is source-specific,
or null if this membership is not source-specific.
- SourceChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SourceChannel
-
Constructs a new instance of this class.
- SourceDataIncompleteException - Exception in ohos.media.image
-
Provides the exception for reading data error.
- SourceDataIncompleteException(String) - Constructor for exception ohos.media.image.SourceDataIncompleteException
-
A constructor used to create an SourceDataIncompleteException instance based on the exception message.
- SourceDataMalformedException - Exception in ohos.media.image
-
Provides the exception for unsupported image format.
- SourceDataMalformedException(String) - Constructor for exception ohos.media.image.SourceDataMalformedException
-
A constructor used to create an SourceDataMalformedException instance based on the exception message.
- sourceIndex() - Method in class ohos.global.icu.text.Edits.Iterator
-
- sourceIndexFromDestinationIndex(int) - Method in class ohos.global.icu.text.Edits.Iterator
-
Computes the source index corresponding to the given destination index.
- SourceInfo() - Constructor for class ohos.media.image.ImageSource.SourceInfo
-
- SourceOptions() - Constructor for class ohos.media.image.ImageSource.SourceOptions
-
- SOYOMBO - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SOYOMBO - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SOYOMBO_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SP - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- SPACE - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- SPACE - Static variable in interface ohos.global.icu.text.Collator.ReorderCodes
-
Characters with the space property.
- SPACE - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
The characters are white space
(see [XML], 2.10 "White Space Handling").
- SPACE_SEPARATOR - Static variable in class java.lang.Character
-
General category "Zs" in the Unicode specification.
- SPACE_SEPARATOR - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Zs
- SPACING_MARK - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Spacing Modifier Letters" Unicode character block.
- SPACING_MODIFIER_LETTERS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SPACING_MODIFIER_LETTERS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- span - Variable in class ohos.agp.components.TableLayout.Specification
-
Defines the start cell and cell span of an element in the table layout.
- span(CharSequence, int, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSet
-
Span a string using this UnicodeSet.
- span(CharSequence, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSet
-
Span a string using this UnicodeSet.
- spanBack(CharSequence, int, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSet
-
Span a string backwards (from the fromIndex) using this UnicodeSet.
- spanBack(CharSequence, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSet
-
Span a string backwards (from the end) using this UnicodeSet.
- SPANISH - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates that Spanish text elements will be detected.
- spanQuickCheckYes(CharSequence) - Method in class ohos.global.icu.text.Normalizer2
-
Returns the end of the normalized substring of the input string.
- SPARSE - java.nio.file.StandardOpenOption
-
Sparse file.
- SPATIAL_FREQUENCY_RESPONSE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SPEAKER - ohos.distributedhardware.devicemanager.DeviceInfo.DeviceType
-
Indicates a speaker.
- SPEAKER - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates a speaker built in a device.
- SPEAKER_DEFAULT - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the default timbre.
- SPEAKER_XIAOYI - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the timbre of the voice assistant XIAOYI (default timbre).
- SPEAKER_YOYO - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the timbre of the smart speaker YOYO.
- speakLongText(String, String) - Method in class ohos.ai.tts.TtsClient
-
Synthesizes long text into audio and starts speaking.
- speakText(String, String) - Method in class ohos.ai.tts.TtsClient
-
Synthesizes text into audio and starts speaking.
- SPEC_ALIAS - Static variable in class ohos.security.seckeychain.SecKeyChain
-
Indicates the flag used to specify the alias of the private key matching the certificate to be installed.
- SPEC_CERTIFICATE - Static variable in class ohos.security.seckeychain.SecKeyChain
-
Indicates the flag to specify the X.509 certificate to install.
- SPEC_PKCS12 - Static variable in class ohos.security.seckeychain.SecKeyChain
-
Indicates the flag used to specify the PKCS#12 certificate to be installed.
- SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Specials" Unicode character block.
- SPECIALS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SPECIALS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SPECIFIC_LONG - ohos.global.icu.text.TimeZoneFormat.Style
-
Specific long format, such as "Eastern Standard Time".
- SPECIFIC_SHORT - ohos.global.icu.text.TimeZoneFormat.Style
-
Specific short format, such as "EST", "PDT".
- SPECIFIC_TZ - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] Constant for specific non-location format, such as Pacific Daylight Time;
used in combinations date + time + zone, or time + zone.
- specification(float) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the weight of an element.
- specification(int) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the start position of an element in the table layout.
- specification(int, float) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the start position of an element in the table layout and the element
weight.
- specification(int, int) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the start position of an element in the table layout and the element
size.
- specification(int, int, float) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the start position of an element in the table layout and the element
size and weight.
- specification(int, int, int) - Static method in class ohos.agp.components.TableLayout
-
Obtains specification instances based on the start position of an element in the table layout and the element
size and alignment mode.
- specification(int, int, int, float) - Static method in class ohos.agp.components.TableLayout
-
Returns a specification instance based on the start position of an element in the table layout and the size,
alignment mode, and weight of the element.
- SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
-
Name object for Specification-Title
manifest attribute used for package versioning.
- SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
-
Name object for Specification-Vendor
manifest attribute used for package versioning.
- SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
-
Name object for Specification-Version
manifest attribute used for package versioning.
- specifyStream(int) - Method in class ohos.media.extractor.Extractor
-
Selects a track in a media file.
- specifyStream(int) - Method in class ohos.media.player.Player
-
Selects a media stream.
- SPECTRAL_SENSITIVITY - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SPECULAR_GLOSSINESS - ohos.agp.render.render3d.resources.MaterialDesc.MaterialType
-
Specular/glossiness material type.
- SPEECH - Static variable in class ohos.multimodalinput.event.MultimodalEvent
-
Indicates the event generated by Speech component.
- SpeechEvent - Class in ohos.multimodalinput.event
-
Defines speech events.
- speed(float) - Method in class ohos.media.audio.AudioRenderer.SpeedPara.Builder
-
Sets the playback speed of the audio stream.
- SPEED_DEFAULT - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the default speaking speed.
- SPEED_KNOT - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the knot.
- SPEED_MAX_VALUE - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the maximum speaking speed.
- SPEED_MIN_VALUE - Static variable in class ohos.ai.tts.constants.TtsParamsType
-
Indicates the minimum speaking speed.
- SPEED_ROAD_TRAVEL - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the driving speed.
- SPEED_SI_KILOMETER_PER_HOUR - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the kilometer per hour used in the metric system.
- SPEED_SI_METER_PER_SECOND - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the meter per second used in the metric system.
- SPEED_UK_MILE_PER_HOUR - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the mile per hour used in the imperial system.
- SPEED_WIND - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the wind speed.
- split() - Method in class java.util.SplittableRandom
-
Constructs and returns a new SplittableRandom instance that
shares no mutable state with this instance.
- split(CharSequence) - Method in class java.util.regex.Pattern
-
Splits the given input sequence around matches of this pattern.
- split(CharSequence, int) - Method in class java.util.regex.Pattern
-
Splits the given input sequence around matches of this pattern.
- split(String) - Method in class java.lang.String
-
- split(String) - Method in class ohos.utils.Stopwatch
-
Records the completion time of a subtask split from the main task.
- split(String, int) - Method in class java.lang.String
-
- splitAsStream(CharSequence) - Method in class java.util.regex.Pattern
-
Creates a stream from the given input sequence around matches of this
pattern.
- spliterator() - Method in interface java.lang.Iterable
-
Creates a
Spliterator over the elements described by this
Iterable.
- spliterator() - Method in class java.util.ArrayDeque
-
- spliterator() - Method in class java.util.ArrayList
-
- spliterator() - Method in interface java.util.Collection
-
Creates a
Spliterator over the elements in this collection.
- spliterator() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- spliterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- spliterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
- spliterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- spliterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- spliterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns a
Spliterator over the elements in this set in the order
in which these elements were added.
- spliterator() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- spliterator() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- spliterator() - Method in class java.util.concurrent.LinkedTransferQueue
-
- spliterator() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- spliterator() - Method in class java.util.concurrent.SynchronousQueue
-
- spliterator() - Method in class java.util.HashSet
-
- spliterator() - Method in class java.util.LinkedHashSet
-
Creates a
late-binding
and
fail-fast Spliterator over the elements in this set.
- spliterator() - Method in class java.util.LinkedList
-
- spliterator() - Method in interface java.util.List
-
- spliterator() - Method in class java.util.PriorityQueue
-
- spliterator() - Method in interface java.util.Set
-
Creates a Spliterator over the elements in this set.
- spliterator() - Method in interface java.util.SortedSet
-
Creates a Spliterator over the elements in this sorted set.
- spliterator() - Method in interface java.util.stream.BaseStream
-
Returns a spliterator for the elements of this stream.
- spliterator() - Method in interface java.util.stream.DoubleStream
-
- spliterator() - Method in interface java.util.stream.IntStream
-
- spliterator() - Method in interface java.util.stream.LongStream
-
- spliterator() - Method in class java.util.TreeSet
-
- spliterator() - Method in class java.util.Vector
-
- spliterator(double[]) - Static method in class java.util.Arrays
-
- spliterator(double[], int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfDouble covering the elements of a given array,
using a customized set of spliterator characteristics.
- spliterator(double[], int, int) - Static method in class java.util.Arrays
-
- spliterator(double[], int, int, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfDouble covering a range of elements of a
given array, using a customized set of spliterator characteristics.
- spliterator(int[]) - Static method in class java.util.Arrays
-
- spliterator(int[], int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfInt covering the elements of a given array,
using a customized set of spliterator characteristics.
- spliterator(int[], int, int) - Static method in class java.util.Arrays
-
- spliterator(int[], int, int, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfInt covering a range of elements of a
given array, using a customized set of spliterator characteristics.
- spliterator(long[]) - Static method in class java.util.Arrays
-
- spliterator(long[], int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfLong covering the elements of a given array,
using a customized set of spliterator characteristics.
- spliterator(long[], int, int) - Static method in class java.util.Arrays
-
- spliterator(long[], int, int, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfLong covering a range of elements of a
given array, using a customized set of spliterator characteristics.
- spliterator(Object[], int) - Static method in class java.util.Spliterators
-
Creates a Spliterator covering the elements of a given array,
using a customized set of spliterator characteristics.
- spliterator(Object[], int, int, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator covering a range of elements of a given
array, using a customized set of spliterator characteristics.
- spliterator(Collection<? extends T>, int) - Static method in class java.util.Spliterators
-
- spliterator(Iterator<? extends T>, long, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator using a given Iterator
as the source of elements, and with a given initially reported size.
- spliterator(PrimitiveIterator.OfDouble, long, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfDouble using a given
DoubleStream.DoubleIterator as the source of elements, and with a
given initially reported size.
- spliterator(PrimitiveIterator.OfInt, long, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfInt using a given
IntStream.IntIterator as the source of elements, and with a given
initially reported size.
- spliterator(PrimitiveIterator.OfLong, long, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfLong using a given
LongStream.LongIterator as the source of elements, and with a
given initially reported size.
- spliterator(T[]) - Static method in class java.util.Arrays
-
Returns a
Spliterator covering all of the specified array.
- spliterator(T[], int, int) - Static method in class java.util.Arrays
-
Returns a
Spliterator covering the specified range of the
specified array.
- Spliterator<T> - Interface in java.util
-
An object for traversing and partitioning elements of a source.
- Spliterator.OfDouble - Interface in java.util
-
A Spliterator specialized for double values.
- Spliterator.OfInt - Interface in java.util
-
A Spliterator specialized for int values.
- Spliterator.OfLong - Interface in java.util
-
A Spliterator specialized for long values.
- Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>> - Interface in java.util
-
A Spliterator specialized for primitive values.
- Spliterators - Class in java.util
-
- Spliterators.AbstractDoubleSpliterator - Class in java.util
-
An abstract Spliterator.OfDouble that implements
trySplit to permit limited parallelism.
- Spliterators.AbstractIntSpliterator - Class in java.util
-
An abstract Spliterator.OfInt that implements trySplit to
permit limited parallelism.
- Spliterators.AbstractLongSpliterator - Class in java.util
-
An abstract Spliterator.OfLong that implements trySplit
to permit limited parallelism.
- Spliterators.AbstractSpliterator<T> - Class in java.util
-
An abstract Spliterator that implements trySplit to
permit limited parallelism.
- spliteratorUnknownSize(Iterator<? extends T>, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator using a given Iterator
as the source of elements, with no initial size estimate.
- spliteratorUnknownSize(PrimitiveIterator.OfDouble, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfDouble using a given
DoubleStream.DoubleIterator as the source of elements, with no
initial size estimate.
- spliteratorUnknownSize(PrimitiveIterator.OfInt, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfInt using a given
IntStream.IntIterator as the source of elements, with no initial
size estimate.
- spliteratorUnknownSize(PrimitiveIterator.OfLong, int) - Static method in class java.util.Spliterators
-
Creates a Spliterator.OfLong using a given
LongStream.LongIterator as the source of elements, with no
initial size estimate.
- splitMessage(String) - Method in class ohos.telephony.ShortMessageManager
-
Splits a long SMS message into multiple fragments.
- SplittableRandom - Class in java.util
-
A generator of uniform pseudorandom values applicable for use in
(among other contexts) isolated parallel computations that may
generate subtasks.
- SplittableRandom() - Constructor for class java.util.SplittableRandom
-
Creates a new SplittableRandom instance that is likely to
generate sequences of values that are statistically independent
of those of any other instances in the current program; and
may, and typically does, vary across program invocations.
- SplittableRandom(long) - Constructor for class java.util.SplittableRandom
-
Creates a new SplittableRandom instance using the specified
initial seed.
- SPOT - ohos.agp.render.render3d.components.LightComponent.LightType
-
Indicates spot lights.
- SPREAD_STATUS_BAR - Static variable in class ohos.security.SystemPermission
-
Allows an application to be displayed in the form of a thumbnail in the status bar.
- spreadInvoker(MethodType, int) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which will invoke any method handle of the
given type, with a given number of trailing arguments replaced by
a single trailing Object[] array.
- SPRING - Static variable in class ohos.agp.animation.Animator.CurveType
-
Indicates a curve in which the animation reaches the target quickly and
then oscillates at the target several times.
- SpringCurve - Class in ohos.agp.animation.timelinecurves
-
Indicates the spring curve.
- SpringCurve() - Constructor for class ohos.agp.animation.timelinecurves.SpringCurve
-
Default constructor used to create a SpringCurve instance.
- SpringCurve(float, float) - Constructor for class ohos.agp.animation.timelinecurves.SpringCurve
-
A constructor used to create a SpringCurve instance, by specifying the stiffness and damping of the
spring.
- SpringCurve(float, float, float) - Constructor for class ohos.agp.animation.timelinecurves.SpringCurve
-
A constructor used to create a SpringCurve instance, by specifying the stiffness, damping, and end
position (rest position) of the spring.
- SpringCurve(float, float, float, float) - Constructor for class ohos.agp.animation.timelinecurves.SpringCurve
-
A constructor used to create a SpringCurve instance, by specifying the stiffness, damping,
end position (rest position), and start velocity of the spring.
- SpringCurve(float, float, float, float, float) - Constructor for class ohos.agp.animation.timelinecurves.SpringCurve
-
A constructor used to create a SpringCurve instance, by specifying the stiffness, damping,
end position (rest position), start velocity, and displacement threshold of the spring.
- SQLClientInfoException - Exception in java.sql
-
The subclass of
SQLException is thrown when one or more client info properties
could not be set on a
Connection.
- SQLClientInfoException() - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException Object.
- SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState,
vendorCode and failedProperties.
- SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState,
cause, vendorCode and
failedProperties.
- SQLClientInfoException(String, String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState and
failedProperties.
- SQLClientInfoException(String, String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState, cause
and failedProperties.
- SQLClientInfoException(String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason and failedProperties.
- SQLClientInfoException(String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given reason, cause and
failedProperties.
- SQLClientInfoException(Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with a
given failedProperties.
- SQLClientInfoException(Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
-
Constructs a SQLClientInfoException object initialized with
a given cause and failedProperties.
- SQLData - Interface in java.sql
-
The interface used for the custom mapping of an SQL user-defined type (UDT) to
a class in the Java programming language.
- SQLDataException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value
is '
22', or under vendor-specified conditions.
- SQLDataException() - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object.
- SQLDataException(String) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason.
- SQLDataException(String, String) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason and SQLState.
- SQLDataException(String, String, int) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason, SQLState and
vendorCode.
- SQLDataException(String, String, int, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason, SQLState, vendorCode
and cause.
- SQLDataException(String, String, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason, SQLState and cause.
- SQLDataException(String, Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
reason and cause.
- SQLDataException(Throwable) - Constructor for exception java.sql.SQLDataException
-
Constructs a SQLDataException object with a given
cause.
- SQLException - Exception in java.sql
-
An exception that provides information on a database access
error or other errors.
- SQLException() - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object.
- SQLException(String) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason.
- SQLException(String, String) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason and SQLState.
- SQLException(String, String, int) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason, SQLState and
vendorCode.
- SQLException(String, String, int, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason, SQLState, vendorCode
and cause.
- SQLException(String, String, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason, SQLState and cause.
- SQLException(String, Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
reason and cause.
- SQLException(Throwable) - Constructor for exception java.sql.SQLException
-
Constructs a SQLException object with a given
cause.
- SQLFeatureNotSupportedException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value is '
0A'
( the value is 'zero' A).
- SQLFeatureNotSupportedException() - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object.
- SQLFeatureNotSupportedException(String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given reason.
- SQLFeatureNotSupportedException(String, String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given reason and SQLState.
- SQLFeatureNotSupportedException(String, String, int) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given reason, SQLState and
vendorCode.
- SQLFeatureNotSupportedException(String, String, int, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLFeatureNotSupportedException(String, String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given
reason, SQLState and cause.
- SQLFeatureNotSupportedException(String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given
reason and cause.
- SQLFeatureNotSupportedException(Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
-
Constructs a SQLFeatureNotSupportedException object
with a given cause.
- SQLInput - Interface in java.sql
-
An input stream that contains a stream of values representing an
instance of an SQL structured type or an SQL distinct type.
- SQLIntegrityConstraintViolationException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value
is '
23', or under vendor-specified conditions.
- SQLIntegrityConstraintViolationException() - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException object.
- SQLIntegrityConstraintViolationException(String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
with a given reason.
- SQLIntegrityConstraintViolationException(String, String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException
object with a given reason and SQLState.
- SQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException object
with a given reason, SQLState and
vendorCode.
- SQLIntegrityConstraintViolationException(String, String, int, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLIntegrityConstraintViolationException(String, String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason, SQLState and cause.
- SQLIntegrityConstraintViolationException(String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs a SQLIntegrityConstraintViolationException object
with a given
reason and cause.
- SQLIntegrityConstraintViolationException(Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
-
Constructs an SQLIntegrityConstraintViolationException object with
a given cause.
- SQLInvalidAuthorizationSpecException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value
is '
28', or under vendor-specified conditions.
- SQLInvalidAuthorizationSpecException() - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object.
- SQLInvalidAuthorizationSpecException(String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given reason.
- SQLInvalidAuthorizationSpecException(String, String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given reason and SQLState.
- SQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given reason, SQLState and
vendorCode.
- SQLInvalidAuthorizationSpecException(String, String, int, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLInvalidAuthorizationSpecException(String, String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason, SQLState and cause.
- SQLInvalidAuthorizationSpecException(String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given
reason and cause.
- SQLInvalidAuthorizationSpecException(Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
-
Constructs a SQLInvalidAuthorizationSpecException object
with a given cause.
- SQLNonTransientConnectionException - Exception in java.sql
-
The subclass of
SQLException thrown for the SQLState
class value '
08', or under vendor-specified conditions.
- SQLNonTransientConnectionException() - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object.
- SQLNonTransientConnectionException(String) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given reason.
- SQLNonTransientConnectionException(String, String) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given reason and SQLState.
- SQLNonTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given reason, SQLState and
vendorCode.
- SQLNonTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLNonTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given
reason, SQLState and cause.
- SQLNonTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLTransientException object
with a given
reason and cause.
- SQLNonTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
-
Constructs a SQLNonTransientConnectionException object
with a given cause.
- SQLNonTransientException - Exception in java.sql
-
The subclass of
SQLException thrown when an instance where a retry
of the same operation would fail unless the cause of the
SQLException
is corrected.
- SQLNonTransientException() - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object.
- SQLNonTransientException(String) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given reason.
- SQLNonTransientException(String, String) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given reason and SQLState.
- SQLNonTransientException(String, String, int) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given reason, SQLState and
vendorCode.
- SQLNonTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLNonTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given
reason, SQLState and cause.
- SQLNonTransientException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLTransientException object
with a given
reason and cause.
- SQLNonTransientException(Throwable) - Constructor for exception java.sql.SQLNonTransientException
-
Constructs a SQLNonTransientException object
with a given cause.
- SQLOutput - Interface in java.sql
-
The output stream for writing the attributes of a user-defined
type back to the database.
- SQLPermission - Class in java.sql
-
The permission for which the SecurityManager will check
when code that is running an application with a
SecurityManager enabled, calls the
DriverManager.deregisterDriver method,
DriverManager.setLogWriter method,
DriverManager.setLogStream (deprecated) method,
SyncFactory.setJNDIContext method,
SyncFactory.setLogger method,
Connection.setNetworktimeout method,
or the Connection.abort method.
- SQLPermission(String) - Constructor for class java.sql.SQLPermission
-
Creates a new SQLPermission object with the specified name.
- SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
-
Creates a new SQLPermission object with the specified name.
- SQLRecoverableException - Exception in java.sql
-
The subclass of
SQLException thrown in situations where a
previously failed operation might be able to succeed if the application performs
some recovery steps and retries the entire transaction or in the case of a
distributed transaction, the transaction branch.
- SQLRecoverableException() - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object.
- SQLRecoverableException(String) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given reason.
- SQLRecoverableException(String, String) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given reason and SQLState.
- SQLRecoverableException(String, String, int) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given reason, SQLState and
vendorCode.
- SQLRecoverableException(String, String, int, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLRecoverableException(String, String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given
reason, SQLState and cause.
- SQLRecoverableException(String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given
reason and cause.
- SQLRecoverableException(Throwable) - Constructor for exception java.sql.SQLRecoverableException
-
Constructs a SQLRecoverableException object
with a given cause.
- sqlStateSQL - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType which is used to indicate
whether the value returned by the method
SQLException.getSQLState is an SQLSTATE value.
- sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType which is used to indicate
whether the value returned by the method
SQLException.getSQLState is an SQL99 SQLSTATE value.
- sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
-
A possible return value for the method
DatabaseMetaData.getSQLStateType which is used to indicate
whether the value returned by the method
SQLException.getSQLState is an
X/Open (now know as Open Group) SQL CLI SQLSTATE value.
- SQLSyntaxErrorException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value
is '
42', or under vendor-specified conditions.
- SQLSyntaxErrorException() - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object.
- SQLSyntaxErrorException(String) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given reason.
- SQLSyntaxErrorException(String, String) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given reason and SQLState.
- SQLSyntaxErrorException(String, String, int) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given reason, SQLState and
vendorCode.
- SQLSyntaxErrorException(String, String, int, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLSyntaxErrorException(String, String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given
reason, SQLState and cause.
- SQLSyntaxErrorException(String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given
reason and cause.
- SQLSyntaxErrorException(Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
-
Constructs a SQLSyntaxErrorException object
with a given cause.
- SQLTimeoutException - Exception in java.sql
-
The subclass of
SQLException thrown when the timeout specified by
Statement.setQueryTimeout,
DriverManager.setLoginTimeout,
DataSource.setLoginTimeout,
XADataSource.setLoginTimeout
has expired.
- SQLTimeoutException() - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object.
- SQLTimeoutException(String) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given reason.
- SQLTimeoutException(String, String) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given reason and SQLState.
- SQLTimeoutException(String, String, int) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given reason, SQLState and
vendorCode.
- SQLTimeoutException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLTimeoutException(String, String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given
reason, SQLState and cause.
- SQLTimeoutException(String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given
reason and cause.
- SQLTimeoutException(Throwable) - Constructor for exception java.sql.SQLTimeoutException
-
Constructs a SQLTimeoutException object
with a given cause.
- SQLTransactionRollbackException - Exception in java.sql
-
The subclass of
SQLException thrown when the SQLState class value
is '
40', or under vendor-specified conditions.
- SQLTransactionRollbackException() - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object.
- SQLTransactionRollbackException(String) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given reason.
- SQLTransactionRollbackException(String, String) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given reason and SQLState.
- SQLTransactionRollbackException(String, String, int) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given reason, SQLState and
vendorCode.
- SQLTransactionRollbackException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLTransactionRollbackException(String, String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given
reason, SQLState and cause.
- SQLTransactionRollbackException(String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given
reason and cause.
- SQLTransactionRollbackException(Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
-
Constructs a SQLTransactionRollbackException object
with a given cause.
- SQLTransientConnectionException - Exception in java.sql
-
The subclass of
SQLException for the SQLState class
value '
08', or under vendor-specified conditions.
- SQLTransientConnectionException() - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object.
- SQLTransientConnectionException(String) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given reason.
- SQLTransientConnectionException(String, String) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given reason and SQLState.
- SQLTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given reason, SQLState and
vendorCode.
- SQLTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given
reason, SQLState and cause.
- SQLTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given
reason and cause.
- SQLTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
-
Constructs a SQLTransientConnectionException object
with a given cause.
- SQLTransientException - Exception in java.sql
-
The subclass of
SQLException is thrown in situations where a
previously failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality.
- SQLTransientException() - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object.
- SQLTransientException(String) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given reason.
- SQLTransientException(String, String) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given reason and SQLState.
- SQLTransientException(String, String, int) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given reason, SQLState and
vendorCode.
- SQLTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given
reason, SQLState, vendorCode
and cause.
- SQLTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given
reason, SQLState and cause.
- SQLTransientException(String, Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given
reason and cause.
- SQLTransientException(Throwable) - Constructor for exception java.sql.SQLTransientException
-
Constructs a SQLTransientException object
with a given cause.
- SQLWarning - Exception in java.sql
-
An exception that provides information on database access
warnings.
- SQLWarning() - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object.
- SQLWarning(String) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given reason.
- SQLWarning(String, String) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given reason and SQLState.
- SQLWarning(String, String, int) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given reason, SQLState and
vendorCode.
- SQLWarning(String, String, int, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs aSQLWarning object
with a given
reason, SQLState, vendorCode
and cause.
- SQLWarning(String, String, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given
reason, SQLState and cause.
- SQLWarning(String, Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given
reason and cause.
- SQLWarning(Throwable) - Constructor for exception java.sql.SQLWarning
-
Constructs a SQLWarning object
with a given cause.
- SQLXML - Interface in java.sql
-
The mapping in the JavaTM programming language for the SQL XML type.
- SQLXML - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type XML.
- sqrt(double) - Static method in class java.lang.Math
-
Returns the correctly rounded positive square root of a
double value.
- sqrt(double) - Static method in class java.lang.StrictMath
-
Returns the correctly rounded positive square root of a
double value.
- SQUARE - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- SQUARE_CAP - ohos.agp.render.Paint.StrokeCap
-
Each drawing point of the paint stroke is in square, with the start and end points of the drawing line
at the center of the square.
- SQUARE_CENTIMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-centimeter
- SQUARE_FOOT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-foot
- SQUARE_INCH - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-inch
- SQUARE_KILOMETER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-kilometer
- SQUARE_METER - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-meter
- SQUARE_MILE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-mile
- SQUARE_YARD - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of area: square-yard
- SRAVANA - Static variable in class ohos.global.icu.util.IndianCalendar
-
Constant for Sravana, the 5th month of the Indian year.
- SRC - ohos.agp.render.BlendMode
-
Uses the source color.
- SRC - ohos.agp.render.Canvas.PorterDuffMode
-
Uses the source color.
- SRC_ATOP - ohos.agp.render.BlendMode
-
Replaces the destination color with the source color on the overlapping area of the two colors.
- SRC_ATOP - ohos.agp.render.Canvas.PorterDuffMode
-
Replaces the destination color with the source color on the overlapping area of the two colors.
- SRC_IN - ohos.agp.render.BlendMode
-
Draws the source color on the overlapping area of the source and destination colors.
- SRC_IN - ohos.agp.render.Canvas.PorterDuffMode
-
Draws the source color on the overlapping area of the source and destination colors.
- SRC_OUT - ohos.agp.render.BlendMode
-
Draws the source color on the non-overlapping area of the source and destination colors.
- SRC_OUT - ohos.agp.render.Canvas.PorterDuffMode
-
Draws the source color on the non-overlapping area of the source and destination colors.
- SRC_OVER - ohos.agp.render.BlendMode
-
Draws the source color over the destination color.
- SRC_OVER - ohos.agp.render.Canvas.PorterDuffMode
-
Draws the source color over the destination color.
- SRGB - ohos.media.image.common.ColorSpace
-
Indicates the standard red green blue (SRGB) color space based on IEC 61966-2.1:1999.
- SrParamKey - Class in ohos.ai.cv.sr
-
- SSL_CERT_AUTHORITY_INVALID - Static variable in class ohos.net.http.SslError
-
Indicates that the certificate authority is not trusted.
- SSL_CERT_DATE_INVALID - Static variable in class ohos.net.http.SslError
-
Indicates that the certificate date is invalid.
- SSL_CERT_EXPIRED - Static variable in class ohos.net.http.SslError
-
Indicates that the certificate has expired.
- SSL_CERT_INVALID - Static variable in class ohos.net.http.SslError
-
Indicates that the certificate is invalid due to any other error.
- SSL_CERT_NAME_INVALID - Static variable in class ohos.net.http.SslError
-
Indicates that the hostname is not matched.
- SSL_CERT_NOT_YET_VALID - Static variable in class ohos.net.http.SslError
-
Indicates that the certificate has not taken effect.
- SSLContext - Class in javax.net.ssl
-
Instances of this class represent a secure socket protocol
implementation which acts as a factory for secure socket
factories or SSLEngines.
- SSLContext(SSLContextSpi, Provider, String) - Constructor for class javax.net.ssl.SSLContext
-
Creates an SSLContext object.
- SSLContextSpi - Class in javax.net.ssl
-
This class defines the Service Provider Interface (SPI)
for the SSLContext class.
- SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
-
- SSLEngine - Class in javax.net.ssl
-
- SSLEngine() - Constructor for class javax.net.ssl.SSLEngine
-
Constructor for an SSLEngine providing no hints
for an internal session reuse strategy.
- SSLEngine(String, int) - Constructor for class javax.net.ssl.SSLEngine
-
Constructor for an SSLEngine.
- SSLEngineResult - Class in javax.net.ssl
-
An encapsulation of the result state produced by
SSLEngine I/O calls.
- SSLEngineResult(SSLEngineResult.Status, SSLEngineResult.HandshakeStatus, int, int) - Constructor for class javax.net.ssl.SSLEngineResult
-
Initializes a new instance of this class.
- SSLEngineResult.HandshakeStatus - Enum in javax.net.ssl
-
An SSLEngineResult enum describing the current
handshaking state of this SSLEngine.
- SSLEngineResult.Status - Enum in javax.net.ssl
-
An SSLEngineResult enum describing the overall result
of the SSLEngine operation.
- SslError - Class in ohos.net.http
-
Represents a set of Secure Sockets Layer (SSL) errors associated with X.509 authentication.
- SslError(int, X509Certificate, String) - Constructor for class ohos.net.http.SslError
-
A constructor used to create an SslError instance with a specified SSL error, SSL certificate, and URL.
- SSLException - Exception in javax.net.ssl
-
Indicates some kind of error detected by an SSL subsystem.
- SSLException(String) - Constructor for exception javax.net.ssl.SSLException
-
Constructs an exception reporting an error found by
an SSL subsystem.
- SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
-
Creates a SSLException with the specified
detail message and cause.
- SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
-
Creates a SSLException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- SSLHandshakeException - Exception in javax.net.ssl
-
Indicates that the client and server could not negotiate the
desired level of security.
- SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
-
Constructs an exception reporting an error found by
an SSL subsystem during handshaking.
- SSLKeyException - Exception in javax.net.ssl
-
Reports a bad SSL key.
- SSLKeyException(String) - Constructor for exception javax.net.ssl.SSLKeyException
-
Constructs an exception reporting a key management error
found by an SSL subsystem.
- SSLParameters - Class in javax.net.ssl
-
Encapsulates parameters for an SSL/TLS connection.
- SSLParameters() - Constructor for class javax.net.ssl.SSLParameters
-
Constructs SSLParameters.
- SSLParameters(String[]) - Constructor for class javax.net.ssl.SSLParameters
-
Constructs SSLParameters from the specified array of ciphersuites.
- SSLParameters(String[], String[]) - Constructor for class javax.net.ssl.SSLParameters
-
Constructs SSLParameters from the specified array of ciphersuites
and protocols.
- SSLPeerUnverifiedException - Exception in javax.net.ssl
-
Indicates that the peer's identity has not been verified.
- SSLPeerUnverifiedException(String) - Constructor for exception javax.net.ssl.SSLPeerUnverifiedException
-
Constructs an exception reporting that the SSL peer's
identity has not been verified.
- SSLPermission - Class in javax.net.ssl
-
This class is for various network permissions.
- SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
-
Creates a new SSLPermission with the specified name.
- SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
-
Creates a new SSLPermission object with the specified name.
- SSLProtocolException - Exception in javax.net.ssl
-
Reports an error in the operation of the SSL protocol.
- SSLProtocolException(String) - Constructor for exception javax.net.ssl.SSLProtocolException
-
Constructs an exception reporting an SSL protocol error
detected by an SSL subsystem.
- SSLServerSocket - Class in javax.net.ssl
-
This class extends ServerSockets and
provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
- SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocketFactory - Class in javax.net.ssl
-
SSLServerSocketFactorys create
SSLServerSockets.
- SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
-
Constructor is used only by subclasses.
- SSLSession - Interface in javax.net.ssl
-
In SSL, sessions are used to describe an ongoing relationship between
two entities.
- SSLSessionBindingEvent - Class in javax.net.ssl
-
This event is propagated to a SSLSessionBindingListener.
- SSLSessionBindingEvent(SSLSession, String) - Constructor for class javax.net.ssl.SSLSessionBindingEvent
-
Constructs a new SSLSessionBindingEvent.
- SSLSessionBindingListener - Interface in javax.net.ssl
-
This interface is implemented by objects which want to know when
they are being bound or unbound from a SSLSession.
- SSLSessionContext - Interface in javax.net.ssl
-
A SSLSessionContext represents a set of
SSLSessions associated with a single entity.
- SSLSocket - Class in javax.net.ssl
-
This class extends Sockets and provides secure
socket using protocols such as the "Secure
Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
- SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocketFactory - Class in javax.net.ssl
-
SSLSocketFactorys create SSLSockets.
- SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
-
Constructor is used only by subclasses.
- Stack<E> - Class in java.util
-
The Stack class represents a last-in-first-out
(LIFO) stack of objects.
- Stack() - Constructor for class java.util.Stack
-
Creates an empty Stack.
- StackLayout - Class in ohos.agp.components
-
Provides a frame layout in which elements can be overlapped.
- StackLayout(Context) - Constructor for class ohos.agp.components.StackLayout
-
Default constructor used to create a StackLayout instance by using the default attribute set and style.
- StackLayout(Context, AttrSet) - Constructor for class ohos.agp.components.StackLayout
-
A constructor used to create a StackLayout instance by using specified attribute set and default style
after the XML file is parsed.
- StackLayout(Context, AttrSet, String) - Constructor for class ohos.agp.components.StackLayout
-
A constructor used to create a StackLayout instance by using specified attribute set and specified style
after the XML file is parsed.
- StackLayout.LayoutConfig - Class in ohos.agp.components
-
Configures layout parameters of
StackLayout, which includes the width, height, and
page margin.
- StackOverflowError - Error in java.lang
-
Thrown when a stack overflow occurs because an application
recurses too deeply.
- StackOverflowError() - Constructor for error java.lang.StackOverflowError
-
Constructs a StackOverflowError with no detail message.
- StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
-
Constructs a StackOverflowError with the specified
detail message.
- StackTraceElement - Class in java.lang
-
- StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
-
Creates a stack trace element representing the specified execution
point.
- StampedLock - Class in java.util.concurrent.locks
-
A capability-based lock with three modes for controlling read/write
access.
- StampedLock() - Constructor for class java.util.concurrent.locks.StampedLock
-
Creates a new lock, initially in unlocked state.
- STANDALONE - Static variable in class ohos.global.icu.text.DateFormatSymbols
-
[icu] Constant for context.
- STANDALONE_DAY_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] FieldPosition selector for 'c' field alignment,
corresponding to the
Calendar#DAY_OF_WEEK field.
- STANDALONE_MONTH_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] FieldPosition selector for 'L' field alignment,
corresponding to the
Calendar#MONTH field.
- STANDALONE_QUARTER_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
[icu] FieldPosition selector for 'q' field alignment,
corresponding to the
Calendar#MONTH field.
- standaloneSet() - Method in interface ohos.javax.xml.stream.events.StartDocument
-
Returns true if the standalone attribute was set in
the encoding declaration of the document.
- standaloneSet() - Method in interface ohos.javax.xml.stream.XMLStreamReader
-
Checks if standalone was set in the document
- STANDARD - java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
The local date-time is expressed in terms of the standard offset.
- STANDARD - ohos.bundle.AbilityInfo.LaunchMode
-
Indicates that the ability can have multiple instances.
- STANDARD - ohos.global.icu.text.TimeZoneFormat.TimeType
-
Standard time
- STANDARD - ohos.global.icu.util.Currency.CurrencyUsage
-
a setting to specify currency usage which determines currency digit and rounding
for standard usage, for example: "50.00 NT$"
- STANDARD - Static variable in class java.time.format.DecimalStyle
-
The standard set of non-localized decimal style symbols.
- STANDARD_ELEMENT_COMPARISON - ohos.global.icu.text.SearchIterator.ElementComparisonType
-
Standard collation element comparison at the specified collator strength.
- STANDARD_NAMES - ohos.global.icu.text.DisplayContext
-
A possible setting for DIALECT_HANDLING:
use standard names when generating a locale name,
e.g. en_GB displays as 'English (United Kingdom)'.
- STANDARD_NAMES - ohos.global.icu.text.LocaleDisplayNames.DialectHandling
-
Use standard names when generating a locale name,
e.g. en_GB displays as 'English (United Kingdom)'.
- STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
-
Constant for a mode of start or end time specified as standard time.
- StandardCharsets - Class in java.nio.charset
-
Constant definitions for the standard
Charset.
- StandardConstants - Class in javax.net.ssl
-
Standard constants definitions
- StandardCopyOption - Enum in java.nio.file
-
Defines the standard copy options.
- STANDARDCURRENCYSTYLE - Static variable in class ohos.global.icu.text.NumberFormat
-
[icu] Constant to specify currency style of format which uses currency symbol
to represent currency, for example "$3.00", using non-accounting style for
negative values (e.g.
- StandardizedEventHandle - Interface in ohos.multimodalinput.standard
-
Represents the base interface of all types of standard events.
- StandardOpenOption - Enum in java.nio.file
-
Defines the standard open options.
- StandardProtocolFamily - Enum in java.net
-
Defines the standard families of communication protocols.
- StandardSocketOptions - Class in java.net
-
Defines the standard socket options.
- StandardWatchEventKinds - Class in java.nio.file
-
Defines the standard event kinds.
- start - Variable in class ohos.global.icu.text.Transliterator.Position
-
Beginning index, inclusive, of the text to be transliteratd.
- start - Variable in class ohos.global.icu.util.RangeValueIterator.Element
-
Starting integer of the continuous result range that has the same
value
- start() - Method in class java.lang.ProcessBuilder
-
Starts a new process using the attributes of this process builder.
- start() - Method in class java.lang.Thread
-
Causes this thread to begin execution; the Java Virtual Machine
calls the run method of this thread.
- start() - Method in class java.util.regex.Matcher
-
Returns the start index of the previous match.
- start() - Method in interface java.util.regex.MatchResult
-
Returns the start index of the match.
- start() - Method in class ohos.agp.animation.Animator
-
Starts an animator.
- start() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Starts an animation.
- start() - Method in class ohos.agp.components.TickTimer
-
Starts the timer.
- start() - Method in class ohos.media.audio.AudioCapturer
-
Starts audio recording.
- start() - Method in class ohos.media.audio.AudioRenderer
-
Plays audio streams.
- start() - Method in class ohos.media.codec.Codec
-
Starts encoding or decoding after the preparation is complete.
- start() - Method in class ohos.media.muxer.Muxer
-
Starts media multiplexing.
- start() - Method in class ohos.media.recorder.Recorder
-
Starts recording.
- start() - Method in class ohos.miscservices.download.DownloadSession
-
Starts a download session.
- start(int) - Method in class java.util.regex.Matcher
-
Returns the start index of the subsequence captured by the given group
during the previous match operation.
- start(int) - Method in interface java.util.regex.MatchResult
-
Returns the start index of the subsequence captured by the given group
during this match.
- start(int, long) - Method in class ohos.miscservices.timeutility.Timer.OneShotTimer
-
Starts a timer.
- start(int, long, long) - Method in class ohos.miscservices.timeutility.Timer.RepeatTimer
-
Starts a repeating timer with a fixed interval.
- start(int, VibrationPattern) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls a specified vibrator to vibrate with a custom effect.
- start(String) - Method in class java.util.regex.Matcher
-
Returns the start index of the subsequence captured by the given
named-capturing group during the
previous match operation.
- start(String, boolean) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls this vibrator to perform a periodic vibration with a preset vibration effect.
- start(VibrationPattern) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls this vibrator to vibrate with a custom vibration effect.
- START - ohos.agp.components.SlideDrawer.SlideDirection
-
Indicates the "start" direction value for the optional component.
- START - ohos.agp.components.TimePicker.AmPmOrder
-
Indicates that the column representing a.m.
- START - ohos.agp.utils.Matrix.ScaleToFit
-
Indicates the top mode, in which the source rectangle is scaled using the original aspect ratio and placed in
the upper left corner of the destination rectangle.
- START - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
- START - Static variable in class ohos.agp.utils.LayoutAlignment
-
Indicates that the component is placed at the start edge in the X axis of the container.
- START - Static variable in class ohos.agp.utils.TextAlignment
-
Indicates that the text is aligned with the start of the container.
- START_ABILIIES_FROM_BACKGROUND - Static variable in class ohos.security.SystemPermission
-
Allows a system application to start Feature Abilities (FAs) in the background.
- START_ABILITIES - ohos.event.intentagent.IntentAgentConstant.OperationType
-
Starts multiple abilities.
- START_ABILITY - ohos.event.intentagent.IntentAgentConstant.OperationType
-
Starts an ability with a UI.
- START_DATE - Static variable in class ohos.data.search.schema.EventItem
-
Indicates the index field name of startDate.
- START_DOCUMENT - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is a start document
- START_ELEMENT - Static variable in interface ohos.javax.xml.stream.XMLStreamConstants
-
Indicates an event is a start element
- START_FOREGROUND_SERVICE - ohos.event.intentagent.IntentAgentConstant.OperationType
-
Starts a foreground ability without a UI.
- START_INVISIBLE_ABILITY - Static variable in class ohos.security.SystemPermission
-
Allows a system application to start an invisible ability.
- START_OF - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that a child Component is placed at the start of another child component.
- START_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Ps" in the Unicode specification.
- START_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Ps
- START_SERVICE - ohos.event.intentagent.IntentAgentConstant.OperationType
-
Starts an ability without a UI.
- START_TIMEZONE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the start time zone.
- START_TO_END - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from start to end.
- startAbilities(Intent[]) - Method in class ohos.app.AbilityContext
-
- startAbilities(Intent[]) - Method in interface ohos.app.Context
-
Starts multiple abilities.
- startAbility(Intent) - Method in class ohos.aafwk.ability.Ability
-
Starts a new ability.
- startAbility(Intent) - Method in class ohos.aafwk.ability.AbilitySlice
-
Starts a new ability.
- startAbility(Intent, int) - Method in class ohos.app.AbilityContext
-
- startAbility(Intent, int) - Method in interface ohos.app.Context
-
Starts a new ability.
- startAbility(Intent, int, AbilityStartSetting) - Method in class ohos.app.AbilityContext
-
- startAbility(Intent, int, AbilityStartSetting) - Method in interface ohos.app.Context
-
Starts a new ability with special ability start setting.
- startAbility(Intent, AbilityStartSetting) - Method in class ohos.aafwk.ability.Ability
-
Starts a new ability with specific start settings.
- startAbility(Intent, AbilityStartSetting) - Method in class ohos.aafwk.ability.AbilitySlice
-
Starts a new ability with specific start settings.
- startAbilityForResult(Intent, int) - Method in class ohos.aafwk.ability.Ability
-
Starts an ability and returns the execution result when the ability is destroyed.
- startAbilityForResult(Intent, int) - Method in class ohos.aafwk.ability.AbilitySlice
-
Starts an ability and returns the execution result when the ability is destroyed.
- startAbilityForResult(Intent, int, AbilityStartSetting) - Method in class ohos.aafwk.ability.Ability
-
Starts an ability with specific start settings and returns the execution result when the ability is destroyed.
- startAbilityForResult(Intent, int, AbilityStartSetting) - Method in class ohos.aafwk.ability.AbilitySlice
-
Starts an ability with specific start settings and returns the execution result when the ability is destroyed.
- startAbilitySync(Intent) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Starts an ability based on the given Intent and waits for 2 seconds for the ability to start running
before returning.
- startAbilitySync(Intent, long) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Starts an ability based on the given Intent and waits for a specified time period for the ability to
start running before returning.
- startAdvertising(BleAdvertiseSettings, BleAdvertiseData, BleAdvertiseData) - Method in class ohos.bluetooth.ble.BleAdvertiser
-
Starts BLE advertising.
- startArray() - Method in class ohos.utils.zson.ZSONReader
-
Starts to read JSON arrays.
- startArray() - Method in class ohos.utils.zson.ZSONWriter
-
Starts to write arrays.
- startAutoScrolling() - Method in class ohos.agp.components.Text
-
Starts text auto scrolling.
- startBackupSession(IBackupSessionCallback) - Method in interface ohos.bundle.IBundleManager
-
Starts a backup or restoration session.
- startBroadcast() - Method in class ohos.rpc.RemoteObjectCallbackList
-
Starts a broadcast.
- startBtDiscovery() - Method in class ohos.bluetooth.BluetoothHost
-
Starts scanning Bluetooth devices.
- startDefined - Variable in class ohos.agp.components.TableLayout.Specification
-
Indicates whether an index is set for the start cell of a component in the table layout.
- startDocument() - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of the beginning of a document.
- startDocument() - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- startDocument() - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- startDocument() - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of the beginning of the document.
- StartDocument - Interface in ohos.javax.xml.stream.events
-
An interface for the start document event
- startDragAndDrop(MimeData, Component.DragFeedbackProvider) - Method in class ohos.agp.components.Component
-
Starts dragging a component.
- startElement(String, String, String, Attributes) - Method in interface ohos.org.xml.sax.ContentHandler
-
Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of an element.
- startElement(String, AttributeList) - Method in interface ohos.org.xml.sax.DocumentHandler
-
Deprecated.
- startElement(String, AttributeList) - Method in class ohos.org.xml.sax.HandlerBase
-
Deprecated.
- StartElement - Interface in ohos.javax.xml.stream.events
-
The StartElement interface provides access to information about
start elements.
- startFlipping() - Method in class ohos.agp.components.PageFlipper
-
Starts a timer and flips through the added child components circularly.
- startFractionScheduler() - Method in class ohos.aafwk.ability.fraction.FractionManager
-
Starts a Fraction transaction.
- startFullPage() - Method in class ohos.aafwk.ability.AbilityForm
-
Switches to full page display of the AbilityForm by the AbilityForm client.
- startHandshake() - Method in class javax.net.ssl.SSLSocket
-
Starts an SSL handshake on this connection.
- startListening(AsrIntent) - Method in class ohos.ai.asr.AsrClient
-
Starts reading and recognizing speech data.
- startLocating(RequestParam, LocatorCallback) - Method in class ohos.location.Locator
-
Sends location requests to the system.
- startNewRootTransition(ComponentContainer, ComponentContainer) - Method in class ohos.agp.transition.TransitionScheduler
-
Starts a transition in response to the switching from an old component to the new component.
- startObject() - Method in class ohos.utils.zson.ZSONReader
-
Starts to read JSON objects.
- startObject() - Method in class ohos.utils.zson.ZSONWriter
-
Starts to write objects.
- startOnce(int) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls this vibrator to perform a one-shot vibration at a given duration.
- startOnce(int, int) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls a specified vibrator to perform a one-shot vibration at a given duration.
- startOnce(int, String) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls a specified vibrator to perform a one-shot vibration with a preset vibration effect.
- startOnce(String) - Method in class ohos.vibrator.agent.VibratorAgent
-
Controls this vibrator to perform a one-shot vibration with a preset vibration effect.
- startPair() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
Starts pairing with a remote Bluetooth device.
- startPoint - Variable in class ohos.agp.components.DragInfo
-
Indicates the coordinate of the position where the finger starts dragging.
- startPoint - Variable in class ohos.agp.components.ScaleInfo
-
Indicates the average start point of a zooming gesture.
- startPrefixMapping(String, String) - Method in interface ohos.org.xml.sax.ContentHandler
-
Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class ohos.org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of a Namespace mapping.
- startRendering() - Method in class ohos.agp.render.render3d.RenderLoop
-
Starts the rendering loop.
- startResultEvent(int) - Method in class ohos.bluetooth.ble.BleAdvertiseCallback
-
- startScan(List<BleScanFilter>) - Method in class ohos.bluetooth.ble.BleCentralManager
-
Starts scanning for specified BLE devices with filters.
- startScan(List<BleScanFilter>, int, int) - Method in class ohos.bluetooth.ble.BleCentralManager
-
Starts scanning for specified BLE devices with filters, duty ratio, and matching mode.
- startScan(List<BleScanFilter>, int, int, long) - Method in class ohos.bluetooth.ble.BleCentralManager
-
Starts scanning for specified BLE devices with filters, duty ratio, matching mode and delay report time.
- startScroll(int, int, int, int) - Method in class ohos.agp.components.ScrollHelper
-
Starts scrolling the content a component.
- startScrollX(int, int) - Method in class ohos.agp.components.ScrollHelper
-
Starts scrolling along the x axis.
- startScrollY(int, int) - Method in class ohos.agp.components.ScrollHelper
-
Starts scrolling along the y axis.
- startShortcut(String, String) - Method in interface ohos.bundle.IBundleManager
-
Starts a shortcut based on the given shortcut ID and bundle name.
- startShortcut(String, String) - Method in class ohos.bundle.LauncherService
-
Starts a shortcut based on the given shortcut ID and bundle name.
- startsWith(String) - Method in class java.lang.String
-
Tests if this string starts with the specified prefix.
- startsWith(String) - Method in interface java.nio.file.Path
-
Tests if this path starts with a
Path, constructed by converting
the given path string, in exactly the manner specified by the
startsWith(Path) method.
- startsWith(String, int) - Method in class java.lang.String
-
Tests if the substring of this string beginning at the
specified index starts with the specified prefix.
- startsWith(Path) - Method in interface java.nio.file.Path
-
Tests if this path starts with the given path.
- startTrace(String) - Static method in class ohos.tools.ByTrace
-
Records a trace and marks it as the start of a task.
- startTrace(String, float) - Static method in class ohos.tools.ByTrace
-
Records a trace with the expected completion time and marks it as the start of a task.
- startTransaction() - Method in interface ohos.data.distributed.common.KvStore
-
Starts a transaction operation in the KvStore database.
- startTransition(TransitionComponents) - Method in class ohos.agp.transition.TransitionScheduler
-
Starts the transition.
- Startup() - Constructor for class ohos.utils.system.SystemCapability.Startup
-
- STARTUP_RESTORE - Static variable in class ohos.utils.system.SystemCapability.Startup
-
Indicates the capability of restoring the system.
- STARTUP_SYSINFO - Static variable in class ohos.utils.system.SystemCapability.Startup
-
Indicates the capability of obtaining the system information.
- startUpdate(ComponentContainer) - Method in class ohos.agp.components.PageSliderProvider
-
Receives a notification indicating that an update on the displayed page is about to occur.
- startWork(WorkInfo, boolean) - Static method in class ohos.workscheduler.WorkScheduler
-
Notifies WorkSchedulerService to add a work to the execution queue.
- state - Variable in class java.security.Signature
-
Current state of this signature object.
- State() - Constructor for class ohos.bundleactive.BundleActiveStates.State
-
Default constructor used to create an empty State instance.
- STATE_ACTIVATING - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi is currently being enabled.
- STATE_ACTIVE - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi is enabled.
- STATE_ALLOWED - Static variable in class ohos.security.permission.PermissionState
-
Allows a given caller to perform a given operation.
- STATE_BACKGROUND - Static variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates that the client application is running on the background.
- STATE_BLE_ON - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BLE is enabled on the current device.
- STATE_BLE_TURNING_OFF - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BLE is being disabled on the current device.
- STATE_BLE_TURNING_ON - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BLE is being disabled on the current device.
- STATE_BUFFER_PREPARED - ohos.media.audio.AudioRenderer.State
-
Indicates that write has been executed.
- STATE_BUFFER_PREPARED_ERROR - ohos.media.audio.AudioRenderer.State
-
Indicates that write fails to be executed.
- STATE_CHANGED - Static variable in class ohos.nfc.NfcController
-
Indicates an NFC status change.
- STATE_CONNECTED - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the current profile is connected.
- STATE_CONNECTED - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi is connected.
- STATE_CONNECTING - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the current profile is being connected.
- STATE_DEACTIVATING - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi is currently being disabled.
- STATE_DEFAULT - Static variable in class ohos.security.permission.PermissionState
-
A given caller should use its default security check.
- STATE_DISCONNECTED - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the current profile is disconnected.
- STATE_DISCONNECTED - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi is disconnected.
- STATE_DISCONNECTING - Static variable in interface ohos.bluetooth.ProfileBase
-
Indicates that the current profile is being disconnected.
- STATE_DRAGGING - Static variable in interface ohos.agp.components.Picker.ScrolledListener
-
Indicates the touch scroll state.
- STATE_ERRORED - Static variable in class ohos.security.permission.PermissionState
-
A given caller is not allowed to perform a given operation,
and such an attempt should result in it having a fatal error,
usually a
SecurityException.
- STATE_FLING - Static variable in interface ohos.agp.components.Picker.ScrolledListener
-
Indicates the fling scroll state.
- STATE_FOREGROUND - Static variable in class ohos.ai.cv.common.VisionConfiguration
-
Indicates that the client application is running on the foreground.
- STATE_FOREGROUND - Static variable in class ohos.security.permission.PermissionState
-
Special mode that means "allow only when app is in foreground".
- STATE_HALT - Static variable in interface ohos.agp.components.Picker.ScrolledListener
-
Indicates the idle state.
- STATE_HOTSPOT_ACTIVATING - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi hotspot is currently being enabled.
- STATE_HOTSPOT_ACTIVE - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi hotspot is enabled.
- STATE_HOTSPOT_DEACTIVATING - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi hotspot is currently being disabled.
- STATE_HOTSPOT_INACTIVE - Static variable in class ohos.wifi.WifiEvents
-
Indicates that the Wi-Fi hotspot is disabled.
- STATE_IGNORED - Static variable in class ohos.security.permission.PermissionState
-
A given caller is not allowed to perform a given operation,
and the attempt should silently fail.
- STATE_INACTIVE - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi is disabled.
- STATE_INITIALIZED - ohos.media.audio.AudioCapturer.State
-
Indicates that audio stream information has been set.
- STATE_INITIALIZED - ohos.media.audio.AudioRenderer.State
-
Indicates that AudioRenderer has been executed.
- STATE_NOT_PLAYING - Static variable in class ohos.bluetooth.A2dpSink
-
Indicates that the A2DP sink is not playing.
- STATE_NOT_PLAYING - Static variable in class ohos.bluetooth.A2dpSource
-
Indicates that the A2DP source is not playing.
- STATE_OFF - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth is disabled on the current device.
- STATE_OFF - Static variable in class ohos.nfc.NfcController
-
Indicates that NFC is disabled.
- STATE_ON - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BR is enabled on the current device.
- STATE_ON - Static variable in class ohos.nfc.NfcController
-
Indicates that NFC is enabled.
- STATE_P2P_OFF - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi P2P is disabled.
- STATE_P2P_ON - Static variable in class ohos.wifi.WifiEvents
-
Indicates that Wi-Fi P2P is enabled.
- STATE_PAUSED - ohos.media.audio.AudioRenderer.State
-
Indicates that playback has been paused.
- STATE_PLAYING - ohos.media.audio.AudioRenderer.State
-
Indicates that playback has started.
- STATE_PLAYING - Static variable in class ohos.bluetooth.A2dpSink
-
Indicates that the A2DP sink is playing.
- STATE_PLAYING - Static variable in class ohos.bluetooth.A2dpSource
-
Indicates that the A2DP source is playing.
- STATE_RECORDING - ohos.media.audio.AudioCapturer.State
-
Indicates that the recording is in progress.
- STATE_SCAN_FAIL - Static variable in class ohos.wifi.WifiEvents
-
Indicates that a Wi-Fi scanning fails.
- STATE_SCAN_SUCCESS - Static variable in class ohos.wifi.WifiEvents
-
Indicates that a Wi-Fi scanning succeeds.
- STATE_STOP - ohos.media.audio.AudioRenderer.State
-
Indicates that playback has been stopped.
- STATE_STOPPED - ohos.media.audio.AudioCapturer.State
-
Indicates that the recording is stopped.
- STATE_TURNING_OFF - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BR is being disabled on the current device.
- STATE_TURNING_OFF - Static variable in class ohos.nfc.NfcController
-
Indicates that NFC is being disabled.
- STATE_TURNING_ON - Static variable in class ohos.bluetooth.BluetoothHost
-
Indicates that Bluetooth BR is being enabled on the current device.
- STATE_TURNING_ON - Static variable in class ohos.nfc.NfcController
-
Indicates that NFC is being enabled.
- STATE_TYPE_ABILITY_ENDED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the ability is invisible on the UI.
- STATE_TYPE_ABILITY_PAUSED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the ability enters the background.
- STATE_TYPE_ABILITY_RESUMED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the ability enters the foreground.
- STATE_TYPE_CALL_LINK - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the user has performed a shortcut-related operation.
- STATE_TYPE_FOREGROUND_ABILITY_BEGIN - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the foreground ability is started.
- STATE_TYPE_FOREGROUND_ABILITY_END - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the foreground ability is stopped.
- STATE_TYPE_HAS_INTERACTED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the user has interacted with the application.
- STATE_TYPE_PROFILE_MODIFIED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the device configuration has changed.
- STATE_TYPE_UNKNOW - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates an unknown state type.
- STATE_TYPE_USAGE_PRIORITY_GROUP_MODIFIED - Static variable in class ohos.bundleactive.BundleActiveStates.State
-
Indicates the state that the usage priority group of the application has changed.
- STATE_UNINITIALIZED - ohos.media.audio.AudioCapturer.State
-
Indicates the default state, which is not initialized.
- STATE_UNINITIALIZED - ohos.media.audio.AudioRenderer.State
-
Indicates the default status.
- StateElement - Class in ohos.agp.components.element
-
Provides an
Element object that can be changed based on the component state.
- StateElement() - Constructor for class ohos.agp.components.element.StateElement
-
- Statement - Interface in java.sql
-
The object used for executing a static SQL statement
and returning the results it produces.
- Statement - Interface in ohos.data.rdb
-
Provides methods for setting values for precompiled SQL statements and executing precompiled SQL statements.
- statementClosed(StatementEvent) - Method in interface javax.sql.StatementEventListener
-
The driver calls this method on all StatementEventListeners registered on the connection when it detects that a
PreparedStatement is closed.
- statementErrorOccurred(StatementEvent) - Method in interface javax.sql.StatementEventListener
-
The driver calls this method on all StatementEventListeners
registered on the connection when it detects that a
PreparedStatement is invalid.
- StatementEvent - Class in javax.sql
-
A StatementEvent is sent to all StatementEventListeners which were
registered with a PooledConnection.
- StatementEvent(PooledConnection, PreparedStatement) - Constructor for class javax.sql.StatementEvent
-
Constructs a StatementEvent with the specified PooledConnection and
PreparedStatement.
- StatementEvent(PooledConnection, PreparedStatement, SQLException) - Constructor for class javax.sql.StatementEvent
-
Constructs a StatementEvent with the specified PooledConnection,
PreparedStatement and SQLException
- StatementEventListener - Interface in javax.sql
-
An object that registers to be notified of events that occur on PreparedStatements
that are in the Statement pool.
- STATIC - Static variable in class java.lang.reflect.Modifier
-
The int value representing the static
modifier.
- status - Variable in class ohos.global.icu.text.DateTimePatternGenerator.PatternInfo
-
- STATUS_BUSY - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the busy state.
- STATUS_FREE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the idle state.
- STATUS_INSTALL_FAILURE - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails due to system or service exceptions.
- STATUS_INSTALL_FAILURE_ABORTED - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation is aborted because the user declined to grant permission or the installation
session is interrupted.
- STATUS_INSTALL_FAILURE_CONFLICT - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails due to an application conflict, for example, an application version with
a different signature has been installed.
- STATUS_INSTALL_FAILURE_DOWNLOAD_FAILED - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails because the download fails.
- STATUS_INSTALL_FAILURE_DOWNLOAD_TIMEOUT - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails because the download is not completed in time.(30 seconds)
- STATUS_INSTALL_FAILURE_INCOMPATIBLE - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails due to incompatibility, for example, the in-use Huawei SDK version is not
the latest one required or the native code of the application binary interface (ABI) supported by the device is
unavailable.
- STATUS_INSTALL_FAILURE_INVALID - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails because the bundle format is incorrect, the bundle is damaged, or the
signature is incorrect.
- STATUS_INSTALL_FAILURE_STORAGE - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the installation fails due to storage reasons, for example, insufficient storage space or
unavailable storage media.
- STATUS_TENTATIVE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the tentative state.
- STATUS_UNINSTALL_FAILURE - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the uninstallation fails due to system or service exceptions.
- STATUS_UNINSTALL_FAILURE_ABORTED - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the uninstallation is aborted.
- STATUS_UNINSTALL_FAILURE_BLOCKED - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the uninstallation fails because the bundle does not exist, the uninstallation is not allowed
by the device, or the user does not have the permission to uninstall the application.
- STATUS_UNINSTALL_FAILURE_CONFLICT - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the uninstallation fails because the application has a shared library and cannot be uninstalled.
- StatVfs - Class in ohos.data.usage
-
Provides methods to query the capacity of the file system, such as the total and available capacity.
- StatVfs(String) - Constructor for class ohos.data.usage.StatVfs
-
A constructor used to create a StatVfs instance with the specified path.
- STD3_ASCII_RULES_ERROR - Static variable in exception ohos.global.icu.text.StringPrepParseException
-
- STERM - Static variable in interface ohos.global.icu.lang.UCharacter.SentenceBreak
-
- STONE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: stone
- stop() - Method in class java.lang.Thread
-
- stop() - Method in class java.lang.ThreadGroup
-
- stop() - Method in class ohos.agp.animation.Animator
-
Stops an animator in the current state.
- stop() - Method in class ohos.agp.components.element.FrameAnimationElement
-
Stops an animation.
- stop() - Method in class ohos.agp.components.TickTimer
-
Stops the timer.
- stop() - Method in class ohos.eventhandler.EventRunner
-
Stops an EventRunner that is not automatically managed by the system.
- stop() - Method in class ohos.media.audio.AudioCapturer
-
Stops audio recording.
- stop() - Method in class ohos.media.audio.AudioRenderer
-
Stops playing audio streams.
- stop() - Method in class ohos.media.codec.Codec
-
Stops encoding or decoding.
- stop() - Method in class ohos.media.muxer.Muxer
-
Stops media multiplexing.
- stop() - Method in class ohos.media.player.Player
-
Stops playback.
- stop() - Method in class ohos.media.recorder.Recorder
-
Stops recording.
- stop() - Method in class ohos.media.sessioncore.AVController.PlayControls
-
Sends a request to stop the current playback.
- stop() - Method in class ohos.miscservices.timeutility.Timer.OneShotTimer
-
Cancels the timer.
- stop() - Method in class ohos.miscservices.timeutility.Timer.RepeatTimer
-
Cancels the timer.
- stop() - Method in class ohos.vibrator.agent.VibratorAgent
-
Stops the vibration of this vibrator.
- stop(int) - Method in class ohos.media.audio.SoundPlayer
-
Stops a sound playback task.
- stop(int, String) - Method in class ohos.vibrator.agent.VibratorAgent
-
Stops the vibration of a vibrator.
- stop(Throwable) - Method in class java.lang.Thread
-
- STOP - ohos.agp.render.render3d.resources.AnimationPlayback.State
-
Indicates that the animation stops.
- STOP_MIGRATE_ACTION - Static variable in interface ohos.distributedhardware.devicemanager.ReturnCode
-
Indicates that the current task migration is cancelled.
- stopAbility(Ability) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Destroys a specified ability.
- stopAbility(Intent) - Method in class ohos.aafwk.ability.Ability
-
Destroys another Service ability.
- stopAbility(Intent) - Method in class ohos.aafwk.ability.AbilitySlice
-
Destroys an ability that uses the Service template.
- stopAbility(Intent) - Method in class ohos.app.AbilityContext
-
- stopAbility(Intent) - Method in interface ohos.app.Context
-
- stopAdvertising() - Method in class ohos.bluetooth.ble.BleAdvertiser
-
Stops BLE advertising.
- stopAndCancelWork(WorkInfo) - Static method in class ohos.workscheduler.WorkScheduler
-
Notifies WorkSchedulerService that a work can be stopped and canceled.
- stopAndClearWorks() - Static method in class ohos.workscheduler.WorkScheduler
-
Stops and cancels all pieces of work associated with the current application.
- stopAutoScrolling() - Method in class ohos.agp.components.Text
-
Stops text auto scrolling.
- stopBroadcast() - Method in class ohos.rpc.RemoteObjectCallbackList
-
Stops a broadcast.
- stopDeviceDiscovery(WifiP2pCallback) - Method in class ohos.wifi.p2p.WifiP2pController
-
Stops discovering Wi-Fi P2P devices.
- stopFlipping() - Method in class ohos.agp.components.PageFlipper
-
Stops the timer for automatically flipping through the added child components circularly.
- stopListening() - Method in class ohos.ai.asr.AsrClient
-
Stops speech recognition.
- stopLocating(LocatorCallback) - Method in class ohos.location.Locator
-
Ends the location service.
- stopLoopingCapture() - Method in interface ohos.media.camera.device.Camera
-
Stops looping-frame capture.
- stopRendering() - Method in class ohos.agp.render.render3d.RenderLoop
-
Stops the rendering loop.
- stops - Variable in class ohos.agp.render.LinearShader
-
- stops - Variable in class ohos.agp.render.RadialShader
-
- stopScan() - Method in class ohos.bluetooth.ble.BleCentralManager
-
- stopSpeak() - Method in class ohos.ai.tts.TtsClient
-
Stops TTS speaking.
- Stopwatch - Class in ohos.utils
-
Provides the stopwatch function to log execution of subtasks split from a main task and uses
HiLog
to save the records in debug-level logs.
- Stopwatch(HiLogLabel, String) - Constructor for class ohos.utils.Stopwatch
-
Creates a stopwatch logger.
- stopWork(WorkInfo) - Static method in class ohos.workscheduler.WorkScheduler
-
Notifies WorkSchedulerService that a work can be stopped.
- STORAGE_INFO - Static variable in class ohos.utils.system.SystemCapability.ResourceSchedule
-
Indicates the storage information capabilities, such as querying storage information of an application.
- STORAGE_LEVEL_LOW - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when the remaining storage space is insufficient.
- STORAGE_LEVEL_LOW_OR_OKAY - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when the remaining storage is insufficient or when the remaining storage
is restored from insufficient space.
- STORAGE_LEVEL_OKAY - Static variable in class ohos.workscheduler.WorkInfo
-
Indicates the work is triggered when the remaining storage is restored from insufficient space.
- StorageInfo - Class in ohos.storageinfomgr
-
Provides the storage information of an application.
- StorageInfoManager - Class in ohos.storageinfomgr
-
Queries the available space of storage volumes and the application storage information of a specified user.
- StorageProperty - Class in ohos.media.common
-
Obtains storage properties of audio and video files.
- StorageProperty.Builder - Class in ohos.media.common
-
Static inner class of
StorageProperty used to create a
StorageProperty object.
- store(OutputStream, char[]) - Method in class java.security.KeyStore
-
Stores this keystore to the given output stream, and protects its
integrity with the given password.
- store(OutputStream, String) - Method in class java.util.Properties
-
Writes this property list (key and element pairs) in this
Properties table to the output stream in a format suitable
for loading into a
Properties table using the
load(InputStream) method.
- store(Writer, String) - Method in class java.util.Properties
-
Writes this property list (key and element pairs) in this
Properties table to the output character stream in a
format suitable for using the
load(Reader)
method.
- store(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStore
-
Stores this keystore using the given LoadStoreParameter.
- STORE_ALREADY_SUBSCRIBE - ohos.data.distributed.common.KvStoreErrorCode
-
KvStore already subscribed
- STORE_NOT_FOUND - ohos.data.distributed.common.KvStoreErrorCode
-
KvStore not found
- STORE_NOT_OPEN - ohos.data.distributed.common.KvStoreErrorCode
-
KvStore disabled
- STORE_NOT_SUBSCRIBE - ohos.data.distributed.common.KvStoreErrorCode
-
KvStore not subscribed
- StoreConfig - Class in ohos.data.rdb
-
Manages relational database configurations.
- StoreConfig.Builder - Class in ohos.data.rdb
-
- StoreConfig.JournalMode - Enum in ohos.data.rdb
-
Describes journal modes of the database.
- StoreConfig.StorageMode - Enum in ohos.data.rdb
-
Enumerates the storage modes.
- StoreConfig.SyncMode - Enum in ohos.data.rdb
-
Enumerates the database synchronization modes.
- STORED - Static variable in class java.util.zip.ZipEntry
-
Compression method for uncompressed entries.
- STORED - Static variable in class java.util.zip.ZipOutputStream
-
Compression method for uncompressed (STORED) entries.
- storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
- storeToXML(OutputStream, String) - Method in class java.util.Properties
-
Emits an XML document representing all of the properties contained
in this table.
- storeToXML(OutputStream, String, String) - Method in class java.util.Properties
-
Emits an XML document representing all of the properties contained
in this table, using the specified encoding.
- STRAIGHT_WAW - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- stream() - Method in class java.util.BitSet
-
Returns a stream of indices for which this BitSet
contains a bit in the set state.
- stream() - Method in interface java.util.Collection
-
Returns a sequential Stream with this collection as its source.
- stream() - Method in class java.util.jar.JarFile
-
- stream() - Method in class java.util.zip.ZipFile
-
Return an ordered Stream over the ZIP file entries.
- stream(double[]) - Static method in class java.util.Arrays
-
Returns a sequential
DoubleStream with the specified array as its
source.
- stream(double[], int, int) - Static method in class java.util.Arrays
-
Returns a sequential
DoubleStream with the specified range of the
specified array as its source.
- stream(int[]) - Static method in class java.util.Arrays
-
Returns a sequential
IntStream with the specified array as its
source.
- stream(int[], int, int) - Static method in class java.util.Arrays
-
Returns a sequential
IntStream with the specified range of the
specified array as its source.
- stream(long[]) - Static method in class java.util.Arrays
-
Returns a sequential
LongStream with the specified array as its
source.
- stream(long[], int, int) - Static method in class java.util.Arrays
-
Returns a sequential
LongStream with the specified range of the
specified array as its source.
- stream(Supplier<? extends Spliterator<T>>, int, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel Stream from a
Supplier of Spliterator.
- stream(Spliterator<T>, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel Stream from a
Spliterator.
- stream(T[]) - Static method in class java.util.Arrays
-
Returns a sequential
Stream with the specified array as its
source.
- stream(T[], int, int) - Static method in class java.util.Arrays
-
Returns a sequential
Stream with the specified range of the
specified array as its source.
- Stream<T> - Interface in java.util.stream
-
A sequence of elements supporting sequential and parallel aggregate
operations.
- STREAM_ACCESSIBILITY - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams used for prompts in terms of accessibility.
- STREAM_ALARM - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for alarms.
- STREAM_BLUETOOTH_SCO - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for voice calls routed through a connected Bluetooth device.
- STREAM_CIPHER - java.security.CryptoPrimitive
-
Symmetric primitive: stream cipher
- STREAM_DTMF - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for dual-tone multi-frequency (DTMF) tones.
- STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
-
Magic number that is written to the stream header.
- STREAM_MUSIC - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for music playback.
- STREAM_NOTIFICATION - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for notifications.
- STREAM_RING - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for ringtones.
- STREAM_SYSTEM - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams for system sounds.
- STREAM_TTS - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams exclusively transmitted through the speaker (text-to-speech) of a device.
- STREAM_TYPE_ACCESSIBILITY - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for accessibility prompts.
- STREAM_TYPE_ALARM - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for alarms.
- STREAM_TYPE_DTMF - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for DTMF tones.
- STREAM_TYPE_MUSIC - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for music.
- STREAM_TYPE_NOTIFICATION - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for notifications.
- STREAM_TYPE_RING - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for the phone ring and message alerts.
- STREAM_TYPE_SYSTEM - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for system sounds.
- STREAM_TYPE_VOICE_CALL - ohos.media.audio.AudioStreamInfo.StreamType
-
Indicates the streams for calls.
- STREAM_USAGE_ALARM - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for an alarm (such as a wake-up alarm).
- STREAM_USAGE_ASSISTANCE_ACCESSIBILITY - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for improving accessibility with
a screen reader, for example.
- STREAM_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for driving or navigating directions.
- STREAM_USAGE_ASSISTANCE_SONIFICATION - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for sonification such as user
interface sounds.
- STREAM_USAGE_ASSISTANT - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for audio responses to user queries, audio instructions, or help
utterances.
- STREAM_USAGE_GAME - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for game audio.
- STREAM_USAGE_MEDIA - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for media, such as music or movie
soundtracks.
- STREAM_USAGE_NOTIFICATION - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for notifications.
- STREAM_USAGE_NOTIFICATION_COMMUNICATION_DELAYED - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for notifications for a
non-immediate type of communication, such as email.
- STREAM_USAGE_NOTIFICATION_COMMUNICATION_INSTANT - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for notifications of instant
communications, such as instant messaging.
- STREAM_USAGE_NOTIFICATION_COMMUNICATION_REQUEST - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for requests to enter or end a
communication, such as a VoIP calls or video conference.
- STREAM_USAGE_NOTIFICATION_EVENT - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used to attract users' attention,
such as a reminder or low battery warning.
- STREAM_USAGE_NOTIFICATION_RINGTONE - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for ringtones.
- STREAM_USAGE_TTS - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for text-to-speech.
- STREAM_USAGE_UNKNOWN - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates unknown stream usage.
- STREAM_USAGE_VIRTUAL_SOURCE - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for feeding audio to the platform and replacing traditional audio
sources, such as audio capture devices.
- STREAM_USAGE_VOICE_COMMUNICATION - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for voice communications, such as telephony
or VoIP.
- STREAM_USAGE_VOICE_COMMUNICATION_SIGNALLING - ohos.media.audio.AudioStreamInfo.StreamUsage
-
Indicates that the streams are used for in-call signaling, such as
a "busy" beep, or DTMF tones.
- STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
-
Version number that is written to the stream header.
- STREAM_VOICE_CALL - ohos.media.audio.AudioManager.AudioVolumeType
-
Indicates audio streams of voices in calls.
- Stream.Builder<T> - Interface in java.util.stream
-
A mutable builder for a Stream.
- StreamCorruptedException - Exception in java.io
-
Thrown when control information that was read from an object stream
violates internal consistency checks.
- StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
-
Create a StreamCorruptedException and list no reason why thrown.
- StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
-
Create a StreamCorruptedException and list a reason why thrown.
- StreamFilter - Interface in ohos.javax.xml.stream
-
This interface declares a simple filter interface that one can
create to filter XMLStreamReaders
- StreamHandler - Class in java.util.logging
-
Stream based logging Handler.
- StreamHandler() - Constructor for class java.util.logging.StreamHandler
-
Create a StreamHandler, with no current output stream.
- StreamHandler(OutputStream, Formatter) - Constructor for class java.util.logging.StreamHandler
-
Create a StreamHandler with a given Formatter
and output stream.
- StreamSupport - Class in java.util.stream
-
Low-level utility methods for creating and manipulating streams.
- StreamTokenizer - Class in java.io
-
The StreamTokenizer class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time.
- StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
-
- StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
-
Create a tokenizer that parses the given character stream.
- streamType() - Method in class ohos.media.tubecore.AVTube
-
Obtains the type of audio streams using this AVTube instance.
- streamUsage(AudioStreamInfo.StreamUsage) - Method in class ohos.media.audio.AudioStreamInfo.Builder
-
Sets the usage type of the audio stream.
- stretch(float) - Method in class ohos.agp.utils.Circle
-
Stretches the radius of this circle.
- STRETCH - ohos.agp.components.Image.ScaleMode
-
Scales the image to be of the same size as that of an
Image item, without any ratio.
- STRICT - java.time.format.ResolverStyle
-
Style to resolve dates and times strictly.
- STRICT - ohos.data.distributed.common.SchemaMode
-
Indicates the strict mode.
- STRICT - Static variable in class java.lang.reflect.Modifier
-
The int value representing the strictfp
modifier.
- StrictMath - Class in java.lang
-
The class StrictMath contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions.
- STRIKETHROUGH - Static variable in class java.awt.font.TextAttribute
-
Attribute key for strikethrough.
- STRIKETHROUGH_ON - Static variable in class java.awt.font.TextAttribute
-
A single strikethrough.
- string - Variable in class ohos.global.icu.text.UnicodeSetIterator
-
If codepoint == IS_STRING, then string points
to the current string.
- String - Class in java.lang
-
The String class represents character strings.
- String() - Constructor for class java.lang.String
-
Initializes a newly created String object so that it represents
an empty character sequence.
- String(byte[]) - Constructor for class java.lang.String
-
Constructs a new String by decoding the specified array of bytes
using the platform's default charset.
- String(byte[], int) - Constructor for class java.lang.String
-
- String(byte[], int, int) - Constructor for class java.lang.String
-
Constructs a new String by decoding the specified subarray of
bytes using the platform's default charset.
- String(byte[], int, int, int) - Constructor for class java.lang.String
-
- String(byte[], int, int, String) - Constructor for class java.lang.String
-
Constructs a new String by decoding the specified subarray of
bytes using the specified charset.
- String(byte[], int, int, Charset) - Constructor for class java.lang.String
-
Constructs a new
String by decoding the specified subarray of
bytes using the specified
charset.
- String(byte[], String) - Constructor for class java.lang.String
-
Constructs a new
String by decoding the specified array of bytes
using the specified
charset.
- String(byte[], Charset) - Constructor for class java.lang.String
-
Constructs a new
String by decoding the specified array of
bytes using the specified
charset.
- String(char[]) - Constructor for class java.lang.String
-
Allocates a new String so that it represents the sequence of
characters currently contained in the character array argument.
- String(char[], int, int) - Constructor for class java.lang.String
-
Allocates a new String that contains characters from a subarray
of the character array argument.
- String(int[], int, int) - Constructor for class java.lang.String
-
Allocates a new
String that contains characters from a subarray
of the
Unicode code point array
argument.
- String(String) - Constructor for class java.lang.String
-
Initializes a newly created String object so that it represents
the same sequence of characters as the argument; in other words, the
newly created string is a copy of the argument string.
- String(StringBuffer) - Constructor for class java.lang.String
-
Allocates a new string that contains the sequence of characters
currently contained in the string buffer argument.
- String(StringBuilder) - Constructor for class java.lang.String
-
Allocates a new string that contains the sequence of characters
currently contained in the string builder argument.
- STRING - ohos.data.distributed.common.FieldValueType
-
String
- STRING - ohos.global.resource.ResourceType
-
Indicates the string type.
- STRING - ohos.utils.zson.ZSONType
-
Indicates the string type, for example, "fieldValue".
- STRING_ATTR - Static variable in class ohos.global.resource.solidxml.TypedAttribute
-
Indicates that the type of the XML attribute value is STRING_ATTR.
- String_id_text_font_family_medium - Static variable in class ohos.global.systemres.ResourceTable
-
- String_id_text_font_family_regular - Static variable in class ohos.global.systemres.ResourceTable
-
- String_request_location_reminder_content - Static variable in class ohos.global.systemres.ResourceTable
-
- String_request_location_reminder_title - Static variable in class ohos.global.systemres.ResourceTable
-
- STRING_SENSOR_CATEGORY_BODY - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes body sensors using a string of characters.
- STRING_SENSOR_CATEGORY_DEVICEMOTION - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes motion sensors using a string of characters.
- STRING_SENSOR_CATEGORY_ENVIRONMENT - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes environment sensors using a string of characters.
- STRING_SENSOR_CATEGORY_LIGHT - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes light sensors using a string of characters.
- STRING_SENSOR_CATEGORY_ORIENTATION - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes orientation sensors using a string of characters.
- STRING_SENSOR_CATEGORY_OTHER - Static variable in class ohos.sensor.agent.SensorAgent
-
Describes sensors in the other category (a category other than motion, environment,
orientation, light, and body) using a string of characters.
- STRING_SENSOR_TYPE_6DOF - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the 6DOF sensor type.
- STRING_SENSOR_TYPE_ACCELEROMETER - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the acceleration sensor type.
- STRING_SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the uncalibrated acceleration sensor type.
- STRING_SENSOR_TYPE_AMBIENT_LIGHT - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the ambient light sensor type.
- STRING_SENSOR_TYPE_AMBIENT_TEMPERATURE - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the temperature sensor type.
- STRING_SENSOR_TYPE_BAROMETER - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the barometric pressure sensor type.
- STRING_SENSOR_TYPE_COLOR_RGB - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the RGB color sensor type.
- STRING_SENSOR_TYPE_COLOR_TEMPERATURE - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the color temperature sensor type.
- STRING_SENSOR_TYPE_COLOR_XYZ - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the XYZ color sensor type.
- STRING_SENSOR_TYPE_DEVICE_ORIENTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the device orientation sensor type.
- STRING_SENSOR_TYPE_DROP_DETECTION - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the drop detection sensor type.
- STRING_SENSOR_TYPE_GAME_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the game rotation vector sensor type.
- STRING_SENSOR_TYPE_GEOMAGNETIC_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the geomagnetic rotation vector sensor type.
- STRING_SENSOR_TYPE_GRAVITY - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the gravity sensor type.
- STRING_SENSOR_TYPE_GRIP_DETECTOR - Static variable in class ohos.sensor.bean.CategoryOther
-
A string of characters describing the grip detection sensor type.
- STRING_SENSOR_TYPE_GYROSCOPE - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the gyroscope sensor type.
- STRING_SENSOR_TYPE_GYROSCOPE_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the uncalibrated gyroscope sensor type.
- STRING_SENSOR_TYPE_HALL - Static variable in class ohos.sensor.bean.CategoryOther
-
A string of characters describing the Hall effect sensor type.
- STRING_SENSOR_TYPE_HEART_RATE - Static variable in class ohos.sensor.bean.CategoryBody
-
A string of characters describing the heart rate sensor type.
- STRING_SENSOR_TYPE_HUMIDITY - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the humidity sensor type.
- STRING_SENSOR_TYPE_LINEAR_ACCELERATION - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the linear acceleration sensor type.
- STRING_SENSOR_TYPE_MAGNET_BRACKET - Static variable in class ohos.sensor.bean.CategoryOther
-
A string of characters describing the magnet bracket sensor type.
- STRING_SENSOR_TYPE_MAGNETIC_FIELD - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the magnetic field sensor type.
- STRING_SENSOR_TYPE_MAGNETIC_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the uncalibrated magnetic field sensor type.
- STRING_SENSOR_TYPE_ORIENTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the orientation sensor type.
- STRING_SENSOR_TYPE_PRESSURE_DETECTOR - Static variable in class ohos.sensor.bean.CategoryOther
-
A string of characters describing the pressure detection sensor type.
- STRING_SENSOR_TYPE_PROXIMITY - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the proximity sensor type.
- STRING_SENSOR_TYPE_ROTATION_VECTOR - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the rotation vector sensor type.
- STRING_SENSOR_TYPE_SAR - Static variable in class ohos.sensor.bean.CategoryEnvironment
-
A string of characters describing the SAR sensor type.
- STRING_SENSOR_TYPE_SCREEN_ROTATION - Static variable in class ohos.sensor.bean.CategoryOrientation
-
A string of characters describing the screen rotation sensor type.
- STRING_SENSOR_TYPE_SIGNIFICANT_MOTION - Static variable in class ohos.sensor.bean.CategoryMotion
-
A string of characters describing the significant motion sensor type.
- STRING_SENSOR_TYPE_TOF - Static variable in class ohos.sensor.bean.CategoryLight
-
A string of characters describing the TOF sensor type.
- STRING_START - Static variable in interface ohos.global.icu.lang.UProperty
-
First constant for string Unicode properties.
- STRINGARRAY - ohos.global.resource.ResourceType
-
Indicates the string array type.
- StringBuffer - Class in java.lang
-
A thread-safe, mutable sequence of characters.
- StringBuffer() - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer with no characters in it and an
initial capacity of 16 characters.
- StringBuffer(int) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer with no characters in it and
the specified initial capacity.
- StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer that contains the same characters
as the specified CharSequence.
- StringBuffer(String) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer initialized to the contents of the
specified string.
- StringBufferInputStream - Class in java.io
-
- StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
-
Deprecated.
Creates a string input stream to read data from the specified string.
- StringBuilder - Class in java.lang
-
A mutable sequence of characters.
- StringBuilder() - Constructor for class java.lang.StringBuilder
-
Constructs a string builder with no characters in it and an
initial capacity of 16 characters.
- StringBuilder(int) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder with no characters in it and an
initial capacity specified by the capacity argument.
- StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder that contains the same characters
as the specified CharSequence.
- StringBuilder(String) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder initialized to the contents of the
specified string.
- StringCharacterIterator - Class in java.text
-
StringCharacterIterator implements the
CharacterIterator protocol for a String.
- StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
-
Constructs an iterator with an initial index of 0.
- StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
-
Constructs an iterator with the specified initial index.
- StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
-
Constructs an iterator over the given range of the given string, with the
index set at the specified position.
- StringIndexOutOfBoundsException - Exception in java.lang
-
Thrown by String methods to indicate that an index
is either negative or greater than the size of the string.
- StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a StringIndexOutOfBoundsException with no
detail message.
- StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a new StringIndexOutOfBoundsException
class with an argument indicating the illegal index.
- StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a StringIndexOutOfBoundsException with
the specified detail message.
- StringJoiner - Class in java.util
-
StringJoiner is used to construct a sequence of characters separated
by a delimiter and optionally starting with a supplied prefix
and ending with a supplied suffix.
- StringJoiner(CharSequence) - Constructor for class java.util.StringJoiner
-
Constructs a StringJoiner with no characters in it, with no
prefix or suffix, and a copy of the supplied
delimiter.
- StringJoiner(CharSequence, CharSequence, CharSequence) - Constructor for class java.util.StringJoiner
-
Constructs a StringJoiner with no characters in it using copies
of the supplied prefix, delimiter and suffix.
- StringPrepParseException - Exception in ohos.global.icu.text
-
Exception that signals an error has occurred while parsing the
input to StringPrep or IDNA.
- StringPrepParseException(String, int) - Constructor for exception ohos.global.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message
and error code
- StringPrepParseException(String, int, String, int) - Constructor for exception ohos.global.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message and
error code
- StringPrepParseException(String, int, String, int, int) - Constructor for exception ohos.global.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message and error code
- stringPropertyNames() - Method in class java.util.Properties
-
Returns a set of keys in this property list where
the key and its corresponding value are strings,
including distinct keys in the default property list if a key
of the same name has not already been found from the main
properties list.
- StringReader - Class in java.io
-
A character stream whose source is a string.
- StringReader(String) - Constructor for class java.io.StringReader
-
Creates a new string reader.
- strings() - Method in class ohos.global.icu.text.UnicodeSet
-
For iterating through the strings in the set.
- StringSearch - Class in ohos.global.icu.text
-
- StringSearch(String, String) - Constructor for class ohos.global.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the default locale to search for
argument pattern in the argument target text.
- StringSearch(String, CharacterIterator, Locale) - Constructor for class ohos.global.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the argument locale to search for
argument pattern in the argument target text.
- StringSearch(String, CharacterIterator, RuleBasedCollator) - Constructor for class ohos.global.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
- StringSearch(String, CharacterIterator, RuleBasedCollator, BreakIterator) - Constructor for class ohos.global.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
- StringSearch(String, CharacterIterator, ULocale) - Constructor for class ohos.global.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the argument locale to search for
argument pattern in the argument target text.
- stringToClass(String, Class<T>) - Static method in class ohos.utils.zson.ZSONObject
-
Converts a given JSON string to an object of the Class type.
- stringToClassList(String, Class<T>) - Static method in class ohos.utils.zson.ZSONArray
-
Converts a JSON array string into a list of objects of a specified class type.
- StringTokenizer - Class in java.util
-
The string tokenizer class allows an application to break a
string into tokens.
- StringTokenizer(String) - Constructor for class java.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- stringToZSON(String) - Static method in class ohos.utils.zson.ZSONObject
-
Converts a given JSON string to an object of the ZSONObject type.
- stringToZSONArray(String) - Static method in class ohos.utils.zson.ZSONArray
-
Converts a JSON array string into a ZSONArray object.
- StringWriter - Class in java.io
-
A character stream that collects its output in a string buffer, which can
then be used to construct a string.
- StringWriter() - Constructor for class java.io.StringWriter
-
Create a new string writer using the default initial string-buffer
size.
- StringWriter(int) - Constructor for class java.io.StringWriter
-
Create a new string writer using the specified initial string-buffer
size.
- STRIP - Static variable in interface java.util.jar.Pack200.Packer
-
The string "strip", a possible value for certain properties.
- STRIP_BYTE_COUNTS - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- STRIP_OFFSETS - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- stripExtensions() - Method in class java.util.Locale
-
- stripTrailingZeros() - Method in class java.math.BigDecimal
-
Returns a BigDecimal which is numerically equal to
this one but with any trailing zeros removed from the
representation.
- STROKE_STYLE - ohos.agp.render.Paint.Style
-
Indicates the paint stroke type, geometry with this style will be stroked.
- Struct - Interface in java.sql
-
The standard mapping in the Java programming language for an SQL
structured type.
- STRUCT - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
STRUCT.
- STYLE_ATTR - Static variable in interface ohos.agp.components.AttrSet
-
Defines the style of the attributes in an attribute set.
- STYLUS - Static variable in class ohos.multimodalinput.event.MultimodalEvent
-
Indicates a stylus input event.
- STYLUS_DOWN - Static variable in class ohos.multimodalinput.event.StylusEvent
-
Indicates that the stylus presses on the screen.
- STYLUS_MOVE - Static variable in class ohos.multimodalinput.event.StylusEvent
-
Indicates that the stylus slides on the screen.
- STYLUS_UP - Static variable in class ohos.multimodalinput.event.StylusEvent
-
Indicates that the stylus lifts up from the screen.
- StylusEvent - Class in ohos.multimodalinput.event
-
Reports stylus events.
- StylusEvent() - Constructor for class ohos.multimodalinput.event.StylusEvent
-
- SUB - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- subCharArray(CharSequence, int, int) - Static method in class ohos.agp.utils.TextTool
-
Obtains a new character array based on the specified range of the source string.
- subCharArray(CharSequence, int, int, char[], int) - Static method in class ohos.agp.utils.TextTool
-
Obtains a new character array based on the specified range of the source string and puts the array
in a particular position of the destination character array.
- SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
-
Enable overriding of readObject and writeObject.
- SUBFILE_TYPE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- subFormat(char, int, int, FieldPosition, DateFormatSymbols, Calendar) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Formats a single field, given its pattern character.
- Subject - Class in javax.security.auth
-
A Subject represents a grouping of related information
for a single entity, such as a person.
- Subject() - Constructor for class javax.security.auth.Subject
-
Create an instance of a Subject
with an empty Set of Principals and empty
Sets of public and private credentials.
- Subject(boolean, Set<? extends Principal>, Set<?>, Set<?>) - Constructor for class javax.security.auth.Subject
-
Create an instance of a Subject with
Principals and credentials.
- SUBJECT_AREA - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- SUBJECT_DISTANCE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is double not negative.
- SUBJECT_DISTANCE_RANGE - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is unsigned short.
- SUBJECT_LOCATION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- SubjectDomainCombiner - Class in javax.security.auth
-
A SubjectDomainCombiner updates ProtectionDomains
with Principals from the Subject associated with this
SubjectDomainCombiner.
- SubjectDomainCombiner(Subject) - Constructor for class javax.security.auth.SubjectDomainCombiner
-
Associate the provided Subject with this
SubjectDomainCombiner.
- subList(int, int) - Method in class java.util.AbstractList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class java.util.ArrayList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a view of the portion of this list between
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in interface java.util.List
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class java.util.Vector
-
Returns a view of the portion of this List between fromIndex,
inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class ohos.utils.zson.ZSONArray
-
Obtains the ListIterator objects of this ZSONArray within the specified index range.
- subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
- subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys range from
fromKey to toKey.
- subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
-
- subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
- subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- subMap(K, K) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in class java.util.TreeMap
-
- submit() - Method in class ohos.aafwk.ability.fraction.FractionScheduler
-
Submits this Fraction transaction for performing Fraction lifecycle-related operations.
- submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
-
- submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Runnable) - Method in class java.util.concurrent.ForkJoinPool
-
- submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
-
- submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
-
- submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
-
- submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
-
- submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
-
Submits a value-returning task for execution and returns a
Future representing the pending results of the task.
- submit(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
-
- submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
-
Submits a value-returning task for execution and returns a Future
representing the pending results of the task.
- submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
-
- submit(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
-
Submits a ForkJoinTask for execution.
- submitTask(Task) - Method in class ohos.agp.render.render3d.RenderLoop
-
Add a task that is to be executed in the rendering loop.
- subParse(String, int, char, int, boolean, boolean, boolean[], Calendar) - Method in class ohos.global.icu.text.SimpleDateFormat
-
Protected method that converts one field of the input string into a
numeric field value in cal.
- subpath(int, int) - Method in interface java.nio.file.Path
-
Returns a relative Path that is a subsequence of the name
elements of this path.
- subscribe(SubscribeType, KvStoreObserver) - Method in interface ohos.data.distributed.common.KvStore
-
Registers a KvStoreObserver for the database.
- SUBSCRIBE_TYPE_ALL - ohos.data.distributed.common.SubscribeType
-
Subscription to both local and remote data changes
- SUBSCRIBE_TYPE_LOCAL - ohos.data.distributed.common.SubscribeType
-
Subscription to local data changes
- SUBSCRIBE_TYPE_REMOTE - ohos.data.distributed.common.SubscribeType
-
Subscription to remote data changes
- subscribeAccountEvent(IAppAccountSubscriber, List<String>) - Method in class ohos.account.app.AppAccountAbility
-
Subscribes to the change events of accounts of the specified owners.
- subscribeByParentMediaId(String, AVSubscriptionCallback) - Method in class ohos.media.sessioncore.AVBrowser
-
Subscribes to a specified parent media item based on its ID to receive the update notifications about all its
child media items.
- subscribeByParentMediaId(String, PacMap, AVSubscriptionCallback) - Method in class ohos.media.sessioncore.AVBrowser
-
Subscribes to a specified parent media item based on its ID and the parameters sent to the media browser service
to receive the update notifications about all its child media items.
- subscribeCommonEvent(CommonEventSubscriber) - Static method in class ohos.event.commonevent.CommonEventManager
-
Subscribes to common events.
- subscribeCommonEvent(ICommonEventSubscriber, CommonEventSubscribeInfo) - Method in interface ohos.event.commonevent.ICommonEventManager
-
Deprecated.
- subscribeCursorContext() - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Enables the control to update the real-time cursor context to the input method.
- subscribeEditingText(int, EditingCapability) - Method in class ohos.miscservices.inputmethodability.TextInputClient
-
Subscribes to the text in the current edit box and notifies the input method of text changes.
- subscribeParamsCheck(L, S, long, long) - Method in class ohos.sensor.agent.SensorAgent
-
Checks the validity of subscription parameters.
- subscribeStateObserver(AccessibilityStateObserver, int) - Method in class ohos.accessibility.AccessibilitySystemAbilityClient
-
Subscribes to the specified type of accessibility status change events.
- SubscribeType - Enum in ohos.data.distributed.common
-
Describes the subscription type.
- subscribeVoiceEvents(Component.VoiceEvent) - Method in class ohos.agp.components.Component
-
Subscribes to a specified voice event of this component.
- SUBSEC_TIME - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SUBSEC_TIME_DIGITIZED - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- SUBSEC_TIME_ORIGINAL - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is String.
- subSequence(int, int) - Method in interface java.lang.CharSequence
-
Returns a CharSequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.lang.String
-
Returns a character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.lang.StringBuffer
-
- subSequence(int, int) - Method in class java.lang.StringBuilder
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.nio.CharBuffer
-
Creates a new character buffer that represents the specified subsequence
of this buffer, relative to the current position.
- subSequence(int, int) - Method in class ohos.global.icu.number.FormattedNumber
-
Returns a CharSequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval
-
Returns a CharSequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Returns a CharSequence that is a subsequence of this sequence.
- subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements range from
fromElement to toElement.
- subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
-
- subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- subSet(E, E) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements range
from fromElement, inclusive, to toElement,
exclusive.
- subSet(E, E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of this set whose elements range
from fromElement, inclusive, to toElement,
exclusive.
- subSet(E, E) - Method in class java.util.TreeSet
-
- Subset(String) - Constructor for class java.lang.Character.Subset
-
Constructs a new Subset instance.
- SUBSIZED - Static variable in interface java.util.Spliterator
-
- SUBSTITUTE - ohos.global.icu.text.DisplayContext
-
A possible setting for SUBSTITUTE_HANDLING:
Returns a fallback value (e.g., the input code) when no data is available.
- SUBSTITUTE_HANDLING - ohos.global.icu.text.DisplayContext.Type
-
SUBSTITUTE_HANDLING can be set to SUBSTITUTE or NO_SUBSTITUTE.
- SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
-
Enable substitution of one object for another during
serialization/deserialization.
- substring(int) - Method in class java.lang.String
-
Returns a string that is a substring of this string.
- substring(int) - Method in class java.lang.StringBuffer
-
- substring(int) - Method in class java.lang.StringBuilder
-
Returns a new String that contains a subsequence of
characters currently contained in this character sequence.
- substring(int, int) - Method in class java.lang.String
-
Returns a string that is a substring of this string.
- substring(int, int) - Method in class java.lang.StringBuffer
-
- substring(int, int) - Method in class java.lang.StringBuilder
-
Returns a new String that contains a subsequence of
characters currently contained in this sequence.
- SUBTITLE - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of subtitle.
- SUBTITLE - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the subtitle displayed to users.
- subtract(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this -
subtrahend), and whose scale is max(this.scale(),
subtrahend.scale()).
- subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this - subtrahend),
with rounding according to the context settings.
- subtract(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this - val).
- subtract(Quaternion, float) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Subtracts a float value from each component of a quaternion.
- subtract(Quaternion, Quaternion) - Static method in class ohos.agp.render.render3d.math.Quaternion
-
Subtracts each component of a quaternion from that of another quaternion.
- subtract(Vector2, float) - Static method in class ohos.agp.render.render3d.math.Vector2
-
Subtracts a float number from each component of the vector.
- subtract(Vector2, Vector2) - Static method in class ohos.agp.render.render3d.math.Vector2
-
Subtracts two vectors.
- subtract(Vector3, float) - Static method in class ohos.agp.render.render3d.math.Vector3
-
Subtracts a float number from each component of the vector.
- subtract(Vector3, Vector3) - Static method in class ohos.agp.render.render3d.math.Vector3
-
Subtracts two vectors.
- subtract(Vector4, float) - Static method in class ohos.agp.render.render3d.math.Vector4
-
Subtracts a float number from each component of the vector.
- subtract(Vector4, Vector4) - Static method in class ohos.agp.render.render3d.math.Vector4
-
Subtracts two vectors.
- subtract(BigDecimal) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is this-rhs, using fixed point arithmetic.
- subtract(BigDecimal, MathContext) - Method in class ohos.global.icu.math.BigDecimal
-
Returns a BigDecimal whose value is this-rhs.
- subtractExact(int, int) - Static method in class java.lang.Math
-
Returns the difference of the arguments,
throwing an exception if the result overflows an int.
- subtractExact(int, int) - Static method in class java.lang.StrictMath
-
Returns the difference of the arguments,
throwing an exception if the result overflows an int.
- subtractExact(long, long) - Static method in class java.lang.Math
-
Returns the difference of the arguments,
throwing an exception if the result overflows a long.
- subtractExact(long, long) - Static method in class java.lang.StrictMath
-
Returns the difference of the arguments,
throwing an exception if the result overflows a long.
- subtractFrom(Temporal) - Method in interface java.time.chrono.ChronoPeriod
-
Subtracts this period from the specified temporal object.
- subtractFrom(Temporal) - Method in class java.time.Duration
-
Subtracts this duration from the specified temporal object.
- subtractFrom(Temporal) - Method in class java.time.Period
-
Subtracts this period from the specified temporal object.
- subtractFrom(Temporal) - Method in interface java.time.temporal.TemporalAmount
-
Subtracts this object from the specified temporal object.
- subtraction(float, float) - Method in class ohos.agp.utils.DimensFloat
-
Subtracts the float values specified by subtractionX and subtractionY from
those in the X and Y axes of this DimensFloat instance, respectively.
- subtraction(float, float) - Method in class ohos.utils.geo.DimensFloat
-
Subtracts the float values specified by subtractionX and subtractionY from
those in the X and Y axes of this DimensFloat instance, respectively.
- subtractionAll(float) - Method in class ohos.agp.utils.DimensFloat
-
Subtracts the float value specified by subtraction from both values in the X and Y axes
of this DimensFloat instance.
- subtractionAll(float) - Method in class ohos.utils.geo.DimensFloat
-
Subtracts the float value specified by subtraction from both values in the X and Y axes
of this DimensFloat instance.
- subtractionAll(int) - Method in class ohos.agp.utils.DimensFloat
-
Subtracts the int value specified by subtraction from both values in the X and Y axes
of this DimensFloat instance.
- subtractionAll(int) - Method in class ohos.utils.geo.DimensFloat
-
Subtracts the int value specified by subtraction from both values in the X and Y axes
of this DimensFloat instance.
- SUCCESS - ohos.data.distributed.common.KvStoreErrorCode
-
Success
- SUCCESS - ohos.data.search.SearchResult
-
Result status returned if calling search service api ends normally.
- SUCCESS - Static variable in class ohos.ai.asr.util.AsrError
-
Indicates a successful ASR method call.
- SUCCESS - Static variable in interface ohos.bundle.IBundleInstaller
-
Indicates that the application is successfully installed or uninstalled.
- SUCCESS - Static variable in interface ohos.data.search.model.SearchErrorCode
-
- SUCCESS - Static variable in interface ohos.distributedhardware.devicemanager.ReturnCode
-
Indicates that the method call is successful.
- SUCCESS - Static variable in class ohos.media.audio.AudioCapturer
-
Indicates that the operation is successful.
- SUCCESS - Static variable in class ohos.media.audio.AudioRenderer
-
Indicates that an operation is successful.
- SUCCESS - Static variable in class ohos.media.image.Image.Component.OperationResult
-
Indicates that the color component–related operation is successful.
- SUCCESS - Static variable in class ohos.security.asset.AssetOperator
-
Indicates a successful operation.
- SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
-
The constant indicating that a batch statement executed successfully
but that no count of the number of rows it affected is available.
- SUCCESS_RESULT - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates a successful NLU method call.
- sum() - Method in class java.util.concurrent.atomic.DoubleAdder
-
Returns the current sum.
- sum() - Method in class java.util.concurrent.atomic.LongAdder
-
Returns the current sum.
- sum() - Method in interface java.util.stream.DoubleStream
-
Returns the sum of elements in this stream.
- sum() - Method in interface java.util.stream.IntStream
-
Returns the sum of elements in this stream.
- sum() - Method in interface java.util.stream.LongStream
-
Returns the sum of elements in this stream.
- sum(double, double) - Static method in class java.lang.Double
-
Adds two double values together as per the + operator.
- sum(float, float) - Static method in class java.lang.Float
-
Adds two float values together as per the + operator.
- sum(int, int) - Static method in class java.lang.Integer
-
Adds two integers together as per the + operator.
- sum(long, long) - Static method in class java.lang.Long
-
Adds two long values together as per the + operator.
- sum(OrmPredicates, String) - Method in interface ohos.data.orm.OrmContext
-
Queries data that meets the conditions specified in the OrmPredicates instance and returns the sum of
the matched data in a specified column.
- summarizingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which applies an double-producing
mapping function to each input element, and returns summary statistics
for the resulting values.
- summarizingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which applies an int-producing
mapping function to each input element, and returns summary statistics
for the resulting values.
- summarizingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector which applies an long-producing
mapping function to each input element, and returns summary statistics
for the resulting values.
- summaryStatistics() - Method in interface java.util.stream.DoubleStream
-
Returns a DoubleSummaryStatistics describing various summary data
about the elements of this stream.
- summaryStatistics() - Method in interface java.util.stream.IntStream
-
Returns an IntSummaryStatistics describing various
summary data about the elements of this stream.
- summaryStatistics() - Method in interface java.util.stream.LongStream
-
Returns a LongSummaryStatistics describing various summary data
about the elements of this stream.
- summingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the sum of a double-valued
function applied to the input elements.
- summingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the sum of a integer-valued
function applied to the input elements.
- summingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that produces the sum of a long-valued
function applied to the input elements.
- sumThenReset() - Method in class java.util.concurrent.atomic.DoubleAdder
-
- sumThenReset() - Method in class java.util.concurrent.atomic.LongAdder
-
- SUNDANESE - java.awt.font.NumericShaper.Range
-
The Sundanese range with the Sundanese digits.
- SUNDANESE - java.lang.Character.UnicodeScript
-
Unicode script "Sundanese".
- SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Sundanese" Unicode character block.
- SUNDANESE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SUNDANESE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Sundanese Supplement" Unicode character block.
- SUNDANESE_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUNDAY - java.time.DayOfWeek
-
The singleton instance for the day-of-week of Sunday.
- SUNDAY - ohos.global.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Sunday
- SUNDAY - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Sunday, e.g. "last Sunday",
"this Sunday", "next Sunday", "in 5 Sundays".
- SUNDAY - Static variable in class java.util.Calendar
-
- SUNDAY - Static variable in class ohos.global.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Sunday.
- SUNDAY_START - Static variable in class java.time.temporal.WeekFields
-
The common definition of a week that starts on Sunday and the first week
has a minimum of 1 day.
- SUP_CALL_WAITING - ohos.media.audio.ToneDescriptor.ToneType
-
Indicates a type of call waiting tone:
CEPT, JAPAN: 425Hz, 200ms ON, 600ms OFF, 200ms ON, 3s OFF...
- SUPER - Static variable in interface ohos.global.icu.lang.UCharacter.DecompositionType
-
- SUPERSCRIPT - Static variable in class java.awt.font.TextAttribute
-
Attribute key for superscripting and subscripting.
- SUPERSCRIPT_SUB - Static variable in class java.awt.font.TextAttribute
-
Standard subscript.
- SUPERSCRIPT_SUPER - Static variable in class java.awt.font.TextAttribute
-
Standard superscript.
- SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Superscripts and Subscripts" Unicode character
block.
- SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPERSCRIPTS_AND_SUBSCRIPTS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPERSEDED - java.security.cert.CRLReason
-
This reason indicates that the certificate has been superseded.
- SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplemental Arrows-A" Unicode character block.
- SUPPLEMENTAL_ARROWS_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplemental Arrows-B" Unicode character block.
- SUPPLEMENTAL_ARROWS_B - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_B_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_C - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_C_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplemental Mathematical Operators" Unicode
character block.
- SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_MATHEMATICAL_OPERATORS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplemental Punctuation" Unicode character block.
- SUPPLEMENTAL_PUNCTUATION - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_PUNCTUATION_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_MIN_VALUE - Static variable in class ohos.global.icu.lang.UCharacter
-
The minimum value for Supplementary code points, constant U+10000.
- SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplementary Private Use Area-A" Unicode character
block.
- SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Supplementary Private Use Area-B" Unicode character
block.
- SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_B_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- supplier() - Method in interface java.util.stream.Collector
-
A function that creates and returns a new mutable result container.
- Supplier<T> - Interface in java.util.function
-
Represents a supplier of results.
- supplyAsync(Supplier<U>) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is asynchronously completed
by a task running in the
ForkJoinPool#commonPool() with
the value obtained by calling the given Supplier.
- supplyAsync(Supplier<U>, Executor) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is asynchronously completed
by a task running in the given executor with the value obtained
by calling the given Supplier.
- SUPPORT_DTD - Static variable in class ohos.javax.xml.stream.XMLInputFactory
-
The property that requires the parser to support DTDs
- supportedFileAttributeViews() - Method in class java.nio.file.FileSystem
-
- supportedOptions() - Method in interface java.nio.channels.NetworkChannel
-
Returns a set of the socket options supported by this channel.
- supportHighPerformanceUI() - Method in class ohos.aafwk.ability.Ability
-
Checks whether this ability supports high-performance UI rendering.
- supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with add column.
- supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with drop column.
- supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT for the conversion of one JDBC type to another.
- supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT for conversions between the JDBC types fromType
and toType.
- supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports only data manipulation
statements within a transaction.
- supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports expressions in
ORDER BY lists.
- supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class java.nio.file.FileStore
-
Tells whether or not this file store supports the file attributes
identified by the given file attribute view.
- supportsFileAttributeView(String) - Method in class java.nio.file.FileStore
-
Tells whether or not this file store supports the file attributes
identified by the given file attribute view.
- supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed
- supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports some form of
GROUP BY clause.
- supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using columns not included in
the SELECT statement in a GROUP BY clause
provided that all of the columns in the SELECT statement
are included in the GROUP BY clause.
- supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT statement in a
GROUP BY clause.
- supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
- supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports specifying a
LIKE escape clause.
- supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database provides limited support for outer
joins.
- supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMulticast() - Method in class java.net.NetworkInterface
-
Returns whether a network interface supports multicasting or not.
- supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether it is possible to have multiple ResultSet objects
returned from a CallableStatement object
simultaneously.
- supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports getting multiple
ResultSet objects from a single call to the
method execute.
- supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database allows having multiple
transactions open at once (on different connections).
- supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across commits.
- supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across commits.
- supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across rollbacks.
- supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT statement in an
ORDER BY clause.
- supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports some form of outer join.
- supportsParameter(Object) - Method in class java.security.Provider.Service
-
Test whether this Service can use the specified parameter.
- supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports positioned DELETE
statements.
- supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports positioned UPDATE
statements.
- supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
- supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SELECT FOR UPDATE
statements.
- supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions
using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS expressions.
- supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN expressions.
- supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SQL UNION.
- supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports SQL UNION ALL.
- supportsUrgentData() - Method in class java.net.SocketImpl
-
Returns whether or not this SocketImpl supports sending
urgent data.
- SuppressWarnings - Annotation Type in java.lang
-
Indicates that the named compiler warnings should be suppressed in the
annotated element (and in all program elements contained in the annotated
element).
- Surface - Class in ohos.agp.graphics
-
Processes data in the buffer that is managed by a screen compositor, and uses the data for
drawing on the screen.
- Surface() - Constructor for class ohos.agp.graphics.Surface
-
Default constructor used to create a Surface instance.
- SURFACE - Static variable in class ohos.media.common.Source.VideoSource
-
Indicates that the surface is used as the video source.
- SURFACE - Static variable in class ohos.media.recorder.Recorder.VideoSource
-
Indicates that the surface is used as the video source.
- Surface.PixelFormat - Enum in ohos.agp.graphics
-
Enumerates the pixel format of raw image data.
- surfaceChanged(SurfaceOps, int, int, int) - Method in interface ohos.agp.graphics.SurfaceOps.Callback
-
Called back when the surface is changed.
- surfaceCreated(SurfaceOps) - Method in interface ohos.agp.graphics.SurfaceOps.Callback
-
Called back when the surface is created.
- surfaceDestroyed(SurfaceOps) - Method in interface ohos.agp.graphics.SurfaceOps.Callback
-
Called back when the surface is destroyed.
- SurfaceOps - Interface in ohos.agp.graphics
-
Provides methods of adding or removing a callback for a surface Ops.
- SurfaceOps.Callback - Interface in ohos.agp.graphics
-
Represents the callback of the surface ops.
- SurfaceProvider - Class in ohos.agp.components.surfaceprovider
-
Provides a dedicated drawing
Surface, which is one of the basic components of
a
Component.
- SurfaceProvider(Context) - Constructor for class ohos.agp.components.surfaceprovider.SurfaceProvider
-
Default constructor used to create a SurfaceProvider instance by using the default attribute set
and style.
- SurfaceProvider(Context, AttrSet) - Constructor for class ohos.agp.components.surfaceprovider.SurfaceProvider
-
A constructor used to create a SurfaceProvider instance based on a specified attribute set and the
default style parsed from the XML file.
- SurfaceProvider(Context, AttrSet, String) - Constructor for class ohos.agp.components.surfaceprovider.SurfaceProvider
-
A constructor used to create a SurfaceProvider instance based on a specified attribute
set and style parsed from the XML file.
- SURROGATE - Static variable in class java.lang.Character
-
General category "Cs" in the Unicode specification.
- SURROGATE - Static variable in interface ohos.global.icu.lang.UCharacter.LineBreak
-
- SURROGATE - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cs
- SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
-
- suspend() - Method in class java.lang.Thread
-
- suspend() - Method in class java.lang.ThreadGroup
-
- SUTTON_SIGNWRITING - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SUTTON_SIGNWRITING_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- sval - Variable in class java.io.StreamTokenizer
-
If the current token is a word token, this field contains a
string giving the characters of the word token.
- swap(List<?>, int, int) - Static method in class java.util.Collections
-
Swaps the elements at the specified positions in the specified list.
- swap(Path) - Method in class ohos.agp.render.Path
-
Swaps this Path for a specified path.
- swap(IntArray) - Method in class ohos.utils.IntArray
-
Exchanges elements between a specified IntArray object and the current IntArray object, including
the array, size, and capacity.
- SWAP_COLORS - Static variable in class java.awt.font.TextAttribute
-
Attribute key for swapping foreground and background
Paints.
- SWAP_COLORS_ON - Static variable in class java.awt.font.TextAttribute
-
Swap foreground and background.
- SWASH_KAF - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- SWEEP_GRADIENT_SHADER_TYPE - Static variable in class ohos.agp.components.element.ShapeElement
-
Indicates that the shader is of the sweep type.
- SWEEP_SHADER - ohos.agp.render.Paint.ShaderType
-
Indicates that the colors in the paint are shaded in sweep manner around a center point.
- SweepShader - Class in ohos.agp.render
-
Represents a shader that shades colors in sweep manner around a center point.
- SweepShader() - Constructor for class ohos.agp.render.SweepShader
-
Default constructor used to create a SweepShader.
- SweepShader(float, float, Color[], float[]) - Constructor for class ohos.agp.render.SweepShader
-
A constructor used to create a SweepShader based on the specified center point, colors,
and color positions.
- Switch - Class in ohos.agp.components
-
Provides a switch that can be either enabled or disabled.
- Switch(Context) - Constructor for class ohos.agp.components.Switch
-
Default constructor used to create a Switch instance by using the default attribute set and style.
- Switch(Context, AttrSet) - Constructor for class ohos.agp.components.Switch
-
A constructor used to create a Switch instance by using specified attribute set and default style after
the XML file is parsed.
- Switch(Context, AttrSet, String) - Constructor for class ohos.agp.components.Switch
-
A constructor used to create a Switch instance by using specified attribute set and specified style after
the XML file is parsed.
- SwitchCallback - Interface in ohos.location
-
Provides a callback interface for the system to report the location service switch status.
- switchToCredentialEncryptedStorageContext() - Method in class ohos.app.AbilityContext
-
- switchToCredentialEncryptedStorageContext() - Method in interface ohos.app.Context
-
Changes the context storage to credential-protected storage.
- switchToDeviceEncryptedStorageContext() - Method in class ohos.app.AbilityContext
-
- switchToDeviceEncryptedStorageContext() - Method in interface ohos.app.Context
-
Changes the context storage to device-protected storage.
- SYLLABLE_MODIFIER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- SYLOTI_NAGRI - java.lang.Character.UnicodeScript
-
Unicode script "Syloti_Nagri".
- SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Syloti Nagri" Unicode character block.
- SYLOTI_NAGRI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYLOTI_NAGRI - Static variable in class ohos.global.icu.lang.UScript
-
Script in Unicode 4.1
- SYLOTI_NAGRI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOL - Static variable in interface ohos.global.icu.text.Collator.ReorderCodes
-
Characters with the symbol property.
- SYMBOL_NAME - Static variable in class ohos.global.icu.util.Currency
-
Selector for getName() indicating a symbolic name for a
currency, such as "$" for USD.
- SYMBOL_REF - Static variable in interface ohos.global.icu.text.SymbolTable
-
The character preceding a symbol reference name.
- symbolLink(String, String) - Static method in class ohos.system.OsHelper
-
Creates a symbolic link to the target file.
- SYMBOLS - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_EMOJI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- SYMBOLS_FOR_LEGACY_COMPUTING - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_FOR_LEGACY_COMPUTING_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SymbolTable - Interface in ohos.global.icu.text
-
An interface that defines both lookup protocol and parsing of
symbolic names.
- sync() - Method in class java.io.FileDescriptor
-
Force all system buffers to synchronize with the underlying
device.
- sync() - Method in class java.util.prefs.AbstractPreferences
-
- sync() - Method in class java.util.prefs.Preferences
-
Ensures that future reads from this preference node and its
descendants reflect any changes that were committed to the persistent
store (from any VM) prior to the sync invocation.
- sync(List<String>, SyncMode) - Method in interface ohos.data.distributed.device.DeviceKvStore
-
Synchronizes DeviceKvStore databases.
- sync(List<String>, SyncMode) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Synchronizes SingleKvStore databases.
- sync(List<String>, SyncMode, int) - Method in interface ohos.data.distributed.user.SingleKvStore
-
Synchronizes the database to the specified devices with the specified delay allowed.
- SYNC - java.nio.file.StandardOpenOption
-
Requires that every update to the file's content or metadata be written
synchronously to the underlying storage device.
- SYNC_FLUSH - Static variable in class java.util.zip.Deflater
-
Compression flush mode used to flush out all pending output; may
degrade compression for some compression algorithms.
- SYNC_ID - Static variable in interface ohos.sysappcomponents.calendar.column.SyncColumns
-
Indicates the synchronization ID.
- SyncCallback - Interface in ohos.data.distributed.common
-
A callback interface used to receive database synchronization results.
- syncCanvasDrawCalls() - Method in class ohos.agp.graphics.Surface
-
Synchronizes the draw calls on the
Canvas object for rendering.
- SyncColumns - Interface in ohos.sysappcomponents.calendar.column
-
Provides constants for information synchronization.
- syncCompleted(Map<String, Integer>) - Method in interface ohos.data.distributed.common.SyncCallback
-
A callback method used to receive database synchronization results.
- syncDispatch(Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Dispatches a task and waits until the task is complete in the current thread.
- syncDispatchBarrier(Runnable) - Method in interface ohos.app.dispatcher.TaskDispatcher
-
Sets an execution barrier in a task group for the given task and waits for the task to be executed after all
tasks in the task group are finished.
- SyncFailedException - Exception in java.io
-
Signals that a sync operation has failed.
- SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
-
Constructs an SyncFailedException with a detail message.
- SYNCHRONIZE - java.nio.file.attribute.AclEntryPermission
-
Permission to access file locally at the server with synchronous reads
and writes.
- SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
-
The int value representing the synchronized
modifier.
- synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) collection backed by the specified
collection.
- synchronizedList(List<T>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) list backed by the specified
list.
- synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) map backed by the specified
map.
- synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) navigable map backed by the
specified navigable map.
- synchronizedNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) navigable set backed by the
specified navigable set.
- synchronizedSet(Set<T>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) set backed by the specified
set.
- synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) sorted map backed by the specified
sorted map.
- synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
-
Returns a synchronized (thread-safe) sorted set backed by the specified
sorted set.
- SynchronousQueue<E> - Class in java.util.concurrent
-
A
BlockingQueue in which each insert
operation must wait for a corresponding remove operation by another
thread, and vice versa.
- SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
-
Creates a SynchronousQueue with nonfair access policy.
- SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
-
Creates a SynchronousQueue with the specified fairness policy.
- SyncMode - Enum in ohos.data.distributed.common
-
Indicates the database synchronization mode.
- syncSeInfo(String, String, String) - Method in class ohos.security.seoperator.SEOperatorAbs
-
Synchronizes the supplementary security domain information of a chip.
- syncSpi() - Method in class java.util.prefs.AbstractPreferences
-
This method is invoked with this node locked.
- SYRIAC - java.lang.Character.UnicodeScript
-
Unicode script "Syriac".
- SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Syriac" Unicode character block.
- SYRIAC - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC - Static variable in class ohos.global.icu.lang.UScript
-
Syriac
- SYRIAC_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_WAW - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- system(ZoneId) - Static method in class java.time.Clock
-
Obtains a clock that returns the current instant using best available
system clock.
- System - Class in java.lang
-
The System class contains several useful class fields
and methods.
- SYSTEM - Static variable in class ohos.security.permission.PermissionDef
-
System-level value for
PermissionDef.availableScope, only be used by
system applications and modules, it needs to be declared in the profile.
- SYSTEM_ERROR - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates that an NLU method returned null because the method call had failed.
- SYSTEM_FLOAT_WINDOW - Static variable in class ohos.security.SystemPermission
-
Allows an application to be displayed in a floating window on top of other applications.
- SYSTEM_GRANT - ohos.security.permission.PermissionGrantMode
-
Indicates that a permission needs to be authorized by the system.
- SYSTEM_GRANT - Static variable in class ohos.security.permission.PermissionDef
-
Mode of grant permission, system grant mode.
- systemApp - Variable in class ohos.bundle.ApplicationInfo
-
Indicates whether the application is a system application.
- SystemAuthDialogInfo() - Constructor for class ohos.biometrics.authentication.BiometricAuthentication.SystemAuthDialogInfo
-
- SystemCap - Annotation Type in ohos.utils.system
-
Represents an annotated element that requires system capability.
- SystemCapability - Class in ohos.utils.system
-
Defines the hardware capabilities and software capabilities used in the system.
- SystemCapability.Aafwk - Class in ohos.utils.system
-
Defines system capabilities provided by the ability framework.
- SystemCapability.Accessibility - Class in ohos.utils.system
-
Defines accessibility system capabilities.
- SystemCapability.Account - Class in ohos.utils.system
-
Defines account system capabilities.
- SystemCapability.Communication - Class in ohos.utils.system
-
Defines system capabilities of the Intelligent SoftBus.
- SystemCapability.Data - Class in ohos.utils.system
-
Defines data system capabilities.
- SystemCapability.Developtools - Class in ohos.utils.system
-
Defines system capabilities provided by development tools.
- SystemCapability.HiviewDFX - Class in ohos.utils.system
-
Defines system capabilities of the DFX subsystem, mainly including the management of system maintenance and test information and system faults.
- SystemCapability.IVI - Class in ohos.utils.system
-
Defines system capabilities provided by the IVI subsystem.
- SystemCapability.Location - Class in ohos.utils.system
-
Defines system capabilities for location.
- SystemCapability.Multimedia - Class in ohos.utils.system
-
Defines multimedia system capabilities.
- SystemCapability.MultimodalInput - Class in ohos.utils.system
-
Defines multimodal input system capabilities.
- SystemCapability.Notification - Class in ohos.utils.system
-
Defines system capabilities for notification and common event management.
- SystemCapability.PowerMgr - Class in ohos.utils.system
-
Defines system capabilities of power management.
- SystemCapability.ResourceSchedule - Class in ohos.utils.system
-
Defines system capabilities of resource scheduling.
- SystemCapability.Security - Class in ohos.utils.system
-
Defines security system capabilities.
- SystemCapability.Sensors - Class in ohos.utils.system
-
Defines pan-sensor system capabilities.
- SystemCapability.Startup - Class in ohos.utils.system
-
Defines system capabilities provided by the Startup subsystem.
- SystemCapability.Telephony - Class in ohos.utils.system
-
Defines system capabilities of the telephony subsystem.
- SystemCapability.Usb - Class in ohos.utils.system
-
Defines system capabilities provided by the USB service subsystem.
- SystemCapability.UserIAM - Class in ohos.utils.system
-
The system capabilities for UserIAM
- SystemCapability.Wearable - Class in ohos.utils.system
-
Defines wearable-dedicated system capabilities.
- systemDefault() - Static method in class java.time.ZoneId
-
Gets the system default time-zone.
- systemDefaultZone() - Static method in class java.time.Clock
-
Obtains a clock that returns the current instant using the best available
system clock, converting to date and time using the default time-zone.
- SystemEventHandle - Interface in ohos.multimodalinput.standard
-
Provides methods for handling standard system events.
- SystemMemoryInfo - Class in ohos.aafwk.ability
-
- SystemMemoryInfo() - Constructor for class ohos.aafwk.ability.SystemMemoryInfo
-
A constructor used to create a SystemMemoryInfo instance.
- systemNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
-
Returns the preference node from the system preference tree that is
associated (by convention) with the specified class's package.
- SystemPasteboard - Class in ohos.miscservices.pasteboard
-
Defines system pasteboard operations, including copying, pasting, and setting listeners
for pasteboard content changes.
- SystemPermission - Class in ohos.security
-
Provides HarmonyOS system permissions, including the description, grant mode,
and available scope of each permission.
- SystemRestore - Class in ohos.systemrestore
-
Provides interfaces to restore systems.
- SystemRestore() - Constructor for class ohos.systemrestore.SystemRestore
-
- SystemRestoreException - Exception in ohos.systemrestore
-
Inherits from java.lang.Exception to describe customized system restore exceptions.
- SystemRestoreException(String) - Constructor for exception ohos.systemrestore.SystemRestoreException
-
Constructs a customized system restore exception.
- systemRoot() - Static method in class java.util.prefs.Preferences
-
Returns the root preference node for the system.
- systemRoot() - Method in interface java.util.prefs.PreferencesFactory
-
Returns the system root preference node.
- SystemSettings - Class in ohos.sysappcomponents.settings
-
Contains variety of system settings and provides functions for reading and writing these system settings.
- SystemSettings.Date - Class in ohos.sysappcomponents.settings
-
Provides methods for setting time and date formats.
- SystemSettings.Display - Class in ohos.sysappcomponents.settings
-
Provides methods for setting the display effect, including the font size, screen brightness, screen rotation,
animation factor, and display color.
- SystemSettings.General - Class in ohos.sysappcomponents.settings
-
Provides methods for setting general information about devices, including the device name, startup wizard,
airplane mode, debugging information, accessibility feature switch, and touch exploration status.
- SystemSettings.Input - Class in ohos.sysappcomponents.settings
-
Provides methods for setting information about input methods, including automatic capitalization, automatic
punctuation, autocorrect, password presentation, input method engine, and input method subtypes.
- SystemSettings.Network - Class in ohos.sysappcomponents.settings
-
Provides methods for setting network information, including the data roaming status, HTTP proxy configurations,
and preferred networks.
- SystemSettings.Phone - Class in ohos.sysappcomponents.settings
-
Provides methods for setting the answering mode of incoming and outgoing calls.
- SystemSettings.Sound - Class in ohos.sysappcomponents.settings
-
Provides methods for setting the sound effect, including the ringtone, dial tone, alarm sound, notification tone,
and haptic feedback.
- SystemSettings.TTS - Class in ohos.sysappcomponents.settings
-
Provides methods for setting information about text-to-speech (TTS) conversion, including the pitch, speech rate,
engine, and plug-ins.
- SystemSettings.Wireless - Class in ohos.sysappcomponents.settings
-
Provides methods for setting radio network information, including information about Bluetooth, Wi-Fi, Near Field
Communication (NFC), and the airplane mode.
- systemUTC() - Static method in class java.time.Clock
-
Obtains a clock that returns the current instant using the best available
system clock, converting to date and time using the UTC time-zone.
- SystemVersion - Class in ohos.system.version
-
A static class pertaining to the system version.
- SystemVersion() - Constructor for class ohos.system.version.SystemVersion
-
- T - Static variable in interface ohos.global.icu.lang.UCharacter.GraphemeClusterBreak
-
- Tab(Context) - Constructor for class ohos.agp.components.TabList.Tab
-
Default constructor used to create a Tab instance by using the default attribute set and style.
- Tab(Context, AttrSet) - Constructor for class ohos.agp.components.TabList.Tab
-
A constructor used to create a Tab instance by using specified attribute set and default style
after the XML file is parsed.
- Tab(Context, AttrSet, String) - Constructor for class ohos.agp.components.TabList.Tab
-
A constructor used to create a Tab instance by using specified attribute set and specified style
after the XML file is parsed.
- tableIndexClustered - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that this table index is a clustered index.
- tableIndexHashed - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that this table index is a hashed index.
- tableIndexOther - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that this table index is not a clustered
index, a hashed index, or table statistics;
it is something other than these.
- tableIndexStatistic - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that this column contains table statistics that
are returned in conjunction with a table's index descriptions.
- TableLayout - Class in ohos.agp.components
-
Provides a layout for arranging components in a component with tables.
- TableLayout(Context) - Constructor for class ohos.agp.components.TableLayout
-
Default constructor used to create a TableLayout instance by using the default attribute set and style.
- TableLayout(Context, AttrSet) - Constructor for class ohos.agp.components.TableLayout
-
A constructor used to create a TableLayout instance by using specified attribute set and default
style after the XML file is parsed.
- TableLayout(Context, AttrSet, String) - Constructor for class ohos.agp.components.TableLayout
-
A constructor used to create a TableLayout instance by using specified attribute set and specified style
after the XML file is parsed.
- TableLayout.Alignment - Interface in ohos.agp.components
-
Provides alignment modes for child components in a table layout.
- TableLayout.CellSpan - Class in ohos.agp.components
-
Stores the span, start cell, and end cell of an element in a table layout.
- TableLayout.LayoutConfig - Class in ohos.agp.components
-
Provides layout parameters required in a table layout.
- TableLayout.Specification - Class in ohos.agp.components
-
Configures column and row attributes of an element in a table layout.
- TableLayoutManager - Class in ohos.agp.components
-
- TableLayoutManager() - Constructor for class ohos.agp.components.TableLayoutManager
-
Default constructor used to create a TableLayoutManager instance.
- TableResultSet - Class in ohos.data.resultset
-
Represents a table result set that can be expanded dynamically.
- TableResultSet(String[]) - Constructor for class ohos.data.resultset.TableResultSet
-
A constructor used to create a TableResultSet instance with specified column names.
- TableResultSet(String[], int) - Constructor for class ohos.data.resultset.TableResultSet
-
A constructor used to create a TableResultSet instance with specified column names and capacity.
- TableResultSet.RowBuilder - Class in ohos.data.resultset
-
Represents the row builder of the matrix result set.
- TABLESPOON - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: tablespoon
- TableSupport - Class in ohos.sysappcomponents.calendar.support
-
Table support
- TABLET - ohos.distributedhardware.devicemanager.DeviceInfo.DeviceType
-
Indicates a tablet.
- TabList - Class in ohos.agp.components
-
Displays the directional layout of tabs and allows the content in the layout to scroll along the layout direction.
- TabList(Context) - Constructor for class ohos.agp.components.TabList
-
Default constructor used to create a TabLayout instance by using the default attribute set and style.
- TabList(Context, AttrSet) - Constructor for class ohos.agp.components.TabList
-
A constructor used to create a TabLayout instance by using specified attribute set and default
style after the XML file is parsed.
- TabList(Context, AttrSet, String) - Constructor for class ohos.agp.components.TabList
-
A constructor used to create a TabLayout instance by using specified attribute set and specified style
after the XML file is parsed.
- TabList.Tab - Class in ohos.agp.components
-
- TabList.TabSelectedListener - Interface in ohos.agp.components
-
Provides a tab selected listener.
- TABOO_ICON - ohos.global.config.ConfigType
-
Indicates taboo icons prohibited in certain regions.
- TAG - Static variable in class ohos.data.search.schema.PhotoItem
-
Indicates the index field name of tag.
- TAG_ROM_1K - Static variable in class ohos.nfc.tag.MifareClassicTag
-
Indicates a MifareClassic tag with 16 sectors, each having 4 blocks.
- TAG_ROM_2K - Static variable in class ohos.nfc.tag.MifareClassicTag
-
Indicates a MifareClassic tag with 32 sectors, each having 4 blocks.
- TAG_ROM_4K - Static variable in class ohos.nfc.tag.MifareClassicTag
-
Indicates a MifareClassic tag with 40 sectors, with the first 32 sectors each having
4 blocks and the remaining 8 sectors each having 16 blocks.
- TAG_ROM_MINI - Static variable in class ohos.nfc.tag.MifareClassicTag
-
Indicates a MifareClassic tag with 5 sectors, each having 4 blocks.
- TAGALOG - java.lang.Character.UnicodeScript
-
Unicode script "Tagalog".
- TAGALOG - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tagalog" Unicode character block.
- TAGALOG - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAGALOG - Static variable in class ohos.global.icu.lang.UScript
-
Tagalog
- TAGALOG_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAGBANWA - java.lang.Character.UnicodeScript
-
Unicode script "Tagbanwa".
- TAGBANWA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tagbanwa" Unicode character block.
- TAGBANWA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAGBANWA - Static variable in class ohos.global.icu.lang.UScript
-
Tagbanwa
- TAGBANWA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TagInfo - Class in ohos.nfc.tag
-
Provides tag information.
- TagManager - Class in ohos.nfc.tag
-
Controls tag read and write.
- TAGS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tags" Unicode character block.
- TAGS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAGS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- TAHSAS - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ታኅሣሥ, the 4th month of the Ethiopic year.
- TAI_LE - java.lang.Character.UnicodeScript
-
Unicode script "Tai_Le".
- TAI_LE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Le" Unicode character block.
- TAI_LE - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_LE - Static variable in class ohos.global.icu.lang.UScript
-
Tai Le
Script in Unicode 4
- TAI_LE_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_THAM - java.lang.Character.UnicodeScript
-
Unicode script "Tai_Tham".
- TAI_THAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Tham" Unicode character block.
- TAI_THAM - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_THAM_HORA - java.awt.font.NumericShaper.Range
-
The Tai Tham Hora range with the Tai Tham Hora digits.
- TAI_THAM_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_THAM_THAM - java.awt.font.NumericShaper.Range
-
The Tai Tham Tham range with the Tai Tham Tham digits.
- TAI_VIET - java.lang.Character.UnicodeScript
-
Unicode script "Tai_Viet".
- TAI_VIET - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Viet" Unicode character block.
- TAI_VIET - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_VIET - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TAI_VIET_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_XUAN_JING_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Xuan Jing Symbols" Unicode character block.
- TAI_XUAN_JING_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAI_XUAN_JING_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- tailMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
- tailMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- tailMap(K) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys are
greater than or equal to fromKey.
- tailMap(K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of this map whose keys are
greater than or equal to fromKey.
- tailMap(K) - Method in class java.util.TreeMap
-
- tailMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
- tailMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- tailMap(K, boolean) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys are greater than (or
equal to, if inclusive is true) fromKey.
- tailMap(K, boolean) - Method in class java.util.TreeMap
-
- tailSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- tailSet(E) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements are
greater than or equal to fromElement.
- tailSet(E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of this set whose elements are
greater than or equal to fromElement.
- tailSet(E) - Method in class java.util.TreeSet
-
- tailSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- tailSet(E, boolean) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements are greater
than (or equal to, if inclusive is true) fromElement.
- tailSet(E, boolean) - Method in class java.util.TreeSet
-
- TAISHO - Static variable in class java.time.chrono.JapaneseEra
-
The singleton instance for the 'Taisho' era (1912-07-30 - 1926-12-24)
which has the value 0.
- TAISHO - Static variable in class ohos.global.icu.util.JapaneseCalendar
-
Constant for the era starting on July 30, 1912 AD.
- TAIWAN - Static variable in class java.util.Locale
-
Useful constant for country.
- TAIWAN - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for country/region.
- TaiwanCalendar - Class in ohos.global.icu.util
-
TaiwanCalendar is a subclass of GregorianCalendar
that numbers years since 1912.
- TaiwanCalendar() - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar using the current time
in the default time zone with the default locale.
- TaiwanCalendar(int, int, int) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date set
in the default time zone with the default locale.
- TaiwanCalendar(int, int, int, int, int, int) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date
and time set for the default time zone with the default locale.
- TaiwanCalendar(Date) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date set
in the default time zone with the default locale.
- TaiwanCalendar(Locale) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the default time zone with the given locale.
- TaiwanCalendar(TimeZone) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the default locale.
- TaiwanCalendar(TimeZone, Locale) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the given locale.
- TaiwanCalendar(TimeZone, ULocale) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the given locale.
- TaiwanCalendar(ULocale) - Constructor for class ohos.global.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the default time zone with the given locale.
- take() - Method in interface java.nio.file.WatchService
-
Retrieves and removes next watch key, waiting if none are yet present.
- take() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- take() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), waiting if
necessary until an element becomes available.
- take() - Method in interface java.util.concurrent.BlockingQueue
-
Retrieves and removes the head of this queue, waiting if necessary
until an element becomes available.
- take() - Method in interface java.util.concurrent.CompletionService
-
Retrieves and removes the Future representing the next
completed task, waiting if none are yet present.
- take() - Method in class java.util.concurrent.DelayQueue
-
Retrieves and removes the head of this queue, waiting if necessary
until an element with an expired delay is available on this queue.
- take() - Method in class java.util.concurrent.ExecutorCompletionService
-
- take() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- take() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- take() - Method in class java.util.concurrent.LinkedTransferQueue
-
- take() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- take() - Method in class java.util.concurrent.SynchronousQueue
-
Retrieves and removes the head of this queue, waiting if necessary
for another thread to insert it.
- takeChargeOfFileDescriptor(int) - Static method in class ohos.rpc.ReliableFileDescriptor
-
Creates a ReliableFileDescriptor by duplicating an existing file descriptor.
- takeFirst() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the first element of this deque, waiting
if necessary until an element becomes available.
- takeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- takeLast() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the last element of this deque, waiting
if necessary until an element becomes available.
- takeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- TAKRI - java.lang.Character.UnicodeScript
-
Unicode script "Takri".
- TAKRI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Takri" Unicode character block.
- TAKRI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAKRI - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TAKRI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL - java.awt.font.NumericShaper.Range
-
The Tamil range with the Tamil digits.
- TAMIL - java.lang.Character.UnicodeScript
-
Unicode script "Tamil".
- TAMIL - Static variable in class java.awt.font.NumericShaper
-
Identifies the TAMIL range and decimal base.
- TAMIL - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tamil" Unicode character block.
- TAMIL - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL - Static variable in class ohos.global.icu.lang.UScript
-
Tamil
- TAMIL_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TAMUZ - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Tammuz, the 11th month of the Hebrew year.
- tan(double) - Static method in class java.lang.Math
-
Returns the trigonometric tangent of an angle.
- tan(double) - Static method in class java.lang.StrictMath
-
Returns the trigonometric tangent of an angle.
- TANGUT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TANGUT_COMPONENTS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_COMPONENTS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_SUPPLEMENT - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_SUPPLEMENT_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- tanh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic tangent of a double value.
- tanh(double) - Static method in class java.lang.StrictMath
-
Returns the hyperbolic tangent of a double value.
- TAP - ohos.agp.components.Component.GestureType
-
Indicates the tap gesture.
- Target - Annotation Type in java.lang.annotation
-
Indicates the contexts in which an annotation type is applicable.
- TARGET_PACKAGE_NAME - Static variable in class ohos.distributedhardware.devicemanager.DeviceManager
-
Indicates the field name for the target application bundle name.
- TargetBuffer - Interface in ohos.agp.render.render3d
-
Provides an engine with the buffer for rendering targets.
- targetText - Variable in class ohos.global.icu.text.SearchIterator
-
Target text for searching.
- Task - Class in ohos.agp.render.render3d
-
Abstract class used to implement tasks that can be executed synchronously with rendering.
- Task() - Constructor for class ohos.agp.render.render3d.Task
-
- Task.State - Enum in ohos.agp.render.render3d
-
Indicates the running state of a task.
- TaskDispatcher - Interface in ohos.app.dispatcher
-
A basic interface that posts tasks into a task dispatcher.
- TaskPriority - Enum in ohos.app.dispatcher.task
-
Specifies the priority of all tasks in a specific task dispatcher when the task dispatcher is being obtained or
created.
- TAW - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- TBOX - Static variable in class ohos.utils.system.SystemCapability.IVI
-
Indicates system capabilities for the TBOX, including query and setting of TBOX information.
- TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
-
new Array.
- TC_BASE - Static variable in interface java.io.ObjectStreamConstants
-
First tag value.
- TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
Block of optional data.
- TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
-
long Block data.
- TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
-
Reference to Class.
- TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
new Class Descriptor.
- TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
End of optional block data blocks for an object.
- TC_ENUM - Static variable in interface java.io.ObjectStreamConstants
-
new Enum constant.
- TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
-
Exception during write.
- TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
-
Long string.
- TC_MAX - Static variable in interface java.io.ObjectStreamConstants
-
Last tag value.
- TC_NULL - Static variable in interface java.io.ObjectStreamConstants
-
Null object reference.
- TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
-
new Object.
- TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
new Proxy Class Descriptor.
- TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
-
Reference to an object already written into the stream.
- TC_RESET - Static variable in interface java.io.ObjectStreamConstants
-
Reset stream context.
- TC_STRING - Static variable in interface java.io.ObjectStreamConstants
-
new String.
- TCP_NODELAY - Static variable in interface java.net.SocketOptions
-
Disable Nagle's algorithm for this connection.
- TCP_NODELAY - Static variable in class java.net.StandardSocketOptions
-
Disable the Nagle algorithm.
- TdscdmaSignalInformation - Class in ohos.telephony
-
Inherits from the parent class
SignalInformation and provides methods for applications to obtain
TDSCDMA signal information.
- TdscdmaSignalInformation() - Constructor for class ohos.telephony.TdscdmaSignalInformation
-
- TEASPOON - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of volume: teaspoon
- TEH_MARBUTA - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- TEH_MARBUTA_GOAL - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- TEKEMT - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ጥቅምት, the 2nd month of the Ethiopic year.
- TelephoneEventHandle - Interface in ohos.multimodalinput.standard
-
Provides methods for handling standard call events.
- TelephoneNumberUtils - Class in ohos.telephony
-
Provides utilities to process phone numbers.
- TelephoneNumberUtils() - Constructor for class ohos.telephony.TelephoneNumberUtils
-
- Telephony() - Constructor for class ohos.utils.system.SystemCapability.Telephony
-
- TELEPHONY - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates a device transmitting audio signals over the telephony network.
- TELEPHONY - Static variable in class ohos.bluetooth.BluetoothDeviceClass.Service
-
Indicates the service value for telephony (including the cordless telephony, modem, and headset service).
- TELEPHONY - Static variable in class ohos.utils.system.SystemCapability.Telephony
-
Indicates the telephony system capability.
- TelephonyConstants - Class in ohos.telephony
-
Uses static constants to provide constants or tool methods used by each module in the telephony subsystem.
- TelephonyConstants() - Constructor for class ohos.telephony.TelephonyConstants
-
- tell() - Method in class ohos.media.image.Image.Component
-
Obtains the position of the current color component data to read.
- TELUGU - java.awt.font.NumericShaper.Range
-
The Telugu range with the Telugu digits.
- TELUGU - java.lang.Character.UnicodeScript
-
Unicode script "Telugu".
- TELUGU - Static variable in class java.awt.font.NumericShaper
-
Identifies the TELUGU range and decimal base.
- TELUGU - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Telugu" Unicode character block.
- TELUGU - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TELUGU - Static variable in class ohos.global.icu.lang.UScript
-
Telugu
- TELUGU_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TEMPERATURE_PERSON - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the body temperature of a person.
- TEMPERATURE_SI_CELSIUS - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the Celsius.
- TEMPERATURE_SI_FAHRENHEIT - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the Fahrenheit.
- TEMPERATURE_SI_KELVIN - ohos.global.i18n.text.MeasureOptions.Unit
-
Indicates the Kelvin.
- TEMPERATURE_WEATHER - ohos.global.i18n.text.MeasureOptions.Usage
-
Indicates the atmospheric temperature.
- Temporal - Interface in java.time.temporal
-
Framework-level interface defining read-write access to a temporal object,
such as a date, time, offset or some combination of these.
- TemporalAccessor - Interface in java.time.temporal
-
Framework-level interface defining read-only access to a temporal object,
such as a date, time, offset or some combination of these.
- TemporalAdjuster - Interface in java.time.temporal
-
Strategy for adjusting a temporal object.
- TemporalAdjusters - Class in java.time.temporal
-
Common and useful TemporalAdjusters.
- TemporalAmount - Interface in java.time.temporal
-
Framework-level interface defining an amount of time, such as
"6 hours", "8 days" or "2 years and 3 months".
- TemporalField - Interface in java.time.temporal
-
A field of date-time, such as month-of-year or hour-of-minute.
- TemporalQueries - Class in java.time.temporal
-
Common implementations of TemporalQuery.
- TemporalQuery<R> - Interface in java.time.temporal
-
Strategy for querying a temporal object.
- TemporalUnit - Interface in java.time.temporal
-
A unit of date-time, such as Days or Hours.
- TEN - Static variable in class java.math.BigDecimal
-
The value 10, with a scale of 0.
- TEN - Static variable in class java.math.BigInteger
-
The BigInteger constant ten.
- TEN - Static variable in class ohos.global.icu.math.BigDecimal
-
The BigDecimal constant "10".
- TENGWAR - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TER - Static variable in class ohos.global.icu.util.EthiopicCalendar
-
Constant for ጥር, the 5th month of the Ethiopic year.
- TERABIT - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of digital: terabit
- TERABYTE - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of digital: terabyte
- TERMINAL_PUNCTUATION - Static variable in interface ohos.global.icu.lang.UProperty
-
Binary property Terminal_Punctuation.
- terminate() - Method in class ohos.aafwk.ability.AbilitySlice
-
Destroys the current ability slice.
- TERMINATE - java.nio.file.FileVisitResult
-
Terminate.
- terminateAbility() - Method in class ohos.aafwk.ability.Ability
-
Destroys this Page or Service ability.
- terminateAbility() - Method in class ohos.aafwk.ability.AbilitySlice
-
Destroys the host ability.
- terminateAbility() - Method in class ohos.app.AbilityContext
-
- terminateAbility() - Method in interface ohos.app.Context
-
Destroys the current ability.
- terminateAbility(int) - Method in class ohos.app.AbilityContext
-
- terminateAbility(int) - Method in interface ohos.app.Context
-
- terminateAbilityResult(int) - Method in class ohos.app.AbilityContext
-
- terminateAbilityResult(int) - Method in interface ohos.app.Context
-
Destroys this Service ability if the number of times it has been started equals the number represented by the
given startId.
- terminated() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Method invoked when the Executor has terminated.
- TERMINATED - java.lang.Thread.State
-
Thread state for a terminated thread.
- TERTIARY - Static variable in class java.text.Collator
-
Collator strength value.
- TERTIARY - Static variable in class ohos.global.icu.text.Collator
-
Third level collator strength value.
- tertiaryOrder(int) - Static method in class java.text.CollationElementIterator
-
Return the tertiary component of a collation element.
- tertiaryOrder(int) - Static method in class ohos.global.icu.text.CollationElementIterator
-
Return the tertiary order of the specified collation element, i.e.
- test(double) - Method in interface java.util.function.DoublePredicate
-
Evaluates this predicate on the given argument.
- test(int) - Method in interface java.util.function.IntPredicate
-
Evaluates this predicate on the given argument.
- test(long) - Method in interface java.util.function.LongPredicate
-
Evaluates this predicate on the given argument.
- test(T) - Method in interface java.util.function.Predicate
-
Evaluates this predicate on the given argument.
- test(T, U) - Method in interface java.util.function.BiPredicate
-
Evaluates this predicate on the given arguments.
- testBit(int) - Method in class java.math.BigInteger
-
Returns true if and only if the designated bit is set.
- TestRunner - Class in ohos.aafwk.ability.delegation
-
Base class for the test framework.
- TestRunner() - Constructor for class ohos.aafwk.ability.delegation.TestRunner
-
- TETH - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningGroup
-
- TEVET - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Tevet, the 4th month of the Hebrew year.
- Text - Class in ohos.agp.components
-
Displays text in a component.
- Text - Class in ohos.ai.cv.text
-
Stores the detection results of text in a given image.
- Text() - Constructor for class ohos.ai.cv.text.Text
-
A constructor used to create a Text instance.
- Text(Context) - Constructor for class ohos.agp.components.Text
-
Default constructor used to create a Text instance by using the default attribute set and style.
- Text(Context, AttrSet) - Constructor for class ohos.agp.components.Text
-
A constructor used to create a Text instance by using specified attribute set and default style
after the XML file is parsed.
- Text(Context, AttrSet, String) - Constructor for class ohos.agp.components.Text
-
A constructor used to create a Text instance by using specified attribute set and specified style
after the XML file is parsed.
- TEXT_BLOCKS - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_BLOCKS of
Text.
- TEXT_CORNER_POINTS - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_CORNER_POINTS of
Text.
- TEXT_DETECT - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates the text position to be detected.
- TEXT_ELEMENTS - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_ELEMENTS of
Text.
- TEXT_LANGUAGE_TYPE - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_LANGUAGE_TYPE of
Text.
- TEXT_LEVEL_BLOCK - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates a text block.
- TEXT_LEVEL_CHAR - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates a text element.
- TEXT_LEVEL_LINE - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates a text line.
- TEXT_LINES - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_LINES of
Text.
- TEXT_PAGE_LANGUAGE - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_PAGE_LANGUAGE of
Text.
- TEXT_PROBABILITY - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_PROBABILITY of
Text.
- TEXT_RECOG - Static variable in class ohos.ai.cv.text.TextConfiguration
-
Indicates the text position to be detected and the text content to be recognized.
- TEXT_RECT - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_RECT of
Text.
- TEXT_SHAPE_CURVE - ohos.ai.cv.text.TextConfiguration.TextShape
-
Indicates curved text.
- TEXT_SHAPE_STRAIGHT - ohos.ai.cv.text.TextConfiguration.TextShape
-
Indicates straight text.
- TEXT_VALUE - Static variable in class ohos.ai.cv.text.TextParamKey
-
Indicates the key for the input parameter
TEXT_VALUE of
Text.
- Text.EditorActionListener - Interface in ohos.agp.components
-
Listens for change events of an editor action.
- Text.TextColorObserver - Interface in ohos.agp.components
-
Provides an observer to listen for text color changes in a component.
- Text.TextObserver - Interface in ohos.agp.components
-
Provides a text observer to observe text changes in a component.
- Text.TextSizeObserver - Interface in ohos.agp.components
-
Provides an observer to listen for text size changes in a component.
- Text.TextSizeType - Enum in ohos.agp.components
-
Enumerates types of the text size.
- Text.TruncationMode - Enum in ohos.agp.components
-
Indicates how to truncate text.
- TextAlignment - Class in ohos.agp.utils
-
Sets the alignment mode used by the text component to align with its parent component.
- TextAlignment() - Constructor for class ohos.agp.utils.TextAlignment
-
- TextAttribute - Class in java.awt.font
-
The TextAttribute class defines attribute keys and
attribute values used for text rendering.
- TextAttribute(String) - Constructor for class java.awt.font.TextAttribute
-
Constructs a TextAttribute with the specified name.
- TextBlock - Class in ohos.ai.cv.text
-
Stores the detection result of text blocks.
- TextBlock() - Constructor for class ohos.ai.cv.text.TextBlock
-
A constructor used to create a TextBlock instance.
- TextConfiguration - Class in ohos.ai.cv.text
-
Configures parameters for
Text.
- TextConfiguration(TextConfiguration.Builder) - Constructor for class ohos.ai.cv.text.TextConfiguration
-
A constructor used to create a TextConfiguration instance.
- TextConfiguration.Builder - Class in ohos.ai.cv.text
-
- TextConfiguration.TextShape - Enum in ohos.ai.cv.text
-
An enumeration class used to store text shapes.
- TextDetectType - Class in ohos.ai.cv.text
-
Defines text detection types.
- TextElement - Class in ohos.ai.cv.text
-
Stores the detection result of a text element.
- TextElement() - Constructor for class ohos.ai.cv.text.TextElement
-
A constructor used to create a TextElement instance.
- TextField - Class in ohos.agp.components
-
Provides a text box.
- TextField(Context) - Constructor for class ohos.agp.components.TextField
-
Default constructor used to create an TextField instance by using the default attribute set and style.
- TextField(Context, AttrSet) - Constructor for class ohos.agp.components.TextField
-
A constructor used to create an TextField instance by using specified attribute set and default style
after the XML file is parsed.
- TextField(Context, AttrSet, String) - Constructor for class ohos.agp.components.TextField
-
A constructor used to create an TextField instance by using specified attribute set and specified style
after the XML file is parsed.
- TextField.CursorChangedListener - Interface in ohos.agp.components
-
Provides a callback that can be invoked when the cursor position is changed.
- TextFilter - Class in ohos.agp.components
-
Provides the text filter.
- TextFilter() - Constructor for class ohos.agp.components.TextFilter
-
- TextFilter.FilterResults - Class in ohos.agp.components
-
Obtains the filtering results.
- TextForm - Class in ohos.agp.text
-
Represents the rich text form.
- TextForm() - Constructor for class ohos.agp.text.TextForm
-
Default constructor used to create a TextForm instance.
- TextInputClient - Class in ohos.miscservices.inputmethodability
-
Represents a text input object.
- TextLine - Class in ohos.ai.cv.text
-
Stores the detection result of text lines.
- TextLine() - Constructor for class ohos.ai.cv.text.TextLine
-
A constructor used to create a TextLine instance.
- TextParamKey - Class in ohos.ai.cv.text
-
Defines parameter keys and constant values for
Text.
- TextRecognitionUtils - Class in ohos.global.i18n.utils
-
Recognizes and returns time, date, phone number, and address information in a
given text.
- TextRecognitionUtils() - Constructor for class ohos.global.i18n.utils.TextRecognitionUtils
-
- TextStyle - Enum in java.time.format
-
Enumeration of the style of text formatting and parsing.
- TextTool - Class in ohos.agp.utils
-
A utility class for operating strings or characters.
- Texture - Class in ohos.agp.render
-
Stores the pixelmap file representing the drawing result.
- Texture(int, int, Texture.ColorType, Texture.AlphaType) - Constructor for class ohos.agp.render.Texture
-
A constructor used to create a Texture instance with the specified height, width, pixel color format, and
the way to interpret alpha.
- Texture(PixelMap) - Constructor for class ohos.agp.render.Texture
-
A constructor used to create a Texture instance for off-screen rendering based on the specified pixel
map.
- Texture.AlphaType - Enum in ohos.agp.render
-
Enumerates alpha types of the texture.
- Texture.ColorType - Enum in ohos.agp.render
-
Enumerates pixel formats of the texture.
- TextureComponentEx - Class in ohos.interwork.ui
-
Represents an extended texture component that can display a built-in third-party component.
- TextureComponentEx(Context) - Constructor for class ohos.interwork.ui.TextureComponentEx
-
A constructor used to create a TextureComponentEx instance.
- TextureHolder - Class in ohos.agp.graphics
-
Captures frames from an image stream as an texture.
- TextureHolder(int) - Constructor for class ohos.agp.graphics.TextureHolder
-
Default constructor used to create a TextureHolder instance by using the default attribute set
and style.
- TextureHolder.OnNewFrameCallback - Interface in ohos.agp.graphics
-
Interface definition for being notified that a new stream frame is available.
- TF_ACCEPT_FDS - Static variable in class ohos.rpc.MessageOption
-
Indicates that file descriptors can be returned for the sendRequest interface.
- TF_ASYNC - Static variable in class ohos.rpc.MessageOption
-
Indicates that the sendRequest interface is called in asynchronous mode.
- TF_SYNC - Static variable in class ohos.rpc.MessageOption
-
Indicates that the sendRequest interface is called in synchronous mode.
- TF_WAIT_TIME - Static variable in class ohos.rpc.MessageOption
-
Indicates that wait seconds of sync call.
- THAANA - java.lang.Character.UnicodeScript
-
Unicode script "Thaana".
- THAANA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Thaana" Unicode character block.
- THAANA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- THAANA - Static variable in class ohos.global.icu.lang.UScript
-
Thana
- THAANA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- THAI - java.awt.font.NumericShaper.Range
-
The Thai range with the Thai digits.
- THAI - java.lang.Character.UnicodeScript
-
Unicode script "Thai".
- THAI - Static variable in class java.awt.font.NumericShaper
-
Identifies the THAI range and decimal base.
- THAI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Thai" Unicode character block.
- THAI - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- THAI - Static variable in class ohos.global.icu.lang.UScript
-
Thai
- THAI_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- ThaiBuddhistChronology - Class in java.time.chrono
-
The Thai Buddhist calendar system.
- ThaiBuddhistDate - Class in java.time.chrono
-
A date in the Thai Buddhist calendar system.
- ThaiBuddhistEra - Enum in java.time.chrono
-
An era in the Thai Buddhist calendar system.
- Theme - Class in ohos.global.resource.solidxml
-
Provides resource attributes for a specific theme.
- Theme() - Constructor for class ohos.global.resource.solidxml.Theme
-
- Theme_theme_dark - Static variable in class ohos.global.systemres.ResourceTable
-
- Theme_theme_hide_title_bar - Static variable in class ohos.global.systemres.ResourceTable
-
- Theme_theme_light - Static variable in class ohos.global.systemres.ResourceTable
-
- Theme_theme_transparent - Static variable in class ohos.global.systemres.ResourceTable
-
- thenAccept(Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- thenAccept(Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed with this stage's result as the argument
to the supplied action.
- thenAcceptAsync(Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- thenAcceptAsync(Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using this stage's default asynchronous
execution facility, with this stage's result as the argument to
the supplied action.
- thenAcceptAsync(Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenAcceptAsync(Consumer<? super T>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using the supplied Executor, with this
stage's result as the argument to the supplied action.
- thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class java.util.concurrent.CompletableFuture
-
- thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage both complete normally, is executed with the two
results as arguments to the supplied action.
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class java.util.concurrent.CompletableFuture
-
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, is executed using this stage's
default asynchronous execution facility, with the two results
as arguments to the supplied action.
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, is executed using the supplied
executor, with the two results as arguments to the supplied
function.
- thenApply(Function<? super T, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
-
- thenApply(Function<? super T, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed with this stage's result as the argument
to the supplied function.
- thenApplyAsync(Function<? super T, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
-
- thenApplyAsync(Function<? super T, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using this stage's default asynchronous
execution facility, with this stage's result as the argument to
the supplied function.
- thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using the supplied Executor, with this
stage's result as the argument to the supplied function.
- thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class java.util.concurrent.CompletableFuture
-
- thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage both complete normally, is executed with the two
results as arguments to the supplied function.
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class java.util.concurrent.CompletableFuture
-
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, is executed using this stage's
default asynchronous execution facility, with the two results
as arguments to the supplied function.
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this and the other
given stage complete normally, is executed using the supplied
executor, with the two results as arguments to the supplied
function.
- thenComparing(Comparator<? super T>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with another comparator.
- thenComparing(Function<? super T, ? extends U>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with a function that
extracts a Comparable sort key.
- thenComparing(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with a function that
extracts a key to be compared with the given Comparator.
- thenComparingDouble(ToDoubleFunction<? super T>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with a function that
extracts a double sort key.
- thenComparingInt(ToIntFunction<? super T>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with a function that
extracts a int sort key.
- thenComparingLong(ToLongFunction<? super T>) - Method in interface java.util.Comparator
-
Returns a lexicographic-order comparator with a function that
extracts a long sort key.
- thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class java.util.concurrent.CompletableFuture
-
- thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed with this stage as the argument
to the supplied function.
- thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class java.util.concurrent.CompletableFuture
-
- thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using this stage's default asynchronous
execution facility, with this stage as the argument to the
supplied function.
- thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, is executed using the supplied Executor, with this
stage's result as the argument to the supplied function.
- thenRun(Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- thenRun(Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, executes the given action.
- thenRunAsync(Runnable) - Method in class java.util.concurrent.CompletableFuture
-
- thenRunAsync(Runnable) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, executes the given action using this stage's default
asynchronous execution facility.
- thenRunAsync(Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- thenRunAsync(Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
normally, executes the given action using the supplied Executor.
- THERMAL_LISTENER - Static variable in class ohos.utils.system.SystemCapability.PowerMgr
-
Indicates the thermal listener, which provides a callback to notify the application to release resources once
the thermal severity level of the device rises.
- ThermalConnection - Interface in ohos.thermallistener
-
Provides callbacks to listen for and receive the thermal status of a device.
- ThermalConnection.ThermalSeverityLevel - Enum in ohos.thermallistener
-
Enumerates the thermal severity levels of a device.
- ThermalListener - Class in ohos.thermallistener
-
Provides interfaces to listen thermal status of the devices.
- ThermalListener() - Constructor for class ohos.thermallistener.ThermalListener
-
A constructor used to create a ThermalListener instance.
- thermalServiceDied() - Method in interface ohos.thermallistener.ThermalConnection
-
Called when the thermal service encounters an exception or stops running.
- thermalStatusChanged(ThermalConnection.ThermalSeverityLevel) - Method in interface ohos.thermallistener.ThermalConnection
-
Called when the thermal severity level of this device changes.
- THIRD_PLAYBACK_DERGREE - Static variable in class ohos.media.recorder.Recorder.OrientationHint
-
Indicates that the angle is rotated by 180 degrees during video playback.
- THIS - ohos.global.icu.text.RelativeDateTimeFormatter.Direction
-
This
- Thread - Class in java.lang
-
A thread is a thread of execution in a program.
- Thread() - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread(Runnable) - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread(Runnable, String) - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread(String) - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
-
Allocates a new Thread object so that it has target
as its run object, has the specified name as its name,
and belongs to the thread group referred to by group.
- Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
-
Allocates a new Thread object so that it has target
as its run object, has the specified name as its name,
and belongs to the thread group referred to by group, and has
the specified stack size.
- Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
-
Allocates a new Thread object.
- Thread.State - Enum in java.lang
-
A thread state.
- Thread.UncaughtExceptionHandler - Interface in java.lang
-
Interface for handlers invoked when a Thread abruptly
terminates due to an uncaught exception.
- ThreadDeath - Error in java.lang
-
An instance of
ThreadDeath is thrown in the victim thread
when the (deprecated)
Thread#stop() method is invoked.
- ThreadDeath() - Constructor for error java.lang.ThreadDeath
-
- ThreadFactory - Interface in java.util.concurrent
-
An object that creates new threads on demand.
- ThreadGroup - Class in java.lang
-
A thread group represents a set of threads.
- ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
-
Constructs a new thread group.
- ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
-
Creates a new thread group.
- ThreadLocal<T> - Class in java.lang
-
This class provides thread-local variables.
- ThreadLocal() - Constructor for class java.lang.ThreadLocal
-
Creates a thread local variable.
- ThreadLocalRandom - Class in java.util.concurrent
-
A random number generator isolated to the current thread.
- ThreadPoolExecutor - Class in java.util.concurrent
-
An
ExecutorService that executes each submitted task using
one of possibly several pooled threads, normally configured
using
Executors factory methods.
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class java.util.concurrent.ThreadPoolExecutor
-
Creates a new ThreadPoolExecutor with the given initial
parameters and default thread factory and rejected execution handler.
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
-
Creates a new ThreadPoolExecutor with the given initial
parameters and default thread factory.
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class java.util.concurrent.ThreadPoolExecutor
-
Creates a new ThreadPoolExecutor with the given initial
parameters and default rejected execution handler.
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
-
Creates a new ThreadPoolExecutor with the given initial
parameters.
- ThreadPoolExecutor.AbortPolicy - Class in java.util.concurrent
-
A handler for rejected tasks that throws a
RejectedExecutionException.
- ThreadPoolExecutor.CallerRunsPolicy - Class in java.util.concurrent
-
A handler for rejected tasks that runs the rejected task
directly in the calling thread of the execute method,
unless the executor has been shut down, in which case the task
is discarded.
- ThreadPoolExecutor.DiscardOldestPolicy - Class in java.util.concurrent
-
A handler for rejected tasks that discards the oldest unhandled
request and then retries execute, unless the executor
is shut down, in which case the task is discarded.
- ThreadPoolExecutor.DiscardPolicy - Class in java.util.concurrent
-
A handler for rejected tasks that silently discards the
rejected task.
- THREE_GPP - Static variable in class ohos.media.recorder.Recorder.OutputFormat
-
Indicates the 3GPP media format.
- ThreeDimView - Class in ohos.agp.render
-
Calculates a three-dimensional transformation matrix.
- ThreeDimView() - Constructor for class ohos.agp.render.ThreeDimView
-
A constructor used to create a ThreeDimView instance.
- Throwable - Class in java.lang
-
The Throwable class is the superclass of all errors and
exceptions in the Java language.
- Throwable() - Constructor for class java.lang.Throwable
-
Constructs a new throwable with null as its detail message.
- Throwable(String) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified detail message.
- Throwable(String, Throwable) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified detail message and
cause.
- Throwable(String, Throwable, boolean, boolean) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified detail message,
cause,
suppression enabled or
disabled, and writable stack trace enabled or disabled.
- Throwable(Throwable) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- throwException() - Method in class java.nio.charset.CoderResult
-
Throws an exception appropriate to the result described by this object.
- throwException(Class<?>, Class<? extends Throwable>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which will throw exceptions of the given exType.
- throwing(String, String, Throwable) - Method in class java.util.logging.Logger
-
Log throwing an exception.
- THUMBNAIL_IMAGE_LENGTH - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- THUMBNAIL_IMAGE_WIDTH - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- THUMBNAIL_URL - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of thumbnailUrl.
- THUMBS_DOWN_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of marking the content with a thumbs-down.
- THUMBS_UP_ACTION_BUTTON - ohos.event.notification.NotificationConstant.SemanticActionButton
-
Indicates the action of marking the content with a thumbs-up.
- THURSDAY - java.time.DayOfWeek
-
The singleton instance for the day-of-week of Thursday.
- THURSDAY - ohos.global.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Thursday
- THURSDAY - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Thursday, e.g. "last Thursday",
"this Thursday", "next Thursday", "in 5 Thursdays".
- THURSDAY - Static variable in class java.util.Calendar
-
- THURSDAY - Static variable in class ohos.global.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Thursday.
- TIBETAN - java.awt.font.NumericShaper.Range
-
The Tibetan range with the Tibetan digits.
- TIBETAN - java.lang.Character.UnicodeScript
-
Unicode script "Tibetan".
- TIBETAN - Static variable in class java.awt.font.NumericShaper
-
Identifies the TIBETAN range and decimal base.
- TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tibetan" Unicode character block.
- TIBETAN - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TIBETAN - Static variable in class ohos.global.icu.lang.UScript
-
Tibetan
- TIBETAN_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- tick(Clock, Duration) - Static method in class java.time.Clock
-
Obtains a clock that returns instants from the specified clock truncated
to the nearest occurrence of the specified duration.
- tickMinutes(ZoneId) - Static method in class java.time.Clock
-
Obtains a clock that returns the current instant ticking in whole minutes
using best available system clock.
- tickSeconds(ZoneId) - Static method in class java.time.Clock
-
Obtains a clock that returns the current instant ticking in whole seconds
using best available system clock.
- TickTimer - Class in ohos.agp.components
-
Implements simple timer functions and inherits from
Text.
- TickTimer(Context) - Constructor for class ohos.agp.components.TickTimer
-
Default constructor used to create a
TickTimer instance by using the default attribute set and style.
- TickTimer(Context, AttrSet) - Constructor for class ohos.agp.components.TickTimer
-
A constructor used to create a
TickTimer instance by using specified attribute set and default
style after the XML file is parsed.
- TickTimer(Context, AttrSet, String) - Constructor for class ohos.agp.components.TickTimer
-
A constructor used to create a
TickTimer instance by using specified attribute set and specified
style after the XML file is parsed.
- TickTimer.TickListener - Interface in ohos.agp.components
-
Listens for an increment event of a timer.
- TIFINAGH - java.lang.Character.UnicodeScript
-
Unicode script "Tifinagh".
- TIFINAGH - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tifinagh" Unicode character block.
- TIFINAGH - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TIFINAGH - Static variable in class ohos.global.icu.lang.UScript
-
Script in Unicode 4.1
- TIFINAGH_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- time - Variable in class java.util.Calendar
-
The currently set time for this calendar, expressed in milliseconds after
January 1, 1970, 0:00:00 GMT.
- Time - Class in java.sql
-
A thin wrapper around the java.util.Date class that allows the JDBC
API to identify this as an SQL TIME value.
- Time - Class in ohos.miscservices.timeutility
-
Defines Time objects used for obtaining and setting the system time and time zone.
- Time() - Constructor for class ohos.miscservices.timeutility.Time
-
- Time(int, int, int) - Constructor for class java.sql.Time
-
- Time(long) - Constructor for class java.sql.Time
-
Constructs a Time object using a milliseconds time value.
- TIME - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIME.
- TIME_FORMAT - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Date
-
Specifies whether the time is displayed in 12-hour or 24-hour format.
- TIME_OUT_ERROR - Static variable in class ohos.ai.nlu.util.NluError
-
Indicates that the NLU parse result was not received within eight seconds.
- TIME_ZONE - Static variable in class java.text.DateFormat.Field
-
Constant identifying the time zone field.
- TIME_ZONE - Static variable in class ohos.global.icu.text.DateFormat.Field
-
Constant identifying the time zone field.
- TIMED_WAITING - java.lang.Thread.State
-
Thread state for a waiting thread with a specified waiting time.
- timedJoin(Thread, long) - Method in enum java.util.concurrent.TimeUnit
-
- timedWait(Object, long) - Method in enum java.util.concurrent.TimeUnit
-
- timeLineOrder() - Static method in interface java.time.chrono.ChronoLocalDate
-
Gets a comparator that compares ChronoLocalDate in
time-line order ignoring the chronology.
- timeLineOrder() - Static method in interface java.time.chrono.ChronoLocalDateTime
-
Gets a comparator that compares ChronoLocalDateTime in
time-line order ignoring the chronology.
- timeLineOrder() - Static method in interface java.time.chrono.ChronoZonedDateTime
-
Gets a comparator that compares ChronoZonedDateTime in
time-line order ignoring the chronology.
- timeLineOrder() - Static method in class java.time.OffsetDateTime
-
Gets a comparator that compares two OffsetDateTime instances
based solely on the instant.
- TimeoutException - Exception in java.util.concurrent
-
Exception thrown when a blocking operation times out.
- TimeoutException() - Constructor for exception java.util.concurrent.TimeoutException
-
Constructs a TimeoutException with no specified detail
message.
- TimeoutException(String) - Constructor for exception java.util.concurrent.TimeoutException
-
Constructs a TimeoutException with the specified detail
message.
- TimePicker - Class in ohos.agp.components
-
Provides a time picker.
- TimePicker(Context) - Constructor for class ohos.agp.components.TimePicker
-
Default constructor used to create a
TimePicker instance by using the default attribute set and style.
- TimePicker(Context, AttrSet) - Constructor for class ohos.agp.components.TimePicker
-
A constructor used to create a
TimePicker instance by using specified attribute set and default style
after the XML file is parsed.
- TimePicker(Context, AttrSet, String) - Constructor for class ohos.agp.components.TimePicker
-
A constructor used to create a
TimePicker instance by using specified attribute set and specified style
after the XML file is parsed.
- TimePicker.AmPmOrder - Enum in ohos.agp.components
-
Defines the display format of the column representing a.m.
- TimePicker.TimeChangedListener - Interface in ohos.agp.components
-
Provides a time change listener.
- Timer - Class in java.util
-
A facility for threads to schedule tasks for future execution in a
background thread.
- Timer - Class in ohos.miscservices.timeutility
-
Provides applications with access to the timer system.
- Timer() - Constructor for class java.util.Timer
-
Creates a new timer.
- Timer() - Constructor for class ohos.miscservices.timeutility.Timer
-
- Timer(boolean) - Constructor for class java.util.Timer
-
Creates a new timer whose associated thread may be specified to
Thread#setDaemon.
- Timer(String) - Constructor for class java.util.Timer
-
Creates a new timer whose associated thread has the specified name.
- Timer(String, boolean) - Constructor for class java.util.Timer
-
Creates a new timer whose associated thread has the specified name,
and may be specified to
Thread#setDaemon.
- TIMER_TYPE_EXACT - Static variable in class ohos.miscservices.timeutility.Timer
-
Describes whether a timer will be delivered precisely at a scheduled time.
- TIMER_TYPE_IDLE - Static variable in class ohos.miscservices.timeutility.Timer
-
Indicates whether the timer waking up the system is supported in low-power mode.
- TIMER_TYPE_REALTIME - Static variable in class ohos.miscservices.timeutility.Timer
-
Indicates the timing policy the timer use, which can be REALTIME or UTC.
- TIMER_TYPE_WAKEUP - Static variable in class ohos.miscservices.timeutility.Timer
-
Describes whether a timer will wake the device up.
- Timer.ITimerListener - Interface in ohos.miscservices.timeutility
-
Provides a callback for a timer.
- Timer.OneShotTimer - Class in ohos.miscservices.timeutility
-
Provides the oneshot timer function.
- Timer.RepeatTimer - Class in ohos.miscservices.timeutility
-
Provides a repeating timer with a fixed interval for applications.
- Timer.TimerIntent - Class in ohos.miscservices.timeutility
-
Creates an Intent data class to send after a timer is triggered.
- TimerIntent(Intent, int) - Constructor for class ohos.miscservices.timeutility.Timer.TimerIntent
-
A constructor used to create a TimerIntent instance.
- TimerTask - Class in java.util
-
A task that can be scheduled for one-time or repeated execution by a Timer.
- TimerTask() - Constructor for class java.util.TimerTask
-
Creates a new timer task.
- timestamp - Variable in class ohos.sensor.data.SensorData
-
Indicates the timestamp of a sensor.
- timestamp() - Method in class java.util.UUID
-
The timestamp value associated with this UUID.
- timeStamp - Variable in class ohos.media.common.BufferInfo
-
Indicates the buffer data timestamp (in microseconds).
- Timestamp - Class in java.security
-
This class encapsulates information about a signed timestamp.
- Timestamp - Class in java.sql
-
A thin wrapper around java.util.Date that allows
the JDBC API to identify this as an SQL TIMESTAMP value.
- Timestamp - Class in ohos.media.audio
-
Represents the timestamp information, including the system time used for audio stream playback
and recording, and the timestamp position of the frame that is being played or recorded.
- Timestamp() - Constructor for class ohos.media.audio.Timestamp
-
- Timestamp(int, int, int, int, int, int, int) - Constructor for class java.sql.Timestamp
-
- Timestamp(long) - Constructor for class java.sql.Timestamp
-
Constructs a Timestamp object
using a milliseconds time value.
- Timestamp(Date, CertPath) - Constructor for class java.security.Timestamp
-
Constructs a Timestamp.
- TIMESTAMP - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIMESTAMP.
- Timestamp.Timebase - Enum in ohos.media.audio
-
Enumerates the time base of this Timestamp.
- timestampUs - Variable in class ohos.media.player.Player.MediaTimedMetaData
-
Indicates the timestamp, in microseconds.
- TimeUnit - Class in ohos.global.icu.util
-
Measurement unit for time units.
- TimeUnit - Enum in java.util.concurrent
-
A TimeUnit represents time durations at a given unit of
granularity and provides utility methods to convert across units,
and to perform timing and delay operations in these units.
- TimeValGroup - Class in ohos.system
-
Represents a time struct.
- TimeZone - Class in java.util
-
TimeZone represents a time zone offset, and also figures out daylight
savings.
- TimeZone - Class in ohos.global.icu.util
-
[icu enhancement] ICU's replacement for
TimeZone. Methods, fields, and other functionality specific to ICU are labeled '
[icu]'.
- TimeZone() - Constructor for class java.util.TimeZone
-
Sole constructor.
- TimeZone() - Constructor for class ohos.global.icu.util.TimeZone
-
Default constructor.
- TIMEZONE_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for TIMEZONE field alignment.
- TIMEZONE_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_GENERIC_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_ICU - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A time zone implementation type indicating ICU's own TimeZone used by
getTimeZone, setDefaultTimeZoneType
and getDefaultTimeZoneType.
- TIMEZONE_ISO_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_ISO_LOCAL_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_JDK - Static variable in class ohos.global.icu.util.TimeZone
-
[icu] A time zone implementation type indicating the
TimeZone
used by
getTimeZone,
setDefaultTimeZoneType
and
getDefaultTimeZoneType.
- TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_RFC_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TIMEZONE_SPECIAL_FIELD - Static variable in class ohos.global.icu.text.DateFormat
-
- TimeZone.SystemTimeZoneType - Enum in ohos.global.icu.util
-
- TimeZoneFormat - Class in ohos.global.icu.text
-
TimeZoneFormat supports time zone display name formatting and parsing.
- TimeZoneFormat(ULocale) - Constructor for class ohos.global.icu.text.TimeZoneFormat
-
The protected constructor for subclassing.
- TimeZoneFormat.GMTOffsetPatternType - Enum in ohos.global.icu.text
-
Offset pattern type enum.
- TimeZoneFormat.ParseOption - Enum in ohos.global.icu.text
-
Parse option enum, used for specifying optional parse behavior.
- TimeZoneFormat.Style - Enum in ohos.global.icu.text
-
Time zone display format style enum used by format/parse APIs in TimeZoneFormat.
- TimeZoneFormat.TimeType - Enum in ohos.global.icu.text
-
Time type enum used for receiving time type (standard time, daylight time or unknown)
in TimeZoneFormat APIs.
- TimeZoneNames - Class in ohos.global.icu.text
-
- TimeZoneNames.NameType - Enum in ohos.global.icu.text
-
Time zone display name types
- TINYINT - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TINYINT.
- tipEvent - Variable in class ohos.biometrics.authentication.BiometricAuthentication.AuthenticationTips
-
Indicates an authentication tip event.
- tipInfo - Variable in class ohos.biometrics.authentication.BiometricAuthentication.AuthenticationTips
-
Indicates the return code description of an authentication tip.
- tipValue - Variable in class ohos.biometrics.authentication.BiometricAuthentication.AuthenticationTips
-
- TIRHUTA - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TIRHUTA - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TIRHUTA_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TISHRI - Static variable in class ohos.global.icu.util.HebrewCalendar
-
Constant for Tishri, the 1st month of the Hebrew year.
- title - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates the title of a window.
- TITLE - Static variable in class ohos.data.search.schema.CommonItem
-
Indicates the index field name of title.
- TITLE - Static variable in annotation type ohos.media.common.AVMetadata.AVTextKey
-
Indicates the key for the title of the media item.
- TITLE - Static variable in interface ohos.media.photokit.metadata.AVStorage.AVBaseColumns
-
Indicates the media item title.
- TITLE - Static variable in interface ohos.sysappcomponents.calendar.column.EventsColumns
-
Indicates the title of the calendar event.
- TITLECASE_LETTER - Static variable in class java.lang.Character
-
General category "Lt" in the Unicode specification.
- TITLECASE_LETTER - Static variable in interface ohos.global.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Lt
- TITLECASE_MAPPING - Static variable in interface ohos.global.icu.lang.UProperty
-
String property Titlecase_Mapping.
- TITLECASE_NO_BREAK_ADJUSTMENT - Static variable in class ohos.global.icu.lang.UCharacter
-
Do not adjust the titlecasing indexes from BreakIterator::next() indexes;
titlecase exactly the characters at breaks from the iterator.
- TITLECASE_NO_LOWERCASE - Static variable in class ohos.global.icu.lang.UCharacter
-
Do not lowercase non-initial parts of words when titlecasing.
- TLS - ohos.wifi.WifiSecurity.EapMethod
-
EAP Transport Layer Security (TLS)
- to(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to write to the specified file.
- to(TimeUnit) - Method in class java.nio.file.attribute.FileTime
-
Returns the value at the given unit of granularity.
- TO_EMAIL - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of toEmail.
- TO_MAX_VALUE - Static variable in class ohos.global.icu.util.UniversalTimeScale
-
The constant used to select the maximum to value
for a time scale.
- TO_MIN_VALUE - Static variable in class ohos.global.icu.util.UniversalTimeScale
-
The constant used to select the minimum to value
for a time scale.
- TO_NAME - Static variable in class ohos.data.search.schema.EmailItem
-
Indicates the index field name of toName.
- toAbsolutePath() - Method in interface java.nio.file.Path
-
Returns a Path object representing the absolute path of this
path.
- toArray() - Method in class java.util.AbstractCollection
-
Returns an array containing all of the elements in this collection.
- toArray() - Method in class java.util.ArrayDeque
-
Returns an array containing all of the elements in this deque
in proper sequence (from first to last element).
- toArray() - Method in class java.util.ArrayList
-
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
- toArray() - Method in interface java.util.Collection
-
Returns an array containing all of the elements in this collection.
- toArray() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence.
- toArray() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- toArray() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns an array containing all of the elements in this deque, in
proper sequence (from first to last element).
- toArray() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence.
- toArray() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
- toArray() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns an array containing all of the elements in this set.
- toArray() - Method in class java.util.concurrent.DelayQueue
-
Returns an array containing all of the elements in this queue.
- toArray() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns an array containing all of the elements in this deque, in
proper sequence (from first to last element).
- toArray() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence.
- toArray() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns an array containing all of the elements in this queue.
- toArray() - Method in class java.util.concurrent.SynchronousQueue
-
Returns a zero-length array.
- toArray() - Method in class java.util.LinkedList
-
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
- toArray() - Method in interface java.util.List
-
Returns an array containing all of the elements in this list in proper
sequence (from first to last element).
- toArray() - Method in class java.util.PriorityQueue
-
Returns an array containing all of the elements in this queue.
- toArray() - Method in interface java.util.Set
-
Returns an array containing all of the elements in this set.
- toArray() - Method in interface java.util.stream.DoubleStream
-
Returns an array containing the elements of this stream.
- toArray() - Method in interface java.util.stream.IntStream
-
Returns an array containing the elements of this stream.
- toArray() - Method in interface java.util.stream.LongStream
-
Returns an array containing the elements of this stream.
- toArray() - Method in interface java.util.stream.Stream
-
Returns an array containing the elements of this stream.
- toArray() - Method in class java.util.Vector
-
Returns an array containing all of the elements in this Vector
in the correct order.
- toArray() - Method in class ohos.utils.LightweightSet
-
Obtains an array that contains all the objects of an LightweightSet container.
- toArray() - Method in class ohos.utils.zson.ZSONArray
-
Converts the objects stored in this ZSONArray into an array.
- toArray(IntFunction<A[]>) - Method in interface java.util.stream.Stream
-
Returns an array containing the elements of this stream, using the
provided generator function to allocate the returned array, as
well as any additional arrays that might be required for a partitioned
execution or for resizing.
- toArray(T[]) - Method in class java.util.AbstractCollection
-
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.ArrayDeque
-
Returns an array containing all of the elements in this deque in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.ArrayList
-
Returns an array containing all of the elements in this list in proper
sequence (from first to last element); the runtime type of the returned
array is that of the specified array.
- toArray(T[]) - Method in interface java.util.Collection
-
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
- toArray(T[]) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- toArray(T[]) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns an array containing all of the elements in this deque,
in proper sequence (from first to last element); the runtime
type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
- toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.DelayQueue
-
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns an array containing all of the elements in this deque, in
proper sequence; the runtime type of the returned array is that of
the specified array.
- toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
- toArray(T[]) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.concurrent.SynchronousQueue
-
Sets the zeroeth element of the specified array to null
(if the array has non-zero length) and returns it.
- toArray(T[]) - Method in class java.util.LinkedList
-
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
- toArray(T[]) - Method in interface java.util.List
-
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.PriorityQueue
-
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in interface java.util.Set
-
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class java.util.Vector
-
Returns an array containing all of the elements in this Vector in the
correct order; the runtime type of the returned array is that of the
specified array.
- toArray(T[]) - Method in class ohos.utils.LightweightSet
-
Obtains an array that contains all the objects of an LightweightSet container.
- toArray(T[]) - Method in class ohos.utils.zson.ZSONArray
-
Converts the objects stored in this ZSONArray into an array based on the specified template type
a.
- toArrayList(DocCoordinates) - Static method in class ohos.ai.cv.docrefine.DocCoordinates
-
Converts a DocCoordinates instance
to the corner coordinates of the List<Integer> data type of a text border.
- toASCII(String) - Static method in class java.net.IDN
-
Translates a string from Unicode to ASCII Compatible Encoding (ACE),
as defined by the ToASCII operation of
RFC 3490.
- toASCII(String, int) - Static method in class java.net.IDN
-
Translates a string from Unicode to ASCII Compatible Encoding (ACE),
as defined by the ToASCII operation of
RFC 3490.
- toASCIIString() - Method in class java.net.URI
-
Returns the content of this URI as a US-ASCII string.
- ToastDialog - Class in ohos.agp.window.dialog
-
Provides a toast dialog box above a window to notify simple feedback for an operation.
- ToastDialog(Context) - Constructor for class ohos.agp.window.dialog.ToastDialog
-
A constructor used to create a ToastDialog instance.
- TOBA - Static variable in class ohos.global.icu.util.CopticCalendar
-
Constant for Τωβι / طﻮﺒﻫ,
the 5th month of the Coptic year.
- toBigDecimal() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigDecimal.
- toBigDecimal() - Method in class ohos.global.icu.number.FormattedNumber
-
Export the formatted number as a BigDecimal.
- toBigDecimal(long, int) - Static method in class ohos.global.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
- toBigDecimal(BigDecimal, int) - Static method in class ohos.global.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
- toBigInteger() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a BigInteger.
- toBigInteger() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigInteger.
- toBigIntegerExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a BigInteger,
checking for lost information.
- toBigIntegerExact() - Method in class ohos.global.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigInteger.
- toBinaryString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 2.
- toBinaryString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 2.
- toBundleName(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Converts the given baseName and locale
to the bundle name.
- toByteArray() - Method in class java.io.ByteArrayOutputStream
-
Creates a newly allocated byte array.
- toByteArray() - Method in class java.math.BigInteger
-
Returns a byte array containing the two's-complement
representation of this BigInteger.
- toByteArray() - Method in class java.text.CollationKey
-
Converts the CollationKey to a sequence of bits.
- toByteArray() - Method in class java.util.BitSet
-
Returns a new byte array containing all the bits in this bit set.
- toByteArray() - Method in class ohos.global.icu.text.CollationKey
-
Duplicates and returns the value of this CollationKey as a sequence
of big-endian bytes terminated by a null.
- toBytes() - Method in class ohos.hiviewdfx.HiTraceId
-
Converts a HiTraceId object to an idArray.
- toCharacterIterator() - Method in class ohos.global.icu.number.FormattedNumber
- toCharacterIterator() - Method in class ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval
- toCharacterIterator() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- toCharArray() - Method in class java.io.CharArrayWriter
-
Returns a copy of the input data.
- toCharArray() - Method in class java.lang.String
-
Converts this string to a new character array.
- toCharArray() - Method in class ohos.global.icu.math.BigDecimal
-
Returns the BigDecimal as a character array.
- toChars(int) - Static method in class java.lang.Character
-
Converts the specified character (Unicode code point) to its
UTF-16 representation stored in a char array.
- toChars(int) - Static method in class ohos.global.icu.lang.UCharacter
-
- toChars(int, char[], int) - Static method in class java.lang.Character
-
Converts the specified character (Unicode code point) to its
UTF-16 representation.
- toChars(int, char[], int) - Static method in class ohos.global.icu.lang.UCharacter
-
- toCmyk(Color) - Static method in class ohos.agp.colors.ColorConverter
-
Converts a color specification to the CMYK color specification.
- toCodePoint(char, char) - Static method in class java.lang.Character
-
Converts the specified surrogate pair to its supplementary code
point value.
- toCodePoint(char, char) - Static method in class ohos.global.icu.lang.UCharacter
-
- toCollection(Supplier<C>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates the input elements into a
new Collection, in encounter order.
- toColor(int, float, float, float) - Static method in class ohos.agp.colors.HsvColor
-
Converts an HSV color to an integer representing the corresponding ARGB color.
- toCompletableFuture() - Method in class java.util.concurrent.CompletableFuture
-
Returns this CompletableFuture.
- toCompletableFuture() - Method in interface java.util.concurrent.CompletionStage
-
Returns a
CompletableFuture maintaining the same
completion properties as this stage.
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector that accumulates elements into a
ConcurrentMap whose keys and values are the result of applying
the provided mapping functions to the input elements.
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector that accumulates elements into a
ConcurrentMap whose keys and values are the result of applying
the provided mapping functions to the input elements.
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class java.util.stream.Collectors
-
Returns a concurrent Collector that accumulates elements into a
ConcurrentMap whose keys and values are the result of applying
the provided mapping functions to the input elements.
- toCoordinates(List<Integer>) - Static method in class ohos.ai.cv.docrefine.DocCoordinates
-
Creates a DocCoordinates instance
by using the corner coordinate list of the List<Integer> data type.
- toDays() - Method in class java.time.Duration
-
Gets the number of days in this duration.
- toDays(long) - Method in enum java.util.concurrent.TimeUnit
-
- toDegrees(double) - Static method in class java.lang.Math
-
Converts an angle measured in radians to an approximately
equivalent angle measured in degrees.
- toDegrees(double) - Static method in class java.lang.StrictMath
-
Converts an angle measured in radians to an approximately
equivalent angle measured in degrees.
- ToDoubleBiFunction<T,U> - Interface in java.util.function
-
Represents a function that accepts two arguments and produces a double-valued
result.
- ToDoubleFunction<T> - Interface in java.util.function
-
Represents a function that produces a double-valued result.
- toEngineeringString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal,
using engineering notation if an exponent is needed.
- toEpochDay() - Method in interface java.time.chrono.ChronoLocalDate
-
Converts this date to the Epoch Day.
- toEpochDay() - Method in class java.time.chrono.HijrahDate
-
- toEpochDay() - Method in class java.time.chrono.JapaneseDate
-
- toEpochDay() - Method in class java.time.chrono.MinguoDate
-
- toEpochDay() - Method in class java.time.chrono.ThaiBuddhistDate
-
- toEpochDay() - Method in class java.time.LocalDate
-
- toEpochMilli() - Method in class java.time.Instant
-
Converts this instant to the number of milliseconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Converts this date-time to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in class java.time.OffsetDateTime
-
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in class java.time.zone.ZoneOffsetTransition
-
Gets the transition instant as an epoch second.
- toEpochSecond(ZoneOffset) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Converts this date-time to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toExternalForm() - Method in class java.net.URL
-
Constructs a string representation of this URL.
- toExternalForm(URL) - Method in class java.net.URLStreamHandler
-
Converts a URL of a specific protocol to a
String.
- toFile() - Method in interface java.nio.file.Path
-
Returns a
File object representing this path.
- toFormat() - Method in class java.time.format.DateTimeFormatter
-
Returns this formatter as a java.text.Format instance.
- toFormat() - Method in class ohos.global.icu.number.LocalizedNumberFormatter
-
Creates a representation of this LocalizedNumberFormat as a
Format, enabling the
use of this number formatter with APIs that need an object of that type, such as MessageFormat.
- toFormat(TemporalQuery<?>) - Method in class java.time.format.DateTimeFormatter
-
Returns this formatter as a java.text.Format instance that will
parse using the specified query.
- toFormatter() - Method in class java.time.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter
using the default locale.
- toFormatter(Locale) - Method in class java.time.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter
using the specified locale.
- toGenericString() - Method in class java.lang.Class
-
Returns a string describing this Class, including
information about modifiers and type parameters.
- toGenericString() - Method in class java.lang.reflect.Constructor
-
Returns a string describing this Constructor,
including type parameters.
- toGenericString() - Method in class java.lang.reflect.Executable
-
Returns a string describing this Executable, including
any type parameters.
- toGenericString() - Method in class java.lang.reflect.Field
-
Returns a string describing this Field, including
its generic type.
- toGenericString() - Method in class java.lang.reflect.Method
-
Returns a string describing this Method, including
type parameters.
- toggle() - Method in class ohos.agp.components.AbsButton
-
Toggles a button between checked and unchecked states.
- toggle() - Method in class ohos.agp.components.SlideDrawer
-
- toggle(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
- ToggleButton - Class in ohos.agp.components
-
Provides a toggle button, which can be either on or off.
- ToggleButton(Context) - Constructor for class ohos.agp.components.ToggleButton
-
Default constructor used to create a ToggleButton instance by using the default attribute set and style.
- ToggleButton(Context, AttrSet) - Constructor for class ohos.agp.components.ToggleButton
-
A constructor used to create a ToggleButton instance by using specified attribute set and default style
after the XML file is parsed.
- ToggleButton(Context, AttrSet, String) - Constructor for class ohos.agp.components.ToggleButton
-
A constructor used to create a ToggleButton instance by using specified attribute set and specified style
after the XML file is parsed.
- toggleInverseFillType() - Method in class ohos.agp.render.Path
-
Replaces the fill type with its inverse one for this Path.
- toggleSmoothly() - Method in class ohos.agp.components.SlideDrawer
-
- toggleSmoothly(int) - Method in class ohos.agp.components.SlideDrawer
-
- toggleSmoothly(SlideDrawer.SlideDirection) - Method in class ohos.agp.components.SlideDrawer
-
- toggleSmoothly(SlideDrawer.SlideDirection, int) - Method in class ohos.agp.components.SlideDrawer
-
- toGMTString() - Method in class java.util.Date
-
- toHexString(double) - Static method in class java.lang.Double
-
Returns a hexadecimal string representation of the
double argument.
- toHexString(float) - Static method in class java.lang.Float
-
Returns a hexadecimal string representation of the
float argument.
- toHexString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 16.
- toHexString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 16.
- toHours() - Method in class java.time.Duration
-
Gets the number of hours in this duration.
- toHours(long) - Method in enum java.util.concurrent.TimeUnit
-
- toHsl(Color) - Static method in class ohos.agp.colors.ColorConverter
-
Converts a color specification to the HSL color specification.
- toHsv(Color) - Static method in class ohos.agp.colors.ColorConverter
-
Converts a color specification to the HSV color specification.
- toHSV(int) - Static method in class ohos.agp.colors.HsvColor
-
Converts the integer representation of an ARGB color to the corresponding HsvColor object.
- toInstant() - Method in class java.nio.file.attribute.FileTime
-
Converts this FileTime object to an Instant.
- toInstant() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Converts this date-time to an Instant.
- toInstant() - Method in class java.time.OffsetDateTime
-
Converts this date-time to an Instant.
- toInstant() - Method in class java.util.Calendar
-
Converts this object to an
Instant.
- toInstant() - Method in class java.util.Date
-
Converts this Date object to an Instant.
- toInstant(ZoneOffset) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Converts this date-time to an Instant.
- ToIntBiFunction<T,U> - Interface in java.util.function
-
Represents a function that accepts two arguments and produces an int-valued
result.
- toIntegerArray() - Method in class ohos.utils.IntArray
-
Copies the values in the current IntArray object and converts them into an Integer array.
- toIntExact(long) - Static method in class java.lang.Math
-
Returns the value of the long argument;
throwing an exception if the value overflows an int.
- toIntExact(long) - Static method in class java.lang.StrictMath
-
Returns the value of the long argument;
throwing an exception if the value overflows an int.
- ToIntFunction<T> - Interface in java.util.function
-
Represents a function that produces an int-valued result.
- toJavaCurrency() - Method in class ohos.global.icu.util.Currency
-
Returns a java.util.Currency object based on the currency represented by this Currency.
- toJavaList(Class<T>) - Method in class ohos.utils.zson.ZSONArray
-
Converts a ZSONArray object into a list based on the specified clazz type.
- toJsonString() - Method in class ohos.utils.PersistablePacMap
-
Obtains the JSON string representation of the PersistablePacMap object.
- toLanguageTag() - Method in class java.util.Locale
-
Returns a well-formed IETF BCP 47 language tag representing
this locale.
- toLanguageTag() - Method in class ohos.global.icu.util.ULocale
-
Returns a well-formed IETF BCP 47 language tag representing
this locale.
- toLegacyKey(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Converts the specified keyword (BCP 47 Unicode locale extension key, or
legacy key) to the legacy key.
- toLegacyType(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Converts the specified keyword value (BCP 47 Unicode locale extension type,
or legacy type or type alias) to the canonical legacy type.
- toList() - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates the input elements into a
new List.
- toLocalDate() - Method in interface java.time.chrono.ChronoLocalDateTime
-
Gets the local date part of this date-time.
- toLocalDate() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the local date part of this date-time.
- toLocalDate() - Method in class java.time.LocalDateTime
-
Gets the LocalDate part of this date-time.
- toLocalDate() - Method in class java.time.OffsetDateTime
-
Gets the LocalDate part of this date-time.
- toLocalDate() - Method in class java.time.ZonedDateTime
-
Gets the LocalDate part of this date-time.
- toLocalDateTime() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the local date-time part of this date-time.
- toLocalDateTime() - Method in class java.time.OffsetDateTime
-
Gets the LocalDateTime part of this date-time.
- toLocalDateTime() - Method in class java.time.ZonedDateTime
-
Gets the LocalDateTime part of this date-time.
- toLocale() - Method in class ohos.global.icu.util.ULocale
-
[icu] Converts this ULocale object to a
Locale.
- toLocaleString() - Method in class java.util.Date
-
- toLocalizedPattern() - Method in class java.text.DecimalFormat
-
Synthesizes a localized pattern string that represents the current
state of this Format object.
- toLocalizedPattern() - Method in class java.text.SimpleDateFormat
-
Returns a localized pattern string describing this date format.
- toLocalizedPattern() - Method in class ohos.global.icu.text.DecimalFormat
-
- toLocalizedPattern() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Return a localized pattern string describing this date format.
- toLocalTime() - Method in interface java.time.chrono.ChronoLocalDateTime
-
Gets the local time part of this date-time.
- toLocalTime() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Gets the local time part of this date-time.
- toLocalTime() - Method in class java.time.LocalDateTime
-
Gets the LocalTime part of this date-time.
- toLocalTime() - Method in class java.time.OffsetDateTime
-
Gets the LocalTime part of this date-time.
- toLocalTime() - Method in class java.time.OffsetTime
-
Gets the LocalTime part of this date-time.
- toLocalTime() - Method in class java.time.ZonedDateTime
-
Gets the LocalTime part of this date-time.
- toLong(long, int) - Static method in class ohos.global.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale stored as a BigDecimal to a
long in the given time scale.
- toLongArray() - Method in class java.util.BitSet
-
Returns a new long array containing all the bits in this bit set.
- ToLongBiFunction<T,U> - Interface in java.util.function
-
Represents a function that accepts two arguments and produces a long-valued
result.
- ToLongFunction<T> - Interface in java.util.function
-
Represents a function that produces a long-valued result.
- toLower() - Static method in class ohos.global.icu.text.CaseMap
-
- toLowerCase() - Method in class java.lang.String
-
Converts all of the characters in this String to lower
case using the rules of the default locale.
- toLowerCase(char) - Static method in class java.lang.Character
-
Converts the character argument to lowercase using case
mapping information from the UnicodeData file.
- toLowerCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to
lowercase using case mapping information from the UnicodeData
file.
- toLowerCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
The given code point is mapped to its lowercase equivalent; if the code
point has no lowercase equivalent, the code point itself is returned.
- toLowerCase(String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toLowerCase(Locale) - Method in class java.lang.String
-
Converts all of the characters in this String to lower
case using the rules of the given Locale.
- toLowerCase(Locale, String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toLowerCase(ULocale, String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided
mapping functions to the input elements.
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided
mapping functions to the input elements.
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided
mapping functions to the input elements.
- toMatchResult() - Method in class java.util.regex.Matcher
-
Returns the match state of this matcher as a
MatchResult.
- toMethodDescriptorString() - Method in class java.lang.invoke.MethodType
-
Produces a bytecode descriptor representation of the method type.
- toMicros(long) - Method in enum java.util.concurrent.TimeUnit
-
- toMillis() - Method in class java.nio.file.attribute.FileTime
-
Returns the value in milliseconds.
- toMillis() - Method in class java.time.Duration
-
Converts this duration to the total length in milliseconds.
- toMillis() - Method in class ohos.system.TimeValGroup
-
Convert timeValGroup into milliSeconds.
- toMillis(long) - Method in enum java.util.concurrent.TimeUnit
-
- toMinutes() - Method in class java.time.Duration
-
Gets the number of minutes in this duration.
- toMinutes(long) - Method in enum java.util.concurrent.TimeUnit
-
- TON - Static variable in class ohos.global.icu.util.MeasureUnit
-
Constant for unit of mass: ton
- toNanoOfDay() - Method in class java.time.LocalTime
-
Extracts the time as nanos of day,
from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.
- toNanos() - Method in class java.time.Duration
-
Converts this duration to the total length in nanoseconds expressed as a long.
- toNanos(long) - Method in enum java.util.concurrent.TimeUnit
-
- TONE_LETTER - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- TONE_MARK - Static variable in interface ohos.global.icu.lang.UCharacter.IndicSyllabicCategory
-
- ToneDescriptor - Class in ohos.media.audio
-
Describes a tone.
- ToneDescriptor(ToneDescriptor.ToneType) - Constructor for class ohos.media.audio.ToneDescriptor
-
A constructor used to create a ToneDescriptor instance.
- ToneDescriptor.ToneType - Enum in ohos.media.audio
-
The ToneType define different dtmf type.
- toNextInputMethod() - Method in class ohos.miscservices.inputmethodability.KeyboardController
-
Switches to the next input method application.
- toNumberFormatter() - Method in class ohos.global.icu.text.DecimalFormat
-
Converts this DecimalFormat to a NumberFormatter.
- toOctalString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 8.
- toOctalString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 8.
- toOffsetDateTime() - Method in class java.time.ZonedDateTime
-
Converts this date-time to an OffsetDateTime.
- toOffsetTime() - Method in class java.time.OffsetDateTime
-
Converts this date-time to an OffsetTime.
- TooManyListenersException - Exception in java.util
-
The TooManyListenersException Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source.
- TooManyListenersException() - Constructor for exception java.util.TooManyListenersException
-
Constructs a TooManyListenersException with no detail message.
- TooManyListenersException(String) - Constructor for exception java.util.TooManyListenersException
-
Constructs a TooManyListenersException with the specified detail message.
- top - Variable in class ohos.agp.render.Paint.FontMetrics
-
Indicates the maximum ascent of the font.
- top - Variable in class ohos.agp.utils.Rect
-
Indicates the position of the Y coordinate on the top of the rectangle.
- top - Variable in class ohos.agp.utils.RectFloat
-
Indicates the Y coordinate of the upper left corner of a rectangle.
- top - Variable in class ohos.ai.cv.common.CvRect
-
Indicates the vertical coordinate of the upper boundary of a rectangle.
- top - Variable in class ohos.utils.geo.Rect
-
Indicates the position of the Y coordinate on the top of the rectangle.
- top - Variable in class ohos.utils.geo.RectFloat
-
Indicates the Y coordinate of the upper left corner of a rectangle.
- TOP - ohos.agp.components.SlideDrawer.SlideDirection
-
Indicates the "top" direction value for the optional component.
- TOP - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
- TOP - Static variable in class ohos.agp.transition.TransitionMove
-
Indicates slide-in from the top.
- TOP - Static variable in class ohos.agp.utils.LayoutAlignment
-
Indicates the top alignment for the component.
- TOP - Static variable in class ohos.agp.utils.TextAlignment
-
Indicates top alignment.
- TOP - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM_AND_LEFT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM_AND_RIGHT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_LEFT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_LEFT_AND_RIGHT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_RIGHT - Static variable in interface ohos.global.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_END_TO_BOTTOM_START - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from the upper end corner to lower start corner.
- TOP_LEFT_TO_BOTTOM_RIGHT - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from the upper left corner to the lower right corner.
- TOP_RIGHT_TO_BOTTOM_LEFT - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from the upper right corner to lower left corner.
- TOP_START_TO_BOTTOM_END - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from the upper start corner to lower end corner.
- TOP_TO_BOTTOM - ohos.agp.components.element.ShapeElement.Orientation
-
Indicates that the gradient effect is from top to bottom.
- toPath() - Method in class java.io.File
-
Returns a
Path object constructed from the
this abstract path.
- toPattern() - Method in class java.text.ChoiceFormat
-
Gets the pattern.
- toPattern() - Method in class java.text.DecimalFormat
-
Synthesizes a pattern string that represents the current state
of this Format object.
- toPattern() - Method in class java.text.MessageFormat
-
Returns a pattern representing the current state of the message format.
- toPattern() - Method in class java.text.SimpleDateFormat
-
Returns a pattern string describing this date format.
- toPattern() - Method in class ohos.global.icu.text.DecimalFormat
-
Serializes this formatter object to a decimal format pattern string.
- toPattern() - Method in class ohos.global.icu.text.MessageFormat
-
Returns the applied pattern string.
- toPattern() - Method in class ohos.global.icu.text.PluralFormat
-
Returns the pattern for this PluralFormat.
- toPattern() - Method in class ohos.global.icu.text.SelectFormat
-
Returns the pattern for this SelectFormat
- toPattern() - Method in class ohos.global.icu.text.SimpleDateFormat
-
Return a pattern string describing this date format.
- toPattern(boolean) - Method in interface ohos.global.icu.text.UnicodeMatcher
-
Returns a string representation of this matcher.
- toPattern(boolean) - Method in class ohos.global.icu.text.UnicodeSet
-
Returns a string representation of this set.
- toPlainString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal
without an exponent field.
- topLevelImageNum - Variable in class ohos.media.image.ImageSource.SourceInfo
-
Indicates the number of top-level images contained in the source.
- topValue - Variable in class ohos.agp.render.Insets
-
Indicates the top value.
- toRadians(double) - Static method in class java.lang.Math
-
Converts an angle measured in degrees to an approximately
equivalent angle measured in radians.
- toRadians(double) - Static method in class java.lang.StrictMath
-
Converts an angle measured in degrees to an approximately
equivalent angle measured in radians.
- toRealPath(LinkOption...) - Method in interface java.nio.file.Path
-
Returns the real path of an existing file.
- toResourceName(String, String) - Method in class java.util.ResourceBundle.Control
-
Converts the given
bundleName to the form required
by the
ClassLoader#getResource
method by replacing all occurrences of
'.' in
bundleName with
'/' and appending a
'.' and the given file
suffix.
- toRgb() - Method in class ohos.agp.colors.UserDefinedColor
-
Defines an abstract method to convert a UserDefinedColor object into a RgbColor object.
- toRgb(Color) - Static method in class ohos.agp.colors.ColorConverter
-
Converts a color specification to the RGB color specification.
- toRules(boolean) - Method in class ohos.global.icu.text.Transliterator
-
Returns a rule string for this transliterator.
- toSecondOfDay() - Method in class java.time.LocalTime
-
Extracts the time as seconds of day,
from 0 to 24 * 60 * 60 - 1.
- toSeconds(long) - Method in enum java.util.concurrent.TimeUnit
-
- toSet() - Static method in class java.util.stream.Collectors
-
Returns a Collector that accumulates the input elements into a
new Set.
- toSkeleton() - Method in class ohos.global.icu.number.LocalizedNumberFormatter
-
Creates a skeleton string representation of this number formatter.
- toString() - Method in class java.awt.font.NumericShaper
-
Returns a String that describes this shaper.
- toString() - Method in class java.beans.PropertyChangeEvent
-
Returns a string representation of the object.
- toString() - Method in class java.io.ByteArrayOutputStream
-
Converts the buffer's contents into a string decoding bytes using the
platform's default character set.
- toString() - Method in class java.io.CharArrayWriter
-
Converts input data to a string.
- toString() - Method in class java.io.File
-
Returns the pathname string of this abstract pathname.
- toString() - Method in class java.io.ObjectStreamClass
-
Return a string describing this ObjectStreamClass.
- toString() - Method in class java.io.ObjectStreamField
-
Return a string that describes this field.
- toString() - Method in class java.io.StreamTokenizer
-
Returns the string representation of the current stream token and
the line number it occurs on.
- toString() - Method in class java.io.StringWriter
-
Return the buffer's current value as a string.
- toString() - Method in interface java.lang.annotation.Annotation
-
Returns a string representation of this annotation.
- toString() - Method in class java.lang.Boolean
-
Returns a String object representing this Boolean's
value.
- toString() - Method in class java.lang.Byte
-
Returns a String object representing this
Byte's value.
- toString() - Method in class java.lang.Character.Subset
-
Returns the name of this subset.
- toString() - Method in class java.lang.Character
-
Returns a String object representing this
Character's value.
- toString() - Method in interface java.lang.CharSequence
-
Returns a string containing the characters in this sequence in the same
order as this sequence.
- toString() - Method in class java.lang.Class
-
Converts the object to a string.
- toString() - Method in class java.lang.Double
-
Returns a string representation of this Double object.
- toString() - Method in class java.lang.Enum
-
Returns the name of this enum constant, as contained in the
declaration.
- toString() - Method in class java.lang.Float
-
Returns a string representation of this Float object.
- toString() - Method in class java.lang.Integer
-
Returns a String object representing this
Integer's value.
- toString() - Method in class java.lang.invoke.MethodHandle
-
Returns a string representation of the method handle,
starting with the string "MethodHandle" and
ending with the string representation of the method handle's type.
- toString() - Method in class java.lang.invoke.MethodHandles.Lookup
-
Displays the name of the class from which lookups are to be made.
- toString() - Method in class java.lang.invoke.MethodType
-
Returns a string representation of the method type,
of the form "(PT0,PT1...)RT".
- toString() - Method in class java.lang.Long
-
Returns a String object representing this
Long's value.
- toString() - Method in class java.lang.Object
-
Returns a string representation of the object.
- toString() - Method in class java.lang.Package
-
Returns the string representation of this Package.
- toString() - Method in class java.lang.reflect.Constructor
-
Returns a string describing this Constructor.
- toString() - Method in class java.lang.reflect.Field
-
Returns a string describing this Field.
- toString() - Method in class java.lang.reflect.Method
-
Returns a string describing this Method.
- toString() - Method in class java.lang.reflect.Parameter
-
Returns a string describing this parameter.
- toString() - Method in class java.lang.Short
-
Returns a String object representing this
Short's value.
- toString() - Method in class java.lang.StackTraceElement
-
Returns a string representation of this stack trace element.
- toString() - Method in class java.lang.String
-
This object (which is already a string!) is itself returned.
- toString() - Method in class java.lang.StringBuffer
-
- toString() - Method in class java.lang.StringBuilder
-
- toString() - Method in class java.lang.Thread
-
Returns a string representation of this thread, including the
thread's name, priority, and thread group.
- toString() - Method in class java.lang.ThreadGroup
-
Returns a string representation of this Thread group.
- toString() - Method in class java.lang.Throwable
-
Returns a short description of this throwable.
- toString() - Method in class java.math.BigDecimal
-
Returns the string representation of this BigDecimal,
using scientific notation if an exponent is needed.
- toString() - Method in class java.math.BigInteger
-
Returns the decimal String representation of this BigInteger.
- toString() - Method in class java.math.MathContext
-
Returns the string representation of this MathContext.
- toString() - Method in class java.net.HttpCookie
-
Constructs a cookie header string representation of this cookie,
which is in the format defined by corresponding cookie specification,
but without the leading "Cookie:" token.
- toString() - Method in class java.net.InetAddress
-
Converts this IP address to a String.
- toString() - Method in class java.net.InetSocketAddress
-
Constructs a string representation of this InetSocketAddress.
- toString() - Method in class java.net.InterfaceAddress
-
Converts this Interface address to a String.
- toString() - Method in class java.net.NetworkInterface
-
- toString() - Method in class java.net.Proxy
-
Constructs a string representation of this Proxy.
- toString() - Method in class java.net.ServerSocket
-
Returns the implementation address and implementation port of
this socket as a String.
- toString() - Method in class java.net.Socket
-
Converts this socket to a String.
- toString() - Method in class java.net.SocketImpl
-
Returns the address and port of this socket as a String.
- toString() - Method in class java.net.URI
-
Returns the content of this URI as a string.
- toString() - Method in class java.net.URL
-
Constructs a string representation of this URL.
- toString() - Method in class java.net.URLConnection
-
Returns a String representation of this URL connection.
- toString() - Method in class java.nio.ByteBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.ByteOrder
-
Constructs a string describing this object.
- toString() - Method in class java.nio.channels.FileChannel.MapMode
-
Returns a string describing this file-mapping mode.
- toString() - Method in class java.nio.channels.FileLock
-
Returns a string describing the range, type, and validity of this lock.
- toString() - Method in class java.nio.CharBuffer
-
Returns a string containing the characters in this buffer.
- toString() - Method in class java.nio.charset.Charset
-
Returns a string describing this charset.
- toString() - Method in class java.nio.charset.CoderResult
-
Returns a string describing this coder result.
- toString() - Method in class java.nio.charset.CodingErrorAction
-
Returns a string describing this action.
- toString() - Method in class java.nio.DoubleBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.file.attribute.AclEntry
-
Returns the string representation of this ACL entry.
- toString() - Method in class java.nio.file.attribute.FileTime
-
Returns the string representation of this FileTime.
- toString() - Method in interface java.nio.file.Path
-
Returns the string representation of this path.
- toString() - Method in class java.nio.FloatBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.IntBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.LongBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.ShortBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in interface java.security.acl.Acl
-
Returns a string representation of the
ACL contents.
- toString() - Method in interface java.security.acl.AclEntry
-
Returns a string representation of the contents of this ACL entry.
- toString() - Method in class java.security.AlgorithmParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.Certificate
-
Returns a string representation of this certificate.
- toString() - Method in class java.security.cert.CertPath
-
Returns a string representation of this certification path.
- toString() - Method in class java.security.cert.CollectionCertStoreParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.CRL
-
Returns a string representation of this CRL.
- toString() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PKIXBuilderParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PKIXCertPathBuilderResult
-
Return a printable representation of this
PKIXCertPathBuilderResult.
- toString() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Return a printable representation of this
PKIXCertPathValidatorResult.
- toString() - Method in class java.security.cert.PKIXParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PolicyQualifierInfo
-
Return a printable representation of this
PolicyQualifierInfo.
- toString() - Method in class java.security.cert.TrustAnchor
-
Returns a formatted string describing the TrustAnchor.
- toString() - Method in class java.security.cert.X509CertSelector
-
Return a printable representation of the CertSelector.
- toString() - Method in class java.security.cert.X509CRLEntry
-
Returns a string representation of this CRL entry.
- toString() - Method in class java.security.cert.X509CRLSelector
-
Returns a printable representation of the X509CRLSelector.
- toString() - Method in class java.security.CodeSigner
-
Returns a string describing this code signer.
- toString() - Method in class java.security.DigestInputStream
-
Prints a string representation of this digest input stream and
its associated message digest object.
- toString() - Method in class java.security.DigestOutputStream
-
Prints a string representation of this digest output stream and
its associated message digest object.
- toString() - Method in class java.security.Identity
-
Deprecated.
Returns a short string describing this identity, telling its
name and its scope (if any).
- toString() - Method in class java.security.IdentityScope
-
Deprecated.
Returns a string representation of this identity scope, including
its name, its scope name, and the number of identities in this
identity scope.
- toString() - Method in class java.security.KeyStore.PrivateKeyEntry
-
Returns a string representation of this PrivateKeyEntry.
- toString() - Method in class java.security.KeyStore.SecretKeyEntry
-
Returns a string representation of this SecretKeyEntry.
- toString() - Method in class java.security.KeyStore.TrustedCertificateEntry
-
Returns a string representation of this TrustedCertificateEntry.
- toString() - Method in class java.security.MessageDigest
-
Returns a string representation of this message digest object.
- toString() - Method in class java.security.PKCS12Attribute
-
Returns a string representation of this PKCS12Attribute.
- toString() - Method in interface java.security.Principal
-
Returns a string representation of this principal.
- toString() - Method in exception java.security.PrivilegedActionException
-
- toString() - Method in class java.security.Provider.Service
-
Return a String representation of this service.
- toString() - Method in class java.security.Provider
-
Returns a string with the name and the version number
of this provider.
- toString() - Method in class java.security.Signature
-
Returns a string representation of this signature object,
providing information that includes the state of the object
and the name of the algorithm used.
- toString() - Method in class java.security.Signer
-
Deprecated.
Returns a string of information about the signer.
- toString() - Method in class java.security.Timestamp
-
Returns a string describing this timestamp.
- toString() - Method in class java.sql.Date
-
Formats a date in the date escape format yyyy-mm-dd.
- toString() - Method in interface java.sql.RowId
-
Returns a String representing the value of the SQL ROWID designated by this
java.sql.RowId object.
- toString() - Method in class java.sql.Time
-
Formats a time in JDBC time escape format.
- toString() - Method in class java.sql.Timestamp
-
Formats a timestamp in JDBC timestamp escape format.
- toString() - Method in class java.text.Annotation
-
Returns the String representation of this Annotation.
- toString() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns a string representation of the object.
- toString() - Method in class java.text.Bidi
-
Display the bidi internal state, used in debugging.
- toString() - Method in class java.text.FieldPosition
-
Return a string representation of this FieldPosition.
- toString() - Method in class java.text.ParsePosition
-
Return a string representation of this ParsePosition.
- toString() - Method in class java.time.chrono.AbstractChronology
-
Outputs this chronology as a String, using the chronology ID.
- toString() - Method in interface java.time.chrono.ChronoLocalDate
-
Outputs this date as a String.
- toString() - Method in interface java.time.chrono.ChronoLocalDateTime
-
Outputs this date-time as a String.
- toString() - Method in interface java.time.chrono.Chronology
-
Outputs this chronology as a String.
- toString() - Method in interface java.time.chrono.ChronoPeriod
-
Outputs this period as a String.
- toString() - Method in interface java.time.chrono.ChronoZonedDateTime
-
Outputs this date-time as a String.
- toString() - Method in class java.time.chrono.HijrahDate
-
- toString() - Method in class java.time.chrono.JapaneseDate
-
- toString() - Method in class java.time.chrono.JapaneseEra
-
- toString() - Method in class java.time.chrono.MinguoDate
-
- toString() - Method in class java.time.chrono.ThaiBuddhistDate
-
- toString() - Method in class java.time.Duration
-
A string representation of this duration using ISO-8601 seconds
based representation, such as PT8H6M12.345S.
- toString() - Method in class java.time.format.DateTimeFormatter
-
Returns a description of the underlying formatters.
- toString() - Method in class java.time.format.DecimalStyle
-
Returns a string describing this DecimalStyle.
- toString() - Method in class java.time.Instant
-
A string representation of this instant using ISO-8601 representation.
- toString() - Method in class java.time.LocalDate
-
Outputs this date as a String, such as 2007-12-03.
- toString() - Method in class java.time.LocalDateTime
-
Outputs this date-time as a String, such as 2007-12-03T10:15:30.
- toString() - Method in class java.time.LocalTime
-
Outputs this time as a String, such as 10:15.
- toString() - Method in class java.time.MonthDay
-
Outputs this month-day as a String, such as --12-03.
- toString() - Method in class java.time.OffsetDateTime
-
Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00.
- toString() - Method in class java.time.OffsetTime
-
Outputs this time as a String, such as 10:15:30+01:00.
- toString() - Method in class java.time.Period
-
Outputs this period as a String, such as P6Y3M1D.
- toString() - Method in enum java.time.temporal.ChronoField
-
- toString() - Method in enum java.time.temporal.ChronoUnit
-
- toString() - Method in interface java.time.temporal.TemporalField
-
Gets a descriptive name for the field.
- toString() - Method in interface java.time.temporal.TemporalUnit
-
Gets a descriptive name for the unit.
- toString() - Method in class java.time.temporal.ValueRange
-
Outputs this range as a String.
- toString() - Method in class java.time.temporal.WeekFields
-
A string representation of this WeekFields instance.
- toString() - Method in class java.time.Year
-
Outputs this year as a String.
- toString() - Method in class java.time.YearMonth
-
Outputs this year-month as a String, such as 2007-12.
- toString() - Method in class java.time.zone.ZoneOffsetTransition
-
Returns a string describing this object.
- toString() - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Returns a string describing this object.
- toString() - Method in class java.time.zone.ZoneRules
-
Returns a string describing this object.
- toString() - Method in class java.time.ZonedDateTime
-
Outputs this date-time as a String, such as
2007-12-03T10:15:30+01:00[Europe/Paris].
- toString() - Method in class java.time.ZoneId
-
Outputs this zone as a String, using the ID.
- toString() - Method in class java.time.ZoneOffset
-
Outputs this offset as a String, using the normalized ID.
- toString() - Method in class java.util.AbstractCollection
-
Returns a string representation of this collection.
- toString() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns a String representation of this map entry.
- toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns a String representation of this map entry.
- toString() - Method in class java.util.AbstractMap
-
Returns a string representation of this map.
- toString() - Method in class java.util.BitSet
-
Returns a string representation of this bit set.
- toString() - Method in class java.util.Calendar
-
Return a string representation of this calendar.
- toString() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- toString() - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Returns the String representation of the current values of array.
- toString() - Method in class java.util.concurrent.atomic.AtomicLong
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Returns the String representation of the current values of array.
- toString() - Method in class java.util.concurrent.atomic.AtomicReference
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Returns the String representation of the current values of array.
- toString() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.DoubleAdder
-
- toString() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Returns the String representation of the current value.
- toString() - Method in class java.util.concurrent.atomic.LongAdder
-
- toString() - Method in class java.util.concurrent.CompletableFuture
-
Returns a string identifying this CompletableFuture, as well as
its completion state.
- toString() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns a string representation of this collection.
- toString() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a string representation of this map.
- toString() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a string representation of this list.
- toString() - Method in class java.util.concurrent.CountDownLatch
-
Returns a string identifying this latch, as well as its state.
- toString() - Method in class java.util.concurrent.ForkJoinPool
-
Returns a string identifying this pool, as well as its state,
including indications of run state, parallelism level, and
worker and task counts.
- toString() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- toString() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- toString() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Returns a string identifying this synchronizer, as well as its state.
- toString() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Returns a string identifying this synchronizer, as well as its state.
- toString() - Method in class java.util.concurrent.locks.ReentrantLock
-
Returns a string identifying this lock, as well as its lock state.
- toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Returns a string identifying this lock, as well as its lock state.
- toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-
Returns a string identifying this lock, as well as its lock state.
- toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Returns a string identifying this lock, as well as its lock
state.
- toString() - Method in class java.util.concurrent.locks.StampedLock
-
Returns a string identifying this lock, as well as its lock
state.
- toString() - Method in class java.util.concurrent.Phaser
-
Returns a string identifying this phaser, as well as its
state.
- toString() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- toString() - Method in class java.util.concurrent.Semaphore
-
Returns a string identifying this semaphore, as well as its state.
- toString() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns a string identifying this pool, as well as its state,
including indications of run state and estimated worker and
task counts.
- toString() - Method in class java.util.Currency
-
Returns the ISO 4217 currency code of this currency.
- toString() - Method in class java.util.Date
-
Converts this Date object to a String
of the form:
- toString() - Method in class java.util.DoubleSummaryStatistics
-
Returns a string representation of the object.
- toString() - Method in class java.util.EventObject
-
Returns a String representation of this EventObject.
- toString() - Method in class java.util.Formatter
-
Returns the result of invoking toString() on the destination
for the output.
- toString() - Method in class java.util.Hashtable
-
Returns a string representation of this Hashtable object
in the form of a set of entries, enclosed in braces and separated
by the ASCII characters ", " (comma and space).
- toString() - Method in class java.util.IntSummaryStatistics
-
- toString() - Method in class java.util.jar.Attributes.Name
-
Returns the attribute name as a String.
- toString() - Method in class java.util.Locale
-
Returns a string representation of this Locale
object, consisting of language, country, variant, script,
and extensions as below:
language + "_" + country + "_" + (variant + "_#" | "#") + script + "-" + extensions
Language is always lower case, country is always upper case, script is always title
case, and extensions are always lower case.
- toString() - Method in class java.util.logging.Level
-
Returns a string representation of this Level.
- toString() - Method in class java.util.LongSummaryStatistics
-
- toString() - Method in class java.util.Optional
-
Returns a non-empty string representation of this Optional suitable for
debugging.
- toString() - Method in class java.util.OptionalDouble
-
Returns a string representation of the object.
- toString() - Method in class java.util.OptionalInt
-
Returns a string representation of the object.
- toString() - Method in class java.util.OptionalLong
-
Returns a string representation of the object.
- toString() - Method in class java.util.prefs.AbstractPreferences
-
Returns the absolute path name of this preferences node.
- toString() - Method in class java.util.prefs.Preferences
-
Returns a string representation of this preferences node,
as if computed by the expression:(this.isUserNode() ? "User" :
"System") + " Preference Node: " + this.absolutePath().
- toString() - Method in class java.util.regex.Matcher
-
Returns the string representation of this matcher.
- toString() - Method in class java.util.regex.Pattern
-
Returns the string representation of this pattern.
- toString() - Method in class java.util.Scanner
-
Returns the string representation of this Scanner.
- toString() - Method in class java.util.ServiceLoader
-
Returns a string describing this service.
- toString() - Method in class java.util.SimpleTimeZone
-
Returns a string representation of this time zone.
- toString() - Method in class java.util.StringJoiner
-
Returns the current value, consisting of the prefix, the values
added so far separated by the delimiter, and the suffix,
unless no elements have been added in which case, the
prefix + suffix or the emptyValue characters are returned
- toString() - Method in class java.util.UUID
-
Returns a String object representing this UUID.
- toString() - Method in class java.util.Vector
-
Returns a string representation of this Vector, containing
the String representation of each element.
- toString() - Method in class java.util.zip.ZipEntry
-
Returns a string representation of the ZIP entry.
- toString() - Method in class javax.net.ssl.SNIHostName
-
Returns a string representation of the object, including the DNS
hostname in this SNIHostName object.
- toString() - Method in class javax.net.ssl.SNIServerName
-
Returns a string representation of this server name, including the server
name type and the encoded server name value in this
SNIServerName object.
- toString() - Method in class javax.net.ssl.SSLEngineResult
-
Returns a String representation of this object.
- toString() - Method in class javax.security.auth.Subject
-
Return the String representation of this Subject.
- toString() - Method in class javax.security.auth.x500.X500Principal
-
Return a user-friendly string representation of this
X500Principal.
- toString() - Method in class javax.security.cert.Certificate
-
Returns a string representation of this certificate.
- toString() - Method in class ohos.aafwk.ability.AbilitySlice
-
Provide impl and corresponding slice info for easy human reading traces.
- toString() - Method in class ohos.aafwk.ability.DataAbilityOperation
-
Prints out a string containing the class object information.
- toString() - Method in class ohos.aafwk.ability.DataAbilityResult
-
Prints out a string containing the class object information.
- toString() - Method in class ohos.aafwk.ability.MemoryInfo
-
- toString() - Method in class ohos.aafwk.ability.ProcessErrorInfo
-
- toString() - Method in class ohos.aafwk.ability.RunningProcessInfo
-
- toString() - Method in class ohos.account.app.AppAccount
-
Converts the application account information into a string.
- toString() - Method in class ohos.agp.render.Region
-
Obtains a string representation of this Region object.
- toString() - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
- toString() - Method in class ohos.agp.render.render3d.math.Quaternion
-
- toString() - Method in class ohos.agp.render.render3d.math.Vector2
-
- toString() - Method in class ohos.agp.render.render3d.math.Vector3
-
- toString() - Method in class ohos.agp.render.render3d.math.Vector4
-
- toString() - Method in class ohos.agp.utils.Circle
-
- toString() - Method in class ohos.agp.utils.DimensFloat
-
Obtains the string representation of this DimensFloat instance.
- toString() - Method in class ohos.agp.utils.Line
-
- toString() - Method in class ohos.agp.utils.Matrix
-
Obtains a string representation of this Matrix object.
- toString() - Method in class ohos.agp.utils.Point
-
Obtains the string value of the point.
- toString() - Method in class ohos.agp.utils.Rect
-
Returns a string representation of the object.
- toString() - Method in class ohos.agp.utils.RectFloat
-
Returns a string representation of the object.
- toString() - Method in class ohos.agp.window.service.DisplayNotch
-
Returns a string representing this DisplayNotch object.
- toString() - Method in class ohos.ai.cv.common.CvPoint
-
Combines the horizontal and vertical coordinates of the current instance to a character string.
- toString() - Method in class ohos.ai.cv.common.CvRect
-
Combines the four coordinates in a character string.
- toString() - Method in class ohos.bluetooth.BluetoothDeviceClass
-
- toString() - Method in class ohos.bluetooth.BluetoothRemoteDevice
-
- toString() - Method in class ohos.bundle.AbilityInfo
-
Provide name and hashCode of abilityInfo.
- toString() - Method in class ohos.bundle.BackupBundleInfo
-
- toString() - Method in class ohos.data.orm.Clob
-
- toString() - Method in interface ohos.data.rdb.RdbStore
-
Obtains the description of the database store.
- toString() - Method in class ohos.data.rdb.ValuesBucket
-
- toString() - Method in class ohos.data.search.model.IndexForm
-
- toString() - Method in class ohos.data.search.model.Recommendation
-
- toString() - Method in class ohos.data.search.model.SearchableEntity
-
- toString() - Method in class ohos.event.commonevent.CommonEventData
-
- toString() - Method in class ohos.event.commonevent.CommonEventPublishInfo
-
- toString() - Method in class ohos.event.commonevent.CommonEventSubscribeInfo
-
- toString() - Method in class ohos.event.commonevent.CommonEventSubscriber
-
- toString() - Method in class ohos.event.notification.MessageUser
-
- toString() - Method in class ohos.event.notification.NotificationActionButton
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent.ConversationalMessage
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationConversationalContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationLongTextContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationMediaContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationMultiLineContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationNormalContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest.NotificationPictureContent
-
- toString() - Method in class ohos.event.notification.NotificationRequest
-
- toString() - Method in class ohos.event.notification.NotificationSlot
-
- toString() - Method in class ohos.event.notification.NotificationSlotGroup
-
- toString() - Method in class ohos.event.notification.NotificationSorting
-
- toString() - Method in class ohos.event.notification.NotificationSortingMap
-
- toString() - Method in class ohos.event.notification.NotificationSubscribeInfo
-
- toString() - Method in class ohos.event.notification.NotificationUserInput
-
- toString() - Method in class ohos.eventhandler.EventHandler
-
- toString() - Method in class ohos.eventhandler.EventQueue
-
- toString() - Method in class ohos.eventhandler.InnerEvent
-
- toString() - Method in class ohos.global.configuration.Configuration
-
Returns the attribute value of the current configuration.
- toString() - Method in class ohos.global.configuration.LocaleProfile
-
Converts the locales array to string.
- toString() - Method in class ohos.global.icu.math.BigDecimal
-
Returns the BigDecimal as a String.
- toString() - Method in class ohos.global.icu.math.MathContext
-
Returns the MathContext as a readable string.
- toString() - Method in class ohos.global.icu.number.FormattedNumber
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.AlphabeticIndex.Bucket
-
Standard toString()
- toString() - Method in class ohos.global.icu.text.AlphabeticIndex.Record
-
Standard toString()
- toString() - Method in class ohos.global.icu.text.BidiRun
-
String to display run
- toString() - Method in class ohos.global.icu.text.ConstrainedFieldPosition
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.DateIntervalInfo.PatternInfo
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.DecimalFormat
-
Returns the default value of toString() with extra DecimalFormat-specific information appended
to the end of the string.
- toString() - Method in class ohos.global.icu.text.Edits.Iterator
-
A string representation of the current edit represented by the iterator for debugging.
- toString() - Method in class ohos.global.icu.text.LocaleDisplayNames.UiListItem
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.MessagePattern.Part
-
- toString() - Method in class ohos.global.icu.text.MessagePattern
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.PluralFormat
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.PluralRules
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.SelectFormat
-
Returns a string representation of the object.
- toString() - Method in exception ohos.global.icu.text.StringPrepParseException
-
Returns the position of error in the rules string
- toString() - Method in class ohos.global.icu.text.Transliterator.Position
-
Returns a string representation of this Position.
- toString() - Method in class ohos.global.icu.text.UnicodeSet.EntryRange
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.text.UnicodeSet
-
Return a programmer-readable string representation of this object.
- toString() - Method in class ohos.global.icu.util.Calendar
-
Returns a string representation of this calendar.
- toString() - Method in class ohos.global.icu.util.Calendar.WeekData
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.util.Currency
-
Returns the ISO 4217 code for this currency.
- toString() - Method in class ohos.global.icu.util.DateInterval
-
Override toString
- toString() - Method in class ohos.global.icu.util.Measure
-
Returns a string representation of this object.
- toString() - Method in class ohos.global.icu.util.MeasureUnit
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.util.Output
-
Returns a string representation of the object.
- toString() - Method in class ohos.global.icu.util.ULocale
-
Returns a string representation of this object.
- toString() - Method in class ohos.global.icu.util.VersionInfo
-
Returns the String representative of VersionInfo in the format of
"major.minor.milli.micro"
- toString() - Method in class ohos.javax.xml.namespace.QName
-
String representation of this
QName.
- toString() - Method in class ohos.location.GeoAddress
-
Concatenates the data values of the current GeoAddress object into a character string.
- toString() - Method in class ohos.location.Location
-
Returns a string representation of this Location object.
- toString() - Method in class ohos.location.RequestParam
-
Returns a string representation of this RequestParam object.
- toString() - Method in class ohos.media.audio.AudioCapturerInfo
-
Obtains a string representation of the AudioCapturerInfo instance.
- toString() - Method in class ohos.media.audio.AudioRendererInfo
-
Obtains a string representation of the AudioRendererInfo instance.
- toString() - Method in class ohos.media.audio.AudioStreamInfo
-
Obtains the string representation of the AudioStreamInfo object.
- toString() - Method in interface ohos.media.camera.device.CameraInfo
-
Returns a string representation of this
CameraInfo object.
- toString() - Method in class ohos.media.camera.params.ParameterKey.Key
-
- toString() - Method in class ohos.media.camera.params.PropertyKey.Key
-
- toString() - Method in class ohos.media.camera.params.ResultKey.Key
-
- toString() - Method in class ohos.media.common.Format
-
Returns the encoded string representation of Format.
- toString() - Method in class ohos.media.common.sessioncore.AVPlaybackState.AVPlaybackCustomAction
-
- toString() - Method in class ohos.media.common.sessioncore.AVPlaybackState
-
- toString() - Method in class ohos.media.image.common.ImageInfo
-
ImageInfo as string.
- toString() - Method in class ohos.media.image.common.Position
-
Obtains the string representation of the
Position object.
- toString() - Method in class ohos.media.image.common.Rect
-
Obtains the string representation of the
Rect object.
- toString() - Method in class ohos.media.image.common.Size
-
Obtains the string representation of the
Size object.
- toString() - Method in class ohos.media.player.Player.StreamInfo
-
Returns a string representation of this StreamInfo object.
- toString() - Method in class ohos.media.tubecore.AVTube
-
Returns a string representation of this AVTube instance.
- toString() - Method in class ohos.miscservices.download.DownloadSession.DownloadInfo
-
Converts the download information to character strings.
- toString() - Method in class ohos.multimodalinput.event.MmiPoint
-
Obtains a string representation of this MmiPoint object with the x, y, and z coordinates specified.
- toString() - Method in class ohos.net.ConnectionProperties
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in class ohos.net.http.SslError
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in class ohos.net.NetCapabilities
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in class ohos.net.NetHandle
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in class ohos.net.RouteInfo
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in exception ohos.org.xml.sax.SAXException
-
Override toString to pick up any embedded exception.
- toString() - Method in exception ohos.org.xml.sax.SAXParseException
-
Override toString to provide more detailed error message.
- toString() - Method in class ohos.system.FileStat
-
Obtains the string representation of the file status information.
- toString() - Method in class ohos.telephony.CdmaSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.telephony.GsmSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.telephony.LteSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.telephony.NetworkState
-
Composes all the members and their values in the class into a string in sequence.
- toString() - Method in class ohos.telephony.NrSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.telephony.TdscdmaSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.telephony.WcdmaSignalInformation
-
Composes all the members and their values in the class into a character string in sequence.
- toString() - Method in class ohos.usb.USBEndpoint
-
- toString() - Method in class ohos.usb.USBInterface
-
- toString() - Method in class ohos.utils.Dimension
-
Obtains the string representation of the current Dimension object.
- toString() - Method in class ohos.utils.FloatDimension
-
Obtains the string representation of the current FloatDimension object.
- toString() - Method in class ohos.utils.geo.DimensFloat
-
Obtains the string representation of this DimensFloat instance.
- toString() - Method in class ohos.utils.geo.Point
-
Obtains the string value of the point.
- toString() - Method in class ohos.utils.geo.Rect
-
Returns a string representation of the object.
- toString() - Method in class ohos.utils.geo.RectFloat
-
Returns a string representation of the object.
- toString() - Method in class ohos.utils.HalfFloat
-
- toString() - Method in class ohos.utils.IntArray
-
Obtains a string representation of the current IntArray object.
- toString() - Method in class ohos.utils.LightweightMap
-
Obtains a string that contains all the keys and values in an LightweightMap container.
- toString() - Method in class ohos.utils.LightweightSet
-
Obtains a string that contains all the objects of an LightweightSet container.
- toString() - Method in class ohos.utils.LongPlainArray
-
Obtains the string format of the LongPlainArray object.
- toString() - Method in class ohos.utils.LruBuffer
-
- toString() - Method in class ohos.utils.net.Uri.Builder
-
Obtains the string representation of
Uri that is created via
Builder.
- toString() - Method in class ohos.utils.net.Uri
-
Obtains the complete character string of the encoded URI object.
- toString() - Method in class ohos.utils.Pair
-
Obtains a character string that contains all the values of a Pair object.
- toString() - Method in class ohos.utils.PlainArray
-
Obtains the string representation of the PlainArray object.
- toString() - Method in class ohos.utils.PlainBooleanArray
-
Obtains a string representation of the PlainBooleanArray object.
- toString() - Method in class ohos.utils.PlainIntArray
-
Obtains a string representation of the PlainIntArray object.
- toString() - Method in class ohos.utils.PlainLongArray
-
Obtains the string representation of the PlainLongArray object.
- toString() - Method in class ohos.utils.RationalNumber
-
Obtains a string representation of the current RationalNumber object.
- toString() - Method in class ohos.utils.Scope
-
Obtains a string representation of the current range.
- toString() - Method in class ohos.utils.SequenceUuid
-
Obtains the string representation of the UUID object encapsulated in the current SequenceUuid object.
- toString() - Method in class ohos.utils.zson.ZSONArray
-
Obtains the JSON-based string representation of the ZSONArray object.
- toString() - Method in class ohos.utils.zson.ZSONObject
-
Converts this ZSONObject object into a JSON string.
- toString() - Method in class ohos.wifi.WifiLinkedInfo
-
- toString() - Method in class ohos.wifi.WifiScanInfo
-
- toString(boolean) - Static method in class java.lang.Boolean
-
Returns a String object representing the specified
boolean.
- toString(boolean) - Method in interface java.security.Certificate
-
Deprecated.
Returns a string that represents the contents of the certificate.
- toString(boolean) - Method in class java.security.Identity
-
Deprecated.
Returns a string representation of this identity, with
optionally more details than that provided by the
toString method without any arguments.
- toString(boolean[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(byte) - Static method in class java.lang.Byte
-
Returns a new String object representing the
specified byte.
- toString(byte[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(char) - Static method in class java.lang.Character
-
Returns a String object representing the
specified char.
- toString(char[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(double) - Static method in class java.lang.Double
-
Returns a string representation of the double
argument.
- toString(double[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(float) - Static method in class java.lang.Float
-
Returns a string representation of the float
argument.
- toString(float[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(int) - Method in class java.io.ByteArrayOutputStream
-
- toString(int) - Static method in class java.lang.Integer
-
Returns a String object representing the
specified integer.
- toString(int) - Static method in class java.lang.reflect.Modifier
-
Return a string describing the access modifier flags in
the specified modifier.
- toString(int) - Method in class java.math.BigInteger
-
Returns the String representation of this BigInteger in the
given radix.
- toString(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Converts argument code point and returns a String object representing
the code point's value in UTF-16 format.
- toString(int) - Static method in class ohos.global.icu.lang.UCharacterCategory
-
Gets the name of the argument category
- toString(int) - Static method in class ohos.global.icu.lang.UCharacterDirection
-
Gets the name of the argument direction
- toString(int[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(int, int) - Static method in class java.lang.Integer
-
Returns a string representation of the first argument in the
radix specified by the second argument.
- toString(int, Class<?>, String, MethodType) - Static method in interface java.lang.invoke.MethodHandleInfo
-
Returns a string representation for a MethodHandleInfo,
given the four parts of its symbolic reference.
- toString(long) - Static method in class java.lang.Long
-
Returns a String object representing the specified
long.
- toString(long[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(long, int) - Static method in class java.lang.Long
-
Returns a string representation of the first argument in the
radix specified by the second argument.
- toString(short) - Static method in class java.lang.Short
-
Returns a new String object representing the
specified short.
- toString(short[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(ClassLoader) - Static method in class ark.system.ClassLoaderHelper
-
Obtains information about the specified
ClassLoader instance created via
ClassLoaderCreator.
- toString(Object) - Static method in class java.util.Objects
-
Returns the result of calling toString for a non-
null argument and "null" for a null argument.
- toString(Object[]) - Static method in class java.util.Arrays
-
Returns a string representation of the contents of the specified array.
- toString(Object, String) - Static method in class java.util.Objects
-
Returns the result of calling toString on the first
argument if the first argument is not null and returns
the second argument otherwise.
- toString(String) - Method in class java.io.ByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using
the named
charset.
- toString(String) - Method in class ohos.utils.IntArray
-
Obtains a string representation of the current IntArray object with a specified separator.
- toString(Set<PosixFilePermission>) - Static method in class java.nio.file.attribute.PosixFilePermissions
-
Returns the String representation of a set of permissions.
- TOTAL_TRACKS - Static variable in annotation type ohos.media.common.AVMetadata.AVLongKey
-
Indicates the key for the number of tracks in the source where the media item belongs.
- totalMemory() - Method in class java.lang.Runtime
-
Returns the total amount of memory in the Java virtual machine.
- toTitle() - Static method in class ohos.global.icu.text.CaseMap
-
- toTitleCase(char) - Static method in class java.lang.Character
-
Converts the character argument to titlecase using case mapping
information from the UnicodeData file.
- toTitleCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to titlecase using case mapping
information from the UnicodeData file.
- toTitleCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Converts the code point argument to titlecase.
- toTitleCase(String, BreakIterator) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(Locale, String, BreakIterator) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(Locale, String, BreakIterator, int) - Static method in class ohos.global.icu.lang.UCharacter
-
[icu]
- toTitleCase(ULocale, String, BreakIterator) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(ULocale, String, BreakIterator, int) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTotalMonths() - Method in class java.time.Period
-
Gets the total number of months in this period.
- TOUCH_EXPLORATION_STATUS - Static variable in class ohos.sysappcomponents.settings.SystemSettings.General
-
Indicates whether touch exploration is enabled.
- TOUCH_PANEL - Static variable in class ohos.multimodalinput.event.MultimodalEvent
-
Indicates a touch panel (TP) input event.
- TOUCH_SCREEN_DEFAULT - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application does not define the touchscreen requirement, which is the default value.
- TOUCH_SCREEN_FINGER - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application requires a touchscreen that can be operated with a fingertip.
- TOUCH_SCREEN_NOTOUCH - Static variable in class ohos.aafwk.ability.DeviceConfigInfo
-
Indicates that the application does not require a touchscreen.
- TouchEvent - Class in ohos.multimodalinput.event
-
Defines touch events and mapped standard events.
- TouchEvent() - Constructor for class ohos.multimodalinput.event.TouchEvent
-
- TouchEventHandle - Interface in ohos.multimodalinput.standard
-
Provides methods for handling standard touch events.
- toUnicode(String) - Static method in class java.net.IDN
-
Translates a string from ASCII Compatible Encoding (ACE) to Unicode,
as defined by the ToUnicode operation of
RFC 3490.
- toUnicode(String, int) - Static method in class java.net.IDN
-
Translates a string from ASCII Compatible Encoding (ACE) to Unicode,
as defined by the ToUnicode operation of
RFC 3490.
- toUnicodeLocaleKey(String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Converts the specified keyword (legacy key, or BCP 47 Unicode locale
extension key) to the equivalent BCP 47 Unicode locale extension key.
- toUnicodeLocaleType(String, String) - Static method in class ohos.global.icu.util.ULocale
-
[icu] Converts the specified keyword value (legacy type, or BCP 47
Unicode locale extension type) to the well-formed BCP 47 Unicode locale
extension type for the specified keyword (category).
- toUnsignedInt(byte) - Static method in class java.lang.Byte
-
Converts the argument to an int by an unsigned
conversion.
- toUnsignedInt(short) - Static method in class java.lang.Short
-
Converts the argument to an int by an unsigned
conversion.
- toUnsignedLong(byte) - Static method in class java.lang.Byte
-
Converts the argument to a long by an unsigned
conversion.
- toUnsignedLong(int) - Static method in class java.lang.Integer
-
Converts the argument to a long by an unsigned
conversion.
- toUnsignedLong(short) - Static method in class java.lang.Short
-
Converts the argument to a long by an unsigned
conversion.
- toUnsignedString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the argument as an unsigned
decimal value.
- toUnsignedString(int, int) - Static method in class java.lang.Integer
-
Returns a string representation of the first argument as an
unsigned integer value in the radix specified by the second
argument.
- toUnsignedString(long) - Static method in class java.lang.Long
-
Returns a string representation of the argument as an unsigned
decimal value.
- toUnsignedString(long, int) - Static method in class java.lang.Long
-
Returns a string representation of the first argument as an
unsigned integer value in the radix specified by the second
argument.
- toUpper() - Static method in class ohos.global.icu.text.CaseMap
-
- toUpperCase() - Method in class java.lang.String
-
Converts all of the characters in this String to upper
case using the rules of the default locale.
- toUpperCase(char) - Static method in class java.lang.Character
-
Converts the character argument to uppercase using case mapping
information from the UnicodeData file.
- toUpperCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to
uppercase using case mapping information from the UnicodeData
file.
- toUpperCase(int) - Static method in class ohos.global.icu.lang.UCharacter
-
Converts the character argument to uppercase.
- toUpperCase(String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUpperCase(Locale) - Method in class java.lang.String
-
Converts all of the characters in this String to upper
case using the rules of the given Locale.
- toUpperCase(Locale, String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUpperCase(ULocale, String) - Static method in class ohos.global.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUri() - Method in interface java.nio.file.Path
-
Returns a URI to represent this path.
- toUri() - Method in class ohos.aafwk.content.Intent
-
Converts parameter information in an Intent into a URI string.
- toURI() - Method in class java.io.File
-
Constructs a file: URI that represents this abstract pathname.
- toURI() - Method in class java.net.URL
-
Returns a
URI equivalent to this URL.
- toURL() - Method in class java.io.File
-
- toURL() - Method in class java.net.URI
-
Constructs a URL from this URI.
- TOUT - Static variable in class ohos.global.icu.util.CopticCalendar
-
Constant for ωογτ / تﻮﺗ,
the 1st month of the Coptic year.
- TOY - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorClass
-
Indicates the major class value for the toy.
- TOY_CONTROLLER - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Toy major class: controller
- TOY_DOLL_ACTION_FIGURE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Toy major class: doll/action figure
- TOY_GAME - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Toy major class: game
- TOY_ROBOT - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Toy major class: robot
- TOY_VEHICLE - Static variable in class ohos.bluetooth.BluetoothDeviceClass.MajorMinorClass
-
Toy major class: vehicle
- toZonedDateTime() - Method in class java.time.OffsetDateTime
-
Converts this date-time to a ZonedDateTime using the offset as the zone ID.
- toZonedDateTime() - Method in class java.util.GregorianCalendar
-
Converts this object to a ZonedDateTime that represents
the same point on the time-line as this GregorianCalendar.
- toZoneId() - Method in class java.util.TimeZone
-
Converts this TimeZone object to a ZoneId.
- toZSONArray(String[]) - Method in class ohos.utils.zson.ZSONObject
-
Obtains a list of values matching the keys contained in the names array from this ZSONObject
instance.
- toZSONObject(String[]) - Method in class ohos.utils.zson.ZSONArray
-
Pairs elements in this ZSONArray instance with the specified keys to form a ZSONObject
object.
- toZSONString(Object) - Static method in class ohos.utils.zson.ZSONObject
-
Converts a given object to a JSON string.
- TRACE_COUNT_ALLOCS - Static variable in class ohos.hiviewdfx.Debug
-
Indicates the flag for starting the tracing of method logs.
- traceInstructions(boolean) - Method in class java.lang.Runtime
-
Enables/Disables tracing of instructions.
- traceMethodCalls(boolean) - Method in class java.lang.Runtime
-
Enables/Disables tracing of method calls.
- TRACK - Static variable in annotation type ohos.media.common.AVMetadata.AVLongKey
-
Indicates the key for the track number of a media item.
- TrackInfo - Class in ohos.media.codec
-
Stores track IDs and media formats.
- TrackInfo() - Constructor for class ohos.media.codec.TrackInfo
-
A constructor used to create a TrackInfo instance.
- TRACKING - Static variable in class java.awt.font.TextAttribute
-
Attribute key to control tracking.
- TRACKING_LOOSE - Static variable in class java.awt.font.TextAttribute
-
Perform loose tracking.
- TRACKING_TIGHT - Static variable in class java.awt.font.TextAttribute
-
Perform tight tracking.
- TRADITIONAL_CHINESE - Static variable in class java.util.Locale
-
Useful constant for language.
- TRADITIONAL_CHINESE - Static variable in class ohos.global.icu.util.ULocale
-
Useful constant for language.
- TRADITIONAL_HAN - Static variable in class ohos.global.icu.lang.UScript
-
ISO 15924 script code
- TRAIL_CANONICAL_COMBINING_CLASS - Static variable in interface ohos.global.icu.lang.UProperty
-
Enumerated property Trail_Canonical_Combining_Class.
- TRAILING - ohos.global.icu.text.UnicodeSetSpanner.TrimOption
-
Trim trailing spans.
- TRAILING - Static variable in interface ohos.agp.components.TableLayout.Alignment
-
- TRAILING_HYPHEN - ohos.global.icu.text.IDNA.Error
-
A label ends with a hyphen-minus ('-').
- TRAILING_JAMO - Static variable in interface ohos.global.icu.lang.UCharacter.HangulSyllableType
-
- TRANSACTION_NONE - Static variable in interface java.sql.Connection
-
A constant indicating that transactions are not supported.
- TRANSACTION_ON_CALLBACK - Static variable in interface ohos.nfc.NfcController.ReaderModeCallback
-
Indicates the transaction code of the callback specific to inter-process communication (IPC).
- TRANSACTION_READ_COMMITTED - Static variable in interface java.sql.Connection
-
A constant indicating that
dirty reads are prevented; non-repeatable reads and phantom
reads can occur.
- TRANSACTION_READ_UNCOMMITTED - Static variable in interface java.sql.Connection
-
A constant indicating that
dirty reads, non-repeatable reads and phantom reads can occur.
- TRANSACTION_REPEATABLE_READ - Static variable in interface java.sql.Connection
-
A constant indicating that
dirty reads and non-repeatable reads are prevented; phantom
reads can occur.
- TRANSACTION_SERIALIZABLE - Static variable in interface java.sql.Connection
-
A constant indicating that
dirty reads, non-repeatable reads and phantom reads are prevented.
- TransactionObserver - Interface in ohos.data.rdb
-
Provides callback methods that can be called when transactions are started, committed, or rolled back.
- transfer(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Transfers the element to a consumer, waiting if necessary to do so.
- transfer(E) - Method in interface java.util.concurrent.TransferQueue
-
Transfers the element to a consumer, waiting if necessary to do so.
- TRANSFER_FUNCTION - Static variable in class ohos.media.image.common.PropertyKey.Exif
-
Property value type is int.
- transferFrom(ReadableByteChannel, long, long) - Method in class java.nio.channels.FileChannel
-
Transfers bytes into this channel's file from the given readable byte
channel.
- TransferQueue<E> - Interface in java.util.concurrent
-
A
BlockingQueue in which producers may wait for consumers
to receive elements.
- transferTo(long, long, WritableByteChannel) - Method in class java.nio.channels.FileChannel
-
Transfers bytes from this channel's file to the given writable byte
channel.
- transform(Matrix) - Method in class ohos.agp.render.Path
-
Transforms this Path by matrix.
- TRANSFORM - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the transform of a font.
- TransformComponent - Class in ohos.agp.render.render3d.components
-
Stores and modifies information about objects.
- TransformComponent() - Constructor for class ohos.agp.render.render3d.components.TransformComponent
-
- TRANSFORMED_ROTATED - Static variable in interface ohos.global.icu.lang.UCharacter.VerticalOrientation
-
- TRANSFORMED_UPRIGHT - Static variable in interface ohos.global.icu.lang.UCharacter.VerticalOrientation
-
- transformPoint(Vector3) - Method in class ohos.agp.render.render3d.math.Matrix4x4
-
Transforms a given point vector to a new point vector based on matrix changes.
- transformToNewPath(Matrix, Path) - Method in class ohos.agp.render.Path
-
Transforms this Path to a new one by matrix.
- TRANSIENT - Static variable in class java.lang.reflect.Modifier
-
The int value representing the transient
modifier.
- Transition - Class in ohos.agp.transition
-
Creates and sets a transition effect.
- Transition() - Constructor for class ohos.agp.transition.Transition
-
Default constructor used to create a Transition instance.
- TRANSITION_ANIMATION_SCALE - Static variable in class ohos.sysappcomponents.settings.SystemSettings.Display
-
Indicates the scaling factor for transition animations.
- TransitionAlpha - Class in ohos.agp.transition
-
Creates the fading effect alpha for a transition.
- TransitionAlpha() - Constructor for class ohos.agp.transition.TransitionAlpha
-
Default constructor used to create a TransitionAlpha instance.
- TransitionComponents - Class in ohos.agp.transition
-
Sets the components for a transition, including the start or end components.
- TransitionComponents(ComponentContainer, ComponentContainer) - Constructor for class ohos.agp.transition.TransitionComponents
-
A constructor used to create a TransitionComponents instance based on
a specified component container and layout.
- TransitionMove - Class in ohos.agp.transition
-
Creates the move effect for a transition.
- TransitionMove() - Constructor for class ohos.agp.transition.TransitionMove
-
Default constructor used to create a TransitionMove instance.
- TransitionMove(int) - Constructor for class ohos.agp.transition.TransitionMove
-
A constructor used to create a TransitionMove instance with a specified move type.
- TransitionScheduler - Class in ohos.agp.transition
-
Creates a transition scheduler.
- TransitionScheduler() - Constructor for class ohos.agp.transition.TransitionScheduler
-
Default constructor used to create a TransitionScheduler instance.
- TransitionScheduler.ITransitionEndListener - Interface in ohos.agp.transition
-
Represents the listener for monitoring the end of a transition.
- TransitionZoomingMove - Class in ohos.agp.transition
-
Represents the animation for a zoom move.
- TransitionZoomingMove() - Constructor for class ohos.agp.transition.TransitionZoomingMove
-
Default constructor used to create a TransitionZoomingMove instance.
- TransitionZoomingMove(int) - Constructor for class ohos.agp.transition.TransitionZoomingMove
-
A constructor used to create a TransitionZoomingMove instance that specifies the fast moving
effect for a transformation.
- translate(float, float) - Method in class ohos.agp.render.Canvas
-
Translates a canvas by a specified distance.
- translate(float, float) - Method in class ohos.agp.utils.Circle
-
Translates this circle by a specified distance.
- translate(float, float) - Method in class ohos.agp.utils.Line
-
Translates this line by a specified distance.
- translate(float, float) - Method in class ohos.agp.utils.Matrix
-
Implements the translation of a matrix according to the translation degree on X-axis and Y-axis.
- translate(float, float) - Method in class ohos.agp.utils.Point
-
Translates this Point.
- translate(float, float) - Method in class ohos.agp.utils.RectFloat
-
Translates this RectFloat.
- translate(float, float) - Method in class ohos.utils.geo.Point
-
Translates this Point.
- translate(float, float) - Method in class ohos.utils.geo.RectFloat
-
Translates this RectFloat.
- translate(int, int) - Method in class ohos.agp.utils.Contour
-
Translates the current contour.
- translate(int, int) - Method in class ohos.agp.utils.Rect
-
Translates this Rect.
- translate(int, int) - Method in class ohos.utils.geo.Rect
-
Translates this Rect.
- translate(int, int, Region) - Method in class ohos.agp.render.Region
-
Translates this region by a specified distance.
- translate(Point) - Method in class ohos.agp.utils.Circle
-
Translates this circle, whose offsets on x- and y-axes are specified by a point.
- translate(Point) - Method in class ohos.agp.utils.Line
-
Translates this line, whose offsets on the x- and y- axes are specified by a Point instance.
- TRANSLATE_STYLE - ohos.agp.render.PathEffect.Style
-
Indicates that the shape is translated to generate a specified path.
- translateCenterTo(float, float) - Method in class ohos.agp.utils.RectFloat
-
Translates the center of this RectFloat to a new position.
- translateCenterTo(float, float) - Method in class ohos.utils.geo.RectFloat
-
Translates the center of this RectFloat to a new position.
- translateCenterTo(int, int) - Method in class ohos.agp.utils.Rect
-
Translates the center point of this Rect object to a new position determined
by centerX and centerY.
- translateCenterTo(int, int) - Method in class ohos.utils.geo.Rect
-
Translates the center point of this Rect object to a new position determined
by centerX and centerY.
- translateCenterTo(Point) - Method in class ohos.agp.utils.Rect
-
Translates the center point of this Rect object to a new position identified by point.
- translateCenterTo(Point) - Method in class ohos.agp.utils.RectFloat
-
Translates the center of this RectFloat to a new position based on point.
- translateCenterTo(Point) - Method in class ohos.utils.geo.Rect
-
Translates the center point of this Rect object to a new position identified by point.
- translateCenterTo(Point) - Method in class ohos.utils.geo.RectFloat
-
Translates the center of this RectFloat to a new position based on point.
- translateKey(Key) - Method in class java.security.KeyFactory
-
Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this key factory.
- translateKey(SecretKey) - Method in class javax.crypto.SecretKeyFactory
-
Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this secret-key factory.
- translateTo(float, float) - Method in class ohos.agp.utils.RectFloat
-
Translates this RectFloat to a new position.
- translateTo(float, float) - Method in class ohos.utils.geo.RectFloat
-
Translates this RectFloat to a new position.
- translateTo(int, int) - Method in class ohos.agp.utils.Rect
-
Translates this Rect to a new position.
- translateTo(int, int) - Method in class ohos.utils.geo.Rect
-
Translates this Rect to a new position.
- transliterate(String) - Method in class ohos.global.i18n.text.Transliterator
-
Transliterates a specified string.
- transliterate(String) - Method in class ohos.global.icu.text.Transliterator
-
Transliterate an entire string and returns the result.
- transliterate(Replaceable) - Method in class ohos.global.icu.text.Transliterator
-
Transliterates an entire string in place.
- transliterate(Replaceable, int, int) - Method in class ohos.global.icu.text.Transliterator
-
Transliterates a segment of a string, with optional filtering.
- transliterate(Replaceable, Transliterator.Position) - Method in class ohos.global.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly.
- transliterate(Replaceable, Transliterator.Position, int) - Method in class ohos.global.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after a new character has been
inserted, typically as a result of a keyboard event.
- transliterate(Replaceable, Transliterator.Position, String) - Method in class ohos.global.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after new text has been inserted,
typically as a result of a keyboard event.
- Transliterator - Class in ohos.global.i18n.text
-
Transliterates strings.
- Transliterator - Class in ohos.global.icu.text
-
Transliterator is an abstract class that transliterates text from one format to another.
- Transliterator.Position - Class in ohos.global.icu.text
-
Position structure for incremental transliteration.
- transmit(byte[]) - Method in class ohos.nfc.oma.Channel
-
Sends an APDU command to a secure element.
- TRANSPARENT - Static variable in class ohos.agp.colors.CmykPalette
-
Indicates that the
CmykColor object is transparent.
- TRANSPARENT - Static variable in class ohos.agp.colors.HslPalette
-
The HSL representation for transparent.
- TRANSPARENT - Static variable in class ohos.agp.colors.HsvPalette
-
The HSV representation for transparent.
- TRANSPARENT - Static variable in class ohos.agp.colors.RgbPalette
-
The
RgbColor object representing transparent.
- TRANSPARENT - Static variable in class ohos.agp.utils.Color
-
Indicates the transparency color, represented by 0x00000000.
- TRANSPARENT - Static variable in interface ohos.global.icu.lang.UCharacter.JoiningType
-
- TRANSPORT_AND_MAP_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Transport And Map Symbols" Unicode character block.
- TRANSPORT_AND_MAP_SYMBOLS - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- TRANSPORT_AND_MAP_SYMBOLS_ID - Static variable in class ohos.global.icu.lang.UCharacter.UnicodeBlock
-
- transpose() - Method in class ohos.agp.utils.Matrix
-
Implements the transpose of a matrix.
- transpose() - Method in class ohos.agp.utils.Matrix44
-
Transposes this Matrix44.
- TreeMap<K,V> - Class in java.util
-
- TreeMap() - Constructor for class java.util.TreeMap
-
Constructs a new, empty tree map, using the natural ordering of its
keys.
- TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
-
Constructs a new, empty tree map, ordered according to the given
comparator.
- TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
-
Constructs a new tree map containing the same mappings as the given
map, ordered according to the natural ordering of its keys.
- TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
-
Constructs a new tree map containing the same mappings and
using the same ordering as the specified sorted map.
- TreeSet<E> - Class in java.util
-
- TreeSet() - Constructor for class java.util.TreeSet
-
Constructs a new, empty tree set, sorted according to the
natural ordering of its elements.
- TreeSet(Collection<? extends E>) - Constructor for class java.util.TreeSet
-
Constructs a new tree set containing the elements in the specified
collection, sorted according to the natural ordering of its
elements.
- TreeSet(Comparator<? super E>) - Constructor for class java.util.TreeSet
-
Constructs a new, empty tree set, sorted according to the specified
comparator.
- TreeSet(SortedSet<E>) - Constructor for class java.util.TreeSet
-
Constructs a new tree set containing the same elements and
using the same ordering as the specified sorted set.
- TRIANGLE_FAN - ohos.agp.render.Canvas.VertexMode
-
Represents a triangle fan.
- TRIANGLE_MASK - ohos.agp.render.Paint.MaskType
-
Indicates that the mask is in the shape of triangle.
- TRIANGLE_STRIP - ohos.agp.render.Canvas.VertexMode
-
Represents a triangle strip.
- TRIANGLES - ohos.agp.render.Canvas.VertexMode
-
Represents a triangle.
- triggerClickEvent(Ability, Component) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Dispatches a click event to the specified Component object of the given ability and waits for it to be
processed.
- TriggerInfo - Class in ohos.event.intentagent
-
- TriggerInfo(String, IntentParams, Intent, int) - Constructor for class ohos.event.intentagent.TriggerInfo
-
A constructor used to create a TriggerInfo instance based on the input parameters.
- TriggerInfo(TriggerInfo) - Constructor for class ohos.event.intentagent.TriggerInfo
-
A constructor used to create a TriggerInfo instance by copying parameters from an existing one.
- TriggerInfo.Builder - Class in ohos.event.intentagent
-
- triggerIntentAgent(Context, IntentAgent, IntentAgent.OnCompleted, EventHandler, TriggerInfo) - Static method in class ohos.event.intentagent.IntentAgentHelper
-
- triggerKeyEvent(Ability, KeyEvent) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Dispatches a key event to the given ability and waits for it to be processed.
- triggerLoopingCapture(FrameConfig) - Method in interface ohos.media.camera.device.Camera
-
Starts looping-frame capture.
- triggerLoopingGroupCapture(List<FrameConfig>) - Method in interface ohos.media.camera.device.Camera
-
Starts looping-frame capture based on a group of configurations.
- triggerMultiCapture(List<FrameConfig>) - Method in interface ohos.media.camera.device.Camera
-
Starts multi-frame capture.
- triggerSingleCapture(FrameConfig) - Method in interface ohos.media.camera.device.Camera
-
Starts single-frame capture.
- triggerTouchEvent(Ability, TouchEvent) - Method in interface ohos.aafwk.ability.delegation.IAbilityDelegator
-
Dispatches a touch event to the given ability and waits for it to be processed.
- trim() - Method in class java.lang.String
-
Returns a string whose value is this string, with any leading and trailing
whitespace removed.
- trim(CharSequence) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start and
end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE.
- trim(CharSequence, UnicodeSetSpanner.TrimOption) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or
end of the string, using the trimOption and SpanCondition.SIMPLE.
- trim(CharSequence, UnicodeSetSpanner.TrimOption, UnicodeSet.SpanCondition) - Method in class ohos.global.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or
end of the string, depending on the trimOption and spanCondition.
- trimFile(long, FileDescriptor) - Static method in class ohos.system.OsHelper
-
Truncates a given file to the specified size.
- trimToSize() - Method in class java.lang.StringBuffer
-
- trimToSize() - Method in class java.lang.StringBuilder
-
Attempts to reduce storage used for the character sequence.
- trimToSize() - Method in class java.util.ArrayList
-
Trims the capacity of this ArrayList instance to be the
list's current size.
- trimToSize() - Method in class java.util.Vector
-
Trims the capacity of this vector to be the vector's current
size.
- TRUE - Static variable in class java.lang.Boolean
-
The Boolean object corresponding to the primitive
value true.
- TRUE - Static variable in interface java.util.jar.Pack200.Packer
-
The string "true", a possible value for certain properties.
- TRUE - Static variable in interface java.util.jar.Pack200.Unpacker
-
The string "true", a possible value for certain properties.
- TRUE - Static variable in class ohos.agp.components.DependentLayout.LayoutConfig
-
Indicates that the alignment mode is enabled.
- truncate(long) - Method in class java.nio.channels.AsynchronousFileChannel
-
Truncates this channel's file to the given size.
- truncate(long) - Method in class java.nio.channels.FileChannel
-
Truncates this channel's file to the given size.
- truncate(long) - Method in interface java.nio.channels.SeekableByteChannel
-
Truncates the entity, to which this channel is connected, to the given
size.
- truncate(long) - Method in interface java.sql.Blob
-
Truncates the BLOB value that this Blob
object represents to be len bytes in length.
- truncate(long) - Method in interface java.sql.Clob
-
Truncates the CLOB value that this Clob
designates to have a length of len
characters.
- truncate(long) - Method in class ohos.data.orm.Blob
-
- truncate(long) - Method in class ohos.data.orm.Clob
-
- TRUNCATE_EXISTING - java.nio.file.StandardOpenOption
-
- truncatedTo(TemporalUnit) - Method in class java.time.Instant
-
Returns a copy of this Instant truncated to the specified unit.
- truncatedTo(TemporalUnit) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime with the time truncated.
- truncatedTo(TemporalUnit) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime with the time truncated.
- truncatedTo(TemporalUnit) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the time truncated.
- truncatedTo(TemporalUnit) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime with the time truncated.
- truncatedTo(TemporalUnit) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime with the time truncated.
- TrustAnchor - Class in java.security.cert
-
A trust anchor or most-trusted Certification Authority (CA).
- TrustAnchor(String, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor where the
most-trusted CA is specified as a distinguished name and public key.
- TrustAnchor(X509Certificate, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor with the specified
X509Certificate and optional name constraints, which
are intended to be used as additional constraints when validating
an X.509 certification path.
- TrustAnchor(X500Principal, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor where the
most-trusted CA is specified as an X500Principal and public key.
- TrustedCertificateEntry(Certificate) - Constructor for class java.security.KeyStore.TrustedCertificateEntry
-
Constructs a TrustedCertificateEntry with a
trusted Certificate.
- TrustedCertificateEntry(Certificate, Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.TrustedCertificateEntry
-
Constructs a TrustedCertificateEntry with a
trusted Certificate and associated entry attributes.
- TrustManager - Interface in javax.net.ssl
-
This is the base interface for JSSE trust managers.
- TrustManagerFactory - Class in javax.net.ssl
-
This class acts as a factory for trust managers based on a
source of trust material.
- TrustManagerFactory(TrustManagerFactorySpi, Provider, String) - Constructor for class javax.net.ssl.TrustManagerFactory
-
Creates a TrustManagerFactory object.
- TrustManagerFactorySpi - Class in javax.net.ssl
-
This class defines the Service Provider Interface (SPI)
for the TrustManagerFactory class.
- TrustManagerFactorySpi() - Constructor for class javax.net.ssl.TrustManagerFactorySpi
-
- tryAcquire() - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, only if one is available at the
time of invocation.
- tryAcquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to acquire in exclusive mode.
- tryAcquire(int) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore, only
if all are available at the time of invocation.
- tryAcquire(int, long, TimeUnit) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore, if all
become available within the given waiting time and the current
thread has not been
Thread#interrupt.
- tryAcquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to acquire in exclusive mode.
- tryAcquire(long, TimeUnit) - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, if one becomes available
within the given waiting time and the current thread has not
been
Thread#interrupt.
- tryAcquireNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to acquire in exclusive mode, aborting if interrupted,
and failing if the given timeout elapses.
- tryAcquireNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to acquire in exclusive mode, aborting if interrupted,
and failing if the given timeout elapses.
- tryAcquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to acquire in shared mode.
- tryAcquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to acquire in shared mode.
- tryAcquireSharedNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to acquire in shared mode, aborting if interrupted, and
failing if the given timeout elapses.
- tryAcquireSharedNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to acquire in shared mode, aborting if interrupted, and
failing if the given timeout elapses.
- tryAdvance(Consumer<? super Double>) - Method in interface java.util.Spliterator.OfDouble
-
If a remaining element exists, performs the given action on it,
returning true; else returns false.
- tryAdvance(Consumer<? super Integer>) - Method in interface java.util.Spliterator.OfInt
-
If a remaining element exists, performs the given action on it,
returning true; else returns false.
- tryAdvance(Consumer<? super Long>) - Method in interface java.util.Spliterator.OfLong
-
If a remaining element exists, performs the given action on it,
returning true; else returns false.
- tryAdvance(Consumer<? super T>) - Method in interface java.util.Spliterator
-
If a remaining element exists, performs the given action on it,
returning true; else returns false.
- tryAdvance(DoubleConsumer) - Method in interface java.util.Spliterator.OfDouble
-
- tryAdvance(IntConsumer) - Method in interface java.util.Spliterator.OfInt
-
- tryAdvance(LongConsumer) - Method in interface java.util.Spliterator.OfLong
-
- tryAdvance(T_CONS) - Method in interface java.util.Spliterator.OfPrimitive
-
If a remaining element exists, performs the given action on it,
returning true; else returns false.
- tryComplete() - Method in class java.util.concurrent.CountedCompleter
-
- tryConvertToOptimisticRead(long) - Method in class java.util.concurrent.locks.StampedLock
-
If the lock state matches the given stamp then, if the stamp
represents holding a lock, releases it and returns an
observation stamp.
- tryConvertToReadLock(long) - Method in class java.util.concurrent.locks.StampedLock
-
If the lock state matches the given stamp, performs one of
the following actions.
- tryConvertToWriteLock(long) - Method in class java.util.concurrent.locks.StampedLock
-
If the lock state matches the given stamp, performs one of
the following actions.
- tryLock() - Method in class java.nio.channels.AsynchronousFileChannel
-
Attempts to acquire an exclusive lock on this channel's file.
- tryLock() - Method in class java.nio.channels.FileChannel
-
Attempts to acquire an exclusive lock on this channel's file.
- tryLock() - Method in interface java.util.concurrent.locks.Lock
-
Acquires the lock only if it is free at the time of invocation.
- tryLock() - Method in class java.util.concurrent.locks.ReentrantLock
-
Acquires the lock only if it is not held by another thread at the time
of invocation.
- tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Acquires the read lock only if the write lock is not held by
another thread at the time of invocation.
- tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Acquires the write lock only if it is not held by another thread
at the time of invocation.
- tryLock(long, long, boolean) - Method in class java.nio.channels.AsynchronousFileChannel
-
Attempts to acquire a lock on the given region of this channel's file.
- tryLock(long, long, boolean) - Method in class java.nio.channels.FileChannel
-
Attempts to acquire a lock on the given region of this channel's file.
- tryLock(long, TimeUnit) - Method in interface java.util.concurrent.locks.Lock
-
Acquires the lock if it is free within the given waiting time and the
current thread has not been
Thread#interrupt.
- tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantLock
-
Acquires the lock if it is not held by another thread within the given
waiting time and the current thread has not been
Thread#interrupt.
- tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Acquires the read lock if the write lock is not held by
another thread within the given waiting time and the
current thread has not been
Thread#interrupt.
- tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
Acquires the write lock if it is not held by another thread
within the given waiting time and the current thread has
not been
Thread#interrupt.
- tryOptimisticRead() - Method in class java.util.concurrent.locks.StampedLock
-
Returns a stamp that can later be validated, or zero
if exclusively locked.
- tryReadLock() - Method in class java.util.concurrent.locks.StampedLock
-
Non-exclusively acquires the lock if it is immediately available.
- tryReadLock(long, TimeUnit) - Method in class java.util.concurrent.locks.StampedLock
-
Non-exclusively acquires the lock if it is available within the
given time and the current thread has not been interrupted.
- tryRelease(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to set the state to reflect a release in exclusive
mode.
- tryRelease(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to set the state to reflect a release in exclusive
mode.
- tryReleaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Attempts to set the state to reflect a release in shared mode.
- tryReleaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Attempts to set the state to reflect a release in shared mode.
- trySplit() - Method in interface java.util.Spliterator.OfDouble
-
- trySplit() - Method in interface java.util.Spliterator.OfInt
-
- trySplit() - Method in interface java.util.Spliterator.OfLong
-
- trySplit() - Method in interface java.util.Spliterator.OfPrimitive
-
- trySplit() - Method in interface java.util.Spliterator
-
If this spliterator can be partitioned, returns a Spliterator
covering elements, that will, upon return from this method, not
be covered by this Spliterator.
- trySplit() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
-
If this spliterator can be partitioned, returns a Spliterator
covering elements, that will, upon return from this method, not
be covered by this Spliterator.
- trySplit() - Method in class java.util.Spliterators.AbstractIntSpliterator
-
If this spliterator can be partitioned, returns a Spliterator
covering elements, that will, upon return from this method, not
be covered by this Spliterator.
- trySplit() - Method in class java.util.Spliterators.AbstractLongSpliterator
-
If this spliterator can be partitioned, returns a Spliterator
covering elements, that will, upon return from this method, not
be covered by this Spliterator.
- trySplit() - Method in class java.util.Spliterators.AbstractSpliterator
-
If this spliterator can be partitioned, returns a Spliterator
covering elements, that will, upon return from this method, not
be covered by this Spliterator.
- tryTransfer(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E) - Method in interface java.util.concurrent.TransferQueue
-
Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
-
Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- tryTransfer(E, long, TimeUnit) - Method in interface java.util.concurrent.TransferQueue
-
Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- tryUnfork() - Method in class java.util.concurrent.ForkJoinTask
-
Tries to unschedule this task for execution.
- tryUnlockRead() - Method in class java.util.concurrent.locks.StampedLock
-
Releases one hold of the read lock if it is held, without
requiring a stamp value.
- tryUnlockWrite() - Method in class java.util.concurrent.locks.StampedLock
-
Releases the write lock if it is held, without requiring a
stamp value.
- tryWriteLock() - Method in class java.util.concurrent.locks.StampedLock
-
Exclusively acquires the lock if it is immediately available.
- tryWriteLock(long, TimeUnit) - Method in class java.util.concurrent.locks.StampedLock
-
Exclusively acquires the lock if it is available within the
given time and the current thread has not been interrupted.
- TT_EOF - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the stream has been read.
- TT_EOL - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the line has been read.
- TT_NUMBER - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a number token has been read.
- TT_WORD - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a word token has been read.
- TTL_DONT_CACHE - Static variable in class java.util.ResourceBundle.Control
-
The time-to-live constant for not caching loaded resource bundle
instances.
- TTL_NO_EXPIRATION_CONTROL - Static variable in class java.util.ResourceBundle.Control
-
The time-to-live constant for disabling the expiration control
for loaded resource bundle instances in the cache.
- TTLS - ohos.wifi.WifiSecurity.EapMethod
-
EAP Tunneled Transport Layer Security (TTLS)
- TtsClient - Class in ohos.ai.tts
-
Provides methods for invoking the text to speech (TTS) engine service.
- TtsEvent - Class in ohos.ai.tts.constants
-
Stores text-to-speech (TTS) events.
- TtsListener - Interface in ohos.ai.tts
-
Provides callbacks for managing the status of text-to-speech (TTS) interface calls.
- TtsParams - Class in ohos.ai.tts
-
Provides methods for setting and obtaining TTS engine parameters.
- TtsParams() - Constructor for class ohos.ai.tts.TtsParams
-
Constructor of the InitParams class
- TtsParamsType - Class in ohos.ai.tts.constants
-
Stores text-to-speech (TTS) parameters.
- ttype - Variable in class java.io.StreamTokenizer
-
After a call to the nextToken method, this field
contains the type of the token just read.
- tubeInUse(int) - Method in class ohos.media.tubecore.AVTubeManager
-
Obtains the AVTube instances that are being used in specific scenes.
- tubeName() - Method in class ohos.media.tubecore.AVTube
-
Obtains the name of this AVTube instance.
- tubeNumber() - Method in class ohos.media.tubecore.AVTubeManager
-
Obtains the number of all AVTube instances.
- TUESDAY - java.time.DayOfWeek
-
The singleton instance for the day-of-week of Tuesday.
- TUESDAY - ohos.global.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Tuesday
- TUESDAY - ohos.global.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Tuesday, e.g. "last Tuesday",
"this Tuesday", "next Tuesday", "in 5 Tuesdays".
- TUESDAY - Static variable in class java.util.Calendar
-
- TUESDAY - Static variable in class ohos.global.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Tuesday.
- turkic() - Method in class ohos.global.icu.text.CaseMap.Fold
-
Returns an instance that behaves like this one but
handles dotted I and dotless i appropriately for Turkic languages (tr, az).
- turnOff() - Method in class ohos.light.agent.LightAgent
-
Turns off this light.
- turnOff(int) - Method in class ohos.light.agent.LightAgent
-
Turns off a specified light.
- turnOn(int, String) - Method in class ohos.light.agent.LightAgent
-
Turns on a specified light to perform a one-shot blink with a preset blinking effect.
- turnOn(int, LightEffect) - Method in class ohos.light.agent.LightAgent
-
Turns on a specified light to perform a one-shot blink with a custom effect.
- turnOn(String) - Method in class ohos.light.agent.LightAgent
-
Turns on this light to perform a one-shot blink with a preset blinking effect.
- turnOn(LightEffect) - Method in class ohos.light.agent.LightAgent
-
Turns on this light to perform a one-shot blink with a custom blinking effect.
- TV - ohos.distributedhardware.devicemanager.DeviceInfo.DeviceType
-
Indicates a smart TV.
- TV_TUNER - ohos.media.audio.AudioDeviceDescriptor.DeviceType
-
Indicates a device transmitting audio content over the TV tuner system.
- TX_POWER_DEFAULT - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Default transmission power level for advertising, which is -7.
- TX_POWER_MAX - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Maximum transmission power level for advertising, which is 1.
- TX_POWER_MIN - Static variable in class ohos.bluetooth.ble.BleAdvertiseSettings
-
Minimum transmission power level for advertising, which is -127.
- TxtImageSuperResolutionConfiguration - Class in ohos.ai.cv.sr
-
A configuration class for text image super-resolution.
- TxtImageSuperResolutionConfiguration.Builder - Class in ohos.ai.cv.sr
-
- type - Variable in class ohos.agp.window.service.WindowManager.LayoutConfig
-
Indicates the window type.
- type - Variable in class ohos.bundle.BundleInfo
-
Indicates the name of this original bundle.
- type() - Method in class java.lang.invoke.CallSite
-
Returns the type of this call site's target.
- type() - Method in class java.lang.invoke.MethodHandle
-
Reports the type of this method handle.
- type() - Method in class java.lang.ProcessBuilder.Redirect
-
Returns the type of this Redirect.
- type() - Method in class java.net.Proxy
-
Returns the proxy type.
- type() - Method in interface java.net.SocketOption
-
Returns the type of the socket option value.
- type() - Method in class java.nio.file.attribute.AclEntry
-
Returns the ACL entry type.
- type() - Method in class java.nio.file.FileStore
-
Returns the type of this file store.
- type() - Method in interface java.nio.file.WatchEvent.Kind
-
- type() - Method in enum ohos.global.icu.text.DisplayContext
-
Get the Type part of the enum item
(e.g. CAPITALIZATION)
- Type - Interface in java.lang.reflect
-
Type is the common superinterface for all types in the Java
programming language.
- TYPE - java.lang.annotation.ElementType
-
Class, interface (including annotation type), or enum declaration
- TYPE - Static variable in class java.lang.Boolean
-
The Class object representing the primitive type boolean.
- TYPE - Static variable in class java.lang.Byte
-
The Class instance representing the primitive type
byte.
- TYPE - Static variable in class java.lang.Character
-
The Class instance representing the primitive type
char.
- TYPE - Static variable in class java.lang.Double
-
The Class instance representing the primitive type
double.
- TYPE - Static variable in class java.lang.Float
-
The Class instance representing the primitive type
float.
- TYPE - Static variable in class java.lang.Integer
-
The Class instance representing the primitive type
int.
- TYPE - Static variable in class java.lang.Long
-
The Class instance representing the primitive type
long.
- TYPE - Static variable in class java.lang.Short
-
The Class instance representing the primitive type
short.
- TYPE - Static variable in class java.lang.Void
-
The Class object representing the pseudo-type corresponding to
the keyword void.
- TYPE_ACCESSIBILITY_OVERLAY - Static variable in class ohos.accessibility.ability.AccessibilityWindow
-
Indicates an accessibility overlay window.
- TYPE_ALARM - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates an alarm clock reminder.
- TYPE_ALERT - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates an alert.
- TYPE_APPLICATION - Static variable in class ohos.accessibility.ability.AccessibilityWindow
-
Indicates an application window.
- TYPE_ASSERT - Static variable in class ohos.aafwk.ability.DataAbilityOperation
-
Indicates an assert operation.
- TYPE_BASIC_CHANNEL - Static variable in class ohos.nfc.oma.Reader
-
Indicates a basic channel.
- TYPE_BLOB - ohos.data.resultset.ResultSet.ColumnType
-
- TYPE_CLASSIC - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates a classic Bluetooth device.
- TYPE_DEFAULT - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates the default type.
- TYPE_DELETE - Static variable in class ohos.aafwk.ability.DataAbilityOperation
-
Indicates a delete operation.
- TYPE_DUAL - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates a dual-mode Bluetooth device.
- TYPE_EMAIL - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates an email.
- TYPE_FLOAT - ohos.data.resultset.ResultSet.ColumnType
-
- TYPE_FORWARD_ONLY - Static variable in interface java.sql.ResultSet
-
The constant indicating the type for a ResultSet object
whose cursor may move only forward.
- TYPE_INPUT_METHOD - Static variable in class ohos.accessibility.ability.AccessibilityWindow
-
Indicates an input method window.
- TYPE_INSERT - Static variable in class ohos.aafwk.ability.DataAbilityOperation
-
Indicates an insert operation.
- TYPE_INTEGER - ohos.data.resultset.ResultSet.ColumnType
-
- TYPE_LE - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates a BLE Bluetooth device.
- TYPE_LOGICAL_CHANNEL - Static variable in class ohos.nfc.oma.Reader
-
Indicates a logical channel.
- TYPE_NONE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates an unknown type.
- TYPE_NULL - ohos.data.resultset.ResultSet.ColumnType
-
- TYPE_OPEN_MULTIPLE_FILES - Static variable in interface ohos.agp.components.webengine.PickFilesParams
-
Indicates multiple files to open.
- TYPE_OPEN_NOT_EXIST - Static variable in interface ohos.agp.components.webengine.PickFilesParams
-
Indicates a non-existent file to open, and in this case you need to create and save a new one.
- TYPE_OPEN_SINGLE_FILE - Static variable in interface ohos.agp.components.webengine.PickFilesParams
-
Indicates a single file to open.
- TYPE_OPTIONAL - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates an optional participant.
- TYPE_PARAMETER - java.lang.annotation.ElementType
-
Type parameter declaration
- TYPE_REQUIRED - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates a required participant.
- TYPE_RESOURCE - Static variable in interface ohos.sysappcomponents.calendar.column.ParticipantsColumns
-
Indicates the resource type.
- TYPE_SCROLL_INSENSITIVE - Static variable in interface java.sql.ResultSet
-
The constant indicating the type for a ResultSet object
that is scrollable but generally not sensitive to changes to the data
that underlies the ResultSet.
- TYPE_SCROLL_SENSITIVE - Static variable in interface java.sql.ResultSet
-
The constant indicating the type for a ResultSet object
that is scrollable and generally sensitive to changes to the data
that underlies the ResultSet.
- TYPE_SENSOR_GYROSCOPE_UNCALIBRATED - Static variable in class ohos.sensor.bean.CategoryMotion
-
An integer representing the uncalibrated gyroscope sensor type.
- TYPE_SMS - Static variable in interface ohos.sysappcomponents.calendar.column.RemindersColumns
-
Indicates an SMS.
- TYPE_SPLIT_SCREEN_DIVIDER - Static variable in class ohos.accessibility.ability.AccessibilityWindow
-
Indicates a split-screen window.
- TYPE_STRING - ohos.data.resultset.ResultSet.ColumnType
-
- TYPE_SYSTEM - Static variable in class ohos.accessibility.ability.AccessibilityWindow
-
Indicates a system window.
- TYPE_TEXT_DETECT_FOCUS_SHOOT - Static variable in class ohos.ai.cv.text.TextDetectType
-
Indicates the text detection type for snapshots in Chinese.
- TYPE_TEXT_DETECT_FOCUS_SHOOT_EF - Static variable in class ohos.ai.cv.text.TextDetectType
-
Indicates the text detection type for snapshots using a language other than Chinese.
- TYPE_TEXT_DETECT_SCREEN_SHOT - Static variable in class ohos.ai.cv.text.TextDetectType
-
Indicates the text detection type for screenshots with simple backgrounds.
- TYPE_UNKNOWN - Static variable in class ohos.bluetooth.BluetoothRemoteDevice
-
Indicates an unknown Bluetooth device.
- TYPE_UNKNOWN - Static variable in annotation type ohos.media.camera.params.FaceLandmark.FaceLandmarkType
-
Indicates an unknown facial landmark.
- TYPE_UPDATE - Static variable in class ohos.aafwk.ability.DataAbilityOperation
-
Indicates an update operation.
- TYPE_USE - java.lang.annotation.ElementType
-
Use of a type
- TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of clearing accessibility focus.
- TYPE_VIEW_ACCESSIBILITY_FOCUSED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of gaining accessibility focus.
- TYPE_VIEW_CLICKED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of clicking a control, for example, clicking a button.
- TYPE_VIEW_FOCUSED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event that a control has gained focus.
- TYPE_VIEW_HOVER_ENTER_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event that the hover enters a control.
- TYPE_VIEW_HOVER_EXIT_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event that the hover leaves a control.
- TYPE_VIEW_LONG_CLICKED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of pressing and holding a control.
- TYPE_VIEW_SCROLLED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of scrolling a view.
- TYPE_VIEW_SELECTED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event of selecting a control.
- TYPE_VIEW_TEXT_CHANGED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event that the text of a control has changed.
- TYPE_VIEW_TEXT_SELECTION_CHANGED_EVENT - Static variable in class ohos.accessibility.AccessibilityEventInfo
-
Describes an event that the selected text has changed.
- TypedAttribute - Class in ohos.global.resource.solidxml
-
Represents a wrapper class for
Attribute and dereferences an XML
attribute value.
- TypedAttribute() - Constructor for class ohos.global.resource.solidxml.TypedAttribute
-
- TypedAttribute.AttrData - Class in ohos.global.resource.solidxml
-
Defines attribute data, including the name, value, and type of the attribute represented by
TypedAttribute.
- TypeInfo - Interface in ohos.org.w3c.dom
-
The TypeInfo interface represents a type referenced from
Element or Attr nodes, specified in the schemas
associated with the document.
- TypeInfoProvider - Class in ohos.javax.xml.validation
-
This class provides access to the type information determined
by
ValidatorHandler.
- TypeInfoProvider() - Constructor for class ohos.javax.xml.validation.TypeInfoProvider
-
Constructor for the derived class.
- typeName() - Method in exception java.lang.TypeNotPresentException
-
Returns the fully qualified name of the unavailable type.
- typeNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that a NULL value is NOT allowed for this
data type.
- TypeNotPresentException - Exception in java.lang
-
Thrown when an application tries to access a type using a string
representing the type's name, but no definition for the type with
the specified name can be found.
- TypeNotPresentException(String, Throwable) - Constructor for exception java.lang.TypeNotPresentException
-
Constructs a TypeNotPresentException for the named type
with the specified cause.
- typeNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that a NULL value is allowed for this
data type.
- typeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that it is not known whether a NULL value
is allowed for this data type.
- typePredBasic - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the data type can be only be used in WHERE
search clauses
that do not use LIKE predicates.
- typePredChar - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the data type
can be only be used in WHERE search clauses
that use LIKE predicates.
- typePredNone - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that WHERE search clauses are not supported
for this type.
- Types - Class in java.sql
-
The class that defines the constants that are used to identify generic
SQL types, called JDBC types.
- typeSearchable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that all WHERE search clauses can be
based on this type.
- TypeVariable<D extends GenericDeclaration> - Interface in java.lang.reflect
-
TypeVariable is the common superinterface for type variables of kinds.
- TZ_DATABASE_ABBREVIATIONS - ohos.global.icu.text.TimeZoneFormat.ParseOption
-